]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix comment in mi-trace-save.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3ccdb432
SM
12016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4 Update comment.
5
5bad3170
SM
62016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7
8 * gdb.trace/mi-trace-save.exp: New file.
9
5ad9dba7
YQ
102016-10-13 Yao Qi <yao.qi@linaro.org>
11
12 * gdb.base/code_elim.exp (get_var_address): Remove.
13 * gdb.base/relocate.exp: Likewise.
14 * gdb.base/shreloc.exp: Likewise.
15 * lib/gdb.exp (get_var_address): New.
16
62df7e21
YQ
172016-10-13 Yao Qi <yao.qi@linaro.org>
18
19 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
20 floating point tests if $skip_float_test is false.
21
4dac951e
LM
222016-10-12 Luis Machado <lgustavo@codesourcery.com>
23
24 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
25 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
26 argc values.
27 Add 1 to argc so we guarantee distinct initial/modified argc values.
28
8f1a8fc4
JK
292016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
30
31 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
32
16c85b5d
JK
332016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
34
35 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
36 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
37 * gdb.arch/vsx-regs.exp: Likewise.
38
1d0e042a
YQ
392016-10-07 Yao Qi <yao.qi@linaro.org>
40
41 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
42
68dadef5
MM
432016-10-07 Markus Metzger <markus.t.metzger@intel.com>
44
45 * gdb.python/python.exp: Test decode_line("*0").
46
33fa2c6e
DE
472016-10-06 Doug Evans <dje@google.com>
48
49 * gdb.python/py-value.exp (test_value_creation): Add test for large
50 unsigned 64-bit value.
51
9c37b5ae
TT
522016-10-06 Tom Tromey <tom@tromey.com>
53
54 * gdb.compile/compile.exp: Change java tests to rust.
55 * gdb.base/setshow.exp: Change java tests to rust.
56 * gdb.base/default.exp: Remove java from language list.
57 * README (Examples): Update language example.
58 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
59 test.
60 * lib/gdb.exp (skip_java_tests): Remove.
61 * lib/java.exp: Remove.
62 * gdb.java: Remove.
63
78b86327
MR
642016-10-06 Maciej W. Rozycki <macro@imgtec.com>
65
66 * gdb.arch/mips-fcr.exp: New test.
67 * gdb.arch/mips-fcr.c: Source for the new test.
68
7470adbb
MR
692016-10-06 Maciej W. Rozycki <macro@imgtec.com>
70
71 * gdb.base/solib-disc.exp: Use `standard_output_file'
72 throughout.
73
4a556533
PA
742016-10-06 Pedro Alves <palves@redhat.com>
75
76 * gdb.base/jit-simple-dl.c: New file.
77 * gdb.base/jit-simple-jit.c: New file, factored out from ...
78 * gdb.base/jit-simple.c: ... this.
79 * gdb.base/jit-simple.exp (jit_run): Delete.
80 (build_jit): New proc.
81 (jit_test_reread): Recompile either the main program or the shared
82 library, depending on what is being tested. Skip changing address
83 if caller wants to. Compare before/after addresses. If testing
84 standalone, explicitly load the binary. Test "maint info
85 breakpoints".
86 (top level): Add "standalone vs shared lib" and "change address"
87 vs "same address" axes.
88
5a122fbc
PA
892016-10-06 Pedro Alves <palves@redhat.com>
90
91 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
92 call.
93 (jit_run): Delete.
94 (jit_test_reread): Use with_test_prefix. Reload the main binary
95 explicitly. Compare the before/after addresses of the JIT
96 descriptor.
97
ee8da4b8
DE
982016-08-15 Doug Evans <dje@google.com>
99
100 * gdb.xml/extra-regs.xml: Update, end field now required, default type
101 for single bitfields is bool.
102 * gdb.xml/tdesc-regs.exp: Ditto.
103
f389f6fe
JK
1042016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
105
106 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
107
fdebf1a4
YQ
1082016-10-05 Yao Qi <yao.qi@linaro.org>
109
110 * lib/gdb.exp (support_complex_tests): Return zero if
111 gdb_skip_float_test return true.
112
9c36d954
AT
1132016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1142016-10-03 Simon Marchi <simon.marchi@ericsson.com>
115
116 PR gdb/20487
117 * gdb.mi/user-selected-context-sync.exp: New file.
118 * gdb.mi/user-selected-context-sync.c: New file.
119
4034d0ff
AT
1202016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1212016-10-03 Simon Marchi <simon.marchi@ericsson.com>
122
123 PR gdb/20487
124 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
125 =thread-select-event check.
126
a4297203
PB
1272016-09-29 Peter Bergner <bergner@vnet.ibm.com>
128
129 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
130 the compulsory L operand changes.
131 * gdb.arch/powerpc-power.s: Likewise.
132
bb805577
JK
1332016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
134
135 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
136 * gdb.base/jit-attach-pie.c: New file.
137 * gdb.base/jit-attach-pie.exp: New file.
138
6d61dee5
PA
1392016-09-28 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/infcall-input.c: New file.
142 * gdb.base/infcall-input.exp: New file.
143
f73842fc
YQ
1442016-09-22 Yao Qi <yao.qi@linaro.org>
145
146 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
147 (gdb_exit): Rename it to ...
148 (gdbserver_gdb_exit): ... Close GDBserver.
149 (gdb_exit): New proc, call gdbserver_gdb_exit.
150 (mi_gdb_exit): Likewise.
151
90681dab
YQ
1522016-09-22 Yao Qi <yao.qi@linaro.org>
153
154 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
155 path.
156 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
157 Remove duplication.
158
9c211fd8
YQ
1592016-09-22 Yao Qi <yao.qi@linaro.org>
160
161 * lib/gdbserver-support.exp: Check the existence of
162 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
163
ad0a504f
AK
1642016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
165
166 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
167
36cf1806
TT
1682016-09-21 Tom Tromey <tom@tromey.com>
169
170 PR gdb/20604:
171 * gdb.base/quit.exp: New file.
172
74172ecf
SM
1732016-09-21 Simon Marchi <simon.marchi@ericsson.com>
174
175 * .gitignore: New file.
176
3d0ec882
MR
1772016-09-21 Maciej W. Rozycki <macro@imgtec.com>
178
179 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
180 throughout.
181
8193adea
AA
1822016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
183
184 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
185
d41a5c09
JK
1862016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
187
188 * gdb.cp/casts.cc (decltype): Move it ...
189 (main): ... with its call to ...
190 * gdb.cp/casts03.cc: ... a new file.
191 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
192
d2dfe700
JK
1932016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
196
e2a92b16
PB
1972016-09-15 Peter Bergner <bergner@vnet.ibm.com>
198
199 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
200 and sync up the test with tests in gas/testsuite/gas/ppc.
201 * gdb.arch/powerpc-power.exp: Likewise.
202
49b4de64
JK
2032016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
206
2c29df25
SDJ
2072016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
208 Jan Kratochvil <jan.kratochvil@redhat.com>
209
210 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
211 make m1's definition to be different from m2's. Use 'dummy' as an
212 argument for probe 'two'.
213
cc3c2846
JB
2142016-09-10 Jon Beniston <jon@beniston.com>
215
216 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
217 for sim target.
218
e1b2624a
AA
2192016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
220
221 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
222 variable declaration.
223 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
224 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
225 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
226 received HWCAP as its argument.
227
4295e285
PA
2282016-09-06 Pedro Alves <palves@redhat.com>
229
230 * gdb.base/new-ui-pending-input.c: New file.
231 * gdb.base/new-ui-pending-input.exp: New file.
232 * gdb.exp (clear_gdb_spawn_id): New procedure.
233 (with_spawn_id): Check whether gdb_spawn_id exists before
234 referencing it. If gdb_spawn_id didn't exist on entry, clear it
235 on exit.
236
00d5215e
UW
2372016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
238
239 * gdb.base/float128.c: New file.
240 * gdb.base/float128.exp: Likewise.
241 * gdb.base/floatn.c: Likewise.
242 * gdb.base/floatn.exp: Likewise.
243
a9ff5f12
UW
2442016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
245
246 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
247
f245535c
PA
2482016-09-05 Pedro Alves <palves@redhat.com>
249
250 PR backtrace/19927
251 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
252 unwinders are immediately called as side effect of "source" or
253 "disable unwinder" commands.
254 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
255
ae9cf263
YQ
2562016-09-02 Yao Qi <yao.qi@linaro.org>
257
258 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
259 is true and $type is "float" or "double".
260
27aba047
YQ
2612016-09-02 Yao Qi <yao.qi@linaro.org>
262
263 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
264 true.
265 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
266 * gdb.base/call-rt-st.exp: Likewise.
267 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
268 return value instead of gdb,skip_float_test.
269 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
270 (do_function_calls): Use its return value instead of
271 gdb,skip_float_test.
272 * gdb.base/finish.exp: Likewise.
273 * gdb.base/funcargs.exp: Likewise.
274 * gdb.base/return.exp: Likewise.
275 * gdb.base/return2.exp: Likewise.
276 * gdb.base/varargs.exp: Likewise.
277 * lib/gdb.exp (gdb_skip_float_test): Change it to
278 gdb_caching_proc. Detect the broken ptrace on arm-linux.
279
5af962df
AA
2802016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
281
282 * gdb.multi/tids.exp: Test "thread apply all".
283
7fac6910
JK
2842016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.base/default.exp (tty): Remove.
287
bb1fe4ac
KB
2882016-08-24 Kevin Buettner <kevinb@redhat.com>
289
290 * gdb.python/py-recurse-unwind.c: New file.
291 * gdb.python/py-recurse-unwind.py: New file.
292 * gdb.python/py-recurse-unwind.exp: New file.
293
0a1ddfa6
SM
2942016-08-24 Simon Marchi <simon.marchi@ericsson.com>
295
296 * gdb.base/set-inferior-tty.exp: New file.
297 * gdb.base/set-inferior-tty.c: New file.
298
d9de1fe3
PA
2992016-08-23 Pedro Alves <palves@redhat.com>
300
301 PR gdb/20494
302 * gdb.base/new-ui-echo.c: New file.
303 * gdb.base/new-ui-echo.exp: New file.
304
e9d9abd7
YQ
3052016-08-23 Yao Qi <yao.qi@linaro.org>
306
307 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
308 gdbserver_spawn.
309 * gdb.server/connect-without-multi-process.exp (do_test):
310 Likewise.
311
3589529e
YQ
3122016-08-23 Yao Qi <yao.qi@linaro.org>
313
314 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
315 standalone_txt. Delete gdb_txt and standalone_txt on host
316 and target. Spawn the binary on target. Copy files from
317 target to host.
318
6bb90213
PA
3192016-08-22 Pedro Alves <palves@redhat.com>
320
321 PR gdb/20505
322 * gdb.base/vdso-warning.exp: Test core dumps too. Use
323 with_test_prefix. Factor out bits to ...
324 (test_no_vdso): ... this new procedure.
325
20c2c024
CL
3262016-08-19 Carl Love <cel@us.ibm.com>
327
328 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
329 maintaining separate logic for constructing the output path.
330 * gdb.arch/powerpc-d128-regs.exp: Likewise.
331 * gdb.arch/ppc-dfp.exp: Likewise.
332 * gdb.arch/ppc-fp.exp: Likewise.
333 * gdb.arch/vsx-regs.exp: Likewise.
334 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
335 binprefix for generating the additional binary files.
336
0646e07d
PA
3372016-08-19 Pedro Alves <palves@redhat.com>
338
339 * gdb.trace/mi-trace-frame-collected.exp
340 (test_trace_frame_collected): On x32, expect two registers.
341
46da9242
CL
3422016-08-18 Carl Love <cel@us.ibm.com>
343
344 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
345 and sync up the test with tests in gas/testsuite/gas/ppc.
346 * gdb.arch/powerpc-power.exp: Likewise.
347
eb2332d7
SM
3482016-08-17 Simon Marchi <simon.marchi@ericsson.com>
349
350 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
351 expected error message.
352
63c61e04
SM
3532016-08-17 Simon Marchi <simon.marchi@ericsson.com>
354
355 * gdb.multi/remove-inferiors.exp: New file.
356 * gdb.multi/remove-inferiors.c: New file.
357
7b17065f
YQ
3582016-08-12 Yao Qi <yao.qi@linaro.org>
359
360 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
361 argument list.
362
01d3dedf
PA
3632016-08-10 Pedro Alves <palves@redhat.com>
364
365 PR gdb/19187
366 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
367 setup_kfails.
368
3eb7562a
PA
3692016-08-09 Pedro Alves <palves@redhat.com>
370 Simon Marchi <simon.marchi@ericsson.com>
371
372 PR gdb/20418
373 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
374 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
375
80614914
PA
3762016-08-09 Pedro Alves <palves@redhat.com>
377
378 PR mi/20431
379 * gdb.mi/mi-cmd-error.exp: New file.
380
f348d89a
PA
3812016-08-09 Pedro Alves <palves@redhat.com>
382
383 PR gdb/18653
384 * gdb.base/signals-state-child.c: New file.
385 * gdb.base/signals-state-child.exp: New file.
386 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
387
e5ca03b4
PA
3882016-08-09 Pedro Alves <palves@redhat.com>
389
390 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
391
282a0691
TT
3922016-08-03 Tom Tromey <tom@tromey.com>
393
394 PR python/18565:
395 * gdb.python/py-frame-inline.exp: Add Frame.function test.
396
41bfcd63
YQ
3972016-08-01 Yao Qi <yao.qi@linaro.org>
398
399 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
400 variable mode to "multi-process" if $multi_process is 1, otherwise
401 set it to "single-process".
402
e3465b24
YQ
4032016-08-01 Yao Qi <yao.qi@linaro.org>
404
405 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
406 * gdb.cp/cpexprs.exp: Likewise.
407 * gdb.cp/m-static.exp: Likewise.
408
0b31a4bc
TT
4092016-07-26 Tom Tromey <tom@tromey.com>
410
411 PR python/20190:
412 * gdb.threads/tls.exp (check_thread_local): Add python symbol
413 test.
414
e0461dbb
MM
4152016-07-26 Markus Metzger <markus.t.metzger@intel.com>
416
417 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
418 selecting assembly source files.
419 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
420 assembly source files.
421 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
422 assembly source files.
423 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
424 selecting assembly source files.
425
8194e927
SM
4262016-07-25 Simon Marchi <simon.marchi@ericsson.com>
427
428 * gdb.base/new-ui.exp (do_test_invalid_args): New
429 procedure.
430
c0272db5
TW
4312016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
432
433 * gdb.btrace/reconnect.c: New file.
434 * gdb.btrace/reconnect.exp: New file.
435
e3487908
GKB
4362016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
437
438 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
439 to test_catch_syscall_group.
440 (test_catch_syscall_group): New.
441
12df5c00
TT
4422016-07-21 Tom Tromey <tom@tromey.com>
443
444 * gdb.rust/simple.rs (main): Use empty struct expression.
445 * gdb.rust/simple.exp: Add tests for empty struct expression.
446
bae62ee2
YQ
4472016-07-21 Yao Qi <yao.qi@linaro.org>
448
449 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
450 if gdb_skip_xml_test is true on some targets.
451
b1b53fb3
YQ
4522016-07-21 Yao Qi <yao.qi@linaro.org>
453
454 * gdb.server/solib-list.exp: Unset last_loaded_file.
455
027d97f8
JK
4562016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
457
458 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
459 "step into captured_main (args)".
460
7674d381
JK
4612016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
464
72b5d099
JK
4652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
468
1f960ced
PA
4692016-07-19 Pedro Alves <palves@redhat.com>
470
471 * gdb.opt/inline-break.exp: Remove optimize=-O2.
472 * gdb.opt/inline-bt.exp: Likewise.
473 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
474 additional_flags=-Winline.
475 * gdb.opt/inline-locals.exp: Likewise.
476 * gdb.opt/inline-markers.c (ATTR): Define.
477 (inlined_fn): Use it.
478
f25827c1
YQ
4792016-07-19 Yao Qi <yao.qi@linaro.org>
480
481 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
482 (test_with_self): Remove some code. Remove argument executable.
483 (top-level): Use do_self_tests.
484
37539ebe
DB
4852016-07-15 Zachary Welch <zwelch@codesourcery.com>
486 Don Breazeal <donb@codesourcery.com>
487
488 * gdb.base/maint.exp: Escape paths used in regular expressions.
489 * gdb.stabs/weird.exp: Likewise.
490
dac790e1
TT
4912016-07-13 Tom Tromey <tom@tromey.com>
492
493 PR python/15620, PR python/18620:
494 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
495 (test_bkpt_events): New procs.
496
93daf339
TT
4972016-07-13 Tom Tromey <tom@tromey.com>
498
499 PR python/17698:
500 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
501 test.
502 (test_watchpoints): Likewise.
503 (test_bkpt_pending): New proc.
504
6571a381
TT
5052016-07-13 Tom Tromey <tom@tromey.com>
506
507 PR cli/18053:
508 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
509 completion test.
510
e8732474
JK
5112016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
512
513 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
514 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
515 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
516 f_label.
517 (g): Rename g_end_lbl to g_label.
518 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
519 low_pc and high_pc.
520 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
521
e0f3fd7c
TT
5222016-07-12 Tom Tromey <tom@tromey.com>
523
524 PR python/19293:
525 * gdb.python/py-unwind-maint.exp: Update tests.
526
3cfe46b6
YQ
5272016-07-12 Yao Qi <yao.qi@linaro.org>
528
529 * lib/selftest-support.exp (selftest_setup): Match the output
530 when captured_main is inlined.
531
4f19a0e6
WT
5322016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
533
534 * gdb.fortran/derived-types.exp (result_line, result_line_2):
535 New variables.
536 (print this%a, print this%b, print this): New tests.
537 * gdb.fortran/derived-types.f90 (this): New object and
538 initialization.
539
986cf455
SM
5402016-07-06 Simon Marchi <simon.marchi@ericsson.com>
541
542 * gdb.ada/arraydim.exp: Remove extra directory level in build
543 directory.
544
f0464b23
SM
5452016-07-06 Simon Marchi <simon.marchi@ericsson.com>
546
547 * lib/ada.exp: Remove extra directory level in build directory.
548 * gdb.ada/cond_lang.exp: Likewise.
549 * gdb.ada/exec_changed.exp: Likewise.
550 * gdb.ada/lang_switch.exp: Likewise.
551
42d94011
MG
5522016-07-06 Manish Goregaokar <manish@mozilla.com>
553
554 * simple.rs: Add test for raw pointer subscripting
555 * simple.exp: Add test expectations
556
647c264c
YQ
5572016-07-05 Yao Qi <yao.qi@linaro.org>
558
559 * gdb.mi/mi-reverse.exp: Match =record-started output.
560
20aa2c60
PA
5612016-07-01 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/jit-reader.exp (info_registers_current_frame): New
564 procedure.
565 (jit_reader_test): Test the jit reader's unwinder.
566 * gdb.base/jithost.c (jit_function_00_code): New global.
567 (main): Use memcpy to fill in the mmapped code, instead of poking
568 bytes manually here.
569 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
570 value.
571 (read_debug_info): Save the function's range.
572 (read_sp): New function.
573 (unwind_frame): Use it. Also unwind RBP.
574 (get_frame_id): Use read_sp.
575 (gdb_init_reader): Use calloc instead of malloc.
576 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
577 parameter. Use gdb_test_multiple.
578
ced2dffb
PA
5792016-07-01 Pedro Alves <palves@redhat.com>
580 Antoine Tremblay <antoine.tremblay@ericsson.com>
581
582 * gdb.threads/process-dies-while-detaching.c: New file.
583 * gdb.threads/process-dies-while-detaching.exp: New file.
584
63000888
PA
5852016-07-01 Pedro Alves <palves@redhat.com>
586
587 * gdb.multi/watchpoint-multi-exit.c: New file.
588 * gdb.multi/watchpoint-multi-exit.exp: New file.
589
038d4868
PA
5902016-06-30 Pedro Alves <palves@redhat.com>
591
592 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
593 unset inferior_spawn_id.
594
994e9c83
PA
5952016-06-30 Pedro Alves <palves@redhat.com>
596
597 * lib/mi-support.exp (default_mi_gdb_start): Declare global
598 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
599
e5653468
YQ
6002016-06-29 Yao Qi <yao.qi@linaro.org>
601
602 * gdb.base/return.c: Add copyright header.
603
803b47e5
TT
6042016-06-29 Tom Tromey <tom@tromey.com>
605
606 PR python/20129:
607 * gdb.python/py-framefilter.exp: Add tests for setting priority
608 and disabling of non-existent frame filter.
609
28244707
YQ
6102016-06-29 Yao Qi <yao.qi@linaro.org>
611
612 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
613 0x0f07ff.
614
a31d2f06
YQ
6152016-06-28 Yao Qi <yao.qi@linaro.org>
616
617 * gdb.base/catch-syscall.exp: Remove check on isnative and target
618 triplets. Start gdb, execute catch syscall, and continue. Check
619 gdb's output to determine catch syscall is supported.
620
921d8f54
MG
6212016-06-27 Manish Goregaokar <manish@mozilla.com>
622
25d49b86
PA
623 * gdb.rust/simple.rs: Add test for returning unit in a function.
624 * gdb.rust/simple.exp: Add expectation for functions returning
625 unit.
921d8f54 626
f4952523
PMR
6272016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
628
629 * gdb.python/py-breakpoint-create-fail.c,
630 gdb.python/py-breakpoint-create-fail.exp,
631 gdb.python/py-breakpoint-create-fail.py: New testcase.
632
fccb08f8
MG
6332016-06-25 Manish Goregaokar <manish@mozilla.com>
634
635 PR gdb/20239
636 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
637 * gdb.rust/simple.exp: Add test expectations for new NonZero
638 tests.
fccb08f8 639
6b850546
DT
6402016-06-24 David Taylor <dtaylor@emc.com>
641
642 * gdb.base/offsets.exp: New file.
643 * gdb.base/offsets.c: New file.
644
17621150
TT
6452016-06-23 Tom Tromey <tom@tromey.com>
646
647 PR gdb/16483:
648 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
649 before any filters are loaded.
650
04d59df6
WT
6512016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
652
653 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
654 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
655 structs.
656 * gdb.fortran/derived-type-function.exp: New file.
657 * gdb.fortran/derived-type-function.f90: New file.
658
659
ac69f786
PA
6602016-06-21 Pedro Alves <palves@redhat.com>
661
662 * gdb.base/new-ui.exp: New file.
663 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
664 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
665 (with_spawn_id): New procedure.
666
49940788
PA
6672016-06-21 Pedro Alves <palves@redhat.com>
668
669 * gdb.mi/mi-exec-run.exp: New file.
670
ef274d26
PA
6712016-06-21 Pedro Alves <palves@redhat.com>
672
673 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
674 breakpoint command's output on the main UI.
675 (test_break): New procedure, factored out from calls in the top
676 level.
677 (top level): Use foreach_with_prefix to test MI as main UI and as
678 separate UI.
679
468afe6c
PA
6802016-06-21 Pedro Alves <palves@redhat.com>
681
682 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
683 (test_awatch_creation_and_listing)
684 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
685 Remove 'type' parameter.
686 (test_watchpoint_all): New parameter mi_mode. Remove
687 with_test_prefix.
688 (top level): Use foreach_with_prefix, and add main/separate UI MI
689 testing axis.
690
51f77c37
PA
6912016-06-21 Pedro Alves <palves@redhat.com>
692
693 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
694 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
695 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
696 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
697 (gdb_main_spawn_id, mi_spawn_id): Declare and
698 comment.
699 (mi_create_inferior_pty): New procedure,
700 factored out from default_mi_gdb_start.
701 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
702 procedures.
703 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
704 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
705 Use mi_create_inferior_pty.
706 (mi_gdb_start): Use eval to pass down args list.
707
8980e177
PA
7082016-06-21 Pedro Alves <palves@redhat.com>
709
710 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
711 * gdb.opt/inline-cmds.exp: Add MI tests.
712
f38d3ad1
PA
7132016-06-21 Pedro Alves <palves@redhat.com>
714
715 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
716
45db7c09
PA
7172016-06-21 Pedro Alves <palves@redhat.com>
718
719 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
720 (top level): Use it instead of mi_execute_to.
721
5a069ab3
PA
7222016-06-21 Pedro Alves <palves@redhat.com>
723
724 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
725 (cont_handler_str): New.
726 (signal_stop_handler): Set stop_handler_str instead of printing to
727 stdout.
728 (continue_handler): Set cont_handler_str instead of printing to
729 stdout.
730 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
731 mi_send_resuming_command. Print stop_handler_str and
732 cont_handler_str instead of expecting the python events print
733 directly.
734
2838cc1d
SD
7352016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
736
737 * gdb.base/jit-reader.exp: New file.
738 * gdb.base/jithost.c: New file.
739 * gdb.base/jithost.h: New file.
740 * gdb.base/jitreader.c : New file.
741 * gdb.base/jit-protocol.h: New file.
742
21a77091
YQ
7432016-06-17 Yao Qi <yao.qi@linaro.org>
744
745 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
746 parameters follow_fork and detach_on_fork. Set follow-fork-mode
747 and detach-on-fork. Adjust tests.
748 (top level): Invoke break_cond_on_syscall with combinations of
749 syscall, follow-fork-mode and detach-on-fork.
750
f50bf8e5
YQ
7512016-06-17 Yao Qi <yao.qi@linaro.org>
752
753 * gdb.base/step-over-exit.c: New.
754 * gdb.base/step-over-exit.exp: New.
755
a28d8e50
YTL
7562016-06-17 Yan-Ting Lin <currygt52@gmail.com>
757
758 * gdb.base/float.exp: Add target check for nds32*-*-*.
759 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
760
cad8e26d
AB
7612016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
764 for unsupported target features.
765 * gdb.base/call-rt-st.exp: Likewise.
766 * gdb.base/call-sc.exp: Likewise.
767 * gdb.base/call-signal-resume.exp: Likewise.
768 * gdb.base/call-strs.exp: Likewise.
769 * gdb.base/callexit.exp: Likewise.
770 * gdb.base/callfuncs.exp: Likewise.
771 * gdb.base/nodebug.exp: Likewise.
772 * gdb.base/printcmds.exp: Likewise.
773 * gdb.base/ptype.exp: Likewise.
774 * gdb.base/structs.exp: Likewise.
775 * gdb.base/unwindonsignal.exp: Likewise.
776 * gdb.cp/gdb2495.exp: Likewise.
777 * gdb.cp/templates.exp: Likewise.
778 * gdb.cp/virtfunc.exp: Likewise.
779 * gdb.threads/hand-call-in-threads.exp: Likewise.
780 * gdb.threads/interrupted-hand-call.exp: Likewise.
781 * gdb.threads/thread-unwindonsignal.exp: Likewise.
782
347dc102
TT
7832016-06-10 Tom Tromey <tom@tromey.com>
784
785 PR rust/20110:
786 * gdb.rust/expr.exp: Add test for integer constant larger than
787 i32.
788
5e13cf25
BH
7892016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
790
791 * gdb.fortran/nested-funcs.exp: New.
792 * gdb.fortran/nested-funcs.f90: New.
793
bb556f1f
TK
7942016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
795
796 * gdb.base/examine-backward.c: New file.
797 * gdb.base/examine-backward.exp: New file.
798
38b022b4
SM
7992016-06-06 Simon Marchi <simon.marchi@ericsson.com>
800
801 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
802 matching.
803
1b40ec05
TT
8042016-06-02 Tom Tromey <tom@tromey.com>
805
806 PR python/18984:
807 * gdb.python/py-shared.exp: Add solib_name test.
808
193bd378
SM
8092016-06-02 Simon Marchi <simon.marchi@ericsson.com>
810
811 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
812
3326303b
MG
8132016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
814
815 PR c++/19893
816 * gdb.dwarf2/implref.exp: Rename to...
817 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
818 * gdb.dwarf2/implref-array.c: New file.
819 * gdb.dwarf2/implref-array.exp: Likewise.
820 * gdb.dwarf2/implref-global.c: Likewise.
821 * gdb.dwarf2/implref-global.exp: Likewise.
822 * gdb.dwarf2/implref-struct.c: Likewise.
823 * gdb.dwarf2/implref-struct.exp: Likewise.
824
825c8ef2
AT
8252016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
826
827 * gdb.trace/trace-condition.exp: Add 64bit tests.
828
2320162a
AT
8292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
830
831 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
832 bits types.
833 (main): Adapt to 8 to 64 bits types.
834 * gdb.trace/trace-condition.exp: Add new tests.
835
a7818233
AT
8362016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
837
838 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
839
0d336466
AT
8402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
841
842 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
843 Move condition tests...
844 * gdb.trace/trace-condition.exp: Here.
845
7faeb45a
AT
8462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
847
848 * gdb.trace/trace-condition.exp: Add counter-case tests.
849
e385593e
JK
8502016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
851
852 PR c++/15231
853 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
854 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
855
744608cc
PA
8562016-05-27 Pedro Alves <palves@redhat.com>
857
858 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
859 New procedure.
860 (top level): Call it, and bail out of DejaGnu is known to be bad.
861
ac775bf4
AB
8622016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.base/whatis.c: Extend the test case.
865 * gdb.base/whatis.exp: Add additional tests.
866
2bbad2ea
BH
8672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
868
869* gdb.fortran/type.f90: Add pointer variable.
870* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
871
8b70175d
BH
8722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
873
874 * gdb.fortran/vla-type.exp: Fix testcase name.
875
86d8a848
BH
8762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
877
878 * gdb.fortran/vla-type.exp: Access elements in nested structs.
879
e188eb36
BH
8802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
881
882 * gdb.fortran/type.f90: Add nested structures.
883 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
884 * gdb.fortran/derived-type.exp: Adapt expected output.
885 * gdb.fortran/vla-type.exp: Adapt expected output.
886
9b2db1fd
BH
8872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
888
889 * gdb.fortran/whatis_type.exp: Adapt expected output.
890
72b17055
BH
8912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
892
893 * gdb.fortran/print_type.exp: Fix expected output.
894 * gdb.fortran/whatis_type.exp: Fix expected output.
895
3cd81d8d
BH
8962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
897
898 * gdb.fortran/whatis_type.exp: Use multi_line.
899
ddae9462
TT
9002016-05-24 Tom Tromey <tom@tromey.com>
901
902 PR python/17386:
903 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
904 use value as an index.
905
1957f6b8
TT
9062016-05-23 Tom Tromey <tom@tromey.com>
907
908 PR python/17981:
909 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
910 no-breakpoint case.
911
026a9174
PA
9122016-05-24 Pedro Alves <palves@redhat.com>
913
914 PR gdb/19828
915 * gdb.threads/clone-attach-detach.c: New file.
916 * gdb.threads/clone-attach-detach.exp: New file.
917
e70a7231
FR
9182016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
919
920 * gdb.base/annota-input-while-running.exp: Fix syntax error.
921
0f6ed0e0
TT
9222016-05-23 Tom Tromey <tom@tromey.com>
923
924 PR python/19438, PR python/18393:
925 * gdb.python/py-progspace.exp: Add "dir" test.
926 * gdb.python/py-objfile.exp: Add "dir" test.
927
ffd19d61
YQ
9282016-05-23 Yao Qi <yao.qi@linaro.org>
929
930 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
931 * gdb.arch/thumb2-it.exp: Likewise.
932
9e8f9b05
SM
9332016-05-18 Simon Marchi <simon.marchi@ericsson.com>
934
935 * gdb.mi/mi-threads-interrupt.c: New file.
936 * gdb.mi/mi-threads-interrupt.exp: New file.
937
61c6156d
SM
9382016-05-17 Simon Marchi <simon.marchi@ericsson.com>
939
940 PR gdb/18077
941 * gdb.mi/mi-async-run.exp: New file.
942 * gdb.mi/mi-async-run.c: New file.
943
67218854
TT
9442016-05-17 Tom Tromey <tom@tromey.com>
945 Manish Goregaokar <manishsmail@gmail.com>
946
947 * lib/rust-support.exp: New file.
948 * lib/gdb.exp (skip_rust_tests): New proc.
949 (build_executable_from_specs): Handle rust.
950 * lib/future.exp (gdb_find_rustc): New proc.
951 (gdb_default_target_compile): Handle rust.
952 * gdb.rust/expr.exp: New file.
953 * gdb.rust/generics.exp: New file.
954 * gdb.rust/generics.rs: New file.
955 * gdb.rust/methods.exp: New file.
956 * gdb.rust/methods.rs: New file.
957 * gdb.rust/modules.exp: New file.
958 * gdb.rust/modules.rs: New file.
959 * gdb.rust/simple.exp: New file.
960 * gdb.rust/simple.rs: New file.
961
c44af4eb
TT
9622016-05-17 Tom Tromey <tom@tromey.com>
963
964 * gdb.base/default.exp (set language): Add rust.
965
dcd1f979
TT
9662016-05-17 Tom Tromey <tom@tromey.com>
967
968 * gdb.gdb/unittest.exp: New file.
969
155b7f57
YQ
9702016-05-16 Yao Qi <yao.qi@linaro.org>
971
972 * gdb.base/batch-preserve-term-settings.exp: Remove variable
973 shell_prompt. Update shell_prompt_re.
974
8ddd5a6c
DE
9752016-05-12 Doug Evans <dje@google.com>
976
977 PR symtab/19999
978 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
979 $options when building executable.
980 * gdb.dwarf2/fission-loclists-pie.S: New file.
981 * gdb.dwarf2/fission-loclists-pie.exp: New file.
982
02e370d9
SM
9832016-05-04 Simon Marchi <simon.marchi@ericsson.com>
984
985 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
986 of [is_remote target],
987
8929ad8b
SM
9882016-05-04 Simon Marchi <simon.marchi@ericsson.com>
989
990 * lib/gdb.exp (use_gdb_stub): New procedure.
991
6c447423
DE
9922016-05-03 Yunlian Jiang <yunlian@google.com>
993 Doug Evans <dje@google.com>
994
995 PR symtab/19914
996 * gdb.dwarf2/dwp-sepdebug.c: New file.
997 * gdb.dwarf2/dwp-sepdebug.exp: New file.
998
444e826c
SM
9992016-05-02 Simon Marchi <simon.marchi@ericsson.com>
1000
1001 * gdb.base/detach.exp: Remove is_remote check.
1002
740feeaa
SM
10032016-05-02 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * gdb.base/annota-input-while-running.exp: Don't check for
1006 [is_remote target]. Enable annotations after running to main.
1007 Remove unused "set test..." line.
1008
9080ac9d
SM
10092016-04-28 Simon Marchi <simon.marchi@ericsson.com>
1010
1011 * gdb.trace/trace-enable-disable.exp: New file.
1012 * gdb.trace/trace-enable-disable.c: New file.
1013
952ebca5
SM
10142016-04-28 Simon Marchi <simon.marchi@ericsson.com>
1015
1016 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
1017 use it in info sharedlibrary test.
1018 * gdb.trace/ftrace-lock.exp: Likewise.
1019 * gdb.trace/ftrace.exp: Likewise.
1020 * gdb.trace/range-stepping.exp: Likewise.
1021 * gdb.trace/trace-break.exp: Likewise.
1022 * gdb.trace/trace-condition.exp: Likewise.
1023 * gdb.trace/trace-mt.exp: Likewise.
1024
d9019901
SM
10252016-04-27 Simon Marchi <simon.marchi@ericsson.com>
1026
1027 * lib/gdb.exp (gdb_load_shlibs): Rename to...
1028 (gdb_load_shlib): ... this.
1029 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
1030 gdb_load_shlib.
1031 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1032 * gdb.base/ctxobj.exp: Likewise.
1033 * gdb.base/dprintf-pending.exp: Likewise.
1034 * gdb.base/dso2dso.exp: Likewise.
1035 * gdb.base/fixsection.exp: Likewise.
1036 * gdb.base/gcore-relro.exp: Likewise.
1037 * gdb.base/gdb1555.exp: Likewise.
1038 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1039 * gdb.base/gnu-ifunc.exp: Likewise.
1040 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
1041 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1042 * gdb.base/pending.exp: Likewise.
1043 * gdb.base/print-file-var.exp: Likewise.
1044 * gdb.base/print-symbol-loading.exp: Likewise.
1045 * gdb.base/shlib-call.exp: Likewise.
1046 * gdb.base/shreloc.exp: Likewise.
1047 * gdb.base/so-impl-ld.exp: Likewise.
1048 * gdb.base/solib-disc.exp: Likewise.
1049 * gdb.base/solib-nodir.exp: Likewise.
1050 * gdb.base/solib-overlap.exp: Likewise.
1051 * gdb.base/solib-symbol.exp: Likewise.
1052 * gdb.base/solib-weak.exp (do_test): Likewise.
1053 * gdb.base/sym-file.exp: Likewise.
1054 * gdb.base/symtab-search-order.exp: Likewise.
1055 * gdb.base/type-opaque.exp: Likewise.
1056 * gdb.base/unload.exp: Likewise.
1057 * gdb.base/watchpoint-solib.exp: Likewise.
1058 * gdb.compile/compile.exp: Likewise.
1059 * gdb.cp/gdb2384.exp: Likewise.
1060 * gdb.cp/infcall-dlopen.exp: Likewise.
1061 * gdb.cp/re-set-overloaded.exp: Likewise.
1062 * gdb.fortran/library-module.exp: Likewise.
1063 * gdb.opt/solib-intra-step.exp: Likewise.
1064 * gdb.python/py-finish-breakpoint.exp: Likewise.
1065 * gdb.python/py-shared.exp: Likewise.
1066 * gdb.reverse/solib-precsave.exp: Likewise.
1067 * gdb.reverse/solib-reverse.exp: Likewise.
1068 * gdb.server/solib-list.exp: Likewise.
1069 * gdb.threads/dlopen-libpthread.exp: Likewise.
1070 * gdb.threads/tls-shared.exp: Likewise.
1071 * gdb.threads/tls-so_extern.exp: Likewise.
1072 * gdb.trace/change-loc.exp: Likewise.
1073 * gdb.trace/ftrace-lock.exp: Likewise.
1074 * gdb.trace/ftrace.exp: Likewise.
1075 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
1076 * gdb.trace/pending.exp: Likewise.
1077 * gdb.trace/range-stepping.exp: Likewise.
1078 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
1079 (strace_info_marker): Likewise.
1080 (strace_probe_marker): Likewise.
1081 (strace_trace_on_same_addr): Likewise.
1082 (strace_trace_on_diff_addr): Likewise.
1083 * gdb.trace/trace-break.exp: Likewise.
1084 * gdb.trace/trace-condition.exp: Likewise.
1085 * gdb.trace/trace-mt.exp: Likewise.
1086
fca4cfd9
SM
10872016-04-27 Simon Marchi <simon.marchi@ericsson.com>
1088
1089 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
1090 result of gdb_remote_download.
1091 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
1092 * gdb.base/dso2dso.exp: Likewise.
1093 * gdb.base/global-var-nested-by-dso.exp: Likewise.
1094 * gdb.base/print-file-var.exp: Likewise.
1095 * gdb.base/shlib-call.exp: Likewise.
1096 * gdb.base/shreloc.exp: Likewise.
1097 * gdb.base/solib-overlap.exp: Likewise.
1098 * gdb.base/solib-weak.exp (do_test): Likewise.
1099 * gdb.base/unload.exp: Likewise.
1100
11cf4ffb
YQ
11012016-04-27 Yao Qi <yao.qi@linaro.org>
1102
1103 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
1104 exists.
1105
3e2e34f8
KB
11062016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
1107
1108 * vla-type.exp: Print structure from toplevel.
1109
8f07e298
BH
11102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
1111
1112 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
1113 of dynamic types.
1114 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
1115 of dynamic types.
1116
9920b434
BH
11172016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
1118
1119 * gdb.fortran/vla-type.f90: New file.
1120 * gdb.fortran/vla-type.exp: New file.
1121
f3abeff5
YQ
11222016-04-25 Yao Qi <yao.qi@linaro.org>
1123
1124 * gdb.base/branch-to-self.c: New file.
1125 * gdb.base/branch-to-self.exp: New file.
1126
0a5d52f0
YQ
11272016-04-22 Yao Qi <yao.qi@linaro.org>
1128
1129 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
1130 more after $hex.
1131
495346f6
YQ
11322016-04-22 Yao Qi <yao.qi@linaro.org>
1133
1134 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
1135 * gdb.base/annota3.exp: Likewise.
1136
4a7e075c
YQ
11372016-04-22 Yao Qi <yao.qi@linaro.org>
1138
1139 * gdb.reverse/step-precsave.exp: Do one step and test program
1140 stops in "callee" and do multiple steps until program goes out
1141 of "callee".
1142 * gdb.reverse/step-reverse.exp: Likewise.
1143
5b061e98
YQ
11442016-04-22 Yao Qi <yao.qi@linaro.org>
1145
1146 * gdb.trace/signal.exp: Also pass if
1147 $tracepoint_hits($i) > $iterations.
1148
5c5dc57f
YQ
11492016-04-22 Yao Qi <yao.qi@linaro.org>
1150
1151 * gdb.trace/signal.c: New file.
1152 * gdb.trace/signal.exp: New file.
1153
a55411b9
DE
11542016-04-19 Doug Evans <xdje42@gmail.com>
1155
1156 * gdb.base/bad-file.exp: New file.
1157
a22df60a
MG
11582016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
1159
1160 * gdb.dwarf2/implref.exp: New file.
1161
0c13f7e5
BH
11622016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1163
1164 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
1165 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
1166 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
1167 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
1168 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
1169 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
1170 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
1171 * lib/fortran.exp (fortran_int4): New procedure.
1172 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
1173 (fortran_logical4): Likewise.
1174
9b9b09e9
BH
11752016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
1176
1177 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
1178
a14d1f4d
BH
11792016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1180
1181 * lib/compiler.c: Add Intel specific preprocessor macros.
1182 * lib/compiler.cc: Likewise.
25d49b86 1183
7d49b1d0
LM
11842016-04-13 Luis Machado <lgustavo@codesourcery.com>
1185
1186 * gdb.server/connect-with-no-symbol-file.c: New file.
1187 * gdb.server/connect-with-no-symbol-file.exp: New file.
1188
8392fa22
SM
11892016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1190
1191 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
1192
8c4c4aeb
SM
11932016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * boards/gdbserver-base.exp (${board}_download): Copy source file to
1196 standard output directory.
1197
45e3745e
AT
11982016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1199
1200 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
1201
e26b7e41
MM
12022016-04-13 Markus Metzger <markus.t.metzger@intel.com>
1203
1204 * gdb.btrace/instruction_history.c (loop): Add declaration.
1205
8ce09462
AT
12062016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1207
1208 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
1209
2e88a1ea
SM
12102016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1211
1212 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
1213 parentheses to print.
1214 (continue_handler): Likewise.
1215
f48e22e3
SM
12162016-04-08 Simon Marchi <simon.marchi@ericsson.com>
1217
1218 * gdb.server/solib-list.exp: Remove is_remote check.
1219 Pass shlib= to gdb_compile. Don't link shared library with
1220 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
1221 Run binary filename through "readlink -f" on the target.
1222
096be756
PA
12232016-04-08 Pedro Alves <palves@redhat.com>
1224
1225 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
1226 interpreter filename as argument to gdbserver_spawn.
1227 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1228 Return empty if $last_loaded_file does not exist.
1229
06500533
JK
12302016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
1233 * gdb.base/jit-main.c: Use exit after usage.
1234
2d35e871
JK
12352016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
1238 GDBHISTSIZE prior to the tests.
1239 * gdb.base/gdbinit-history.exp: Likewise.
1240
12412016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
1242
1243 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1244 instead of build_executable. Use gdb_load_shlibs.
1245
c8064e7e
YQ
12462016-04-07 Yao Qi <yao.qi@linaro.org>
1247
1248 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1249 Execute "si" command.
1250
bde47561
YQ
12512016-04-07 Yao Qi <yao.qi@linaro.org>
1252
1253 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1254 number instead of the comments on some line.
1255
b16f8a3b
DB
12562016-04-06 Don Breazeal <donb@codesourcery.com>
1257
1258 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1259 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1260
c2f901df
SM
12612016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1262
1263 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1264 standard_output_file. Remove unused binfile variable.
1265
ac17fda0
CU
12662016-04-05 Catalin Udma <catalin.udma@freescale.com>
1267
1268 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1269 * gdb.python/py-mi-objfile.exp: Match "list main" output
1270 in console format.
1271
03a8c4df
SM
12722016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1273
1274 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1275 absolute.
1276
6e774b13
SM
12772016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1278
1279 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1280 absolute.
1281 * gdb.trace/ftrace.exp: Likewise.
1282 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1283 targets as well.
1284 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1285 (gdb_load_shlibs): Copy libraries to test directory when testing
1286 natively. Only set solib-search-path if testing remotely.
1287 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1288
7817ea46
SM
12892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1290
1291 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1292 gdb_download. Use it even if the target is not remote.
1293 * gdb.base/jit.exp (compile_jit_test): Likewise.
1294 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1295 output directory if the destination board is local, otherwise use
1296 the standard remote_download from DejaGnu.
1297 (gdb_download): Remove.
1298 (gdb_load_shlibs): Use gdb_remote_download instead of
1299 gdb_download.
1300 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1301 Use gdb_remote_download instead of gdb_download. Use it even if
1302 the target is not remote.
1303 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1304 instead of gdb_download.
1305
7beb7f68
SM
13062016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1307
1308 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1309 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1310 run.
1311
cc63428a
AV
13122016-04-01 Artemiy Volkov <artemiyv@acm.org>
1313
1314 PR gdb/19820
1315 * gdb.base/printcmds.exp: Add artificial arrays tests.
1316
64cdf930
PA
13172016-03-31 Pedro Alves <palves@redhat.com>
1318
1319 PR gdb/19858
1320 * gdb.base/jit-main.c: Include unistd.h.
1321 (ATTACH): Define to 0 if not already defined.
1322 (wait_for_gdb, mypid): New globals.
1323 (WAIT_FOR_GDB): New macro.
1324 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1325 some breakpoint locations.
1326 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1327 New procedures.
1328 (one_jit_test): Add REATTACH parameter, and handle it. Use
1329 continue_to_test_location.
1330 (top level): Test attach, and adjusts calls to one_jit_test.
1331
40dea8cb
PA
13322016-03-31 Pedro Alves <palves@redhat.com>
1333
1334 PR gdb/19858
1335 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1336 BINSUFFIX parameter, and handle it.
1337 (top level): Adjust calls compile_jit_test.
1338
e7ea3ec7
CU
13392016-03-31 Catalin Udma <catalin.udma@freescale.com>
1340
1341 PR python/19743
1342 * gdb.python/py-mi-events-gdb.py: New file.
1343 * gdb.python/py-mi-events.c: New file.
1344 * gdb.python/py-mi-events.exp: New file.
1345
e6359af3
YQ
13462016-03-30 Yao Qi <yao.qi@linaro.org>
1347
1348 * gdb.reverse/until-precsave.exp: Match function name only.
1349 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1350 Move malloc to a condition block.
1351 * gdb.reverse/until-reverse.exp: Match function name only.
1352
a4105d04
MK
13532016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1354
1355 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1356 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1357 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1358 variable for GPR 0 instead of assuming it is register 0.
1359 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1360 * lib/trace-support.exp: Add s390 registers.
1361
bfa6adb9
YQ
13622016-03-29 Yao Qi <yao.qi@linaro.org>
1363
1364 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1365
1e6697ea
YQ
13662016-03-24 Yao Qi <yao.qi@linaro.org>
1367
1368 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1369 test message.
1370
64bcd522
AA
13712016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1372
1373 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1374 maintaining separate logic for constructing the output path.
1375
7868401b
DB
13762016-03-16 Don Breazeal <donb@codesourcery.com>
1377
1378 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1379 Retry fork and waitpid on interrupted system call errors.
1380 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1381 Use with_timeout_factor to increase timeout by factor of 10.
1382
1cafadb4
DB
13832016-03-15 Don Breazeal <donb@codesourcery.com>
1384
1385 * gdb.cp/scope-err.cc: New test program.
1386 * gdb.cp/scope-err.exp: New test script.
1387 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1388 lines and "set breakpoint here" comment.
1389 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1390 Fixed some whitespace and format issues.
1391 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1392 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1393
81516450
DE
13942016-03-15 Doug Evans <dje@google.com>
1395
1396 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1397 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1398 All callers updated. Add tests for enums, mixed flags register.
1399
aa52b601
DE
14002016-03-15 Doug Evans <dje@google.com>
1401
1402 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1403 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1404
fa4ff313
SM
14052016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1406
1407 * gdb.base/default.exp: Add $_as_string to the list of expected
1408 convenience functions.
1409
f2403c39
AB
14102016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1413
f2f3ccb9
SM
14142016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1415
1416 * gdb.python/py-as-string.exp: New file.
1417 * gdb.python/py-as-string.c: New file.
1418
00dbd492
PA
14192016-03-09 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1422 signal" -> "Thread NN received signal" output change.
1423 * gdb.threads/ia64-sigill.exp: Likewise.
1424 * gdb.threads/linux-dp.exp: Likewise.
1425 * gdb.threads/manythreads.exp: Likewise.
1426 * gdb.threads/pending-step.exp: Likewise.
1427 * gdb.threads/print-threads.exp: Likewise.
1428 * gdb.threads/sigstep-threads.exp: Likewise.
1429 * gdb.threads/staticthreads.exp: Likewise.
1430 * gdb.threads/tls.exp: Likewise.
1431
1e6697ea
YQ
14322016-03-09 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.base/command-line-input.exp: New file.
1435
b04fd3be
MK
14362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1437
1438 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1439 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1440 * gdb.trace/pending.exp: Accept leading dot before function name.
1441 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1442 * lib/trace-support.exp: Set registers for ppc.
1443
98fa59e9
MK
14442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1445
1446 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1447 use it for disassembly; accept .main in addition to main in backtrace.
1448
f77198c8
MK
14492016-03-09 Wei-cheng Wang <cole945@gmail.com>
1450 Marcin Kościelnicki <koriakin@0x04.net>
1451
1452 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1453 (gdb_recursion_test_ptr): New global variable.
1454 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1455 gdb_recursion_test.
1456 (gdb_c_test): Ditto.
1457
ba84e0da
MK
14582016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1459
1460 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1461 ordering.
1462
4366d36e
MK
14632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1464
1465 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1466 (bar): Add bar_start_lbl label.
1467 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1468 of foo/bar for emitting DWARF and tracing.
1469
5eb264df
SDJ
14702016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1471
1472 * analyze-racy-logs.py: Set executable bit.
1473
fb6a751f
SDJ
14742016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1475
1476 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1477 (CHECK_TARGET_TMP): Likewise.
1478 (check-single-racy): New rule.
1479 (check-parallel-racy): Likewise.
1480 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1481 (do-check-parallel-racy): New rule.
1482 (check-racy/%.exp): Likewise.
1483 * README (Racy testcases): New section.
1484 * analyze-racy-logs.py: New file.
1485
bdf7e230
DE
14862016-03-03 Doug Evans <dje@google.com>
1487
1488 * gdb.base/skip.exp: Use with_test_prefix.
1489
4719d415
YQ
14902016-03-03 Yao Qi <yao.qi@linaro.org>
1491
1492 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1493 Invoke step_over_syscall "clone" and break_cond_on_syscall
1494 "clone".
1495 * gdb.base/step-over-clone.c: New file.
1496
ea507862
YQ
14972016-03-03 Yao Qi <yao.qi@linaro.org>
1498
1499 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1500 code format.
1501
8fc8cbda
YQ
15022016-03-03 Yao Qi <yao.qi@linaro.org>
1503
1504 * gdb.base/disp-step-fork.c: Rename to ...
1505 * gdb.base/step-over-fork.c: ... it. New file.
1506 * gdb.base/disp-step-vfork.c: Rename to ...
1507 * gdb.base/step-over-vfork.c: ... it. New file.
1508 * gdb.base/disp-step-syscall.exp: Rename to ...
1509 * gdb.base/step-over-syscall.exp: ... it. New file.
1510 (disp_step_cross_syscall): Rename to ...
1511 (step_over_syscall): ... it.
1512
92fa70b0
YQ
15132016-03-03 Yao Qi <yao.qi@linaro.org>
1514
1515 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1516 If target supports condition evaluation on target, invoke
1517 break_cond_on_syscall for fork and vfork.
1518
e197ad3c
YQ
15192016-03-03 Yao Qi <yao.qi@linaro.org>
1520
1521 * gdb.base/disp-step-syscall.exp: Don't invoke
1522 support_displaced_stepping.
1523 (disp_step_cross_syscall): Test with displaced stepping off and
1524 on if supported.
1525
0b47da9f
YQ
15262016-03-03 Yao Qi <yao.qi@linaro.org>
1527
1528 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1529 proc.
1530 (setup): New proc.
1531 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1532 and setup.
1533
065ab6dc
BH
15342016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1535
1536 * gdb.fortran/vla-history.exp: Remove breakpoint.
1537
07e448ad 15382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1539
25d49b86
PA
1540 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1541 exceeds timeout.
07e448ad 1542
9ac2d526 15432016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1544
25d49b86
PA
1545 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1546 breakpoint.
9ac2d526 1547
17807369
BH
15482016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1549
1550 * gdb.mi/vla.f90: Nullify pointer after declaration.
1551
86e501af
PA
15522016-03-01 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1555
1e903e32
PA
15562016-03-01 Pedro Alves <palves@redhat.com>
1557
1558 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1559 before anything else.
1560 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1561 _GNU_SOURCE here.
1562 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1563 before anything else.
1564 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1565
6ccb54e2
PA
15662016-03-01 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1569
30ca9da1
YQ
15702016-03-01 Yao Qi <yao.qi@linaro.org>
1571
1572 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1573 prepare_for_testing.
1574
dc856b38
YQ
15752016-03-01 Yao Qi <yao.qi@linaro.org>
1576
1577 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1578
4a932159
AA
15792016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1580
1581 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1582 manually constructing the output path.
1583
f2489477
AA
15842016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1585
1586 * gdb.arch/s390-stackless.S: New.
1587 * gdb.arch/s390-stackless.exp: New.
1588
38899f16
IB
15892016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1590
1591 * gdb.dlang/circular.c: New file.
1592 * gdb.dlang/circular.exp: New file.
1593
9fde51ed
YQ
15942016-02-26 Yao Qi <yao.qi@linaro.org>
1595
1596 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1597 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1598 (testcases): Update.
1599
ce90fefe
YQ
16002016-02-26 Yao Qi <yao.qi@linaro.org>
1601
1602 * gdb.reverse/aarch64.c: Rename to ...
1603 * gdb.reverse/insn-reverse.c: ... it.
1604 * gdb.reverse/aarch64.exp: Rename to ...
1605 * gdb.reverse/insn-reverse.exp: ... it.
1606
3263bceb
YQ
16072016-02-26 Yao Qi <yao.qi@linaro.org>
1608
1609 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1610 (testcase_ftype): New.
1611 (testcases): New array.
1612 (n_testcases): New.
1613 (main): Call each element in testcases.
1614 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1615 (read_testcase): New.
1616 Do the tests in a loop.
1617
6cb59ff1
YQ
16182016-02-25 Yao Qi <yao.qi@linaro.org>
1619
1620 * gdb.base/branches.c: Remove.
1621
ae91f625
MK
16222016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1623
1624 PR gdb/13808
1625 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1626
678b48b7
MK
16272016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1628
1629 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1630
7337a6f2
MK
16312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1632
1633 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1634 change x86_64 call_insn to 'callq'.
1635
861ca91f
AT
16362016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1637
1638 * gdb.trace/tfile-avx.c: Move to...
1639 * gdb.trace/tracefile-pseudo-reg.c: Here.
1640 * gdb.trace/tfile-avx.exp: Move to...
1641 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1642
bf74e428
GB
16432016-02-24 Gary Benson <gbenson@redhat.com>
1644
1645 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1646 message on attach.
1647
cce0e923
DE
16482016-02-23 Doug Evans <dje@google.com>
1649
1650 * gdb.base/skip.c (test_skip): New function.
1651 (end_test_skip_file_and_function): New function.
1652 (test_skip_file_and_function): New function.
1653 * gdb.base/skip1.c (test_skip): New function.
1654 (skip1_test_skip_file_and_function): New function.
1655 * gdb.base/skip.exp: Add tests for new skip options.
1656 * gdb.base/skip-solib.exp: Update expected output.
1657 * gdb.perf/skip-command.cc: New file.
1658 * gdb.perf/skip-command.exp: New file.
1659 * gdb.perf/skip-command.py: New file.
1660
4000e47e
MK
16612016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1662
1663 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1664 info registers pattern.
1665
24f75ead
IB
16662016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1667
1668 * lib/future.exp: Add D support.
1669 (gdb_find_gdc): New proc.
1670 (gdb_default_target_compile): Add D support.
1671
fbb7bcbe
WW
16722016-02-18 Wei-cheng Wang <cole945@gmail.com>
1673
1674 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1675 user+system time.
1676 (trace_speed_test): Determine the iteration count for a time
1677 between 15..30 seconds.
1678
012b3a21
WT
16792016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1680
1681 * gdb.arch/i386-mpx-sigsegv.c: New file.
1682 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1683 * gdb.arch/i386-mpx-simple_segv.c: New file.
1684 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1685
2d5189bd
YQ
16862016-02-18 Yao Qi <yao.qi@linaro.org>
1687
1688 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1689 Don't call setup_kfail.
1690
40fb20d0
YQ
16912016-02-18 Yao Qi <yao.qi@linaro.org>
1692
1693 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1694 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1695
21b1f8d2
DE
16962016-02-16 Doug Evans <dje@google.com>
1697
1698 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1699 * gdb.base/skip1.c: Ditto.
1700 * gdb.base/skip.exp: Whitespace cleanup.
1701
4041ed77
DB
17022016-02-16 Don Breazeal <donb@codesourcery.com>
1703
1704 PR remote/19496
1705 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1706 Remove kfail for PR remote/19496.
1707
c4ef31bf
SM
17082016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1709
1710 * lib/gdb.exp (standard_temp_file): Return a path specific to
1711 the runtest invocation.
1712
266b65b3
SM
17132016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1714
1715 * gdb.trace/save-trace.exp: Change relative path to be in the
1716 standard output directory.
1717
a7a0a6a9
JK
17182016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 * gdb.arch/i386-prologue.c: Add missing prototypes.
1721
c99dbb42
JK
17222016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1725 * gdb.arch/i386-prologue.exp: Likewise.
1726 * gdb.arch/i386-size.exp: Likewise.
1727
aa480355
SM
17282016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1729
1730 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1731 define object file path.
1732 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1733 file path.
1734 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1735 standard_output_file to define binfile.
1736
ba881f50
JK
17372016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 Fix compatibility with recent gfortran-5.3.1.
1740 * gdb.fortran/vla-history.exp (print vla1 allocated)
1741 (print vla2 allocated, print $2, print $3): Remove
1742 (print $4): Rename to ...
1743 (print $2): ... here.
1744 (print $9): Rename to ...
1745 (print $5): ... here.
1746 (print $10): Rename to ...
1747 (print $6): ... here.
1748 * gdb.fortran/vla.f90: Add pvla initialization.
1749
e9fb005c
JK
17502016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1751
1752 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1753 New test.
1754 * gdb.fortran/vla-value-sub.exp: Likewise.
1755
e44e00ff
MK
17562016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1757
1758 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1759
97e94151
SM
17602016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1761
1762 * i386-biarch-core.exp: Define corefile using
1763 standard_output_file.
1764
01113bc1
YQ
17652016-02-12 Yao Qi <yao.qi@linaro.org>
1766
1767 * gdb.arch/arm-single-step-kernel-helper.c: New.
1768 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1769
33b4777c
MM
17702016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1771
1772 * gdb.btrace/tailcall-only.exp: New.
1773 * gdb.btrace/tailcall-only.c: New.
1774 * gdb.btrace/x86_64-tailcall-only.S: New.
1775 * gdb.btrace/i686-tailcall-only.S: New.
1776
acc23c11
PA
17772016-02-11 Pedro Alves <palves@redhat.com>
1778
1779 * README (Parallel testing): Add missing double quotes.
1780
e352bf0a
PA
17812016-02-11 Pedro Alves <palves@redhat.com>
1782
1783 * README (Parallel testing): New section.
1784 (GDB_PARALLEL): Rewrite.
1785 (FORCE_PARALLEL): Document.
1786
9f5fed78
MK
17872016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1788
1789 * gdb.trace/tfile-avx.c: New test.
1790 * gdb.trace/tfile-avx.exp: New test.
1791
9ef9e6a6
KS
17922016-02-09 Keith Seitz <keiths@redhat.com>
1793
1794 PR breakpoints/19546
1795 * gdb.base/infcall-exec.c: New file.
1796 * gdb.base/infcall-exec2.c: New file.
1797 * gdb.base/infcall-exec.exp: New file.
1798
a96e36da
KS
17992016-02-09 Keith Seitz <keiths@redhat.com>
1800
1801 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1802 (toplevel): Call test_bkpt_address.
1803
9f61929f
KS
18042016-02-09 Keith Seitz <keiths@redhat.com>
1805
1806 PR python/19506
1807 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1808 (toplevel): Call test_bkpt_address.
1809
1e94266c
SM
18102016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1811
1812 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1813 to AC_OUTPUT.
1814 * configure: Regenerate.
1815
2a7f3dff
PA
18162016-02-09 Pedro Alves <palves@redhat.com>
1817
1818 PR breakpoints/19548
1819 * gdb.base/execl-update-breakpoints.c (some_function): New
1820 function.
1821 (main): Call it.
1822 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1823 Tighten expected GDB output.
1824
2151ccc5
SM
18252016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1826
1827 * Makefile.in (ALL_SUBDIRS): Remove.
1828 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1829 (distclean maintainer-clean realclean): Likewise.
1830 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1831 * configure: Regenerate.
1832 * gdb.ada/Makefile.in: Delete.
1833 * gdb.arch/Makefile.in: Likewise.
1834 * gdb.asm/Makefile.in: Likewise.
1835 * gdb.base/Makefile.in: Likewise.
1836 * gdb.btrace/Makefile.in: Likewise.
1837 * gdb.cell/Makefile.in: Likewise.
1838 * gdb.compile/Makefile.in: Likewise.
1839 * gdb.cp/Makefile.in: Likewise.
1840 * gdb.disasm/Makefile.in: Likewise.
1841 * gdb.dlang/Makefile.in: Likewise.
1842 * gdb.dwarf2/Makefile.in: Likewise.
1843 * gdb.fortran/Makefile.in: Likewise.
1844 * gdb.gdb/Makefile.in: Likewise.
1845 * gdb.go/Makefile.in: Likewise.
1846 * gdb.guile/Makefile.in: Likewise.
1847 * gdb.java/Makefile.in: Likewise.
1848 * gdb.linespec/Makefile.in: Likewise.
1849 * gdb.mi/Makefile.in: Likewise.
1850 * gdb.modula2/Makefile.in: Likewise.
1851 * gdb.multi/Makefile.in: Likewise.
1852 * gdb.objc/Makefile.in: Likewise.
1853 * gdb.opencl/Makefile.in: Likewise.
1854 * gdb.opt/Makefile.in: Likewise.
1855 * gdb.pascal/Makefile.in: Likewise.
1856 * gdb.perf/Makefile.in: Likewise.
1857 * gdb.python/Makefile.in: Likewise.
1858 * gdb.reverse/Makefile.in: Likewise.
1859 * gdb.server/Makefile.in: Likewise.
1860 * gdb.stabs/Makefile.in: Likewise.
1861 * gdb.threads/Makefile.in: Likewise.
1862 * gdb.trace/Makefile.in: Likewise.
1863 * gdb.xml/Makefile.in: Likewise.
1864 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1865 GDB_PARALLEL.
1866 (standard_output_file): Remove check for GDB_PARALLEL, always
1867 return path in outputs/$subdir/$testname.
1868
437277d4
SM
18692016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1870
1871 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1872 (site.exp): Assign abs_srcdir to tcl's srcdir.
1873
31d913c7
YQ
18742016-02-04 Yao Qi <yao.qi@linaro.org>
1875
1876 * gdb.base/foll-exec-mode.c: Include limits.h.
1877 (main): Add parameters argc and argv. Get directory from
1878 argv[0].
1879 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1880 compilation.
1881 * gdb.base/foll-exec.c: Include limits.h.
1882 (main): Add parameters argc and argv.
1883 Get directory from argv[0].
1884 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1885 Adjust tests on the number of lines as source code changed.
1886 * gdb.base/foll-vfork-exit.c: Include limits.h.
1887 (main): Add one line of statement before vfork.
1888 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1889 (main): Add parameters argc and argv. Get directory from
1890 argv[0].
1891 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1892 (setup_gdb): Set tbreak to skip some source lines.
1893 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1894 (main): Add parameters argc and argv. Get directory from
1895 argv[0].
1896 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1897 compilation.
1898 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1899 (main): Add parameters argc and argv. Get directory from
1900 argv[0].
1901 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1902 compilation.
1903
9482b9fb
DE
19042016-02-01 Doug Evans <dje@google.com>
1905
1906 * gdb.base/skip.exp: Clean up multiple references to same test name.
1907
6b2e4f10
PA
19082016-02-01 Pedro Alves <palves@redhat.com>
1909
ccb6afd6 1910 PR remote/19496
6b2e4f10
PA
1911 * gdb.threads/forking-threads-plus-breakpoint.exp
1912 (displaced_stepping_supported): New global.
1913 (probe_displaced_stepping_support): New procedure.
1914 (do_test): Add 'displaced' parameter, and use it.
1915 (top level): Check for displaced stepping support. Add displaced
1916 stepping on/off testing axis.
1917
37a8db1a
AB
19182016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1921 pointer. Don't perform further tests on the unassociated pointer
1922 if the first test fails.
1923
5fdf6324
AB
19242016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1925
1926 * gdb.base/max-value-size.c: New file.
1927 * gdb.base/max-value-size.exp: New file.
1928 * gdb.base/huge.exp: Disable max-value-size for this test.
1929
935c6144
IB
19302016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1931
1932 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1933
7fe8399d
YQ
19342016-01-28 Yao Qi <yao.qi@linaro.org>
1935
1936 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1937
a2077e25
PA
19382016-01-25 Pedro Alves <palves@redhat.com>
1939
1940 PR threads/19461
1941 * gdb.base/fork-running-state.c: New file.
1942 * gdb.base/fork-running-state.exp: New file.
1943
1d2736d4
PA
19442016-01-25 Pedro Alves <palves@redhat.com>
1945
1946 PR gdb/19494
1947 * gdb.base/catch-fork-kill.c: New file.
1948 * gdb.base/catch-fork-kill.exp: New file.
1949
f1da4b11
PA
19502016-01-25 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1953 Delete, moved to lib/gdb.exp.
1954 * gdb.threads/forking-threads-plus-breakpoint.exp
1955 (foreach_with_prefix): Likewise.
1956 * gdb.threads/process-dies-while-handling-bp.exp
1957 (foreach_with_prefix): Likewise.
1958 * lib/gdb.exp (foreach_with_prefix): New procedure.
1959
45f38546
MK
19602016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1961
1962 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1963 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1964
dc29a1ce
MK
19652016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1966
1967 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1968 endian targets.
1969
092127d7
JK
19702016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1971 Pedro Alves <palves@redhat.com>
1972
1973 Fix testsuite compatibility with Guile.
1974 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1975 number.
1976
31d765d3
JK
19772016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 Fix testsuite compatibility with Guile.
1980 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1981 (thread 1): New test for backtrace through signal handler.
1982
1ac78c04
YQ
19832016-01-22 Yao Qi <yao.qi@linaro.org>
1984
1985 PR testsuite/19491
1986 * gdb.base/multi-forks.c: Include
1987 ../lib/unbuffer_output.c
1988 (main): Call gdb_unbuffer_output.
1989
4f5946a8
DE
19902016-01-21 Doug Evans <dje@google.com>
1991
1992 * lib/ada.exp (gdb_compile_ada): Fix typo.
1993
305e13e6
JB
19942016-01-21 Joel Brobecker <brobecker@adacore.com>
1995
1996 * gdb.base/break-fun-addr.exp: New file.
1997 * gdb.base/break-fun-addr1.c: New file.
1998 * gdb.base/break-fun-addr2.c: New file.
1999
5f5dfff6
SM
20002016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2001
2002 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
2003 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
2004 enum flag values.
2005
fd356fa2
AA
20062016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2007
2008 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
2009 when GDB can not set the vector return value. Add more comments
2010 for clarification.
2011
9df22175
AT
20122016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
2013
2014 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
2015 command.
2016
41d1845e
SM
20172016-01-19 Simon Marchi <simon.marchi@ericsson.com>
2018
2019 * Makefile.in (DO_RUNTEST): Add --status and update usages.
2020
01ac6840
SM
20212016-01-19 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 * Makefile.in (check-single): Pass --status to runtest.
2024 (check/%.exp): Likewise.
2025
20262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
2027
2028 * Makefile.in (check-parallel): Propagate return code from make
2029 do-check-parallel.
2030
bd0a71fa
MK
20312016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
2032
2033 * gdb.trace/ftrace.exp: Fix expected message on continue.
2034 * gdb.trace/pending.exp: Fix expected message on continue.
2035 * gdb.trace/trace-break.exp: Fix expected message on continue.
2036
8bcbad33
SM
20372016-01-18 Simon Marchi <simon.marchi@ericsson.com>
2038
2039 * lib/gdb.exp (gdb_test): Remove unused global references.
2040
f303dbd6
PA
20412016-01-18 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/async-shell.exp: Adjust expected output.
2044 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
2045 * gdb.base/siginfo-thread.exp: Adjust expected output.
2046 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
2047 * gdb.java/jnpe.exp: Adjust expected output.
2048 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
2049 * gdb.threads/continue-pending-status.exp: Adjust expected output.
2050 * gdb.threads/leader-exit.exp: Adjust expected output.
2051 * gdb.threads/manythreads.exp: Adjust expected output.
2052 * gdb.threads/pthreads.exp: Adjust expected output.
2053 * gdb.threads/schedlock.exp: Adjust expected output.
2054 * gdb.threads/siginfo-threads.exp: Adjust expected output.
2055 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
2056 expected output.
2057 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
2058 output.
2059 * gdb.threads/sigthread.exp: Adjust expected output.
2060 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
2061
b2789696
YQ
20622016-01-18 Yao Qi <yao.qi@linaro.org>
2063
2064 * gdb.guile/scm-section-script.c: Replace @progbits with
2065 %progbits.
2066 * gdb.python/py-section-script.c: Likewise.
2067
71ef29a8
PA
20682016-01-15 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.multi/tids.exp: Test star wildcard ranges.
2071
3f5b7598
PA
20722016-01-15 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
2075 command from "thread apply" invocation.
2076 (thr_apply_info_thr_invalid): Default the expected output to the
2077 input tid list.
2078 (top level): Add tests that use convenience variables. Add tests
2079 for "thread apply" with a valid TID list, but missing the command.
2080
663f6d42
PA
20812016-01-13 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.base/default.exp: Expect $_gthread as well.
2084 * gdb.multi/tids.exp: Test $_gthread.
2085 * gdb.threads/thread-specific.exp: Test $_gthread.
2086
c84f6bbf
PA
20872016-01-13 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.multi/tids.exp: Test "info threads -gid".
2090
22a02324
PA
20912016-01-13 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.multi/tids.exp: Test InferiorThread.global_num and
2094 Breakpoint.thread.
2095 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
2096
5d5658a1
PA
20972016-01-07 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.base/break.exp: Adjust to output changes.
2100 * gdb.base/hbreak2.exp: Likewise.
2101 * gdb.base/sepdebug.exp: Likewise.
2102 * gdb.base/watch_thread_num.exp: Likewise.
2103 * gdb.linespec/keywords.exp: Likewise.
2104 * gdb.multi/info-threads.exp: Likewise.
2105 * gdb.threads/thread-find.exp: Likewise.
2106 * gdb.multi/tids.c: New file.
2107 * gdb.multi/tids.exp: New file.
2108
84654457
PA
21092016-01-13 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
2112
e3940304
PA
21132016-01-13 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/default.exp: Expect $_inferior as well.
2116 * gdb.multi/base.exp: Test $_inferior.
2117
a911d87a
PA
21182016-01-13 Pedro Alves <palves@redhat.com>
2119
2120 PR breakpoints/19388
2121 * gdb.base/catch-signal-siginfo-cond.c: New file.
2122 * gdb.base/catch-signal-siginfo-cond.exp: New file.
2123
82075af2
JS
21242016-01-12 Josh Stone <jistone@redhat.com>
2125 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2126
2127 * gdb.base/catch-syscall.c (do_execve): New variable.
2128 (main): Conditionally trigger an execve.
2129 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
2130 (test_catch_syscall_execve): New, check entry/return across execve.
2131 (do_syscall_tests): Call test_catch_syscall_execve.
2132
e46eeedd
PA
21332016-01-12 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.base/random-signal.exp (do_test): New procedure, with body
2136 of testcase moved in.
2137
01d8c27e
JK
21382016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2139 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/funcargs.exp (finish from indirectly called function):
2142 Reintroduce the case for 'First'.
2143
9a706302
JK
21442016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2145 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2148 (tcatch_vfork_then_child_follow_exec)
2149 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
2150 identification.
2151
c0ecb95f
JK
21522016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2153
2154 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
2155 and repeats to unlimited.
2156 * gdb.python/py-value.exp: Likewise.
2157 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
2158 and repeats to unlimited.
2159
6cfc1fcb
JK
21602016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
2163 and reordering the functions.
2164 * gdb.multi/hangout.c: Likewise.
2165 * gdb.multi/hello.c: Likewise.
2166
582a1b00
SM
21672016-01-08 Simon Marchi <simon.marchi@ericsson.com>
2168
2169 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
2170 absolute.
2171 (SingleStatisticTestResult.report): Use dict.keys instead of
2172 dict.iterkeys.
2173
79bc59cb
PA
21742016-01-06 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
2177
43368e1d
MM
21782016-01-04 Markus Metzger <markus.t.metzger@intel.com>
2179
2180 * gdb.btrace/dlopen.exp: New.
2181 * gdb.btrace/dlopen.c: New.
2182 * gdb.btrace/dlopen-dso.c: New.
2183
79fad5b8
SL
21842015-12-25 Sandra Loosemore <sandra@codesourcery.com>
2185
2186 * lib/gdb.exp (gdb_test): Update comments to clarify that the
2187 PATTERN argument is optional.
2188
ab8314b3
JB
21892015-12-24 Joel Brobecker <brobecker@adacore.com>
2190
2191 * lib/ada.exp (target_compile_ada_from_dir): New function.
2192 (gdb_compile_ada): Reimplement avoiding the use of project files.
2193 * gdb.ada/gnat_ada.gpr: Delete.
2194 * gdb.ada/cond_lang.exp: Adjust test to make path before
2195 filename optional.
2196 * gdb.ada/small_reg_param.exp: Likewise.
2197
fe33faff
SM
21982015-12-22 Simon Marchi <simon.marchi@ericsson.com>
2199
2200 * gdb.base/foll-vork.exp: Remove HP-UX special case.
2201
6d265cb4
TP
22022015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2203
2204 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
2205 case.
2206
10125099
SM
22072015-12-21 Simon Marchi <simon.marchi@ericsson.com>
2208
2209 * gdb.base/break.exp: Remove dead code.
2210 * gdb.base/sepdebug.exp: Likewise.
2211
3ca22649
SM
22122015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2213
2214 * gdb.asm/asm-source.exp: Remove HP-UX references.
2215 * gdb.base/annota1.exp: Likewise.
2216 * gdb.base/annota3.exp: Likewise.
2217 * gdb.base/attach.exp: Likewise.
2218 * gdb.base/bigcore.exp: Likewise.
2219 * gdb.base/break.exp: Likewise.
2220 * gdb.base/call-ar-st.exp: Likewise.
2221 * gdb.base/callfuncs.exp: Likewise.
2222 * gdb.base/catch-fork-static.exp: Likewise.
2223 * gdb.base/display.exp: Likewise.
2224 * gdb.base/foll-exec-mode.exp: Likewise.
2225 * gdb.base/foll-exec.exp: Likewise.
2226 * gdb.base/foll-fork.exp: Likewise.
2227 * gdb.base/foll-vfork.exp: Likewise.
2228 * gdb.base/funcargs.exp: Likewise.
2229 * gdb.base/hbreak2.exp: Likewise.
2230 * gdb.base/inferior-died.exp: Likewise.
2231 * gdb.base/interrupt.exp: Likewise.
2232 * gdb.base/multi-forks.exp: Likewise.
2233 * gdb.base/nodebug.exp: Likewise.
2234 * gdb.base/sepdebug.exp: Likewise.
2235 * gdb.base/solib1.c: Likewise.
2236 * gdb.base/step-test.exp: Likewise.
2237 * gdb.mi/non-stop.c: Likewise.
2238 * gdb.mi/pthreads.c: Likewise.
2239 * gdb.multi/bkpt-multi-exec.ex: Likewise.
2240 * gdb.threads/pthreads.c: Likewise.
2241 * gdb.threads/staticthreads.exp: Likewise.
2242 * lib/future.exp: Likewise.
2243 * lib/gdb.exp: Likewise.
2244 * gdb.base/so-indr-cl.c: Remove.
2245 * gdb.base/so-indr-cl.exp: Likewise.
2246 * gdb.base/solib.c: Likewise.
2247 * gdb.base/solib.exp: Likewise.
2248 * gdb.base/solib2.c: Likewise.
2249
b6304613
SM
22502015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2251
2252 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2253 * gdb.base/call-ar-st.exp: Likewise.
2254 * gdb.base/callfuncs.exp: Likewise.
2255 * gdb.base/condbreak.exp: Likewise.
2256 * gdb.base/constvars.exp: Likewise.
2257 * gdb.base/hbreak2.exp: Likewise.
2258 * gdb.base/langs.exp: Likewise.
2259 * gdb.base/list.exp: Likewise.
2260 * gdb.base/long_long.exp: Likewise.
2261 * gdb.base/ptype.exp: Likewise.
2262 * gdb.base/scope.exp: Likewise.
2263 * gdb.base/signals.exp: Likewise.
2264 * gdb.base/so-impl-ld.exp: Likewise.
2265 * gdb.base/varargs.exp: Likewise.
2266 * gdb.base/volatile.exp: Likewise.
2267 * gdb.base/whatis.exp: Likewise.
2268 * gdb.cp/cplusfuncs.exp: Likewise.
2269 * gdb.cp/inherit.exp: Likewise.
2270 * gdb.cp/local.exp: Likewise.
2271 * gdb.cp/member-ptr.exp: Likewise.
2272 * gdb.cp/method.exp: Likewise.
2273 * gdb.cp/overload.exp: Likewise.
2274 * gdb.cp/templates.exp: Likewise.
2275 * gdb.stabs/weird.exp: Likewise.
2276 * lib/compiler.c: Likewise.
2277 * lib/compiler.cc: Likewise.
2278 * lib/cp-support.exp: Likewise.
2279 * lib/gdb.exp: Likewise.
2280
bf401b07
SM
22812015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2282
2283 * configure.ac: Remove HP-UX case.
2284 * configure: Regenerate.
2285
aff9c0f8
SM
22862015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2287
2288 * lib/gdb.exp (gdb_compile): Add function doc.
2289
a6904d5a
PA
22902015-12-17 Pedro Alves <palves@redhat.com>
2291
2292 PR threads/19354
2293 * gdb.multi/info-threads.exp: New file.
2294
a22279dd
YQ
22952015-12-15 Yao Qi <yao.qi@linaro.org>
2296
2297 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2298 is aarch64*-*-*.
2299
0588c796
SL
23002015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2301
2302 * gdb.base/history-duplicates.exp: Skip if no readline support.
2303
5d978e17
SL
23042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2305
2306 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2307
7e763b86
SL
23082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2309
2310 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2311
87a3a92c
SL
23122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2313
2314 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2315 ctrl-C if nointerrupts target property is set.
2316 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2317 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2318 * gdb.base/paginate-bg-execution.exp: Likewise.
2319 * gdb.base/paginate-execution-startup.exp: Likewise.
2320 * gdb.base/random-signal.exp: Likewise.
2321 * gdb.base/range-stepping.exp: Likewise.
2322 * gdb.cp/annota2.exp: Likewise.
2323 * gdb.cp/annota3.exp: Likewise.
2324 * gdb.gdb/selftest.exp: Likewise.
2325 * gdb.threads/continue-pending-status.exp: Likewise.
2326 * gdb.threads/leader-exit.exp: Likewise.
2327 * gdb.threads/manythreads.exp: Likewise.
2328 * gdb.threads/pthreads.exp: Likewise.
2329 * gdb.threads/schedlock.exp: Likewise.
2330 * gdb.threads/sigthread.exp: Likewise.
2331
a8f077dc
DB
23322015-12-11 Don Breazeal <donb@codesourcery.com>
2333
2334 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2335 remote.
2336 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2337 * gdb.base/foll-exec.exp (main): Enable for target remote.
2338 * gdb.base/foll-fork.exp (main): Likewise.
2339 * gdb.base/foll-vfork.exp (main): Likewise.
2340 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2341 (proc continue_to_exit_bp_loc): Use clean_restart.
2342 * gdb.base/pie-execl.exp (main): Disable for target remote.
2343 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2344 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2345 * gdb.threads/execl.exp (main): Likewise.
2346 * gdb.threads/fork-child-threads.exp (main): Likewise.
2347 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2348 remote.
2349 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2350 remote.
2351 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2352 pid.tid style ptids, instead of just tid.
2353 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2354 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2355 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2356 ptids, instead of just tid.
2357
3b2464a8
AB
23582015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.base/list.exp (test_list_forward): Add end of file error
2361 test.
2362 (test_repeat_list_command): Add end of file error test.
2363 (test_list_backwards): Add beginning of file error test.
2364
a0def019
AB
23652015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.base/list.exp (test_list_invalid_args): New function,
2368 defined, and called.
2369
5c000dff
AB
23702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.base/list.exp (test_list): Make test names unique.
2373
f1637ebe
YQ
23742015-12-11 Yao Qi <yao.qi@linaro.org>
2375
2376 * gdb.base/coremaker2.c: Remove.
2377
36d6fc0a
PA
23782015-12-10 Pedro Alves <palves@redhat.com>
2379
2380 * gdb.multi/base.exp: Remove stale "spaces" references.
2381
762f7747
PA
23822015-12-10 Pedro Alves <palves@redhat.com>
2383
2384 * gdb.multi/base.exp: Don't use nowarnings.
2385 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2386 * gdb.multi/hangout.c: Include stdio.h.
2387 * gdb.multi/hello.c: Include stdlib.h.
2388 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2389 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2390 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2391
28d2bfb9
AB
23922015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.dwarf2/dw2-ranges-base.c: New file.
2395 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2396 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2397 support additional line table, and debug ranges generation.
2398 (Dwarf::ranges): New function, generate .debug_ranges.
2399 (Dwarf::lines): Support generating simple line table programs.
2400 (Dwarf::assemble): Initialise new namespace variables.
2401
5fc2beac
KB
24022015-12-09 Kevin Buettner <kevinb@redhat.com>
2403
2404 * gdb.base/async.exp (proc test_background): Add case for
2405 asynchronous execution not supported.
2406
1c35a88f
LM
24072015-12-09 Luis Machado <lgustavo@codesourcery.com>
2408
2409 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2410 format and change test names to make them unique.
2411
b593e3d9
RK
24122015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2413 Pedro Alves <pedro@redhat.com>
2414
2415 PR gdb/18702
2416 Add checking of floatformats setup on x86_64 hosts.
2417 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2418 (smallval, bigval): New labels/constants.
2419 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2420 float" after loading bigval and smallval.
2421
d72413e6
PMR
24222015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2423
2424 * gdb.ada/fun_overload_menu.exp: New testcase.
2425 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2426
ece66d65
JS
24272015-12-04 Josh Stone <jistone@redhat.com>
2428
2429 * gdb.base/catch-fork-static.exp: New.
2430
41d0efca
YQ
24312015-12-03 Yao Qi <yao.qi@linaro.org>
2432
2433 * gdb.base/sizeof.c: Don't include stdio.h and
2434 ../lib/unbuffer_output.c.
2435 (main): New variable 'size' and 'value'. Remove printf and
2436 gdb_unbuffer_output. Assign return value to size and value.
2437 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2438 at the beginning.
2439 (check_sizeof): Check the result by printing variable 'size'.
2440 (check_valueof): Check the result by printing variable 'value'.
2441
99fd02d9
YQ
24422015-12-01 Yao Qi <yao.qi@linaro.org>
2443
2444 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2445 for aarch64*-*-linux* target.
2446
f2faf941
PA
24472015-11-30 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2450
04bf20c5
PA
24512015-11-30 Pedro Alves <palves@redhat.com>
2452
2453 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2454 Handle non-stop mode vCont replies.
2455
09df4675
PA
24562015-11-30 Pedro Alves <palves@redhat.com>
2457
2458 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2459 prepare_for_testing. Start gdb with "set non-stop on" appended to
2460 GDBFLAGS. Lax expected stop output.
2461
58b584af
YQ
24622015-11-27 Yao Qi <yao.qi@linaro.org>
2463
2464 * gdb.arch/arm-neon.exp: New.
2465 * gdb.arch/arm-neon.c: New.
2466
dfcb77a8
YQ
24672015-11-27 Yao Qi <yao.qi@linaro.org>
2468
2469 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2470
88e8ec1b
YQ
24712015-11-27 Yao Qi <yao.qi@linaro.org>
2472
2473 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2474 frames-invalid annotation.
2475
bfde72c2
YQ
24762015-11-27 Yao Qi <yao.qi@linaro.org>
2477
2478 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2479
f6512a69
SM
24802015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2481
2482 * gdb.threads/names.exp: New file.
2483 * gdb.threads/names.c: New file.
2484 * README: Mention gdb,no_thread_names.
2485
46a3515b
MM
24862015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2487
2488 PR 19297
2489 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2490 support" error.
2491
62147a22
PA
24922015-11-24 Pedro Alves <palves@redhat.com>
2493
2494 PR 17539
2495 * gdb.base/display.exp: Expect displays to be sorted in ascending
2496 order. Use multi_line.
2497 * gdb.base/solib-display.exp: Likewise.
2498
2f341b6e
PA
24992015-11-24 Pedro Alves <palves@redhat.com>
2500
2501 PR 17539
25d49b86
PA
2502 * gdb.base/display.exp: Expect displays to be sorted in ascending
2503 order. Use multi_line.
2504 * gdb.base/solib-display.exp: Likewise.
2f341b6e 2505
7e0aa6aa
PA
25062015-11-24 Pedro Alves <palves@redhat.com>
2507
2508 PR 17539
2509 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2510 threads in ascending order.
2511 * gdb.base/foll-fork.exp: Likewise.
2512 * gdb.base/foll-vfork.exp: Likewise.
2513 * gdb.base/multi-forks.exp: Likewise.
2514 * gdb.mi/mi-nonstop.exp: Likewise.
2515 * gdb.mi/mi-nsintrall.exp: Likewise.
2516 * gdb.multi/base.exp: Likewise.
2517 * gdb.multi/multi-arch.exp: Likewise.
2518 * gdb.python/py-inferior.exp: Likewise.
2519 * gdb.threads/break-while-running.exp: Likewise.
2520 * gdb.threads/execl.exp: Likewise.
2521 * gdb.threads/gcore-thread.exp: Likewise.
2522 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2523 * gdb.threads/kill.exp: Likewise.
2524 * gdb.threads/linux-dp.exp: Likewise.
2525 * gdb.threads/multiple-step-overs.exp: Likewise.
2526 * gdb.threads/next-bp-other-thread.exp: Likewise.
2527 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2528 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2529 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2530 * gdb.threads/thread-find.exp: Likewise.
2531 * gdb.threads/tls.exp: Likewise.
2532 * lib/mi-support.exp (mi_reverse_list): Delete.
2533 (mi_check_thread_states): No longer reverse list.
2534
2cc57ad8
PA
25352015-11-24 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2538 use lowercase.
2539
c93e8391
SM
25402015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2541
2542 * gdb.trace/actions.c: Include trace-common.h.
2543 (main): Add a location for a fast tracepoint.
2544 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2545 the normal tracepoints.
2546 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2547
045ccf91
SM
25482015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2549
2550 * save-trace.exp: Factor out code to these...
2551 (gdb_save_tracepoints): New.
2552 (gdb_load_tracepoints): New.
2553 (do_save_load_test): New.
2554
5506f9f6
KB
25552015-11-23 Kevin Buettner <kevinb@redhat.com>
2556
2557 * gdb.base/asmlabel.exp: New test.
2558 * gdb.base/asmlabel.c: New test case.
2559
16c3b12f
JB
25602015-11-23 Joel Brobecker <brobecker@adacore.com>
2561
2562 * gdb.base/wrong_frame_bt_full-main.c: New file.
2563 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2564 * gdb.base/wrong_frame_bt_full.exp: New file.
2565
155bfbd3
JB
25662015-11-23 Joel Brobecker <brobecker@adacore.com>
2567
2568 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2569
bb097445
JM
25702015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2571
206853a0 2572 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2573 pstate register when comparing registers values in
2574 sparc64-*-linux-gnu targets to avoid spurious differences.
2575
9c88ed8f
JM
25762015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2577
206853a0 2578 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2579
96161e25
SL
25802015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2581
2582 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2583 as type argument to gdb_compile.
2584 * gdb.base/nested-subp2.exp: Likewise.
2585 * gdb.base/nested-subp3.exp: Likewise.
2586
340c2830
DV
25872015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2588
2589 * lib/dwarf.exp (_note): Fix left shift of negative value.
2590 * gdb.trace/trace-condition.exp: Likewise.
2591
c1862d0f
YQ
25922015-11-13 Yao Qi <yao.qi@linaro.org>
2593
2594 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2595 comments about d10v.
2596 (test_scalar_returns): Likewise.
2597 * gdb.base/d10v.ld: Remove.
2598 * gdb.base/overlays.exp: Remove the target triplet checking for
2599 d10v-*-*.
2600 * gdb.base/structs.exp (test_struct_returns): Remove the
2601 comments about d10v.
2602 (test_struct_calls): Likewise.
2603
77ae9c19
YQ
26042015-11-13 Yao Qi <yao.qi@linaro.org>
2605
2606 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2607 * gdb.base/gnu_vector.c: Don't include stdio.h.
2608 (main): Don't print res and call add_some_intvecs.
2609
430e004e
MK
26102015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2611
2612 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2613 macro.
2614 (func5): Removed.
2615 (func4): Use FAST_TRACEPOINT_LABEL.
2616 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2617 macro.
2618 (func): Removed.
2619 (thread_function): Use FAST_TRACEPOINT_LABEL.
2620 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2621 (func): Remove.
2622 (marker): Use FAST_TRACEPOINT_LABEL.
2623 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2624 (pendfunc1): Remove.
2625 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2626 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2627 (foo): Remove.
2628 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2629 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2630 macro.
2631 (func): Remove.
2632 (marker): Use FAST_TRACEPOINT_LABEL.
2633 * gdb.trace/trace-common.h: New header.
2634 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2635 macro.
2636 (func): Remove.
2637 (marker): Use FAST_TRACEPOINT_LABEL.
2638 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2639 (func): Remove.
2640 (thread_function): Use FAST_TRACEPOINT_LABEL.
2641
6e7675a7
MK
26422015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2643
2644 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2645 in front.
2646 * gdb.trace/change-loc.exp: Use global pcreg definition.
2647 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2648 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2649 in front.
2650 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2651 * gdb.trace/pending.exp: Likewise.
2652 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2653 * gdb.trace/trace-break.exp: Likewise.
2654 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2655 in front.
2656 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2657 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2658 in front.
2659 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2660
dddc0e16
JB
26612015-11-09 Joel Brobecker <brobecker@adacore.com>
2662
2663 * gdb.ada/fin_fun_out: New testcase.
2664
c6f0b406
KB
26652015-11-07 Kevin Buettner <kevinb@redhat.com>
2666
2667 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2668 value associated with DW_AT_byte_size.
2669 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2670 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2671 DW_AT_upper_bound.
2672
f01dcfd9
KB
26732015-11-07 Kevin Buettner <kevinb@redhat.com>
2674
2675 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2676 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2677 version.
2678 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2679 gdb.dwarf2/dw2-canonicalize-type.exp,
2680 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2681 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2682 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2683 provided by gdb_target_symbol_prefix_flags_asm.
2684 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2685 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2686 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2687 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2688 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2689 macros where needed). Use this macro for symbols which require
2690 the prefix provided by SYMBOL_PREFIX.
2691
2223449a
KB
26922015-11-05 Kevin Buettner <kevinb@redhat.com>
2693
2694 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2695 New procs.
2696 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2697 representing expressions, of more than one list element.
2698 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2699 to prepend linker symbol prefix to f.
2700 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2701 table_1 and table_2.
2702 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2703 Likewise, for f and g.
2704 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2705 for ptr.
2706 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2707 for main.
2708 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2709 table_1_ptr and table_2_ptr.
2710
6f2f1a3a
JK
27112015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2712 Joel Brobecker <brobecker@adacore.com>
2713
2714 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2715
566c56c9
MK
27162015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2717
2718 * gdb.reverse/s390-mvcle.c: New test.
2719 * gdb.reverse/s390-mvcle.exp: New file.
2720 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2721
d5f0636b
MK
27222015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2723
2724 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2725
7ad8b86c
MK
27262015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2727
2728 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2729 reaching marker2.
2730 * gdb.reverse/getresuid-reverse.exp: Likewise.
2731 * gdb.reverse/pipe-reverse.exp: Likewise.
2732 * gdb.reverse/readv-reverse.exp: Likewise.
2733 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2734 * gdb.reverse/time-reverse.exp: Likewise.
2735 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2736
4081c0f1
YQ
27372015-10-30 Yao Qi <yao.qi@linaro.org>
2738
2739 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2740 (empty_cycle): Remove.
2741 (main): Don't call empty_cycle. Don't use watch_count_done.
2742 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2743 empty_cycle. Rewrite the code counting HW watchpoints.
2744
452b4ba5
MK
27452015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2746
2747 * gdb.reverse/fstatat-reverse.c: New test.
2748 * gdb.reverse/fstatat-reverse.exp: New file.
2749 * gdb.reverse/getresuid-reverse.c: New test.
2750 * gdb.reverse/getresuid-reverse.exp: New file.
2751 * gdb.reverse/pipe-reverse.c: New test.
2752 * gdb.reverse/pipe-reverse.exp: New file.
2753 * gdb.reverse/readv-reverse.c: New test.
2754 * gdb.reverse/readv-reverse.exp: New file.
2755 * gdb.reverse/recvmsg-reverse.c: New test.
2756 * gdb.reverse/recvmsg-reverse.exp: New file.
2757 * gdb.reverse/time-reverse.c: New test.
2758 * gdb.reverse/time-reverse.exp: New file.
2759 * gdb.reverse/waitpid-reverse.c: New test.
2760 * gdb.reverse/waitpid-reverse.exp: New file.
2761
5e2e7507
JK
27622015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2765
0fde2c53
DE
27662015-10-26 Doug Evans <dje@google.com>
2767
2768 PR symtab/17391
2769 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2770 * gdb.dwarf2/bad-regnum.c: New file.
2771 * gdb.dwarf2/bad-regnum.exp: New file.
2772
1a70ae97
DE
27732015-10-26 Doug Evans <dje@google.com>
2774
2775 PR python/18938
2776 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2777 file.
2778
27dc26ab
JK
27792015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2782 for a change by "Mention language in compile error message".
2783
bed91f4d
SM
27842015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2785
2786 PR python/18073
2787 * gdb.python/py-type.c (C::a_method): New.
2788 (C::a_const_method): New.
2789 (C::a_static_method): New.
2790 (a_function): New.
2791 * gdb.python/py-type.exp (test_fields): Test getting fields
2792 from function and method.
2793
3f2f83dd
KB
27942015-10-21 Keven Boell <keven.boell@intel.com>
2795
2796 * gdb.fortran/vla-alloc-assoc.exp: New file.
2797 * gdb.fortran/vla-datatypes.exp: New file.
2798 * gdb.fortran/vla-datatypes.f90: New file.
2799 * gdb.fortran/vla-history.exp: New file.
2800 * gdb.fortran/vla-ptype-sub.exp: New file.
2801 * gdb.fortran/vla-ptype.exp: New file.
2802 * gdb.fortran/vla-sizeof.exp: New file.
2803 * gdb.fortran/vla-sub.f90: New file.
2804 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2805 * gdb.fortran/vla-value-sub-finish.exp: New file.
2806 * gdb.fortran/vla-value-sub.exp: New file.
2807 * gdb.fortran/vla-value.exp: New file.
2808 * gdb.fortran/vla-ptr-info.exp: New file.
2809 * gdb.mi/mi-vla-fortran.exp: New file.
2810 * gdb.mi/vla.f90: New file.
2811
27145d50
SL
28122015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2813
2814 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2815 of hardwired timeout value.
2816
5f3ff4f8
JK
28172015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2818 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2821 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2822
bfd09d20
JS
28232015-10-19 Josh Stone <jistone@redhat.com>
2824
2825 * gdb.base/catch-syscall.c: Include <sched.h>.
2826 (unknown_syscall): New variable.
2827 (main): Trigger a vfork and an unknown syscall.
2828 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2829 (unknown_syscall_number): Likewise.
2830 (check_call_to_syscall): Accept an optional syscall pattern.
2831 (check_return_from_syscall): Likewise.
2832 (check_continue): Likewise.
2833 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2834 (test_catch_syscall_skipping_return): New test toggling off 'catch
2835 syscall' to step over the syscall return, then toggling back on.
2836 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2837 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2838 (do_syscall_tests): Call test_catch_syscall_without_args and
2839 test_catch_syscall_mid_vfork.
2840 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2841 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2842
b32b93c6
AS
28432015-10-19 Andrew Stubbs <ams@codesourcery.com>
2844
2845 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2846 print g_vE): Add new pass patterns.
2847 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2848 print various symbol names for vptr fields.
2849
9d622bda
AB
28502015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2851
2852 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2853 results.
2854
0fd8ac1c
YQ
28552015-10-12 Yao Qi <yao.qi@linaro.org>
2856
2857 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2858
34240514
YQ
28592015-10-12 Yao Qi <yao.qi@linaro.org>
2860
2861 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2862 is aarch64*-*-linux*.
2863
8240f442
YQ
28642015-10-12 Yao Qi <yao.qi@linaro.org>
2865
2866 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2867 (can_relocate_bcond_true): ... it.
2868 (can_relocate_bcond_false): New function.
2869 (foo): Likewise.
2870 (can_relocate_bl): Likewise.
2871 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2872 can_relocate_bl.
2873
2520f728
PMR
28742015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2875
2876 * gdb.base/nested-addr.c: New file.
2877 * gdb.base/nested-addr.exp: New testcase.
2878
abcef95a
MM
28792015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2880
2881 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2882 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2883 its output. Ignore the output of "record goto begin" and instead
2884 check that GDB is replaying.
2885
145e3ddb
PA
28862015-10-09 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2889 (top level): Use it in the run with no args test.
2890
d5d8c4e1
IB
28912015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2892
2893 * gdb.dlang/properties.exp: New file.
2894
06e635ef
SL
28952015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2896
2897 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2898 whether or not address 0x1000 is mapped on the target.
2899
e019fd1d
SM
29002015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2901
2902 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2903 build.
2904
77ba2a67
MM
29052015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2906
2907 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2908 instruction-history test.
2909
c60eb31f
DE
29102015-09-28 Doug Evans <dje@google.com>
2911
2912 * gdb.base/gcore.c (array_func): Add reference to static_array.
2913
9a3c8263
SM
29142015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2915
2916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2917 source line.
2918
9720e656
SL
29192015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2920
2921 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2922 short or char as base type.
2923
938d3bf2
SL
29242015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2925
2926 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2927 to allow any size enum.
2928
e6c2c623
PMR
29292015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2930
2931 * gdb.ada/array_ptr_renaming.exp: New testcase.
2932 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2933 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2934
06da0f77
PL
29352015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2936
2937 * gdb.trace/ftrace-lock.c: New file.
2938 * gdb.trace/ftrace-lock.exp: New file.
2939
4f51c22a
PL
29402015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2941
2942 * gdb.arch/insn-reloc.c: New file.
2943 * gdb.arch/ftrace-insn-reloc.exp: New file.
2944
7041adf4
PL
29452015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2946
2947 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2948 instruction.
2949 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2950 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2951 * gdb.trace/range-stepping.c: Likewise.
2952 * gdb.trace/trace-break.c: Likewise.
2953 * gdb.trace/trace-mt.c (thread_function): Likewise.
2954 * gdb.trace/ftrace.c (marker): Likewise.
2955 * gdb.trace/trace-condition.c (marker): Likewise.
2956 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2957 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2958 is_aarch64_target.
2959
015d2e7e
DE
29602015-09-18 Doug Evans <xdje42@gmail.com>
2961
2962 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2963 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2964
26b188a2
SL
29652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2966
2967 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2968 the breakpoint.
2969
79dc332b
SL
29702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2971
2972 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2973 the pending breakpoint. Remove timeout override for "Run till
2974 MI pending breakpoint on pendfunc3 on thread 2" test.
2975
f57929f2
SL
29762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2977
2978 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2979 filename pattern.
2980
3f469b17
SL
29812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2982
2983 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2984 in breakpoint filename pattern.
2985
515b89b3
SL
29862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2987
7800dbe4
SL
2988 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2989
29902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2991
515b89b3
SL
2992 * gdb.linespec/explicit.exp: Check for readline support for
2993 tab-completion tests. Fix obvious typo.
2994
d2939ba2
MM
29952015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2996
2997 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2998 and replay.
2999
cbb55fa7
MM
30002015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3001
3002 * gdb.btrace/non-stop.c: New.
3003 * gdb.btrace/non-stop.exp: New.
3004
43691ca1
PL
30052015-09-17 Pierre Langlois <pierre.langlois@arm.com>
3006 Yao Qi <yao.qi@linaro.org>
3007
3008 * gdb.trace/trace-condition.c: New file.
3009 * gdb.trace/trace-condition.exp: New file.
3010
d78908cf
WW
30112015-09-16 Wei-cheng Wang <cole945@gmail.com>
3012
3013 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
3014 for testing bytecode compilation.
3015
1ed415e2
PA
30162015-09-16 Pedro Alves <palves@redhat.com>
3017 Sandra Loosemore <sandra@codesourcery.com>
3018
3019 * gdb.threads/non-stop-fair-events.c (timeout): New global.
3020 (SECONDS): Redefine.
3021 (main): Call pthread_kill and alarm early.
3022 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
3023 support.
3024 (test): If the target can't hardware step and doesn't support
3025 displaced stepping, increase the timeout.
3026
d136eff5
PA
30272015-09-16 Pedro Alves <palves@redhat.com>
3028
3029 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
3030 (enable_debug): New procedures.
3031 (test): Use them. Bail out if waiting for threads fails.
3032 (top level): Bail out if a test fails.
3033
991f019c
YQ
30342015-09-16 Yao Qi <yao.qi@linaro.org>
3035
3036 * gdb.asm/asm-source.exp: Set asm-arch for
3037 aarch64*-*-* target.
3038 * gdb.asm/aarch64.inc: New file.
3039
bfca584f
PMR
30402015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
3041
3042 * gdb.ada/array_of_variable_length.exp: New testcase.
3043 * gdb.ada/array_of_variable_length/foo.adb: New file.
3044 * gdb.ada/array_of_variable_length/pck.adb: New file.
3045 * gdb.ada/array_of_variable_length/pck.ads: New file.
3046
b326e587
DE
30472015-09-15 Doug Evans <dje@google.com>
3048
3049 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
3050 of function static local variable.
3051
5382cfab
PW
30522015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3053
3054 * gdb.threads/tls-so_extern.exp: New test file.
3055 * gdb.threads/tls-so_extern.c: New test file.
3056 * gdb.threads/tls-so_extern_main.c: New test file.
3057
141c5cc4
JK
30582015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3059
3060 * gdb.opt/solib-intra-step-lib.c: New file.
3061 * gdb.opt/solib-intra-step-main.c: New file.
3062 * gdb.opt/solib-intra-step.exp: New file.
3063
d15dcecd
PA
30642015-09-15 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
3067 gdb_continue_to_breakpoint instead of gdb_test_multiple.
3068
4c2f2a79
PA
30692015-09-14 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/hook-stop-continue.c: Delete.
3072 * gdb.base/hook-stop-continue.exp: Delete.
3073 * gdb.base/hook-stop-frame.c: Delete.
3074 * gdb.base/hook-stop-frame.exp: Delete.
3075 * gdb.base/hook-stop.c: New file.
3076 * gdb.base/hook-stop.exp: New file.
3077
919e6dbe
PMR
30782015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3079
3080 * gdb.ada/access_to_packed_array.exp: New testcase.
3081 * gdb.ada/access_to_packed_array/foo.adb: New file.
3082 * gdb.ada/access_to_packed_array/pack.adb: New file.
3083 * gdb.ada/access_to_packed_array/pack.ads: New file.
3084
157280a4
MM
30852015-09-14 Markus Metzger <markus.t.metzger@intel.com>
3086
3087 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
3088 buffer size test.
3089
2fd33e94
DB
30902015-09-11 Don Breazeal <donb@codesourcery.com>
3091
3092 * gdb.base/foll-exec.c: Add copyright header. Fix
3093 formatting issues.
3094 * gdb.base/foll-exec.exp (zap_session): Delete proc.
3095 (do_exec_tests): Use clean_restart in place of zap_session,
3096 and for test initialization. Fix formatting issues. Use
3097 fail in place of perror.
3098 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
3099 an expect statement to match an expression with output from
3100 the program under debug.
3101 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
3102 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
3103 * gdb.threads/non-ldr-exc-2.exp: Likewise.
3104 * gdb.threads/non-ldr-exc-3.exp: Likewise.
3105 * gdb.threads/non-ldr-exc-4.exp: Likewise.
3106
e70b6e8e
DE
31072015-09-09 Doug Evans <dje@google.com>
3108
3109 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
3110
7a551a51
DE
31112015-09-09 Doug Evans <dje@google.com>
3112
3113 * gdb.base/pie-execl.exp: Fix result test of build_executable.
3114
4c666f84
DE
31152015-09-09 Doug Evans <dje@google.com>
3116
3117 * gdb.base/savedregs.exp: Fix typo.
3118
243a9253
PA
31192015-09-09 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.mi/mi-cli.exp: Add CLI finish tests.
3122
c0fa8fbd
SL
31232015-09-08 Sandra Loosemore <sandra@codesourcery.com>
3124
3125 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
3126 command actually switches threads. Give up on remaining
3127 tests if target fails to stop at breakpoint.
3128
cd7c1778
PMR
31292015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3130
3131 * gdb.ada/funcall_char.exp: New testcase.
3132 * gdb.ada/funcall_char/foo.adb: New file.
3133
dc5c8746
PMR
31342015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3135
3136 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
3137 expected outputs. Add two testcases for completing ambiguous
3138 functions.
3139 * gdb.ada/complete/aux_pck.adb: New file.
3140 * gdb.ada/complete/aux_pck.ads: New file.
3141 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
3142 Ambiguous_Func functions.
3143 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
3144 * gdb.ada/complete/pck.adb: Likewise.
3145
4e83a1e7
UW
31462015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3147
3148 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
3149 failures to run the test program under GDB.
3150
8ce74153
LM
31512015-08-26 Luis Machado <lgustavo@codesourcery.com>
3152
3153 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
3154 to C.
3155
e9756d52
PP
31562015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3157
3158 * gdb.base/run-after-attach.exp: New test file.
3159 * gdb.base/run-after-attach.c: New test file.
3160
8d37573b
DB
31612015-08-26 Don Breazeal <donb@codesourcery.com>
3162
3163 * gdb.base/foll-exec-2.c: New test program.
3164 * gdb.base/foll-exec-2.exp: New test.
3165
63e43d3a
PMR
31662015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3167
3168 * gdb.base/nested-subp1.exp: New file.
3169 * gdb.base/nested-subp1.c: New file.
3170 * gdb.base/nested-subp2.exp: New file.
3171 * gdb.base/nested-subp2.c: New file.
3172 * gdb.base/nested-subp3.exp: New file.
3173 * gdb.base/nested-subp3.c: New file.
3174
3d40fbb5
PA
31752015-08-24 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.server/connect-without-multi-process.c: New file.
3178 * gdb.server/connect-without-multi-process.exp: New file.
3179
4422ac93
LM
31802015-08-24 Luis Machado <lgustavo@codesourcery.com>
3181
3182 * gdb.opt/inline-markers.c: Make z int.
3183
91dddb86
LM
31842015-08-24 Luis Machado <lgustavo@codesourcery.com>
3185
3186 * gdb.opt/inline-markers.c: Make z volatile.
3187
a48847ee
LM
31882015-08-24 Luis Machado <lgustavo@codesourcery.com>
3189
3190 * gdb.opt/inline-bt.c: New volatile global z.
3191 * gdb.opt/inline-cmds.c: Likewise.
3192 * gdb.opt/inline-locals.c: Likewise.
3193 * gdb.opt/inline-markers.c: New extern global z.
3194 (marker): Use z.
3195 (inline_fn): Likewise.
3196
0ebbc52b
PA
31972015-08-24 Pedro Alves <palves@redhat.com>
3198
3199 * config/m32r-stub.exp: Remove file.
3200 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
3201 * gdb.base/call-rt-st.exp: Likewise.
3202 * gdb.base/call-strs.exp: Likewise.
3203 * gdb.base/default.exp: Remove references to h8300-*-hms and
3204 *-*-udi*.
3205 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
3206
77c365df
AA
32072015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3208
3209 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
3210 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
3211 and "return" use KFAIL when GDB can not read/write the vector
3212 return value.
3213
4313b8c0
GB
32142015-08-21 Gary Benson <gbenson@redhat.com>
3215
3216 * gdb.trace/pending.exp: Cope with remote transfer warnings.
3217
0e433b32
PA
32182015-08-20 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.server/solib-list.exp: No longer expect an interior stop in
3221 non-stop mode.
3222
221e1a37
PA
32232015-08-20 Pedro Alves <palves@redhat.com>
3224
3225 * gdb.server/connect-stopped-target.c: New file.
3226 * gdb.server/connect-stopped-target.exp: New file.
3227
40e3ad0e
PA
32282015-08-20 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.dwarf2/comp-unit-lang.exp: New file.
3231 * gdb.dwarf2/comp-unit-lang.c: New file.
3232
af39b327
PMR
32332015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3234
3235 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
3236 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
3237
7d45c7c3 32382015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 3239
7d45c7c3
KB
3240 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
3241 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
3242
4d6cceb4
DE
32432015-08-18 Doug Evans <dje@google.com>
3244 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3245
3246 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3247 skip_python_tests. New arg prompt_regexp.
3248 (skip_python_tests): New function.
3249 * lib/mi-support.exp (mi_skip_python_tests): New function.
3250 * gdb.python/py-mi-objfile-gdb.py: New file.
3251 * gdb.python/py-mi-objfile.c: New file.
3252 * gdb.python/py-mi-objfile.exp: New file.
3253
ad89c2aa
KS
32542015-08-17 Keith Seitz <keiths@redhat.com>
3255
3256 * gdb.linespec/explicit.exp: Move strace test from here ...
3257 * gdb.trace/strace.exp: ... to here.
3258
e3ae3c43
PP
32592015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3260
3261 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3262 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3263
604b2636
DE
32642015-08-14 Doug Evans <xdje42@gmail.com>
3265
3266 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3267 inferior before selecting a new file.
3268
6ff0ba5f
DE
32692015-08-14 Doug Evans <xdje42@gmail.com>
3270
3271 * gdb.mi/mi-disassemble.exp: Update.
3272 * gdb.base/disasm-optim.S: New file.
3273 * gdb.base/disasm-optim.c: New file.
3274 * gdb.base/disasm-optim.h: New file.
3275 * gdb.base/disasm-optim.exp: New file.
3276
9ca98f92
KS
32772015-08-14 Keith Seitz <keiths@redhat.com>
3278
3279 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3280 "evaluated-by".
3281
52bbc560
JB
32822015-08-13 Joel Brobecker <brobecker@adacore.com>
3283
3284 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3285
5d8c3ed3
PMR
32862015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3287
3288 * gdb.ada/fun_renaming.exp: New testcase.
3289 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3290 * gdb.ada/fun_renaming/pack.adb: New file.
3291 * gdb.ada/fun_renaming/pack.ads: New file.
3292
ea8812bc
KS
32932015-08-12 Keith Seitz <keiths@redhat.com>
3294
3295 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3296 gdb_get_line_number.
3297
4dafcdeb
JB
32982015-08-12 Joel Brobecker <brobecker@adacore.com>
3299
3300 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3301 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3302 gdb.base/dso2dso.exp: New files.
3303
5ba32597
SDJ
33042015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3305 Pedro Alves <palves@redhat.com>
3306 Keith Seitz <keiths@redhat.com>
3307
3308 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3309 GDBFLAGS.
3310
b6dafabf
PP
33112015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3312
3313 * gdb.base/gdbhistsize-history.exp
3314 (test_histsize_history_setting): Use save_vars.
3315 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3316 Use save_vars.
3317 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3318 * gdb.base/readline.exp: Use save_vars.
3319
abe8e607
PP
33202015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3321
3322 * lib/gdb.exp (save_vars): New proc.
3323
629500fa
KS
33242015-08-11 Keith Seitz <keiths@redhat.com>
3325
3326 * gdb.base/help.exp: Update help_breakpoint_text.
3327
eb8c4e2e
KS
33282015-08-11 Keith Seitz <keiths@redhat.com>
3329
3330 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3331 (at toplevel): Call test_explicit_breakpoints.
3332 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3333 breakpoints.
3334 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3335 breakpoint conditions, "-cond".
3336
87f0e720
KS
33372015-08-11 Keith Seitz <keiths@redhat.com>
3338
3339 * gdb.linespec/3explicit.c: New file.
3340 * gdb.linespec/cpexplicit.cc: New file.
3341 * gdb.linespec/cpexplicit.exp: New file.
3342 * gdb.linespec/explicit.c: New file.
3343 * gdb.linespec/explicit.exp: New file.
3344 * gdb.linespec/explicit2.c: New file.
3345 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3346 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3347 before using in the matching pattern.
3348 Clarify that `prefix' is a regular expression.
3349
f00aae0f
KS
33502015-08-11 Keith Seitz <keiths@redhat.com>
3351
3352 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3353 test.
3354 Add tests for missing ",FMT" and ",".
3355
e27852be
DE
33562015-08-10 Doug Evans <dje@google.com>
3357 Keith Seitz <keiths@redhat.com>
3358
3359 PR gdb/17960
3360 * gdb.base/completion.exp: Add location completer tests.
3361
7f03bd92
PA
33622015-08-07 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3365 tests here.
3366 (top level): Run do_test with and without displaced stepping.
3367
3fc8eb30
PA
33682015-08-07 Pedro Alves <palves@redhat.com>
3369
3370 * gdb.base/valgrind-disp-step.c: New file.
3371 * gdb.base/valgrind-disp-step.exp: New file.
3372
d4569d7b
PA
33732015-08-07 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3376 Delete function.
3377 (main): Add alarm. Run an infinite loop instead of calling
3378 wait_threads.
3379 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3380 comment.
3381 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3382 Delete function.
3383 (main): Add alarm. Run an infinite loop instead of calling
3384 wait_threads.
3385 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3386 comment.
3387
e1316e60
PA
33882015-08-07 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/checkpoint-ns.exp: New file.
3391 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3392 standard_testfile.
3393
da8c46d2
MM
33942015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3395
3396 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3397 * gdb.btrace/instruction_history.exp: Update.
3398 * gdb.btrace/tsx.exp: New.
3399 * gdb.btrace/tsx.c: New.
3400
de1c2c52
PA
34012015-08-06 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3404 increase timeout.
3405 * gdb.reverse/until-precsave.exp: Bump timeouts.
3406
782e0bf4
PA
34072015-08-06 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3410
83e97ed0
PA
34112015-08-06 Pedro Alves <palves@redhat.com>
3412
3413 PR gdb/18749
3414 * gdb.threads/process-dies-while-handling-bp.c: New file.
3415 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3416
863d01bd
PA
34172015-08-06 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3420 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3421
0a39bb32
PA
34222015-08-05 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3425 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3426
ee2d2b10
SL
34272015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3428
3429 * gdb.base/bp-permanent.exp: Report test as unsupported if
3430 the target cannot stop at the permanent breakpoint.
3431
4e1bdb00
DE
34322015-08-03 Doug Evans <dje@google.com>
3433
3434 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3435 10000.
3436
3d338901
DE
34372015-08-03 Doug Evans <dje@google.com>
3438
3439 * Makefile.in (workers/%.worker, build-perf): New rule.
3440 (GDB_PERFTEST_MODE): New variable.
3441 (check-perf): Use it.
3442 (clean): Clean up gdb.perf parallel build subdirs.
3443 * lib/build-piece.exp: New file.
3444 * lib/gdb.exp (make_gdb_parallel_path): New function
3445 (standard_output_file, standard_temp_file): Call it.
3446 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3447 of $GDB_PARALLEL.
3448 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3449
af061d3e
DE
34502015-08-03 Doug Evans <dje@google.com>
3451
8e1afc81 3452 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
3453 (LOG_FILE_NAME): New global.
3454 (TextReporter.__init__): Initialize self.txt_sum.
3455 (TextReporter.report): Add support for multiple data-points.
3456 Move report to perftest.sum, put raw data in perftest.log.
3457 (TextReporter.start): Open sum and log files.
3458 (TextReporter.end): Close sum and log files.
8e1afc81
DE
3459 * gdb.perf/lib/perftest/testresult.py
3460 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 3461
2c8c5d37
PA
34622015-07-31 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3465 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3466 kill_wait_spawned_process instead of explicit "kill -9".
3467 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3468 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3469 kill_wait_spawned_process.
3470 * gdb.base/attach-twice.exp: Likewise.
3471 * gdb.base/attach.exp: Likewise.
3472 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3473 gdb_test_multiple.
3474 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3475 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3476 kill_wait_spawned_process.
3477 * gdb.base/valgrind-infcall.exp: Likewise.
3478 * gdb.multi/multi-attach.exp: Likewise.
3479 * gdb.python/py-prompt.exp: Likewise.
3480 * gdb.python/py-sync-interp.exp: Likewise.
3481 * gdb.server/ext-attach.exp: Likewise.
3482 * gdb.threads/attach-into-signal.exp (corefunc): Use
3483 spawn_wait_for_attach, spawn_id_get_pid and
3484 kill_wait_spawned_process.
3485 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3486 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3487 spawn_id_get_pid and kill_wait_spawned_process.
3488 * gdb.threads/attach-stopped.exp (corefunc): Use
3489 spawn_wait_for_attach, spawn_id_get_pid and
3490 kill_wait_spawned_process.
3491 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3492 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3493 kill_wait_spawned_process instead of explicit "kill -9".
3494 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3495 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3496 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3497 processes. Don't map cygwin/windows pids here. Now returns a
3498 spawn id list.
3499
032a0fca
SL
35002015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3501
3502 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3503 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3504 correct patch.
3505
61a934ca
SL
35062015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3507
3508 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3509
4bc4d428
SL
35102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3511
3512 Reapply:
3513 2014-05-21 Mark Wielaard <mjw@redhat.com>
3514
3515 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3516
998d452a
PA
35172015-07-30 Pedro Alves <palves@redhat.com>
3518
3519 * linux-low.c (handle_extended_wait): Set the child's last
3520 reported status to TARGET_WAITKIND_STOPPED.
3521
69dde7dc
PA
35222015-07-30 Pedro Alves <palves@redhat.com>
3523
3524 PR threads/18600
3525 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3526 only shows inferior 1.
3527
4dd63d48
PA
35282015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3529 Pedro Alves <palves@redhat.com>
3530
3531 PR threads/18600
3532 * gdb.threads/fork-plus-threads.c: New file.
3533 * gdb.threads/fork-plus-threads.exp: New file.
3534
d618e4c5
PP
35352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3536
3537 * gdb.base/batch-preserve-term-settings.exp
3538 (test_terminal_settings_preserved_after_cli_exit): Use
3539 send_quit_command.
3540
1eef6428
PA
35412015-07-29 Pedro Alves <palves@redhat.com>
3542 Don Breazeal <donb@codesourcery.com>
3543
3544 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3545 output from both inferior_spawn_id and gdb_spawn_id.
3546
7da5b897
SDJ
35472015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3548
3549 * gdb.threads/attach-into-signal.exp (corefunc): Use
3550 with_test_prefix on nested loops, uniquefying the test messages.
3551
dac804df
SDJ
35522015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3553
3554 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3555 commit.
3556
06265e53
PP
35572015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3558
3559 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3560 New proc.
3561 (test_terminal_settings_preserved_after_sigterm): New test.
3562
18206ca3
PP
35632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3564
3565 * gdb.base/batch-preserve-term-settings.exp
3566 (test_terminal_settings_preserved_after_cli_exit): New test.
3567
90074d11
PP
35682015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3569
3570 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3571 manipulation of saved_gdbflags.
3572 (test_terminal_settings_preserved): Remove global declaration of
3573 the unused variable pagination_prompt. Remove manipulation of
3574 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3575 GDBFLAGS.
3576
eb1a7902
PA
35772015-07-29 Pedro Alves <palves@redhat.com>
3578
3579 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3580
8b75dd3b
PA
35812015-07-29 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3584 at the top.
3585
dedad4e3
PA
35862015-07-29 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3589 (main): Call gdb_unbuffer_output.
3590 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3591 (main): Call gdb_unbuffer_output.
3592 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3593 (main): Call gdb_unbuffer_output.
3594 * gdb.base/call-strs.exp: Adjust to step over the
3595 gdb_unbuffer_output call.
3596 * gdb.base/catch-gdb-caused-signals.c: Include
3597 "../lib/unbuffer_output.c".
3598 (main): Call gdb_unbuffer_output.
3599 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3600 (main): Call gdb_unbuffer_output.
3601 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3602 (main): Call gdb_unbuffer_output.
3603 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3604 (main): Call gdb_unbuffer_output.
3605 * gdb.base/shlib-call.exp: Adjust to step over the
3606 gdb_unbuffer_output call.
3607 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3608 (main): Call gdb_unbuffer_output.
3609 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3610 (main): Call gdb_unbuffer_output.
3611 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3612 (main): Rename to ...
3613 (test): ... this.
3614 (main): Reimplement.
3615 * gdb.base/varargs.exp: Run to test instead of to main.
3616 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3617 (main): Call gdb_unbuffer_output.
3618
58789a91
PA
36192015-07-29 Pedro Alves <palves@redhat.com>
3620
3621 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3622 factore out from mi_continue_dprintf. For call-style dprintfs,
3623 expect dprintf output out of $inferior_spawn_id.
3624 (mi_continue_dprintf): Use mi_expect_dprintf.
3625 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3626 (main): Call gdb_unbuffer_output.
3627
e8376742
PA
36282015-07-29 Pedro Alves <palves@redhat.com>
3629
3630 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3631 (default_mi_gdb_start): Set inferior_spawn_id instead of
3632 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3633 gdb_spawn_id.
3634 (mi_gdb_test): Always expect inferior output from both
3635 $inferior_spawn_id and $gdb_spawn_id.
3636
08280010
PA
36372015-07-29 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3640 send_inferior and $inferior_spawn_id.
3641
4d30e432
PA
36422015-07-29 Pedro Alves <palves@redhat.com>
3643
3644 * gdb.gdb/complaints.exp (test_initial_complaints)
3645 (test_serial_complaints, test_short_complaints): Use
3646 gdb_test_stdio.
3647 (test_empty_complaint): Handle $inferior_spawn_id !=
3648 $gdb_spawn_id.
3649
0d30a335
PA
36502015-07-29 Pedro Alves <palves@redhat.com>
3651
3652 * gdb.base/varargs.exp: Use gdb_test_stdio.
3653
39413b29
PA
36542015-07-29 Pedro Alves <palves@redhat.com>
3655
3656 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3657
7cb000a9
PA
36582015-07-29 Pedro Alves <palves@redhat.com>
3659
3660 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3661
d7b8ac82
PA
36622015-07-29 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3665 parameter into two new parameters, "inf_result" and "gdb_result".
3666 Expect inferior output and gdb output from $inferior_spawn_id and
3667 $gdb_spawn_id, respectively. Adjust all callers.
3668
789c3a0c
PA
36692015-07-29 Pedro Alves <palves@redhat.com>
3670
3671 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3672 of gdb_test_sequence.
3673
77e760c3
PA
36742015-07-29 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3677 (saw_spurious_output): Expect inferior output from
3678 $inferior_spawn_id. Use gdb_test_stdio.
3679
8396d2cd
PA
36802015-07-29 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.base/dprintf.exp: Use standard_testfile. Change
3683 prepare_for_testing call.
3684 (srcfile): Don't set.
3685 (restart): New procedure.
3686 (test_dprintf): New procecure, use to continue over dprintfs.
3687 (test_call, test_agent): New procedures, tests moved here.
3688 Restart gdb and recreate dprintfs. Adjust expected output.
3689
2051d61f
PA
36902015-07-29 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3693
452397af
PA
36942015-07-29 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3697
8aed9555
PA
36982015-07-29 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3701 gdb_test_stdio.
3702
188a61b4
PA
37032015-07-29 Pedro Alves <palves@redhat.com>
3704
3705 * lib/gdb.exp (gdb_test_stdio): New procedure.
3706
12264a45
PA
37072015-07-29 Pedro Alves <palves@redhat.com>
3708
3709 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3710
23ffc893
PA
37112015-07-29 Pedro Alves <palves@redhat.com>
3712
3713 * gdb.base/call-signal-resume.exp: Remove check for
3714 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3715 * gdb.base/unwindonsignal.exp: Likewise.
3716 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3717 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3718
65566918
PA
37192015-07-29 Pedro Alves <palves@redhat.com>
3720
3721 * gdb.base/siginfo-addr.c (pass): New function.
3722 (handler): Call it iff si_addr is correct.
3723 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3724 Set a breakpoint at "pass" and continue to it.
3725
d60a9221
SDJ
37262015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3727
3728 * gdb.python/py-objfile.exp: Make some tests have unique names.
3729 * gdb.python/py-pp-registration.exp: Likewise.
3730
bde40b8f
PA
37312015-07-28 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3734
13e1dec8
SM
37352015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3736
3737 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3738
da33c9a7
SM
37392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3740
3741 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3742
077836f7
PP
37432015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3744
3745 * gdb.base/gdb-sigterm-2.exp: New test.
3746
b8cc7b2e
DE
37472015-07-25 Doug Evans <xdje42@gmail.com>
3748
3749 Revert:
3750 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3751 (workers/%.worker, build-perf): New rule.
3752 (GDB_PERFTEST_MODE): New variable.
3753 (check-perf): Use it.
3754 (clean): Clean up gdb.perf parallel build subdirs.
3755 * lib/build-piece.exp: New file.
3756 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3757 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3758 name.
3759 (standard_temp_file): Ditto.
3760 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3761 of $GDB_PARALLEL.
3762
c8bd4544
DE
37632015-07-24 Doug Evans <dje@google.com>
3764
3765 * gdb.perf/lib/perftest/utils.py: New file.
3766 * gdb.perf/gm-hello.cc: New file.
3767 * gdb.perf/gm-pervasive-typedef.cc: New file.
3768 * gdb.perf/gm-pervasive-typedef.h: New file.
3769 * gdb.perf/gm-std.cc: New file.
3770 * gdb.perf/gm-std.h: New file.
3771 * gdb.perf/gm-use-cerr.cc: New file.
3772 * gdb.perf/gm-utils.h: New file.
3773 * gdb.perf/gmonster-null-lookup.py: New file.
3774 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3775 * gdb.perf/gmonster-print-cerr.py: New file.
3776 * gdb.perf/gmonster-ptype-string.py: New file.
3777 * gdb.perf/gmonster-runto-main.py: New file.
3778 * gdb.perf/gmonster-select-file.py: New file.
3779 * gdb.perf/gmonster1-null-lookup.exp: New file.
3780 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3781 * gdb.perf/gmonster1-print-cerr.exp: New file.
3782 * gdb.perf/gmonster1-ptype-string.exp: New file.
3783 * gdb.perf/gmonster1-runto-main.exp: New file.
3784 * gdb.perf/gmonster1-select-file.exp: New file.
3785 * gdb.perf/gmonster1.cc: New file.
3786 * gdb.perf/gmonster1.exp: New file.
3787 * gdb.perf/gmonster2-null-lookup.exp: New file.
3788 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3789 * gdb.perf/gmonster2-print-cerr.exp: New file.
3790 * gdb.perf/gmonster2-ptype-string.exp: New file.
3791 * gdb.perf/gmonster2-runto-main.exp: New file.
3792 * gdb.perf/gmonster2-select-file.exp: New file.
3793 * gdb.perf/gmonster2.cc: New file.
3794 * gdb.perf/gmonster2.exp: New file.
3795
6eab34f3
DE
37962015-07-24 Doug Evans <dje@google.com>
3797
3798 * gdb.perf/README: New file.
3799 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3800 * lib/gen-perf-test.exp: New file.
3801
63738bfd
DE
38022015-07-24 Doug Evans <dje@google.com>
3803
3804 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3805 (PerfTest::startup): New function.
3806 (PerfTest::run): Return result of calling body.
3807 (PerfTest::assemble): Rewrite.
3808 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3809 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3810 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3811 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3812 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3813
7b606f95
DE
38142015-07-24 Doug Evans <dje@google.com>
3815
3816 * lib/gdb.exp (clean_restart): Make executable optional.
3817
a97b16b8
DE
38182015-07-24 Doug Evans <dje@google.com>
3819
3820 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3821 compiler_info references.
3822 * gdb.cp/temargs.exp: Ditto.
3823 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3824 (get_compiler_info): Early exit if already computed. Set compiler_info
3825 to "unknown" if there was a problem.
3826 (test_compiler_info): Add function comment. Call get_compiler_info.
3827
35baa57f
DE
38282015-07-24 Doug Evans <dje@google.com>
3829
3830 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3831 (workers/%.worker, build-perf): New rule.
3832 (GDB_PERFTEST_MODE): New variable.
3833 (check-perf): Use it.
3834 (clean): Clean up gdb.perf parallel build subdirs.
3835 * lib/build-piece.exp: New file.
3836 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3837 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3838 name.
3839 (standard_temp_file): Ditto.
3840 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3841 of $GDB_PARALLEL.
3842
6ebea266
DE
38432015-07-24 Doug Evans <dje@google.com>
3844
3845 * lib/future.exp (gdb_default_target_compile): New option
3846 "early_flags".
3847 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3848 --as-needed.
3849
1e76a7e9
SDJ
38502015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3851
3852 * gdb.base/catch-syscall.exp: Call gdb_exit before
3853 gdb_skip_xml_test.
3854
5068630a
PA
38552015-07-24 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.python/py-events.exp: Accept output between the stop event
3858 and the prompt.
3859 * gdb.python/py-evsignal.exp: Likewise.
3860 * gdb.python/py-evthreads.exp: Likewise.
3861
77598427
PA
38622015-07-24 Pedro Alves <palves@redhat.com>
3863
3864 PR gdb/18717
3865 * gdb.threads/non-ldr-exit.c: New file.
3866 * gdb.threads/non-ldr-exit.exp: New file.
3867
11e6c98f
YQ
38682015-07-24 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3871 restarting process.
3872
51aee833
YQ
38732015-07-24 Yao Qi <yao.qi@linaro.org>
3874
3875 * gdb.server/ext-restart.exp: New file.
3876
8cfe207c
YQ
38772015-07-24 Yao Qi <yao.qi@linaro.org>
3878
3879 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3880 argument options.
3881 * gdb.server/ext-wrapper.exp: New file.
3882
cc12ce38
DE
38832015-07-23 Doug Evans <dje@google.com>
3884
3885 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3886 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3887
d0d84780
PMR
38882015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3889
3890 * gdb.ada/var_arr_typedef.exp: New testcase.
3891 * gdb.ada/var_arr_typedef/pack.adb: New file.
3892 * gdb.ada/var_arr_typedef/pack.ads: New file.
3893 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3894
8b558f79
JB
38952015-07-20 Joel Brobecker <brobecker@adacore.com>
3896
3897 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3898
775a3298
JK
38992015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * gdb.arch/i386-biarch-core.exp: Replace istarget
3902 by "complete set gnutarget". Remove expectation for the "core-file"
3903 command.
3904
db1ff28b
JK
39052015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 Revert the previous commit:
3908 Tests for validate symbol file using build-id.
3909
0a94970d
JK
39102015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3911
3912 Tests for validate symbol file using build-id.
3913 * gdb.base/solib-mismatch-lib.c: New file.
3914 * gdb.base/solib-mismatch-libmod.c: New file.
3915 * gdb.base/solib-mismatch.c: New file.
3916 * gdb.base/solib-mismatch.exp: New file.
3917
03346981
SL
39182015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3919
3920 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3921 nios2-*-linux*.
3922 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3923 * gdb.base/siginfo.exp: Likewise.
3924 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3925
42422cc7
PL
39262015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3927
3928 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3929 Move it to ...
3930 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3931 ... here.
3932 * gdb.trace/range-stepping.exp: Check that the target supports
3933 range stepping.
3934
cfa68bae
JK
39352015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3938
8ffdba26
PA
39392015-07-14 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/killed-outside.exp: New file.
3942 * gdb.base/killed-outside.c: New file.
3943
218a5a11
JK
39442015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3947 (n at main): New.
3948 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3949
e03ed3c6
AA
39502015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3951
3952 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3953 infcall tests instead of setting up for KFAIL.
3954
485668e5
MM
39552015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3956
3957 * gdb.btrace/record_goto-step.exp: New.
3958
08464196
JK
39592015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3960
3961 PR compile/18484
3962 * gdb.compile/compile.c (struct struct_type): Add volatile to
3963 selffield's type.
3964 * gdb.compile/compile.exp
3965 (compile code struct_object.selffield = &struct_object): Skip further
3966 struct_object tests if this one xfails.
3967
bcf5c1d9
RC
39682015-07-08 Robert O'Callahan <robert@ocallahan.org>
3969
3970 PR exp/18617
3971 * gdb.trace/ax.exp: Add test.
3972
4931af25
YQ
39732015-07-07 Yao Qi <yao.qi@linaro.org>
3974
3975 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3976 instead of istarget "aarch64*-*-*".
3977 * gdb.arch/aarch64-fp.exp: Likewise.
3978 * gdb.base/float.exp: Likewise.
3979 * gdb.reverse/aarch64.exp: Likewise.
3980 * lib/gdb.exp (is_aarch64_target): New proc.
3981
9fcf688e
YQ
39822015-07-07 Yao Qi <yao.qi@linaro.org>
3983
3984 * lib/gdb.exp (is_aarch32_target): New proc.
3985 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3986 instead of "istarget "arm*-*-*"".
3987 * gdb.arch/arm-disp-step.exp: Likewise.
3988 * gdb.arch/thumb-bx-pc.exp: Likewise.
3989 * gdb.arch/thumb-prologue.exp: Likewise.
3990 * gdb.arch/thumb-singlestep.exp: Likewise.
3991 * gdb.base/disp-step-syscall.exp: Likewise.
3992 * gdb.base/float.exp: Likewise.
3993
fbd8d50d
YQ
39942015-07-07 Yao Qi <yao.qi@linaro.org>
3995
3996 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3997 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3998
71be1fdc
YQ
39992015-07-07 Yao Qi <yao.qi@linaro.org>
4000
4001 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
4002 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
4003 if it exists.
4004 * gdb.multi/multi-arch.exp: Likewise.
4005
3e221d36
SM
40062015-07-07 Simon Marchi <simon.marchi@ericsson.com>
4007
4008 * gdb.python/py-lazy-string.exp: Add missing parentheses to
4009 print.
4010
d441430b
YQ
40112015-07-07 Yao Qi <yao.qi@linaro.org>
4012
4013 * gdb.arch/thumb-singlestep.exp: Do one more single step.
4014
06f810bd
MG
40152015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
4016
4017 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
4018 '[' and ']' characters.
4019
5e61e7c0
IB
40202015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
4021
4022 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4023
28bf096c
PA
40242015-06-29 Pedro Alves <palves@redhat.com>
4025
4026 PR threads/18127
4027 * gdb.threads/hand-call-new-thread.c: New file.
4028 * gdb.threads/hand-call-new-thread.c: New file.
4029
ee93cd5e
KS
40302015-06-26 Keith Seitz <keiths@redhat.com>
4031 Doug Evans <dje@google.com>
4032
4033 PR 16253
4034 * gdb.cp/var-tag-2.cc: New file.
4035 * gdb.cp/var-tag-3.cc: New file.
4036 * gdb.cp/var-tag-4.cc: New file.
4037 * gdb.cp/var-tag.cc: New file.
4038 * gdb.cp/var-tag.exp: New file.
4039
fc637f04
PP
40402015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4041
4042 * gdb.base/history-duplicates.exp: New test.
4043
2e52ae68
PP
40442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4045
4046 * gdb.base/completion.exp: Test the completion of the "focus"
4047 command.
4048
6e22494e
JK
40492015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * gdb.arch/amd64-prologue-skip.S: New file.
4052 * gdb.arch/amd64-prologue-skip.exp: New file.
4053
bf7b9cd9
SM
40542015-06-25 Simon Marchi <simon.marchi@ericsson.com>
4055
4056 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
4057 is_address_zero_readable check.
4058
201e8dfd
PB
40592015-06-24 Peter Bergner <bergner@vnet.ibm.com>
4060
4061 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
4062 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
4063
5cd867b4
YQ
40642015-06-24 Yao Qi <yao.qi@linaro.org>
4065
4066 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
4067 linux targets.
4068
4d7be007
YQ
40692015-06-24 Yao Qi <yao.qi@linaro.org>
4070
4071 * lib/gdb.exp (supports_get_siginfo_type): New proc.
4072 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
4073 * gdb.base/siginfo-thread.exp: Likewise.
4074
07fcd301
YQ
40752015-06-22 Yao Qi <yao.qi@linaro.org>
4076
4077 * boards/remote-gdbserver-on-localhost.exp: Add comments.
4078
52042a00
YQ
40792015-06-22 Yao Qi <yao.qi@linaro.org>
4080
4081 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
4082 aarch64*-*-*.
4083 (skip_hw_watchpoint_tests): Likewise.
4084
74bd41ce
PP
40852015-06-18 Patrick Palka <patrick@parcs.ath.cx>
4086
4087 * gdb.base/gdbinit-history.exp: Test the interaction between
4088 setting GDBHISTSIZE and setting the history size via .gdbinit.
4089
bc460514
PP
40902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4091
4092 PR gdb/16999
4093 * gdb.base/gdbhistsize-history.exp: New test.
4094
b58c513b
PP
40952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4096
4097 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
4098 with GDBHISTSIZE.
4099 * gdb.base/readline.exp: Likewise.
4100
92046791
YQ
41012015-06-17 Yao Qi <yao.qi@linaro.org>
4102
4103 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
4104 line.
4105
2093d2d3
PP
41062015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4107
4108 * gdb.base/gdbinit-history.exp: Add test case to check that
4109 an unlimited history file does not get truncated on exit.
4110
e6c693af
AA
41112015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4112
4113 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
4114 (VECTOR): New macro. Use it...
4115 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
4116 ...for these typedefs.
4117 (int8, char1, int1, double1): New typedefs.
4118 (struct just_int2, struct two_int2): New structures.
4119 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
4120 (add_structvecs, add_singlevecs): New functions.
4121 (main): Call add_some_intvecs twice.
4122 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
4123 the compile and exit upon failure. Try compiling for the "native"
4124 architecture. Test inferior function calls with vector arguments
4125 and vector return value handling with "finish" and "return".
4126
c74f7d1c
JT
41272015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
4128
4129 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
4130 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
4131 PE file.
4132 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
4133
98aa42ee
AT
41342015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4135
4136 PR breakpoints/16465
4137 * gdb.mi/mi-dprintf-pending.c: New file.
4138 * gdb.mi/mi-dprintf-pending.exp: New test.
4139 * gdb.mi/mi-dprintf-pendshr.c: New file.
4140
7d73c23c 41412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 4142 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
4143
4144 * gdb.arch/i386-mpx-map.c: New file.
4145 * gdb.arch/i386-mpx-map.exp: New File.
4146
41472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4148
4149 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
4150 * gdb.arch/i386-mpx.exp: Indentation fixed.
4151
41522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4153
4154 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
4155 function and improved indentation.
4156 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
4157 gdb_test_multiple. Added additional tests to skip the test.
4158
41592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4160
4161 * gdb.arch/i386-avx512.c: Change path in include file.
4162 * gdb.arch/i386-avx512.exp: Change include dir path
4163 compilation flag.
4164 * gdb.arch/i386-mpx.c: Change path in include file.
4165 * gdb.arch/i386-mpx.exp: Change include dir path compilation
4166 flag.
4167
d5eba19a
JK
41682015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * gdb.compile/compile-print.exp (compile print *vararray@3)
4171 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
4172
7f361056
JK
41732015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
4176 (do not keep jit in memory): ... this.
4177 (expect 5): Change it to ...
4178 (expect no 5): ... this.
4179
3b462ec2
SM
41802015-06-02 Simon Marchi <simon.marchi@ericsson.com>
4181
4182 PR gdb/15564
4183 * gdb.mi/mi-detach.exp: New file.
4184
e0619de6
JK
41852015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4186
4187 PR symtab/18392
4188 * gdb.arch/amd64-tailcall-self.S: New file.
4189 * gdb.arch/amd64-tailcall-self.c: New file.
4190 * gdb.arch/amd64-tailcall-self.exp: New file.
4191
e970cb34
DB
41922015-05-28 Don Breazeal <donb@codesourcery.com>
4193
4194 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
4195 tests for remote targets by checking is_target_gdbserver.
4196
b2e2f908
DE
41972015-05-27 Doug Evans <dje@google.com>
4198
4199 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4200 * gdb.dwarf2/opaque-type-lookup.c: New file.
4201 * gdb.dwarf2/opaque-type-lookup.exp: New file.
4202
82c7be31
DE
42032015-05-26 Doug Evans <dje@google.com>
4204
4205 * gdb.cp/iostream.cc: New file.
4206 * gdb.cp/iostream.exp: New file.
4207
b4f54984
DE
42082015-05-26 Doug Evans <dje@google.com>
4209
4210 * gdb.dwarf2/dw2-op-call.exp: Update.
4211 * gdb.dwarf2/dw4-sig-types.exp: Update.
4212 * gdb.dwarf2/implptr.exp: Update.
4213 * gdb.mi/mi-cmd-param-changed.exp: Update.
4214
4ea6efe9
DE
42152015-05-26 Doug Evans <dje@google.com>
4216
4217 * gdb.python/py-lazy-string.c: New file.
4218 * gdb.python/py-lazy-string.exp: New file.
4219 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
4220 (main): Update. Add estring3.
4221 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
4222 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
4223
f6bb7db3
YQ
42242015-05-26 Omair Javaid <omair.javaid@linaro.org>
4225 Yao Qi <yao.qi@linaro.org>
4226
4227 * gdb.reverse/aarch64.c: New.
4228 * gdb.reverse/aarch64.exp: New.
4229
a81bfbd0
OJ
42302015-05-26 Omair Javaid <omair.javaid@linaro.org>
4231
25d49b86
PA
4232 * lib/gdb.exp (supports_process_record): Return true for
4233 aarch64*-linux*.
a81bfbd0
OJ
4234 (supports_reverse): Likewise.
4235
158bf1b4
PP
42362015-05-22 Patrick Palka <patrick@parcs.ath.cx>
4237
4238 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4239 Use with_test_prefix.
4240
a0145030
AB
42412015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.base/completion.exp: Add test for completion of layout
4244 names.
4245
ebe3b578
AB
42462015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * lib/gdb.exp (skip_tui_tests): New proc.
4249 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4250
84204ed7
PA
42512015-05-19 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4254 Save the whole env array instead of just HOME. Unset HISTSIZE in
4255 the environment while testing. Restore whole environment
4256 afterwards.
4257
37442ce1
DE
42582015-05-16 Doug Evans <xdje42@gmail.com>
4259
4260 * gdb.guile/scm-ports.c: New file.
4261 * gdb.guile/scm-ports.exp: Add memory port tests.
4262
36de76f9
JK
42632015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 * gdb.compile/compile-print.c: New file.
4266 * gdb.compile/compile-print.exp: New file.
4267
3a9558c4
JK
42682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4269
4270 * gdb.compile/compile-ops.exp: Cast param to void.
4271 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4272 (compile code struct_object.selffield = &struct_object): Add xfail.
4273
aa715135
JG
42742015-05-15 Joel Brobecker <brobecker@adacore.com>
4275
4276 * gdb.ada/arr_enum_with_gap: New testcase.
4277
931e5bc3
JG
42782015-05-15 Joel Brobecker <brobecker@adacore.com>
4279
4280 * gdb.ada/byte_packed_arr: New testcase.
4281
9cd4d857
JB
42822015-05-15 Joel Brobecker <brobecker@adacore.com>
4283
4284 * gdb.ada/pckd_neg: New testcase.
4285
ebfd00d2
PP
42862015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4287
4288 PR gdb/17820
4289 * gdb.base/gdbinit-history.exp: New test.
4290 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4291 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4292
4c082a81
SC
42932015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4294
4295 * gdb.python/py-xmethods.cc: Enhance test case.
4296 * gdb.python/py-xmethods.exp: New tests.
4297 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4298 function.
4299 (B_indexoper): Likewise.
4300 (global_dm_list) : Add new xmethod worker functions.
4301
f7797074
SDJ
43022015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4303
4304 * gdb.base/coredump-filter.exp: Correctly unset
4305 "coredump_var_addr" array.
4306
a4674e4e
PA
43072015-05-08 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.server/non-existing-program.exp: Unset spawn_id.
4310
df2eb078
SC
43112015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4312
4313 PR python/18291
4314 * gdb.python/py-xmethods.exp: Add tests.
4315
422349a3
YQ
43162015-05-08 Yao Qi <yao.qi@linaro.org>
4317
4318 PR gdb/18208
4319 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4320 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4321 function set_coredump_filter, and remove remote_exec call.
4322 Remove argument ipid. Callers update.
4323 (top level): Don't get inferior's PID.
4324
63fc80ce
AA
43252015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4326
4327 * gdb.base/watch_thread_num.exp: Skip test on targets without
4328 access watchpoints.
4329
80ad801e
PA
43302015-05-06 Pedro Alves <palves@redhat.com>
4331
4332 PR server/18081
4333 * gdb.server/non-existing-program.exp: New file.
4334
0fa7fe50
JB
43352015-05-05 Joel Brobecker <brobecker@adacore.com>
4336
4337 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4338
3ea89b92
PMR
43392015-05-05 Joel Brobecker <brobecker@adacore.com>
4340
4341 * gdb.ada/out_of_line_in_inlined: New testcase.
4342
87b8eff0
JB
43432015-05-05 Joel Brobecker <brobecker@adacore.com>
4344
4345 * gdb.ada/var_rec_arr: New testcase.
4346
5fccc635
YQ
43472015-04-30 Yao Qi <yao.qi@linaro.org>
4348
4349 * gdb.base/break-idempotent.exp: If
4350 skip_hw_watchpoint_multi_tests returns true, skip the tests
4351 on "rwatch" and "awatch".
4352
42d38f42
YQ
43532015-04-30 Yao Qi <yao.qi@linaro.org>
4354
4355 * gdb.base/relativedebug.exp: Invoke gdb command
4356 "info sharedlibrary", and if libc.so doesn't have debug info,
4357 skip the test.
4358
2ce1cdbf
DE
43592015-04-29 Doug Evans <dje@google.com>
4360
4361 * gdb.python/py-xmethods.exp: Add ptype tests.
4362 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4363 get_result_type method.
4364
f24a38c5
LM
43652015-04-29 Luis Machado <lgustavo@codesourcery.com>
4366
4367 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4368 the target does not support hardware watchpoints.
4369
ecbf2b3c
LM
43702015-04-29 Luis Machado <lgustavo@codesourcery.com>
4371
4372 * gdb.base/break-always.exp: Abort testing if writing to memory
4373 causes an error.
4374
34f5f757
DE
43752015-04-28 Doug Evans <dje@google.com>
4376
4377 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4378 * gdb.python/py-pp-registration.exp: ... here. New file.
4379 * gdb.python/py-pp-registration.c: New file.
4380 * gdb.python/py-pp-registration.py: New file.
4381
69b4374a
DE
43822015-04-28 Doug Evans <dje@google.com>
4383
4384 * gdb.python/py-bad-printers.c: New file.
4385 * gdb.python/py-bad-printers.py: New file.
4386 * gdb.python/py-bad-printers.exp: New file.
4387
59fb7612
SS
43882015-04-28 Sasha Smundak <asmundak@google.com>
4389
4390 * gdb.python/py-type.exp: New test.
4391
2631b16a
AW
43922015-04-28 Andy Wingo <wingo@igalia.com>
4393
4394 * gdb.python/py-parameter.exp:
4395 * gdb.guile/scm-parameter.exp: Escape the path that we are
4396 matching against, as it might contain characters that are special
4397 to regular expressions.
4398
460efde1
JB
43992015-04-27 Joel Brobecker <brobecker@adacore.com>
4400
4401 * gdb.ada/rec_comp: New testcase.
4402
2d369d8e
SDJ
44032015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4404
4405 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4406 before using it.
4407
cf75d6c3
AB
44082015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4411 new tests for verilog output.
4412
8dbe7ca5
YQ
44132015-04-24 Yao Qi <yao.qi@linaro.org>
4414
4415 * boards/remote-gdbserver-on-localhost.exp: New file.
4416
4ef9fb2f
PA
44172015-04-23 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4420 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4421 "end of file", remove $inferior_spawn_id from the indirect list.
4422
0a803169
PA
44232015-04-23 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4426
749ef8f8
PA
44272015-04-23 Pedro Alves <palves@redhat.com>
4428
4429 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4430 on $any_spawn_id instead of only on $gdb_spawn_id.
4431
8aae4344
PM
44322015-04-21 Pierre Muller <muller@sourceware.org>
4433
4434 PR pascal/17815
4435 * lib/pascal.exp (gpc_compile): Add new option "class".
4436 (fpc_compile): Likewise.
4437 * gdb.pascal/case-insensitive-symbols.pas: New file.
4438 * gdb.pascal/case-insensitive-symbols.exp: New file.
4439
1586c8fb
GB
44402015-04-20 Gary Benson <gbenson@redhat.com>
4441
4442 * gdb.base/attach.exp: Fix three extended remote failures.
4443
1b6e6f5c
GB
44442015-04-17 Gary Benson <gbenson@redhat.com>
4445
4446 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4447 the main executable over the remote protocol.
4448
e797481d
PA
44492015-04-16 Pedro Alves <palves@redhat.com>
4450
4451 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4452 a new gdbserver if gdbserver_reconnect_p is set.
4453
1ca99c42
PA
44542015-04-16 Pedro Alves <palves@redhat.com>
4455
4456 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4457 is set, don't exit gdbserver.
4458
af9fd6f8
AA
44592015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4460
4461 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4462 appropriate .insn, such that an older assembler can be used.
4463 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4464 the z/Architecture instruction set on 31-bit targets as well.
4465
04ff1e61
AA
44662015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4467
4468 * gdb.go/handcall.exp: Remove all logic related to the first
4469 breakpoint and rely on go_runto_main instead.
4470 * gdb.go/strings.exp: Likewise.
4471 * gdb.go/unsafe.exp: Likewise.
4472 * gdb.go/hello.exp: Likewise. Also rename the remaining
4473 breakpoint marker to "breakpoint 1".
4474 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4475 * gdb.go/strings.go: Likewise.
4476 * gdb.go/unsafe.go: Likewise.
4477 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4478 "set breakpoint 2 here" and rename the remaining breakpoint marker
4479 to "breakpoint 1".
4480
40d2f8d6
SM
44812015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4482
4483 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4484 if itertools.imap is not present.
4485 * gdb.python/py-objfile.exp: Add parentheses.
4486 * gdb.python/py-type.exp: Same.
4487 * gdb.python/py-unwind-maint.py: Same.
4488
8cbc97c6
YQ
44892015-04-15 Yao Qi <yao.qi@linaro.org>
4490
4491 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4492 of ":$ptr_size" and set its form explicitly.
4493
45fd756c
YQ
44942015-04-15 Pedro Alves <palves@redhat.com>
4495 Yao Qi <yao.qi@linaro.org>
4496
4497 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4498 timeout by factor of 4.
4499 (test_regular_watch): Likewise.
4500 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4501 * gdb.reverse/sigall-reverse.exp: Likewise.
4502 * gdb.reverse/until-precsave.exp: Likewise.
4503 * lib/gdb.exp (with_timeout_factor): New proc.
4504 (gdb_expect): Move some code to ...
4505 (get_largest_timeout): ... here. New procedure.
4506
9e811bc3
LM
45072015-04-14 Luis Machado <lgustavo@codesourcery.com>
4508
4509 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4510
0ff6fcb2
LM
45112015-04-13 Luis Machado <lgustavo@codesourcery.com>
4512
4513 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4514 to write to the .text section.
4515
7578d5f7
LM
45162015-04-13 Luis Machado <lgustavo@codesourcery.com>
4517
4518 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4519 Handle the case of targets that do not provide PID information.
4520
2efe15c4
YQ
45212015-04-13 Yao Qi <yao.qi@linaro.org>
4522
4523 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4524 and use expect instead of gdb_expect.
4525
8cd8f2f8
SDJ
45262015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4527
4528 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4529 "coredump_var_addr" to avoid naming conflict with other testcases.
4530
9ee41772
PA
45312015-04-10 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4534 gdb_test_sequence and gdb_assert.
4535
07473109
PA
45362015-04-10 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4539 test messages that don't include the breakpoint address.
4540
de3db44c
YQ
45412015-04-10 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4544 false for some offset and width combinations which aren't
4545 supported by linux kernel.
4546
c79d856c
PA
45472015-04-10 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4550 procedure, factored out from ...
4551 (top level): ... here. Add "set displaced-stepping" testing axis.
4552 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4553 parameter "displaced". Use it.
4554 (top level): Use foreach and add "set displaced-stepping" testing
4555 axis.
4556
ebc90b50
PA
45572015-04-10 Pedro Alves <palves@redhat.com>
4558
4559 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4560 Remove comment.
4561 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4562 both the address of the instruction that triggers the watchpoint
4563 and the address of the instruction immediately after, and use
4564 those addresses for the test. Fix comment.
4565
8f572e5c
PA
45662015-04-10 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/sigstep.exp (breakpoint_to_handler)
4569 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4570 Test "backtrace" in handler.
4571 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4572 (top level): Add new "displaced" test axis to
4573 breakpoint_to_handler, breakpoint_to_handler_entry and
4574 breakpoint_over_handler.
4575
8d707a12
PA
45762015-04-10 Pedro Alves <palves@redhat.com>
4577
4578 PR gdb/18216
4579 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4580
ef713951
YQ
45812015-04-10 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4584 (test_add_rn_pc): New function.
4585 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4586 (top level): Invoke test_add_rn_pc.
4587
906d60cf
PA
45882015-04-10 Pedro Alves <palves@redhat.com>
4589
4590 PR gdb/13858
4591 * gdb.base/step-over-no-symbols.exp: New file.
4592
f2983cc3
AW
45932015-04-09 Andy Wingo <wingo@igalia.com>
4594
4595 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4596 after the Python tests.
4597
6d62641c
SDJ
45982015-04-08 Keith Seitz <keiths@redhat.com>
4599
4600 PR python/16699
4601 * gdb.python/py-completion.exp: New tests for completion.
4602 * gdb.python/py-completion.py (CompleteLimit1): New class.
4603 (CompleteLimit2): Likewise.
4604 (CompleteLimit3): Likewise.
4605 (CompleteLimit4): Likewise.
4606 (CompleteLimit5): Likewise.
4607 (CompleteLimit6): Likewise.
4608 (CompleteLimit7): Likewise.
4609
f3770638
PA
46102015-04-08 Pedro Alves <palves@redhat.com>
4611
4612 PR gdb/18214
4613 PR gdb/18216
4614 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4615 function.
4616 (main): Install it as SIGUSR1 handler.
4617 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4618 parameter. Always use "setup" as prefix. Toggle "set
4619 displaced-stepping" off/on depending on global. Don't switch to
4620 thread 1 here.
4621 (top level): Add displaced stepping "off/on" test axis. Update
4622 "setup" calls. Wrap each subtest with with_test_prefix. Test
4623 continuing with a queued signal in each thread.
4624
4496bed7
PA
46252015-04-08 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4628 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4629 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4630 Return early if running to main fails.
4631 * gdb.trace/while-stepping.exp: Likewise.
4632
b97fde92
PA
46332015-04-07 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4636 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4637 interact with inferior program.
4638
f71c18e7
PA
46392015-04-07 Pedro Alves <palves@redhat.com>
4640
4641 * lib/gdb.exp (inferior_spawn_id): New global.
4642 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4643 spawn id after processing the user code.
4644 (default_gdb_start): Set inferior_spawn_id.
4645 (send_inferior): New procedure.
4646 * lib/gdbserver-support.exp (gdbserver_start): Set
4647 inferior_spawn_id.
4648 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4649
6423214f
PA
46502015-04-07 Pedro Alves <palves@redhat.com>
4651
4652 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4653 * lib/gdbserver-support.exp (gdbserver_start): Make
4654 $server_spawn_id global.
4655 (gdbserver_start): Don't wait for gdbserver's spawn id with
4656 expect_background.
4657 (close_gdbserver): New procedure.
4658 (gdb_exit): Rename the default version and reimplement.
4659
71c0ee8c
PA
46602015-04-07 Pedro Alves <palves@redhat.com>
4661
72f4393d 4662 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4663 append the substituted item, not the original item.
4664
203bc29b
PA
46652015-04-07 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4668 gdb_expect.
4669
508a3ddf
PA
46702015-04-07 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4673 output appearing once only.
4674
9f6dbe2b
PA
46752015-04-07 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4678 that doesn't expect anything. Return early if running to main
4679 fails.
4680
337532fa
YQ
46812015-04-07 Yao Qi <yao.qi@linaro.org>
4682
4683 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4684 (child_function): Call alarm.
4685 (main): Move call to alarm into the loop.
4686 * gdb.threads/non-stop-fair-events.exp: Build program with
4687 -DTIMEOUT=$timeout.
4688
01b622d4
DE
46892015-04-06 Doug Evans <xdje42@gmail.com>
4690
4691 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4692 Fix dest parameter to board_info.
4693 (fpc_compile): Ditto.
4694 (gdb_compile_pascal): Rename dest arg to destfile.
4695
961f4160
PMR
46962015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4697
4698 * gdb.ada/funcall_ref.exp: New file.
4699 * gdb.ada/funcall_ref/foo.adb: New file.
4700
cafda597
YQ
47012015-04-02 Yao Qi <yao.qi@linaro.org>
4702
4703 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4704 is remote.
4705
fed040c6
GB
47062015-04-02 Gary Benson <gbenson@redhat.com>
4707
4708 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4709
d11916aa
SS
47102015-04-01 Sasha Smundak <asmundak@google.com>
4711
4712 * gdb.python/py-unwind-maint.c: New file.
4713 * gdb.python/py-unwind-maint.exp: New test.
4714 * gdb.python/py-unwind-maint.py: New file.
4715 * gdb.python/py-unwind.c: New file.
4716 * gdb.python/py-unwind.exp: New test.
4717 * gdb.python/py-unwind.py: New test.
4718
a1471180
PA
47192015-04-01 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4722 to fail instead of non-existent $test.
4723
0bbeccb1
PA
47242015-04-01 Pedro Alves <palves@redhat.com>
4725
4726 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4727 GDBFLAGS if not empty.
4728
3c724c8c
PMR
47292015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4730
4731 * gdb.ada/complete.exp: Remove "multi_line".
4732 * gdb.ada/info_exc.exp: Remove "multi_line".
4733 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4734 * gdb.ada/ptype_field.exp: Remove "multi_line".
4735 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4736 * gdb.ada/tagged.exp: Remove "multi_line".
4737 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4738 [multi_line ...]
4739 * gdb.btrace/delta.exp: Likewise.
4740 * gdb.btrace/exception.exp: Likewise.
4741 * gdb.btrace/function_call_history.exp: Likewise.
4742 * gdb.btrace/instruction_history.exp: Likewise.
4743 * gdb.btrace/nohist.exp: Likewise.
4744 * gdb.btrace/record_goto.exp: Likewise.
4745 * gdb.btrace/segv.exp: Likewise.
4746 * gdb.btrace/stepi.exp: Likewise.
4747 * gdb.btrace/tailcall.exp: Likewise.
4748 * gdb.btrace/unknown_functions.exp: Likewise.
4749 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4750 * lib/gdb.exp: Add the "multi_line" helper.
4751
4eec2deb
PA
47522015-04-01 Pedro Alves <palves@redhat.com>
4753
4754 * gdb.threads/tid-reuse.c: New file.
4755 * gdb.threads/tid-reuse.exp: New file.
4756
df8411da
SDJ
47572015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4758
4759 PR corefiles/16092
4760 * gdb.base/coredump-filter.c: New file.
4761 * gdb.base/coredump-filter.exp: Likewise.
4762
6ef37366
PM
47632015-03-27 Petr Machata <pmachata@redhat.com>
4764
4765 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4766 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4767 (Dwarf::assemble): Initialize them.
4768 (Dwarf::lines): New function.
4769
7ec911b0
JT
47702015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4771
4772 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4773 SYMBOL_PREFIX for x86_64-*-cygwin.
4774
ff908ebf
AW
47752015-03-26 Andy Wingo <wingo@igalia.com>
4776
4777 PR symtab/18148
4778 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4779 const_value but not a location.
4780 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4781 location defined in non-main CUs are visible.
4782
6d5f0679
YQ
47832015-03-26 Yao Qi <yao.qi@linaro.org>
4784
4785 PR testsuite/18139
4786 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4787 Add a line number entry for the same line.
4788 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4789 Add a line number entry for the same line.
4790
2898689b
YQ
47912015-03-26 Yao Qi <yao.qi@linaro.org>
4792
4793 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4794 .int 0.
4795 (func): Likewise. Add .Lfunc_1 label.
4796 Use .Lfunc_1 label.
4797 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4798 .int 0.
4799 (func): Likewise.
4800 Use .Lfunc_1 label.
4801
85180498
YQ
48022015-03-26 Yao Qi <yao.qi@linaro.org>
4803
4804 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4805 Call gdb_compile instead to compile each .s files without debug
4806 information.
4807
8aa08a8d
YQ
48082015-03-26 Yao Qi <yao.qi@linaro.org>
4809
4810 * gdb.base/savedregs.exp (process_saved_regs): Make
4811 "Saved registers:" optional in the pattern.
4812
66849923
MM
48132015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4814
4815 * gdb.btrace/next.exp: Merged into step.exp.
4816 * gdb.btrace/finish.exp: Merged into step.exp.
4817 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4818 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4819 "record goto" and checking the exact replay position.
4820 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4821 check for "Recording format" in "info record" output.
4822 * gdb.btrace/record_goto.exp: Choose test file based on target.
4823 * gdb.btrace/x86-record_goto.S: Renamed into ...
4824 * gdb.btrace/x86_64-record_goto.S: ... this.
4825 * gdb.btrace/i686-record_goto.S: New.
4826 * gdb.btrace/x86-tailcall.S: Renamed into ...
4827 * gdb.btrace/x86_64-tailcall.S: ... this.
4828 * gdb.btrace/i686-tailcall.S: New.
4829 * gdb.btrace/x86-tailcall.c: Renamed into ...
4830 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4831 separate statements. Update test.
4832 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4833 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4834 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4835 * gdb.btrace/tailcall.exp: Choose test file based on target.
4836 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4837
11cc1b74
MM
48382015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4839
4840 * gdb.btrace/exception.exp: Increase BTS buffer size.
4841
a25d8bf9
PA
48422015-03-24 Pedro Alves <palves@redhat.com>
4843
4844 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4845
856e7dd6
PA
48462015-03-24 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.threads/schedlock.exp (test_step): No longer expect that
4849 "set scheduler-locking step" with "next" over a function call runs
4850 threads unlocked.
4851
ad235a41
AT
48522015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4853
4854 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4855
15630549
AT
48562015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4857
4858 PR breakpoints/16466
4859 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4860 * gdb.mi/mi-pending.c (thread_func): New function.
4861 (int main): Add threading support required.
4862 * gdb.mi/mi-pending.exp: Add tests for this issue.
4863 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4864 (pendfunc2): Remove stdio dependency.
4865 * gdb.mi/mi-pendshr2.c: New file.
4866
693dca06
KS
48672015-03-23 Keith Seitz <keiths@redhat.com>
4868
4869 * gdb.linespec/keywords.c: New file.
4870 * gdb.linespec/keywords.exp: New file.
4871
7e993ebf
KS
48722015-03-23 Keith Seitz <keiths@redhat.com>
4873
4874 PR gdb/18021
4875 * gdb.dwarf2/staticvirtual.exp: New test.
4876
bc23328c
JK
48772015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4878
4879 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4880 * README: Remove HP-UX and gdb.hp.
4881 (configuration):
4882 * configure: Regenerate.
4883 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4884 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4885 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4886 gdb.hp/gdb.defects/Makefile.
4887 * gdb.hp/Makefile.in: File deleted.
4888 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4889 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4890 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4891 * gdb.hp/gdb.aCC/run.c: File deleted.
4892 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4893 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4894 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4895 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4896 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4897 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4898 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4899 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4900 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4901 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4902 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4903 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4904 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4905 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4906 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4907 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4908 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4909 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4910 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4911 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4912 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4913 * gdb.hp/gdb.compat/average.c: File deleted.
4914 * gdb.hp/gdb.compat/sum.c: File deleted.
4915 * gdb.hp/gdb.compat/xdb.c: File deleted.
4916 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4917 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4918 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4919 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4920 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4921 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4922 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4923 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4924 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4925 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4926 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4927 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4928 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4929 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4930 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4931 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4932 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4933 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4934 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4935 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4936 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4937 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4938 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4939 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4940 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4941 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4942 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4943 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4944 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4945 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4946 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4947 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4948 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4949 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4950 * gdb.hp/tools/odump: File deleted.
4951
8bf3b159
PA
49522015-03-19 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4955 (saw_thread_3): New globals.
4956 (top level): Increment them when an event for the corresponding
4957 thread is seen.
4958 (no thread starvation): New test.
4959
eb54c8bf
PA
49602015-03-19 Pedro Alves <palves@redhat.com>
4961
4962 * gdb.threads/continue-pending-status.c: New file.
4963 * gdb.threads/continue-pending-status.exp: New file.
4964
32d2e5d6
PA
49652015-03-18 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4968 Use gdb_is_target_remote instead of is_remote. Use
4969 gdb_test_multiple instead of gdb_expect. Exit early if
4970 gdb_test_multiple hits its internal matches. Tighten stepi tests
4971 expected output. Fail on exit with any signal, instead of just
4972 SIGILL.
4973
f68f11b7
YQ
49742015-03-18 Yao Qi <yao.qi@linaro.org>
4975
4976 PR tdep/18107
4977 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4978 variable.
4979 * gdb.base/catch-syscall.exp: Don't skip it on
4980 aarch64*-*-linux* target. Remove elements in all_syscalls.
4981 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4982 target.
4983 (setup_all_syscalls): New proc.
4984
ca5fd19b
YQ
49852015-03-16 Yao Qi <yao.qi@linaro.org>
4986
4987 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4988 (top level): Skip tests if valid_addr_p returns false for
4989 $cmd1 or $cmd2.
4990
85642ba0
AW
49912015-03-11 Andy Wingo <wingo@igalia.com>
4992
4993 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4994
e03f9645
YQ
49952015-03-11 Yao Qi <yao.qi@linaro.org>
4996
4997 * gdb.base/catch-syscall.exp: Fix typo in comments.
4998
5d0962b2
YQ
49992015-03-11 Yao Qi <yao.qi@linaro.org>
5000
5001 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
5002
b2df3cef
PA
50032015-03-09 Pedro Alves <palves@redhat.com>
5004
5005 * dg-extract-results.py: Delete.
5006
ef878e53
PA
50072015-03-09 Pedro Alves <palves@redhat.com>
5008
5009 Merge dg-extract-results.sh from GCC upstream (r218843).
5010
5011 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
5012 * dg-extract-results.sh: Use --text with grep to avoid issues with
5013 binary files. Fall back to cat -v, if that doesn't work.
5014
9494d219
PA
50152015-03-05 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
5018
a8d9763a
SM
50192015-03-04 Simon Marchi <simon.marchi@ericsson.com>
5020
5021 * lib/mi-support.exp (mi_expect_interrupt): Accept
5022 alternative event for when in all-stop mode.
5023
be9957b8
PA
50242015-03-04 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
5027
d57be0f4 50282015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
5029
5030 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
5031
c214c7cf
AA
50322015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5033
5034 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
5035 regexps for GDB's current line display, accept a hex address
5036 preceding the line number.
5037
6d74a497
AA
50382015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5039
5040 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
5041 the 'arch1' variable for "s390*-linux*" targets.
5042
511aee7c
PA
50432015-03-04 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
5046 (main): Pass missing retval argument to pthread_join call.
5047
95e50b27
PA
50482015-03-02 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
5051 (top level): Call do_test with non-stop as well.
5052
28054d69
PA
50532015-03-02 Pedro Alves <palves@redhat.com>
5054
5055 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
5056 -1.
5057
4fa5d7b4
AA
50582015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5059
5060 * gdb.arch/s390-vregs.exp: New test.
5061 * gdb.arch/s390-vregs.S: New file.
5062
97c18565
PA
50632015-02-27 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
5066 call to catch_command_errors.
5067 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
5068 catch_command_errors.
5069
a37bfa30
PA
50702015-02-27 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
5073 "true" for boolean result.
5074 * gdb.gdb/selftest.exp (test_with_self): Also accept full
5075 prototype of main.
5076
6f98576f
PA
50772015-02-27 Pedro Alves <palves@redhat.com>
5078
5079 * lib/unbuffer_output.c: New file.
5080 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
5081 (main): Call gdb_unbuffer_output.
5082
eba5ab56
YQ
50832015-02-27 Yao Qi <yao.qi@linaro.org>
5084
5085 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
5086 target.
5087
0def5aaa
DE
50882015-02-26 Doug Evans <dje@google.com>
5089
5090 * gdb.cp/class2.cc (Dbase, D): New classes.
5091 (main): New local delta.
5092 * gdb.cp/class2.exp: Test printing delta.
5093 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
5094 (dynbar): New global.
5095 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
5096
081a1c2c
JK
50972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5098
5099 * gdb.compile/compile-ifunc.c: New file.
5100 * gdb.compile/compile-ifunc.exp: New file.
5101
2f41223f
AT
51022015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
5103
5104 * gdb.base/structs.exp: Check for correct struct on finish.
5105
03eddd80
YQ
51062015-02-26 Yao Qi <yao.qi@linaro.org>
5107
5108 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
5109 is zero.
5110
80c57053
JK
51112015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5112
5113 * gdb.arch/cordic.ko.bz2: New file.
5114 * gdb.arch/cordic.ko.debug.bz2: New file.
5115 * gdb.arch/ppc64-symtab-cordic.exp: New file.
5116
21613c12
YQ
51172015-02-25 Yao Qi <yao.qi@linaro.org>
5118
5119 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
5120 aarch64*-*-* target.
5121
d8b901ed
PA
51222015-02-23 Pedro Alves <palves@redhat.com>
5123
5124 * lib/gdb.exp (delete_breakpoints): Rewrite using
5125 gdb_test_multiple.
5126
e5b85ead
PA
51272015-02-23 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/info-os.c: Include stdlib.h.
5130
85c3a371
DE
51312015-02-22 Doug Evans <xdje42@gmail.com>
5132
5133 PR symtab/17855
5134 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
5135 is read after symbols have been re-read.
5136 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
5137 * gdb.ada/exec_changed/second.adb (Second): Ditto.
5138
96553a0c
DE
51392015-02-21 Doug Evans <dje@google.com>
5140
5141 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
5142
97a0c697
JK
51432015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 PR corefiles/17808
5146 * gdb.arch/i386-biarch-core.core.bz2: New file.
5147 * gdb.arch/i386-biarch-core.exp: New file.
5148
a47cd6e9
PA
51492015-02-21 Pedro Alves <palves@redhat.com>
5150
5151 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
5152 runto_main fails.
5153
c5facdc4
PA
51542015-02-20 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
5157 info probes.
5158
2db9a427
PA
51592015-02-20 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.threads/multi-create-ns-info-thr.exp: New file.
5162
60fb7e9e
PA
51632015-02-20 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
5166 clean_restart before gdb_target_supports_trace.
5167
5c5019c2
PA
51682015-02-20 Pedro Alves <palves@redhat.com>
5169
5170 PR threads/18006
5171 * gdb.threads/clone-thread_db.c: New file.
5172 * gdb.threads/clone-thread_db.exp: New file.
5173
c9587f88
AT
51742015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5175
5176 PR breakpoints/16812
5177 * gdb.base/catch-gdb-caused-signals.c: New file.
5178 * gdb.base/catch-gdb-caused-signals.exp: New file.
5179
f6a88844
JM
51802015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5181
5182 * configure: Regenerated.
5183 * configure.ac: Use GDB_AC_TRANSFORM.
5184 * aclocal.m4: sinclude ../transform.m4.
5185
497c491b
JM
51862015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5187
5188 * lib/dtrace.exp: New file.
5189 * gdb.base/dtrace-probe.exp: Likewise.
5190 * gdb.base/dtrace-probe.d: Likewise.
5191 * gdb.base/dtrace-probe.c: Likewise.
5192 * lib/pdtrace.in: Likewise.
5193 * configure.ac: Output variables with the transformed names of
5194 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
5195 * configure: Regenerated.
5196
03e98035
JM
51972015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5198
5199 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
5200 expected message when trying to access $_probe_* convenience
5201 variables while not on a probe.
5202
63cc30e9
JK
52032015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
5206
0703599a
PA
52072015-02-11 Pedro Alves <pedro@codesourcery.com>
5208
5209 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
5210 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
5211
7e60a48e
DE
52122015-02-10 Doug Evans <xdje42@gmail.com>
5213
5214 * lib/gdb.exp (gdb_load): Always return a result.
5215
01b088bc
PA
52162015-02-10 Pedro Alves <palves@redhat.com>
5217
5218 * gdb.threads/signal-sigtrap.c: New file.
5219 * gdb.threads/signal-sigtrap.exp: New file.
5220
b05ec7a5
AT
52212015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5222
5223 * gdb.trace/no-attach-trace.c: New file.
5224 * gdb.trace/no-attach-trace.exp: New file.
5225
a2c2acaf
MW
52262015-02-09 Mark Wielaard <mjw@redhat.com>
5227
5228 * gdb.dwarf2/atomic.c: New file.
5229 * gdb.dwarf2/atomic-type.exp: Likewise.
5230
31fd9caa
MM
52312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5232
5233 * gdb.btrace/buffer-size.exp: Update "info record" output.
5234 * gdb.btrace/delta.exp: Update "info record" output.
5235 * gdb.btrace/enable.exp: Update "info record" output.
5236 * gdb.btrace/finish.exp: Update "info record" output.
5237 * gdb.btrace/instruction_history.exp: Update "info record" output.
5238 * gdb.btrace/next.exp: Update "info record" output.
5239 * gdb.btrace/nexti.exp: Update "info record" output.
5240 * gdb.btrace/step.exp: Update "info record" output.
5241 * gdb.btrace/stepi.exp: Update "info record" output.
5242 * gdb.btrace/nohist.exp: Update "info record" output.
5243
d33501a5
MM
52442015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5245
5246 * gdb.btrace/buffer-size: New.
5247
f4abbc16
MM
52482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5249
5250 * gdb.btrace/delta.exp: Update "info record" output.
5251 * gdb.btrace/enable.exp: Update "info record" output.
5252 * gdb.btrace/finish.exp: Update "info record" output.
5253 * gdb.btrace/instruction_history.exp: Update "info record" output.
5254 * gdb.btrace/next.exp: Update "info record" output.
5255 * gdb.btrace/nexti.exp: Update "info record" output.
5256 * gdb.btrace/step.exp: Update "info record" output.
5257 * gdb.btrace/stepi.exp: Update "info record" output.
5258 * gdb.btrace/nohist.exp: Update "info record" output.
5259
b9d61307
SM
52602015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5261
5262 PR gdb/15678
5263 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5264
e584fdbc
PA
52652015-02-06 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5268 macro.
5269 (seconds_left, again): New globals.
5270 (main): Wait seconds_left in a 1-second sleep loop instead of
5271 sleeping 180 seconds. If 'again' is set, reset the seconds
5272 counter.
5273 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5274 'again' in the inferior before detaching. Print the seconds left.
5275 (options): New global.
5276 (top level): Build program with -DTIMEOUT=$timeout.
5277
77f41761
PA
52782015-02-06 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5281 determine how many seconds to pass to 'alarm'.
5282 * gdb.base/gdb-sigterm.exp (top level): Build program with
5283 -DTIMEOUT=$timeout.
5284 (do_test): Return success/failure indication. Add more verbose
5285 logging. Don't fail if 200 single steps are seen. Instead, fail
5286 when the test times out.
5287 (passes): New global.
5288 (top level): Break the testing loop if testing fails on any
5289 iteration. Use gdb_assert.
5290
b9394193
DB
52912015-02-04 Don Breazeal <donb@codesourcery.com>
5292
5293 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5294 and initialize them.
5295 (ipc_cleanup): New function.
5296 (main): Don't declare shmid, semid, and msqid. Add a call to
5297 atexit so that we call ipc_cleanup on exit.
5298
42d9e528
PA
52992015-02-04 Pedro Alves <palves@redhat.com>
5300
5301 * boards/native-extended-gdbserver.exp: Remove any target variant
5302 specifications from the board name before clearing the isremote
5303 flag from board_info.
5304
ae6ae975
DE
53052015-01-31 Doug Evans <xdje42@gmail.com>
5306
5307 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5308
cfb069a8
GB
53092015-01-31 Gary Benson <gbenson@redhat.com>
5310
5311 * gdb.base/completion.exp: Disable completion limiting for
5312 existing tests. Add new tests to check completion limiting.
5313 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5314
5dd31d79
DE
53152015-01-31 Doug Evans <xdje42@gmail.com>
5316
5317 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5318
9f050062
DE
53192015-01-31 Doug Evans <xdje42@gmail.com>
5320
5321 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5322 entries. Duplicate file section script entries.
5323 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5324 inlined entries. Add test for safe-path rejection.
5325 * gdb.python/py-section-script.c: Add duplicate inlined section script
5326 entries. Duplicate file section script entries.
5327 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5328 inlined entries. Add test for safe-path rejection.
5329
df25ebbd
JB
53302015-01-29 Joel Brobecker <brobecker@adacore.com>
5331
5332 * gdb.ada/disc_arr_bound: New testcase.
5333
4a0ca9ec
JB
53342015-01-29 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.ada/mi_var_array: New testcase.
5337
3a8b707a
DE
53382015-01-27 Doug Evans <dje@google.com>
5339
5340 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5341 Add test for objfile.filename, objfile.username after objfile
5342 has been unloaded.
5343
f8313f6e
JB
53442015-01-26 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5347 the second test to print the name attribute of value
5348 returned by the call to gdb.lookup_type, and adjust
5349 the expected output accordingly.
5350
37bc665e
MW
53512015-01-25 Mark Wielaard <mjw@redhat.com>
5352
5353 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5354 * gdb.base/disp-step-fork.c: Include unistd.h.
5355 * gdb.base/siginfo-obj.c: Include stdio.h.
5356 * gdb.base/siginfo-thread.c: Likewise.
5357 * gdb.mi/non-stop.c: Include unistd.h.
5358 * gdb.mi/nsthrexec.c: Include stdio.h.
5359 * gdb.mi/pthreads.c: Include unistd.h.
5360 * gdb.modula2/unbounded1.c (main): Declare returns int.
5361 * gdb.reverse/consecutive-reverse.c: Likewise.
5362 * gdb.threads/create-fail.c: Include unistd.h.
5363 * gdb.threads/killed.c: Likewise.
5364 * gdb.threads/linux-dp.c: Likewise.
5365 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5366 * gdb.threads/non-ldr-exc-2.c: Likewise.
5367 * gdb.threads/non-ldr-exc-3.c: Likewise.
5368 * gdb.threads/non-ldr-exc-4.c: Likewise.
5369 * gdb.threads/pthreads.c: Include unistd.h.
5370 (main): Declare returns int.
5371 * gdb.threads/tls-main.c (foo): New declaration.
5372 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5373
f7e5394d
SM
53742015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5375
5376 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5377 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5378
743649fd
MW
53792015-01-15 Mark Wielaard <mjw@redhat.com>
5380
5381 * gdb.base/noreturn-return.c: New file.
5382 * gdb.base/noreturn-return.exp: New file.
5383 * gdb.base/noreturn-finish.c: New file.
5384 * gdb.base/noreturn-finish.exp: New file.
5385
198297aa
PA
53862015-01-23 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.threads/continue-pending-after-query.c: New file.
5389 * gdb.threads/continue-pending-after-query.exp: New file.
5390
717cf30c
AG
53912015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5392 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5395 * gdb.base/valgrind-db-attach.exp: Same.
5396 * gdb.base/valgrind-infcall.exp: Same.
5397 * lib/mi-support.exp (default_mi_gdb_start): Same.
5398 * lib/prompt.exp (default_prompt_gdb_start): Same.
5399 * lib/gdb.exp (default_gdb_spawn): Same.
5400 (gdb_interact): New.
5401
5402
4b62a76e
JK
54032015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * gdb.compile/compile.exp (pointer to jit function): New test.
5406
b4cdae6f
WW
54072015-01-17 Wei-cheng Wang <cole945@gmail.com>
5408
5409 * lib/gdb.exp (supports_process_record): Return true for
5410 powerpc*-*-linux*.
5411 (supports_reverse): Likewise.
5412
d221e7ef
DB
54132015-01-15 Don Breazeal <donb@codesourcery.com>
5414
5415 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5416 instead of checking whether the target board is remote and
5417 use spawn_wait_for_attach instead of exec/sleep.
5418 * gdb.base/attach-twice.exp: Likewise.
5419
bafffb51
JB
54202015-01-15 Joel Brobecker <brobecker@adacore.com>
5421
5422 * gdb.ada/var_arr_attrs: New testcase.
5423
5589af0e
PA
54242015-01-14 Pedro Alves <palves@redhat.com>
5425 Joel Brobecker <brobecker@adacore.com>
5426
5427 PR gdb/17525
5428 * gdb.base/bp-cmds-execution-x-script.c: New file.
5429 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5430 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5431
6c400b59
PA
54322015-01-14 Pedro Alves <palves@redhat.com>
5433
5434 PR cli/17828
5435 * gdb.base/batch-preserve-term-settings.c: New file.
5436 * gdb.base/batch-preserve-term-settings.exp: New file.
5437
e02c96a7
DE
54382015-01-13 Doug Evans <dje@google.com>
5439
5440 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5441 binary.
5442
576fd14c
JB
54432015-01-13 Joel Brobecker <brobecker@adacore.com>
5444
5445 * Makefile.in (clean mostlyclean): Do not delete *.py.
5446
04dccad0
JB
54472015-01-13 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.python/py-lookup-type.exp: New file.
5450
3d230f71
PA
54512015-01-12 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5454 restore GDBFLAGS before returning.
5455
7e67715d
JK
54562015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5457
5458 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5459 is_amd64_regs_target and is_x86_like_target.
5460
f2e0d4b4
DE
54612015-01-11 Doug Evans <xdje42@gmail.com>
5462
5463 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5464 is given without an explicit form.
5465 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5466 attributes.
5467 * gdb.dwarf/corrupt.exp: Ditto.
5468 * gdb.dwarf2/enum-type.exp: Ditto.
5469 * gdb.trace/entry-values.exp: Ditto.
5470 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5471
439250fb
DE
54722015-01-11 Doug Evans <xdje42@gmail.com>
5473
5474 PR gdb/15830
5475 * gdb.base/maint.exp: Remove references to "maint demangle".
5476 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5477 Add tests for explicitly specifying language to demangle.
5478 * gdb.dlang/demangle.exp: Ditto.
5479
ede9f622
PA
54802015-01-09 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.threads/non-stop-fair-events.c: New file.
5483 * gdb.threads/non-stop-fair-events.exp: New file.
5484
a7b796db
PA
54852015-01-09 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5488 the global scope. Set a breakpoint after all threads are started
5489 rather than stepping over two source lines. Expect the prompt.
5490 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5491 global.
5492 (NUM): Now 15.
5493 (main): Use threads_started_barrier to wait for all threads to
5494 start. Main thread no longer calls thread_function. Exit after
5495 180 seconds.
5496 (loop): New function.
5497 (thread_function): Wait on threads_started_barrier barrier. Call
5498 'loop' at each iteration.
5499 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5500 threads have started, instead of hardcoding number of "next"
5501 steps. Use an access watchpoint instead of a write watchpoint.
5502
9665ffdd
PA
55032015-01-09 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5506 (thread_func): Wait on barrier.
5507 (main): Wait for all threads to start before stopping GDB.
5508 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5509 global.
5510 (thread1_func, thread2_func): Wait on barrier.
5511 (main): Wait for all threads to start before stopping GDB.
5512 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5513 New global.
5514 (thread1_func, thread2_func): Wait on barrier.
5515 (main): Wait for all threads to start before stopping GDB.
5516
c945a99f
PA
55172015-01-09 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.threads/attach-many-short-lived-threads.c: New file.
5520 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5521
c1a747c1
PA
55222014-01-09 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5525 instead of to thread 2.
5526 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5527 Add barrier around each pthread_create call instead of around all
5528 calls.
5529 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5530 Set a break on thread_function and have the child threads hit it
5531 one at at a time.
5532
60b3033e
PA
55332015-01-09 Pedro Alves <palves@redhat.com>
5534
5535 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5536 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5537 false.
5538 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5539 checking whether the target board is remote.
5540 * gdb.multi/multi-attach.exp: Likewise.
5541 * gdb.python/py-sync-interp.exp: Likewise.
5542 * gdb.server/ext-attach.exp: Likewise.
5543 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5544 tests that need to attach, instead of checking whether the target
5545 board is remote at the top of the file.
5546
acc018ac
YQ
55472015-01-08 Yao Qi <yao@codesourcery.com>
5548
5549 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5550
50a18af8
JK
55512015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5552
5553 Fix testcase compilation.
5554 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5555
8503d6e1
JB
55562015-01-06 Joel Brobecker <brobecker@adacore.com>
5557
5558 * gdb.python/py-type.exp: Add a couple test about empty
5559 array creation, and negative-length array creation.
5560
cc73dbcc
DE
55612015-01-02 Doug Evans <xdje42@gmail.com>
5562
5563 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5564
0300bbc7
DE
55652015-01-02 Doug Evans <dje@google.com>
5566
5567 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5568
9d85a0ec
YQ
55692014-12-29 Yao Qi <yao@codesourcery.com>
5570
5571 * gdb.trace/entry-values.exp: Update comments. Rename variable
5572 bar_call_foo to returned_from_foo.
5573
87186c6a
MMN
55742014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5575
5576 PR gdb/17394
5577 * gdb.linespec/break-asm-file.c: New file.
5578 * gdb.linespec/break-asm-file.exp: New file.
5579 * gdb.linespec/break-asm-file0.s: New file.
5580 * gdb.linespec/break-asm-file1.s: New file.
5581
1bab7383
YQ
55822014-12-18 Nigel Stephens <nigel@mips.com>
5583 Maciej W. Rozycki <macro@codesourcery.com>
5584
5585 * gdb.base/float.exp: Handle the new output from "info float" on
5586 MIPS targets.
5587
1bc1068a
JK
55882014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5589
5590 Fix MinGW compilation.
5591 * gdb.compile/compile-ops.exp: Update untested message if
5592 !skip_compile_feature_tests.
5593 * gdb.compile/compile-setjmp.exp: Likewise.
5594 * gdb.compile/compile-tls.exp: Likewise.
5595 * gdb.compile/compile.exp: Likewise.
5596 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5597 supported on this host".
5598
b6615d10
DE
55992014-12-16 Doug Evans <xdje42@gmail.com>
5600
5601 * boards/stabs.exp: New file.
5602
25dda427
AA
56032014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5604
5605 * gdb.base/completion.exp: Adjust to format changes of "maint
5606 print user-registers".
5607
bf330350
CU
56082014-12-16 Catalin Udma <catalin.udma@freescale.com>
5609
5610 PR server/17457
5611 * gdb.arch/aarch64-fp.c: New file.
5612 * gdb.arch/aarch64-fp.exp: New file.
5613
395cf596
SDJ
56142014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5615
5616 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5617 r210637, r210913, r211666, r215400, r215817).
5618
5619 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5620 * dg-extract-results.py: New file.
5621 * dg-extract-results.sh: Use it if the environment seems
5622 suitable.
5623
5624 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5625
5626 * dg-extract-results.py (parse_run): Handle warnings that
5627 are printed before a test harness is run.
5628
5629 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5630
5631 * dg-extract-results.py (Named): Remove __cmp__ method.
5632 (output_variation): Use a key to sort variation.harnesses.
5633
5634 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5635
5636 * dg-extract-results.py: For Python 3, force sys.stdout to
5637 handle surrogate escape sequences.
5638 (safe_open): New function.
5639 (output_segment, main): Use it.
5640
5641 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5642
5643 * dg-extract-results.py (Prog.result_re): Include options
5644 in test name.
5645
5646 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5647
5648 * dg-extract-results.py (output_variation): Always sort if
5649 do_sum.
5650
e882ef3c
SM
56512014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5654 as long as we get pagination notifications.
5655
4992aa20
JM
56562014-12-15 Jason Merrill <jason@redhat.com>
5657
5658 * Makefile.in (check-gdb.%): Restore.
5659 * README: Mention it.
5660
c1b5a1a6
JB
56612014-12-13 Joel Brobecker <brobecker@adacore.com>
5662
5663 * gdb.ada/str_uninit: New testcase.
5664
5537b577
JK
56652014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5666
5667 PR symtab/17642
5668 * gdb.base/vla-stub-define.c: New file.
5669 * gdb.base/vla-stub.c: New file.
5670 * gdb.base/vla-stub.exp: New file.
5671
bb2ec1b3
TT
56722014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5673 Jan Kratochvil <jan.kratochvil@redhat.com>
5674 Tom Tromey <tromey@redhat.com>
5675
5676 * configure.ac: Add gdb.compile/.
5677 * configure: Regenerate.
5678 * gdb.compile/Makefile.in: New file.
5679 * gdb.compile/compile-ops.exp: New file.
5680 * gdb.compile/compile-ops.c: New file.
5681 * gdb.compile/compile-tls.c: New file.
5682 * gdb.compile/compile-tls.exp: New file.
5683 * gdb.compile/compile-constvar.S: New file.
5684 * gdb.compile/compile-constvar.c: New file.
5685 * gdb.compile/compile-mod.c: New file.
5686 * gdb.compile/compile-nodebug.c: New file.
5687 * gdb.compile/compile-setjmp-mod.c: New file.
5688 * gdb.compile/compile-setjmp.c: New file.
5689 * gdb.compile/compile-setjmp.exp: New file.
5690 * gdb.compile/compile-shlib.c: New file.
5691 * gdb.compile/compile.c: New file.
5692 * gdb.compile/compile.exp: New file.
5693 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5694
4ff709eb
TT
56952014-12-12 Tom Tromey <tromey@redhat.com>
5696
5697 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5698 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5699
6dddd6a5
DE
57002014-12-12 Doug Evans <dje@google.com>
5701
5702 * lib/gdb-python.exp (get_python_valueof): New function.
5703 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5704
71c24708
AA
57052014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5706
5707 * gdb.base/completion.exp: Add test for completion of "info
5708 registers ".
5709
3e29f34a
MR
57102014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5711
5712 * gdb.base/func-ptrs.c: New file.
5713 * gdb.base/func-ptrs.exp: New file.
5714
fc126975
SM
57152014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5716
5717 PR breakpoints/17012
5718 * gdb.base/dprintf-detach.c: New file.
5719 * gdb.base/dprintf-detach.exp: New file.
5720
0a46d518
SM
57212014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5722
5723 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5724 * lib/gdb.exp (target_is_gdbserver): New procedure.
5725
a0be3e44
DE
57262014-12-08 Doug Evans <dje@google.com>
5727
5728 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5729
df1b803a
YQ
57302014-12-05 Yao Qi <yao@codesourcery.com>
5731
5732 * gdb.guile/scm-error.exp: Remove the third argument to
5733 gdb_remote_download.
5734 * gdb.guile/scm-frame-args.exp: Likewise.
5735 * gdb.guile/scm-section-script.exp: Likewise.
5736
ddb9f679
YQ
57372014-12-05 Yao Qi <yao@codesourcery.com>
5738
5739 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5740
86e4ed39
DE
57412014-12-04 Doug Evans <dje@google.com>
5742
5743 * gdb.python/py-objfile.exp: Add tests for
5744 objfile.add_separate_debug_file.
5745
7c50a931
DE
57462014-12-04 Doug Evans <dje@google.com>
5747
5748 * lib/gdb.exp (get_build_id): New function.
5749 (build_id_debug_filename_get): Rewrite to use it.
5750 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5751
621661e3
MR
57522014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5753
5754 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5755 `method(long)', not just 0x0.
5756 * gdb.cp/nsalias.exp: Align code labels to 4.
5757 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5758 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5759 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5760 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5761 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5762 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5763
29f0c3b7
DE
57642014-12-02 Doug Evans <dje@google.com>
5765
e1e061e7 5766 PR symtab/17602
29f0c3b7 5767 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5768 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5769 * gdb.cp/anon-ns.exp: Update.
5770
162078c8
NB
57712014-12-02 Nick Bull <nicholaspbull@gmail.com>
5772
5773 * gdb.python/py-events.py (inferior_call_handler): New.
5774 (register_changed_handler, memory_changed_handler): New.
5775 (test_events.invoke): Register new handlers.
5776 * gdb.python/py-events.exp: Add tests for inferior call,
5777 memory_changed and register_changed events.
5778
fdb09caf
AA
57792014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5780
5781 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5782 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5783 if the linker doesn't understand this.
5784
55cfb2c4
SM
57852014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.python/python.exp: Change expected reply to help().
5788
9e8cd6df
YQ
57892014-12-01 Yao Qi <yao@codesourcery.com>
5790
5791 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5792 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5793 * configure: Re-generated.
5794
6c659fc2
SC
57952014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5796
5797 * gdb.cp/chained-calls.cc: New file.
5798 * gdb.cp/chained-calls.exp: New file.
5799 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5800
d7fc3181
SM
58012014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5802
5803 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5804 * gdb.dwarf2/symtab-producer.exp: Same.
5805 * gdb.gdb/python-interrupts.exp: Same.
5806 * gdb.gdb/python-selftest.exp: Same.
5807 * gdb.python/py-linetable.exp: Same.
5808 * gdb.python/py-type.exp: Same.
5809 * gdb.python/py-value-cc.exp: Same.
5810 * gdb.python/py-value.exp: Same.
5811
10e79639
YQ
58122014-11-28 Yao Qi <yao@codesourcery.com>
5813
5814 * gdb.base/break-probes.exp: Match library name prefixed with
5815 sysroot.
5816
f28a0564
SM
58172014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5818
5819 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5820 test expected output. Add parentheses for the call to print.
5821 Remove L suffix from integers.
5822
3fe1ce1d
DE
58232014-11-26 Doug Evans <dje@google.com>
5824
5825 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5826
84429e27
YQ
58272014-11-22 Yao Qi <yao@codesourcery.com>
5828
5829 * gdb.trace/entry-values.c: Remove asms.
5830 (foo): Add foo_label.
5831 (bar): Add bar_label.
5832 * gdb.trace/entry-values.exp: Remove code computing foo's
5833 length and bar's length.
5834 (Dwarf::assemble): Invoke function_range for bar and use
5835 MACRO_AT_func for foo.
5836
26741859
YQ
58372014-11-22 Yao Qi <yao@codesourcery.com>
5838
5839 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5840 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5841 Use .Lgcc43_procstart instead of gcc43.
5842
45e44d27
JB
58432014-11-21 Joel Brobecker <brobecker@adacore.com>
5844
5845 * gdb.ada/n_arr_bound: New testcase.
5846
458c8db8
SDJ
58472014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5848
5849 PR breakpoints/10737
5850 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5851 test_catch_syscall_multi_arch.
5852 (test_catch_syscall_multi_arch): New function.
5853
43f3e411
DE
58542014-11-20 Doug Evans <xdje42@gmail.com>
5855
5856 * gdb.base/maint.exp: Update expected output.
5857
0d7b2549
AA
58582014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5859
5860 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5861 4-byte instruction on S390.
5862
8908fca5
JB
58632014-11-19 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.ada/arr_arr: New testcase.
5866
4a46959e
JB
58672014-11-19 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.ada/pkd_arr_elem: New Testcase.
5870
470e2f4e
LM
58712014-11-18 Luis Machado <lgustavo@codesourcery.com>
5872
5873 * gdb.reverse/break-precsave: Expect completion message for
5874 core file reads.
5875 * gdb.reverse/consecutive-precsave.exp: Likewise.
5876 * gdb.reverse/finish-precsave.exp: Likewise.
5877 * gdb.reverse/i386-precsave.exp: Likewise.
5878 * gdb.reverse/machinestate-precsave.exp: Likewise.
5879 * gdb.reverse/sigall-precsave.exp: Likewise.
5880 * gdb.reverse/solib-precsave.exp: Likewise.
5881 * gdb.reverse/step-precsave.exp: Likewise.
5882 * gdb.reverse/until-precsave.exp: Likewise.
5883 * gdb.reverse/watch-precsave.exp: Likewise.
5884
a267f3ad
AA
58852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5886
5887 * gdb.base/bp-permanent.c: Include unistd.h.
5888 * gdb.python/py-framefilter-mi.c (main): Add return type.
5889 * gdb.python/py-framefilter.c (main): Likewise.
5890 * gdb.trace/actions-changed.c (main): Likewise.
5891
12084a9a
AA
58922014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5893
5894 * gdb.mi/until.c: Add eye-catchers.
5895 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5896 line numbers.
5897
dc7e1a77
AA
58982014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5899
5900 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5901 function header variants in break1.c.
5902 * gdb.base/ena-dis-br.exp: Likewise.
5903 * gdb.base/hbreak2.exp: Likewise.
5904 * gdb.reverse/until-precsave.exp: Drop references to removed
5905 non-prototype function header variants in ur1.c.
5906 * gdb.reverse/until-reverse.exp: Likewise.
5907
41c77605
PM
59082014-11-17 Petr Machata <pmachata@redhat.com>
5909
5910 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5911 ${_cu_offset_size} bytes abbrev offset.
5912
34248c3a
DE
59132014-11-15 Doug Evans <xdje42@gmail.com>
5914
5915 PR symtab/17559
5916 * gdb.base/line-symtabs.exp: New file.
5917 * gdb.base/line-symtabs.c: New file.
5918 * gdb.base/line-symtabs.h: New file.
5919
646da059
YQ
59202014-11-14 Yao Qi <yao@codesourcery.com>
5921
5922 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5923 (func): Add label func_label.
5924 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5925 Replace low_pc and high_pc with MACRO_AT_range.
5926 Replace name, low_pc and high_pc with MACRO_AT_func.
5927
9301ebe6
YQ
59282014-11-14 Yao Qi <yao@codesourcery.com>
5929
5930 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5931 Replace name, low_pc and high_pc with MACRO_AT_func.
5932
f166b542
YQ
59332014-11-14 Yao Qi <yao@codesourcery.com>
5934
5935 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5936 produce debug information.
5937 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5938
0f6e71e3
YQ
59392014-11-14 Yao Qi <yao@codesourcery.com>
5940
5941 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5942 object and get function length.
5943 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5944 with MACRO_AT_func.
5945 (top-level): Replace gdb_compile and clean_restart with
5946 prepare_for_testing.
5947 * gdb.dwarf2/main.c (main): Add label main_label.
5948
876c4df9
YQ
59492014-11-14 Yao Qi <yao@codesourcery.com>
5950
5951 * lib/dwarf.exp (function_range): New procedure.
5952 (Dwarf::_handle_macro_at_func): New procedure.
5953 (Dwarf::_handle_macro_at_range): New procedure.
5954 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5955
02ad9cf1
YQ
59562014-11-14 Yao Qi <yao@codesourcery.com>
5957
5958 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5959 (_handle_attribute): New procedure.
5960
a59add0c
AA
59612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5962
5963 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5964 * gdb.base/call-sc.c (zed): Likewise.
5965 * gdb.base/checkpoint.c (main): Likewise.
5966 * gdb.base/dump.c (main): Likewise.
5967 * gdb.base/gcore.c (main): Likewise.
5968 * gdb.base/huge.c (main): Likewise.
5969 * gdb.base/multi-forks.c (main): Likewise.
5970 * gdb.base/pr10179-a.c (main): Likewise.
5971 * gdb.base/savedregs.c (main): Likewise.
5972 * gdb.base/sigaltstack.c (main): Likewise.
5973 * gdb.base/siginfo.c (main): Likewise.
5974 * gdb.base/structs.c (zed): Likewise.
5975 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5976 * gdb.mi/mi-syn-frame.c (main): Likewise.
5977 * gdb.mi/until.c (foo, main): Likewise.
5978 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5979 * gdb.base/solib-weak.c (foo): Declare.
5980 * gdb.base/attach-twice.c: Include stdio.h.
5981 * gdb.base/weaklib1.c: Likewise.
5982 * gdb.base/weaklib2.c: Likewise.
5983 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5984 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5985 unistd.h.
5986 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5987 * gdb.mi/mi-exit-code.c: Likewise.
5988 * gdb.base/break-interp-lib.c: Include string.h.
5989 * gdb.base/coremaker.c: Likewise.
5990 * gdb.base/testenv.c: Likewise.
5991 * gdb.python/py-finish-breakpoint.c: Likewise.
5992 * gdb.base/inferior-died.c: Include sys/wait.h.
5993 * gdb.base/fileio.c: Include time.h.
5994 * gdb.base/async-shell.c: Include unistd.h.
5995 * gdb.base/dprintf-non-stop.c: Likewise.
5996 * gdb.base/info-os.c: Likewise.
5997 * gdb.mi/mi-console.c: Likewise.
5998 * gdb.mi/watch-nonstop.c: Likewise.
5999 * gdb.python/py-events.c: Likewise.
6000 * gdb.base/async.c (baz): Move up before its invocation.
6001 * gdb.base/code_elim2.c (my_global_func): Likewise.
6002 * gdb.base/skip-solib-lib.c (multiply): Likewise.
6003 * gdb.base/advance.c (func2): Likewise.
6004
3b5d5997
AA
60052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6006
6007 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
6008 variant.
6009 * gdb.base/annota3.c: Likewise.
6010 * gdb.base/async.c: Likewise.
6011 * gdb.base/average.c: Likewise.
6012 * gdb.base/call-ar-st.c: Likewise.
6013 * gdb.base/call-rt-st.c: Likewise.
6014 * gdb.base/call-sc.c: Likewise.
6015 * gdb.base/call-strs.c: Likewise.
6016 * gdb.base/ending-run.c: Likewise.
6017 * gdb.base/execd-prog.c: Likewise.
6018 * gdb.base/exprs.c: Likewise.
6019 * gdb.base/foll-exec.c: Likewise.
6020 * gdb.base/foll-fork.c: Likewise.
6021 * gdb.base/foll-vfork.c: Likewise.
6022 * gdb.base/funcargs.c: Likewise.
6023 * gdb.base/gcore.c: Likewise.
6024 * gdb.base/jump.c: Likewise.
6025 * gdb.base/langs0.c: Likewise.
6026 * gdb.base/langs1.c: Likewise.
6027 * gdb.base/langs2.c: Likewise.
6028 * gdb.base/mips_pro.c: Likewise.
6029 * gdb.base/nodebug.c: Likewise.
6030 * gdb.base/opaque0.c: Likewise.
6031 * gdb.base/opaque1.c: Likewise.
6032 * gdb.base/recurse.c: Likewise.
6033 * gdb.base/run.c: Likewise.
6034 * gdb.base/scope0.c: Likewise.
6035 * gdb.base/scope1.c: Likewise.
6036 * gdb.base/setshow.c: Likewise.
6037 * gdb.base/setvar.c: Likewise.
6038 * gdb.base/shmain.c: Likewise.
6039 * gdb.base/shr1.c: Likewise.
6040 * gdb.base/shr2.c: Likewise.
6041 * gdb.base/sigall.c: Likewise.
6042 * gdb.base/signals.c: Likewise.
6043 * gdb.base/so-indr-cl.c: Likewise.
6044 * gdb.base/solib2.c: Likewise.
6045 * gdb.base/structs.c: Likewise.
6046 * gdb.base/sum.c: Likewise.
6047 * gdb.base/vforked-prog.c: Likewise.
6048 * gdb.base/watchpoint.c: Likewise.
6049 * gdb.reverse/shr2.c: Likewise.
6050 * gdb.reverse/until-reverse.c: Likewise.
6051 * gdb.reverse/ur1.c: Likewise.
6052 * gdb.reverse/watch-reverse.c: Likewise.
6053
066a77c5
AA
60542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6055
6056 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
6057 variant.
6058 * gdb.base/sepdebug.exp: Drop references to removed code.
6059
4f204ea5
AA
60602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6061
6062 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
6063 variant. Preserve original line numbering.
6064 * gdb.base/list1.c: Likewise.
6065
3b377a3a
AA
60662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6067
6068 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
6069 variant.
6070 * gdb.base/break1.c: Likewise.
6071 * gdb.base/break.exp: Drop references to removed code.
6072
e444df73
AA
60732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6074
6075 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
6076 variant.
6077
8008f2a7
AA
60782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6079
6080 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
6081
a5a06887
AA
60822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6083
6084 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
6085 logic into perform_all_tests() and invoke it with and without
6086 function header prototypes.
6087 (do_function_calls): Remove conditional XFAIL for PR 5318.
6088 (rerun_and_prepare): Remove duplicate code.
6089 (perform_all_tests): New. Main logic moved here.
6090
44dba9b9
AA
60912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6092
6093 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
6094 code guarded by #ifdef NO_PROTOTYPES.
6095 (t_double_many_args): Likewise.
6096 (DEF_FUNC_MANY_ARGS_1): Likewise.
6097 (DEF_FUNC_VALUES_1): Likewise.
6098 (t_structs_ldc): Renamed from t_structs_fc in conditional code
6099 guarded by #ifdef PROTOTYPES.
6100
d1fbcd56
AA
61012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6102
6103 * gdb.mi/mi-console.c: Add eye-catcher.
6104 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
6105 instead of literal line number.
6106
b0e59b8f
AA
61072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6108
6109 * gdb.base/shr2.c: Add eye-catcher.
6110 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
6111 line number.
6112
78f98cca
AA
61132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6114
6115 * gdb.base/jump.c: Add eye-catchers.
6116 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
6117 numbers.
6118
58fa2af0
AA
61192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6120
6121 * gdb.base/execd-prog.c: Add eye-catchers.
6122 * gdb.base/foll-exec.c: Likewise.
6123 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
6124 line numbers.
6125
04e5059b
AA
61262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6127
6128 * gdb.base/ending-run.c: Add eye-catchers.
6129 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
6130 literal line numbers.
6131
dbfdb174
AA
61322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6133
6134 * gdb.base/call-rt-st.c: Add eye-catchers.
6135 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
6136 literal line numbers.
6137
888a2ade
AA
61382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6139
6140 * gdb.base/call-ar-st.c: Add eye-catchers.
6141 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
6142 literal line numbers.
6143
6acc2dde
AA
61442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6145
6146 * gdb.base/average.c: Add eye-catchers.
6147 * gdb.base/sum.c: Likewise.
6148 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
6149 regexps dynamically.
6150
9ecfcd1d
AA
61512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6152
6153 * gdb.base/solib1.c: Add eye-catchers.
6154 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
6155 literal line numbers.
6156
78708b7c
PA
61572014-11-12 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
6160 leader has exited.
6161
af48d08f
PA
61622014-11-12 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.arch/i386-bp_permanent.c: New file.
6165 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
6166 (srcfile): Set to i386-bp_permanent.c.
6167 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
6168 that stepi does not execute the 'leave' instruction, instead of
6169 testing it does execute.
6170 * gdb.base/bp-permanent.c: New file.
6171 * gdb.base/bp-permanent.exp: New file.
6172
af3768e9
DE
61732014-11-10 Doug Evans <xdje42@gmail.com>
6174
6175 PR symtab/17564
6176 * gdb.base/symtab-search-order.exp: New file.
6177 * gdb.base/symtab-search-order.c: New file.
6178 * gdb.base/symtab-search-order-1.c: New file.
6179 * gdb.base/symtab-search-order-shlib-1.c: New file.
6180
9de00a4a
PA
61812014-11-07 Pedro Alves <palves@redhat.com>
6182
6183 PR gdb/17511
6184 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
6185 i?86-*-linux*.
6186
e0f52461
SC
61872014-11-03 Siva Chandra Reddy <sivachandra@google.com>
6188
6189 PR c++/17494
6190 * gdb.cp/pr17494.cc: New file.
6191 * gdb.cp/pr17494.exp: New file.
6192
6ce8c980
YQ
61932014-11-02 Yao Qi <yao@codesourcery.com>
6194
6195 * gdb.python/python.exp: Get working directory and match the
6196 output of "set extended-prompt \\w " with it.
6197
02be9a71
DE
61982014-10-30 Doug Evans <dje@google.com>
6199
6200 * gdb.python/py-objfile.exp: Add tests for setting random attributes
6201 in objfiles.
6202 * gdb.python/py-progspace.exp: Add tests for setting random attributes
6203 in progspaces.
6204
3bdff46b
LM
62052014-10-30 Janis Johnson <janisjo@codesourcery.com>
6206
6207 * gdb.base/fullpath-expand.exp: Skip for a remote host.
6208 * gdb.base/realname-expand.exp: Likewise.
6209 * gdb.linespec/macro-relative.exp: Likewise.
6210
ab917dfb
PA
62112014-10-29 Pedro Alves <palves@redhat.com>
6212
6213 PR gdb/17408
6214 * gdb.threads/schedlock.c (some_function): New function.
6215 (call_function): New global.
6216 (MAYBE_CALL_SOME_FUNCTION): New macro.
6217 (thread_function): Call it.
6218 * gdb.threads/schedlock.exp (get_args): Add description parameter,
6219 and use it instead of a global counter. Adjust all callers.
6220 (get_current_thread): Use "find current thread" for test message
6221 here rather than having all callers pass down the same string.
6222 (goto_loop): New procedure, factored out from ...
6223 (my_continue): ... this.
6224 (step_ten_loops): Change parameter from test message to command to
6225 use. Adjust.
6226 (list_count): Delete global.
6227 (check_result): New procedure, factored out from duplicate top
6228 level code.
6229 (continue tests): Wrap in with_test_prefix.
6230 (test_step): New procedure, factored out from duplicate top level
6231 code.
6232 (top level): Test "step" in combination with all scheduler-locking
6233 modes. Test "next" in combination with all scheduler-locking
6234 modes, and in combination with stepping over a function call or
6235 not.
6236 * gdb.threads/next-bp-other-thread.c: New file.
6237 * gdb.threads/next-bp-other-thread.exp: New file.
6238
d3d4baed
PA
62392014-10-29 Pedro Alves <palves@redhat.com>
6240
6241 PR python/17372
6242 * gdb.python/python.exp: Test a multi-line command that spawns
6243 interactive Python.
6244 * gdb.base/multi-line-starts-subshell.exp: New file.
6245
563e8d85
YQ
62462014-10-29 Yao Qi <yao@codesourcery.com>
6247
6248 * gdb.base/fileio.exp: Make directories on host.
6249
0ea4d52e
YQ
62502014-10-29 Yao Qi <yao@codesourcery.com>
6251
6252 * gdb.base/fileio.c (test_write): Close the file.
6253
7f5ef605
PA
62542014-10-28 Pedro Alves <palves@redhat.com>
6255
6256 PR gdb/12623
6257 * gdb.base/sigstep.c (no_handler): New global.
6258 (main): If 'no_handler is true, set the signal handlers to
6259 SIG_IGN.
6260 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6261 with_sw_watch and no_handler parameters. Handle them.
6262 (top level) <stepping over handler when stopped at a breakpoint
6263 test>: Add a test axis for testing with a software watchpoint, and
6264 another for testing with the signal handler set to SIG_IGN.
6265 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6266 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6267
abbdbd03
PA
62682014-10-28 Pedro Alves <palves@redhat.com>
6269
6270 PR gdb/17511
6271 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6272 * gdb.base/sigstep.exp (other_handler_location): New global.
6273 (advance): Support stepping into the signal handler, and running
6274 commands while in the handler.
6275 (in_handler_map): New global.
6276 (top level): In the advance test, add combinations for getting
6277 into the handler with stepping commands, and for running commands
6278 in the handler. Add comment descripting the advancei tests.
6279
1df4399f
PA
62802014-10-28 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/sigstep.exp: Use build_executable instead of
6283 prepare_for_testing.
6284 (top level): Move code that starts GDB, runs to main and creates a
6285 display to ...
6286 (restart): ... this new procedure.
6287 (top level): Move backtrace from signal handler test to ...
6288 (validate_backtrace): ... this new procedure.
6289 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6290 with_test_prefix. Always restart GDB.
6291 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6292 with_test_prefix. Always restart GDB. No need to delete
6293 breakpoints after the test.
6294 (test_skip_handler): Remove prefix parameter.
6295 (skip_over_handler, breakpoint_to_handler)
6296 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6297 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6298 restart GDB. No need to delete breakpoints after the test.
6299 (top level): Use foreach to call the test procedures with
6300 different commands.
6301
a5b6e449
PA
63022014-10-28 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6305 instead of GNATS numbers.
6306 * gdb.base/sigbpt.exp: Likewise.
6307 * gdb.base/siginfo.exp: Likewise.
6308 * gdb.base/sigstep.exp: Likewise.
6309
e5f8a7cc
PA
63102014-10-27 Pedro Alves <palves@redhat.com>
6311
6312 * gdb.base/sigstep.c (dummy): New global.
6313 (main): Issue a couple writes to the new global.
6314 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6315 procedures.
6316 (skip_over_handler): Use test_skip_handler.
6317 (top level): Call skip_over_handler for stepi and nexti too.
6318 (breakpoint_over_handler): Use test_skip_handler.
6319 (top level): Call breakpoint_over_handler for stepi and nexti too.
6320
763905a3
YQ
63212014-10-27 Yao Qi <yao@codesourcery.com>
6322
6323 * gdb.trace/tfile.c (adjust_function_address)
6324 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6325 function descriptor.
6326
6f259a23
DB
63272014-10-24 Don Breazeal <donb@codesourcery.com>
6328
6329 * gdb.base/foll-fork.exp (test_follow_fork,
6330 catch_fork_child_follow): Check for updated fork messages emitted
6331 from infrun.c.
6332 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6333 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6334 vfork_and_exec_child_follow_through_step): Check for updated vfork
6335 messages emitted from infrun.c.
6336
09dd9a69
PA
63372014-10-24 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.base/corefile.exp: Remove references to ultrix.
6340 * gdb.base/interrupt.exp: Likewise.
6341 * gdb.base/whatis.exp: Likewise.
6342 * gdb.gdb/selftest.exp: Likewise.
6343 * gdb.threads/manythreads.exp: Likewise.
6344 * gdb.threads/print-threads.exp: Likewise.
6345 * gdb.threads/pthreads.exp:: Likewise.
6346 * gdb.threads/schedlock.exp: Likewise.
6347
3433cfa5
SC
63482014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6349
6350 * gdb.cp/non-trivial-retval.cc: Add a test case.
6351 * gdb.cp/non-trivial-retval.exp: Add a test.
6352
092f880b
YQ
63532014-10-20 Yao Qi <yao@codesourcery.com>
6354
6355 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6356 * gdb.python/py-objfile-script-gdb.py: New file.
6357 * gdb.python/py-objfile-script.exp: Update reference to
6358 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6359 of remote_download. Remove the dest file.
6360
acbdb7f3
YQ
63612014-10-20 Yao Qi <yao@codesourcery.com>
6362
6363 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6364 * gdb.base/step-line.exp: Likewise.
6365 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6366 * gdb.dwarf2/dw2-basic.exp: Likewise.
6367 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6368 * gdb.dwarf2/dw2-filename.exp: Likewise.
6369 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6370 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6371 * gdb.dwarf2/dw2-producer.exp: Likewise.
6372 * gdb.dwarf2/mac-fileno.exp: Likewise.
6373 * gdb.python/py-frame-args.exp: Likewise.
6374 * gdb.python/py-framefilter.exp: Likewise.
6375 * gdb.python/py-mi.exp: Likewise.
6376 * gdb.python/py-objfile-script.exp: Likewise
6377 * gdb.python/py-pp-integral.exp: Likewise.
6378 * gdb.python/py-pp-re-notag.exp: Likewise.
6379 * gdb.python/py-prettyprint.exp: Likewise.
6380 * gdb.python/py-section-script.exp: Likewise.
6381 * gdb.python/py-typeprint.exp: Likewise.
6382 * gdb.python/py-xmethods.exp: Likewise.
6383 * gdb.stabs/weird.exp: Likewise.
6384 * gdb.xml/tdesc-regs.exp: Likewise.
6385
bd286a29
KCY
63862014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6387
6388 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6389 (out_cu): Use addr_len for the size of addresses.
6390 (out_line): Likewise. Size DW_LNE_set_address instruction
6391 according to addr_len.
6392 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6393 (FUNC): Add START_INSNS to definition.
6394
673dc4a0
YQ
63952014-10-18 Yao Qi <yao@codesourcery.com>
6396
6397 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6398 gdb_has_argv0 return true.
6399 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6400 check [target_info exists noargs], check [gdb_has_argv0]
6401 instead.
6402 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6403 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6404 procedures.
6405
4ffbba72
DE
64062014-10-17 Doug Evans <dje@google.com>
6407
6408 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6409 event.
6410 * gdb.python/py-events.py: Add clear_objfiles event.
6411
d096d8c1
DE
64122014-10-17 Doug Evans <dje@google.com>
6413
6414 * gdb.python/py-objfile.exp: Test progspace attribute.
6415
a80db015
LM
64162014-10-17 Luis Machado <lgustavo@codesourcery.com>
6417
6418 * gdb.guile/scm-breakpoint.exp: Do not assume any
6419 directory separators when matching source file paths.
6420 * gdb.python/py-breakpoint.exp: Likewise.
6421 * gdb.reverse/break-precsave.exp: Likewise.
6422 * gdb.reverse/break-reverse.exp: Likewise.
6423 * gdb.reverse/consecutive-precsave.exp: Likewise.
6424 * gdb.reverse/finish-precsave.exp: Likewise.
6425 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6426 * gdb.reverse/finish-reverse.exp: Likewise.
6427 * gdb.reverse/i386-precsave.exp: Likewise.
6428 * gdb.reverse/i387-env-reverse.exp: Likewise.
6429 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6430 * gdb.reverse/machinestate-precsave.exp: Likewise.
6431 * gdb.reverse/machinestate.exp: Likewise.
6432 * gdb.reverse/sigall-precsave.exp: Likewise.
6433 * gdb.reverse/solib-precsave.exp: Likewise.
6434 * gdb.reverse/step-precsave.exp: Likewise.
6435 * gdb.reverse/until-precsave.exp: Likewise.
6436 * gdb.reverse/watch-precsave.exp: Likewise.
6437 * gdb.reverse/watch-reverse.exp: Likewise.
6438
b22089ab
YQ
64392014-10-17 Yao Qi <yao@codesourcery.com>
6440
6441 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6442 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6443
6c4486e6
PA
64442014-10-17 Pedro Alves <palves@redhat.com>
6445
6446 PR gdb/17471
6447 * gdb.base/bg-execution-repeat.c: New file.
6448 * gdb.base/bg-execution-repeat.exp: New file.
6449
0ff33695
PA
64502014-10-17 Pedro Alves <palves@redhat.com>
6451
6452 PR gdb/17300
6453 * gdb.base/continue-all-already-running.c: New file.
6454 * gdb.base/continue-all-already-running.exp: New file.
6455
6fdebc3d
PA
64562014-10-17 Pedro Alves <palves@redhat.com>
6457
6458 PR gdb/17472
6459 * gdb.base/annota-input-while-running.c: New file.
6460 * gdb.base/annota-input-while-running.exp: New file.
6461
32a8097b
PA
64622014-10-17 Pedro Alves <palves@redhat.com>
6463
6464 * gdb.base/callfuncs.exp: emove references to osf.
6465 * gdb.base/sigall.exp: Likewise.
6466 * gdb.gdb/selftest.exp: Likewise.
6467 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6468 * gdb.mi/non-stop.c: Likewise.
6469 * gdb.mi/pthreads.c: Likewise.
6470 * gdb.reverse/sigall-precsave.exp: Likewise.
6471 * gdb.reverse/sigall-reverse.exp: Likewise.
6472 * gdb.threads/pthreads.c: Likewise.
6473 * gdb.threads/pthreads.exp: Likewise.
6474
7a3517ff
YQ
64752014-10-17 Yao Qi <yao@codesourcery.com>
6476
6477 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6478 check 'target_info exists noargs'.
6479 (test_command_prompt_position): Likewise.
6480 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6481 Remove "set args".
6482 (progvar_simple_while_test): Likewise.
6483 (progvar_complex_if_while_test): Likewise.
6484 (if_while_breakpoint_command_test): Likewise.
6485 (infrun_breakpoint_command_test): Likewise.
6486 (breakpoint_command_test): Likewise.
6487 (watchpoint_command_test): Likewise.
6488 (bp_deleted_in_command_test): Likewise.
6489 (temporary_breakpoint_commands): Likewise.
6490
bb99c472
YQ
64912014-10-16 Yao Qi <yao@codesourcery.com>
6492
6493 * gdb.base/remotetimeout.exp: Remove noargs checking.
6494
7c16b83e
PA
64952014-10-15 Pedro Alves <palves@redhat.com>
6496
6497 PR breakpoints/9649
6498 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6499 * gdb.base/breakpoint-in-ro-region.exp
6500 (probe_target_hardware_step): New procedure.
6501 (top level): Probe hardware stepping and hardware breakpoint
6502 support. Test stepping through a read-only region, with both
6503 "breakpoint auto-hw" on and off and both "always-inserted" on and
6504 off.
6505
35a49624
IB
65062014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6507
6508 * gdb.dlang/demangle.exp: Update for demangling changes.
6509
2d1c107c
SC
65102014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6511
6512 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6513 * gdb.cp/non-trivial-retval.exp: Add new tests.
6514
778811d5
SC
65152014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6516
6517 PR c++/13403
6518 PR c++/15154
6519 * gdb.cp/non-trivial-retval.cc: New file.
6520 * gdb.cp/non-trivial-retval.exp: New file.
6521
10c5f0a8
YQ
65222014-10-15 Yao Qi <yao@codesourcery.com>
6523
6524 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6525 remote host.
6526
65d7b369
YQ
65272014-10-15 Yao Qi <yao@codesourcery.com>
6528
6529 * gdb.python/py-symbol.exp: Match file base name if host is
6530 remote, otherwise match file name with dir name.
6531 * gdb.python/py-symtab.exp: Likewise.
6532 * gdb.python/python.exp: Likewise.
6533
46dc1394
YQ
65342014-10-15 Yao Qi <yao@codesourcery.com>
6535
6536 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6537 pattern.
6538 * gdb.python/py-symtab.exp: Likewise.
6539 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6540 locationn.
6541
c40cc657
JB
65422014-10-14 Joel Brobecker <brobecker@adacore.com>
6543
6544 * gdb.ada/addr_arith: New testcase.
6545
2abf49e1
MR
65462014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6547
6548 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6549 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6550 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6551 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6552
f7088df3
SDJ
65532014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6554
6555 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6556 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6557 * gdb.arch/stap-eval-lang-ada.exp: New file.
6558
4dc06805
YQ
65592014-10-14 Yao Qi <yao@codesourcery.com>
6560
6561 * gdb.mi/mi-var-child.c (nothing1): New function.
6562 (nothing2): New function.
6563 (do_children_tests): Set function pointers by nothing1 and
6564 nothing2.
6565 * gdb.mi/mi-var-child.exp: Step over new added statements.
6566 Update test to match the new output.
6567 * gdb.mi/var-cmd.c (nothing1): New function.
6568 (nothing2): New function.
6569 (do_children_tests): Set function pointers by nothing1 and
6570 nothing2.
6571 * gdb.mi/mi-var-display.exp: Update test to match output.
6572 Step to the line specified by $line_dct_nothing.
6573 Increase the number of lines to step.
6574
46a93de2
YQ
65752014-10-14 Yao Qi <yao@codesourcery.com>
6576
6577 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6578 tests.
6579 * gdb.mi/mi2-var-child.exp: Likewise.
6580
14ea52ee
DE
65812014-10-13 Doug Evans <dje@google.com>
6582
6583 * gdb.python/py-objfile.exp: Change name of file name test.
6584
e5c6e92b
DE
65852014-10-13 Doug Evans <dje@google.com>
6586
6587 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6588 from the start of the CU.
6589
c780cc2f
JK
65902014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6591 Yao Qi <yao@codesourcery.com>
6592
6593 Fix "save breakpoints" for "catch" command.
6594 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6595 Remove -nonewline. Match also the added "main" line.
6596
99894e11
JK
65972014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6598
6599 Fix "save breakpoints" for "disable $bpnum" command.
6600 * gdb.base/save-bp.c (main): Add label.
6601 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6602
6e1ac5a3
JK
66032014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6606
754dd2b0
YQ
66072014-10-11 Yao Qi <yao@codesourcery.com>
6608
6609 * gdb.server/server-kill.exp: Execute command
6610 "set remote trace-status-packet on" before "tstatus".
6611
f90183d7
YQ
66122014-10-11 Yao Qi <yao@codesourcery.com>
6613
6614 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6615 (main): Call getppid.
6616 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6617 and continue to it. Read variable "server_pid".
6618
bf40a607
YQ
66192014-10-11 Yao Qi <yao@codesourcery.com>
6620
6621 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6622
052ca370
YQ
66232014-10-11 Yao Qi <yao@codesourcery.com>
6624
6625 * gdb.threads/thread-find.exp: Don't execute command
6626 "info threads".
6627 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6628 * gdb.threads/linux-dp.exp: Don't check the condition
6629 $threads_created equals to zero.
6630
3831839c
PA
66312014-10-10 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/bigcore.exp: Remove references to IRIX.
6634 * gdb.base/funcargs.exp: Likewise.
6635 * gdb.base/interrupt.exp: Likewise.
6636 * gdb.base/mips_pro.exp: Likewise.
6637 * gdb.base/nodebug.exp: Likewise.
6638 * gdb.base/setvar.exp: Likewise.
6639 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6640
8b9a549d
PA
66412014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6642 Pedro Alves <palves@redhat.com>
6643
6644 PR symtab/14466
6645 * gdb.base/vdso-warning.c: New file.
6646 * gdb.base/vdso-warning.exp: New file.
6647
d48ba5e8
DE
66482014-10-02 Doug Evans <dje@google.com>
6649
6650 * gdb.base/structs.c (main): Don't run forever.
6651
2278c276
PA
66522014-10-02 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6655 (top level) <stop threads 1, stop threads 2>: Use it.
6656
b57bacec
PA
66572014-10-02 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.threads/break-while-running.exp (test): Add new
6660 'update_thread_list' argument. Skip "info threads" if false.
6661 (top level): Add new 'update_thread_list' axis.
6662
13fd3ff3
PA
66632014-10-02 Pedro Alves <palves@redhat.com>
6664
6665 PR breakpoints/17431
6666 * gdb.base/execl-update-breakpoints.c: New file.
6667 * gdb.base/execl-update-breakpoints.exp: New file.
6668
0fec99e8
PA
66692014-10-01 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.base/breakpoint-in-ro-region.c: New file.
6672 * gdb.base/breakpoint-in-ro-region.exp: New file.
6673
2ddf4301
SM
66742014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6675
6676 * gdb.mi/mi-exit-code.exp: New file.
6677 * gdb.mi/mi-exit-code.c: New file.
6678
6a5f3f43
YQ
66792014-09-30 Yao Qi <yao@codesourcery.com>
6680
6681 * lib/prelink-support.exp (build_executable_own_libs): Error if
6682 the target isn't native.
6683
345bcc73
YQ
66842014-09-30 Yao Qi <yao@codesourcery.com>
6685
6686 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6687 false.
6688
a25a5a45
PA
66892014-09-22 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.threads/break-while-running.exp: New file.
6692 * gdb.threads/break-while-running.c: New file.
6693
00ba3162
YQ
66942014-09-19 Yao Qi <yao@codesourcery.com>
6695
6696 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6697 Invoke test. Restart GDB with --readnow and invoke test again.
6698
c3b7b696
YQ
66992014-09-19 Yao Qi <yao@codesourcery.com>
6700
6701 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6702 proc set_breakpoint_on_gcd_function. Invoke
6703 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6704 invoke set_breakpoint_on_gcd_function again.
6705
2b4fd423
DE
67062014-09-18 Doug Evans <dje@google.com>
6707
6708 * gdb.dwarf2/symtab-producer.exp: New file.
6709
a5947601
SDJ
67102014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6711
6712 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6713 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6714 * gdb.base/global-var-nested-by-dso.c: Likewise.
6715 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6716
91c19059
SDJ
67172014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6718 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.base/watch-bitfields.exp: Pass string other than test file
6721 name to prepare_for_testing.
6722 (watch): New procedure.
6723 (expect_watchpoint): Use with_test_prefix.
6724 (top level): Factor out tests to ...
6725 (test_watch_location, test_regular_watch): ... these new
6726 procedures, and use with_test_prefix and gdb_continue_to_end.
6727
bb9d5f81
PP
67282014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6729
6730 PR breakpoints/12526
6731 * gdb.base/watch-bitfields.exp: New file.
6732 * gdb.base/watch-bitfields.c: New file.
6733
635856f5
PA
67342014-09-16 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6737 software and hardware addresses, not software address against
6738 itself.
6739
7280ceea
PA
67402014-09-16 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6743 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6744
428b16bd
PA
67452014-09-16 Pedro Alves <palves@redhat.com>
6746
6747 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6748 files.
6749 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6750 "*-*-vxworks*" throughout.
6751 * gdb.base/break.exp: Likewise.
6752 * gdb.base/default.exp: Likewise.
6753 * gdb.base/scope.exp: Likewise.
6754 * gdb.base/sepdebug.exp: Likewise.
6755 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6756 throughout.
6757 * gdb.base/run.c: Likewise.
6758 * gdb.base/sepdebug.c: Likewise.
6759 * gdb.hp/gdb.aCC/run.c: Likewise.
6760 * gdb.reverse/until-reverse.c: Likewise.
6761 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6762
666d413c
YQ
67632014-09-16 Yao Qi <yao@codesourcery.com>
6764
6765 * boards/local-remote-host-native.exp: New file.
6766
57cbd724
DE
67672014-09-14 Doug Evans <xdje42@gmail.com>
6768
6769 * gdb.threads/queue-signal.c (thread_count): New variable.
6770 (thread_count_mutex, thread_count_condvar): New variables.
6771 (incr_thread_count, wait_all_threads_running): New functions.
6772 (main): Wait for all threads to be in their thread functions.
6773
81219e53
DE
67742014-09-13 Doug Evans <xdje42@gmail.com>
6775
6776 * gdb.threads/queue-signal.c: New file.
6777 * gdb.threads/queue-signal.exp: New file.
6778
3714cea7
DE
67792014-09-13 Doug Evans <xdje42@gmail.com>
6780
6781 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6782 be consistent with what default_gdb_init uses.
6783 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6784 the plain text of the prompt. Add some logging printfs.
6785 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6786
fa43b1d7
PA
67872014-09-12 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6790 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6791 * gdb.arch/i386-size-overlap.exp: Likewise.
6792 * gdb.arch/i386-size.exp: Likewise.
6793 * gdb.arch/i386-unwind.exp: Likewise.
6794 * gdb.base/a2-run.exp: Likewise.
6795 * gdb.base/break.exp: Likewise.
6796 * gdb.base/charset.exp: Likewise.
6797 * gdb.base/chng-syms.exp: Likewise.
6798 * gdb.base/commands.exp: Likewise.
6799 * gdb.base/dbx.exp: Likewise.
6800 * gdb.base/find.exp: Likewise.
6801 * gdb.base/funcargs.exp: Likewise.
6802 * gdb.base/jit-simple.exp: Likewise.
6803 * gdb.base/reread.exp: Likewise.
6804 * gdb.base/sepdebug.exp: Likewise.
6805 * gdb.base/step-bt.exp: Likewise.
6806 * gdb.cp/mb-inline.exp: Likewise.
6807 * gdb.cp/mb-templates.exp: Likewise.
6808 * gdb.objc/basicclass.exp: Likewise.
6809 * gdb.threads/killed.exp: Likewise.
6810
9d9bf2df
EBM
68112014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6812
6813 PR tdep/17379
6814 * gdb.arch/powerpc-stackless.S: New file.
6815 * gdb.arch/powerpc-stackless.exp: New file.
6816
1cf2f1b0
JK
68172014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 * gdb.base/attach.c: Include unistd.h.
6820 (main): Call alarm. Add label postloop.
6821 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6822 gdb_breakpoint, gdb_continue_to_breakpoint.
6823 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6824
98880d46
PA
68252014-09-11 Pedro Alves <palves@redhat.com>
6826
6827 PR gdb/17347
6828 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6829 * gdb.base/attach.exp (test_command_line_attach_run): New
6830 procedure.
6831 (top level): Call it.
6832
4c92ff2c
PA
68332014-09-11 Pedro Alves <palves@redhat.com>
6834
6835 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6836 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6837 (do_command_attach_tests): Use spawn_wait_for_attach.
6838 * gdb.base/solib-overlap.exp: Likewise.
6839 * gdb.multi/multi-attach.exp: Likewise.
6840 * gdb.python/py-prompt.exp: Likewise.
6841 * gdb.python/py-sync-interp.exp: Likewise.
6842 * gdb.server/ext-attach.exp: Likewise.
6843
3adc1a7d
GKB
68442014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6845
6846 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6847 command in testcase. Simplify testcase.
6848
96334934
JB
68492014-09-10 Joel Brobecker <brobecker@adacore.com>
6850
6851 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6852
eb479039
JB
68532014-09-10 Joel Brobecker <brobecker@adacore.com>
6854
6855 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6856
deede10c
JB
68572014-09-10 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6860
7828a5f5
JB
68612014-09-10 Joel Brobecker <brobecker@adacore.com>
6862
6863 * gdb.dwarf2/dynarr-ptr.c: New file.
6864 * gdb.dwarf2/dynarr-ptr.exp: New file.
6865
33aeebcf
MR
68662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6867
6868 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6869 of 30 rather than hardcoding 120 for a slow test case. Take the
6870 `gdb,timeout' target setting into account for this calculation.
6871 Don't extend the timeout for the test cases that don't need it.
6872
7b415901
MR
68732014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6874
6875 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6876 a factor of 2 for a slow test case. Take the `gdb,timeout'
6877 target setting into account for this calculation.
6878 * gdb.reverse/until-precsave.exp: Increase the timeout by
6879 a factor of 15 and 3 respectively rather than adding 120
6880 for a pair of slow test cases. Take the `gdb,timeout'
6881 target setting into account for this calculation.
6882
4a40f85a
MR
68832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6884
6885 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6886 timeout, don't pass one down to gdb_expect.
6887 (gdb_expect): Rework timeout selection.
6888
09635af7
MR
68892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6890
6891 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6892 exception on timeout.
6893 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6894 (gdbserver_start_extended): Catch any `gdbserver_start' error
6895 exceptions.
6896 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6897 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6898 `gdbserver_gdb_load' error exceptions.
6899
2bdd10b7
MR
69002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6901
6902 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6903 120 on waiting for the TCP socket to open.
6904
316935f0
DE
69052014-09-09 Doug Evans <xdje42@gmail.com>
6906
6907 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6908 _caller_matches, _any_caller_is, _any_caller_matches.
6909
83740597
DE
69102014-09-09 Doug Evans <xdje42@gmail.com>
6911
6912 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6913
4c122fc3
YQ
69142014-09-09 Yao Qi <yao@codesourcery.com>
6915
6916 * gdb.mi/mi-var-display.exp: Set print symbol off.
6917
a9f116cb
GKB
69182014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6919
6920 PR gdb/17035
6921 * gdb.base/commands.exp: Add tests to verify user-defined
6922 commands with empty bodies.
6923 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6924 python commands in `show user command`.
6925 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6926 scheme commands in `show user command`.
6927
c75bd3a2
JK
69282014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6929
6930 PR python/17355
6931 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6932 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6933 * gdb.python/py-framefilter-invalidarg.exp: New file.
6934 * gdb.python/py-framefilter-invalidarg.py: New file.
6935
faa42425
DE
69362014-09-06 Doug Evans <xdje42@gmail.com>
6937
6938 PR 15276
6939 * gdb.python/py-caller-is.c: New file.
6940 * gdb.python/py-caller-is.exp: New file.
6941
474ca4f6
SDJ
69422014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6943
6944 PR gdb/17235
6945 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6946 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6947
eb0b0463
SDJ
69482014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6949
6950 PR fortran/17237
6951 * gdb.fortran/print-formatted.exp: New file.
6952 * gdb.fortran/print-formatted.f90: Likewise.
6953
5f3b99cf
SS
69542014-09-03 Sasha Smundak <asmundak@google.com>
6955
6956 * gdb.python/py-frame.exp: Test Frame.read_register.
6957
7d793aa9
SDJ
69582014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6959
6960 PR python/16699
6961 * gdb.python/py-completion.exp: New file.
6962 * gdb.python/py-completion.py: Likewise.
6963
fb0576e9
DE
69642014-08-28 Doug Evans <dje@google.com>
6965
6966 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6967 eax,etc. are live with values set by gdb and thus the compiler can't
6968 use them.
6969 * gdb.arch/i386-pseudo.c (main): Ditto.
6970
ee92b0dd
DE
69712014-08-27 Doug Evans <dje@google.com>
6972
6973 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6974
6649db35
DE
69752014-08-25 Doug Evans <dje@google.com>
6976
6977 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6978 (main): Ditto.
6979
564b7600
DE
69802014-08-25 Doug Evans <dje@google.com>
6981
6982 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6983
3881fb67
YQ
69842014-08-24 Yao Qi <yao@codesourcery.com>
6985
6986 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6987 symbol off.
6988 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6989
a05a36a5
DE
69902014-08-22 Doug Evans <dje@google.com>
6991
6992 PR 17276
6993 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6994 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6995 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6996
7c343b48
YQ
69972014-08-22 Yao Qi <yao@codesourcery.com>
6998
6999 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
7000 * gdb.python/py-finish-breakpoint2.exp: Likewise.
7001 * gdb.python/python.exp: Likewise. Use .py file on the host
7002 instead of the build.
7003
22fd09ae
JK
70042014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7005
7006 * gdb.threads/gcore-stale-thread.c: New file.
7007 * gdb.threads/gcore-stale-thread.exp: New file.
7008
a8454a7c
PA
70092014-08-21 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
7012 * gdb.base/gcore-relro-pie.exp: Likewise.
7013 * gdb.base/gcore-relro.exp: Likewise.
7014 * gdb.base/gcore.exp: Likewise.
7015 * gdb.base/print-symbol-loading.exp: Likewise.
7016 * gdb.threads/gcore-thread.exp: Likewise.
7017 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
7018
2a31c623
PA
70192014-08-20 Pedro Alves <palves@redhat.com>
7020 Jan Kratochvil <jan.kratochvil@redhat.com>
7021
7022 * Makefile.in (EXTRA_RULES, CC): New variables, get from
7023 configure.
7024 (EXPECT): Handle READ1 being set.
7025 (all): Depend on EXTRA_RULES.
7026 (check-read1, expect-read1, read1.so, read1): New rules.
7027 * README (Testsuite Parameters): Document the READ1 make variable.
7028 (Race detection): New section.
7029 * configure: Regenerate.
7030 * configure.ac: If build==host==target, and running under a
7031 GNU/glibc system, add read1 to the extra Makefile rules.
7032 (EXTRA_RULES): AC_SUBST it.
7033 * lib/read1.c: New file.
7034
d36430db
JB
70352014-08-20 Joel Brobecker <brobecker@adacore.com>
7036
7037 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
7038 the handling of variables declared as a typedef to an array
7039 which a DW_AT_data_location attribute.
7040
9a0dc9e3
PA
70412014-08-19 Andrew Burgess <aburgess@broadcom.com>
7042 Pedro Alves <palves@redhat.com>
7043
7044 PR symtab/14604
7045 PR symtab/14605
7046 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
7047 gdb_test.
7048
0718a8da
PA
70492014-08-19 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
7052
13b448cd
YQ
70532014-08-19 Yao Qi <yao@codesourcery.com>
7054
7055 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
7056 right line.
7057
1cbf5077
DB
70582014-08-18 David Blaikie <dblaikie@gmail.com>
7059
7060 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
7061
bf0fae19
JB
70622014-08-18 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
7065 attribute in array range.
7066
3c8c5dcc
JB
70672014-08-18 Joel Brobecker <brobecker@adacore.com>
7068
7069 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
7070
e66d4446
SC
70712014-08-15 Siva Chandra Reddy <sivachandra@google.com>
7072
7073 PR c++/17132
7074 * gdb.cp/pr17132.cc: New file.
7075 * gdb.cp/pr17132.exp: New file.
7076
940df408
SC
70772014-08-15 Siva Chandra Reddy <sivachandra@google.com>
7078
7079 * gdb.python/py-xmethods.py (A_getarrayind)
7080 (E_method_char_worker.__call__, E_method_int_worker.__call__):
7081 Use 'print' with function call syntax.
7082 (E_method_matcher.match): Fix tab vs space indentation mixup.
7083
ebcc6c3a
YQ
70842014-08-15 Yao Qi <yao@codesourcery.com>
7085
7086 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
7087 false.
7088
775e0f04
YQ
70892014-08-15 Yao Qi <yao@codesourcery.com>
7090
7091 * gdb.cp/casts.exp: Set print symbol off.
7092 * gdb.cp/class2.exp: Likewise.
7093 * gdb.cp/overload.exp: Likewise.
7094 * gdb.cp/templates.exp: Likewise.
7095
d769e349
DE
70962014-08-11 Doug Evans <dje@google.com>
7097
7098 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
7099 (test_load_shlib): Update.
7100
20c6f1e1
YQ
71012014-08-09 Yao Qi <yao@codesourcery.com>
7102
7103 * gdb.base/display.exp: Invoke is_address_zero_readable.
7104 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
7105 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
7106 * gdb.base/hbreak-unmapped.exp: Return if
7107 is_address_zero_readable returns true.
7108 * gdb.base/signest.exp: Likewise.
7109 * gdb.base/signull.exp: Likewise.
7110 * gdb.base/sigbpt.exp: Likewise.
7111 * gdb.guile/scm-disasm.exp: Do the test if
7112 is_address_zero_readable returns false.
7113 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
7114 * gdb.python/py-arch.exp: Likewise.
7115 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
7116 * lib/gdb.exp (is_address_zero_readable): New proc.
7117
5792e8e3
YQ
71182014-08-09 Yao Qi <yao@codesourcery.com>
7119
7120 PR testsuite/13443
7121 * gdb.mi/mi-var-display.exp: Make test messages unique.
7122
3cecbbbe
TT
71232014-08-04 Tom Tromey <tromey@redhat.com>
7124
7125 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
7126 target 0".
7127
00b51ff5
TT
71282014-08-04 Tom Tromey <tromey@redhat.com>
7129
7130 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
7131 "target_resume".
7132
6908c509
JB
71332014-08-01 Joel Brobecker <brobecker@adacore.com>
7134
7135 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
7136 inner_vla_struct_object_size.
7137 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
7138 as xfail.
7139
cc6563d2
PA
71402014-07-30 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.threads/signal-command-handle-nopass.exp (test): Add
7143 comment.
7144
7e09a223
YQ
71452014-07-29 Yao Qi <yao@codesourcery.com>
7146
7147 PR gdb/17206
7148 * gdb.base/until-nodebug.exp: New.
7149
7ebdbe92
DE
71502014-07-28 Doug Evans <xdje42@gmail.com>
7151
7152 PR guile/17203
7153 * gdb.guile/scm-parameter.exp: Add tests for trying to create
7154 previously existing parameter, and previously ambiguously spelled
7155 parameter.
7156
fdb1adc6
WN
71572014-07-28 Will Newton <will.newton@linaro.org>
7158
7159 * gdb.base/varargs.exp: Remove KFAILs for ARM.
7160
186fcde0
DE
71612014-07-26 Ludovic Courtès <ludo@gnu.org>
7162 Doug Evans <xdje42@gmail.com>
7163
7164 PR guile/17146
7165 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
7166
70509625
PA
71672014-07-25 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.threads/signal-command-handle-nopass.c: New file.
7170 * gdb.threads/signal-command-handle-nopass.exp: New file.
7171 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
7172 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
7173 * gdb.threads/signal-delivered-right-thread.c: New file.
7174 * gdb.threads/signal-delivered-right-thread.exp: New file.
7175
c3f814a1
PA
71762014-07-25 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.base/double-prompt-target-event-error.exp
7179 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
7180 match.
7181 (cancel_pagination_in_target_event): Rework double prompt
7182 detection.
7183 * gdb.base/paginate-after-ctrl-c-running.exp
7184 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
7185 <return>' match.
7186 * gdb.base/paginate-bg-execution.exp
7187 (test_bg_execution_pagination_return)
7188 (test_bg_execution_pagination_cancel): Remove '-notransfer
7189 <return>' matches.
7190 * gdb.base/paginate-execution-startup.exp
7191 (test_fg_execution_pagination_return)
7192 (test_fg_execution_pagination_cancel): Remove '-notransfer
7193 <return>' matches.
7194 * gdb.base/paginate-inferior-exit.exp
7195 (test_paginate_inferior_exited): Remove '-notransfer <return>'
7196 match.
7197 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
7198 * lib/gdb.exp (pagination_prompt): Run text through
7199 string_to_regexp.
7200 (gdb_test_multiple): Match $pagination_prompt instead of
7201 "<return>".
7202 (string_to_regexp): Move to lib/gdb-utils.exp.
7203
e214cf6c
JK
72042014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 * gdb.arch/amd64-entry-value-paramref.S: New file.
7207 * gdb.arch/amd64-entry-value-paramref.cc: New file.
7208 * gdb.arch/amd64-entry-value-paramref.exp: New file.
7209 * gdb.arch/amd64-optimout-repeat.S: New file.
7210 * gdb.arch/amd64-optimout-repeat.c: New file.
7211 * gdb.arch/amd64-optimout-repeat.exp: New file.
7212
17d0c5c8
JK
72132014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7214
7215 PR gdb/17170
7216 * gdb.base/statistics.exp: New file.
7217
b8b8facf
DE
72182014-07-17 Doug Evans <dje@google.com>
7219
74b49205 7220 PR gdb/17170
b8b8facf
DE
7221 * gdb.base/maint.exp: Update testing of per-command stats.
7222
1b5d0ab3
PA
72232014-07-16 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
7226 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
7227 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
7228 (tfile_write_buf): New functions.
7229 (add_memory_block): Rewrite using the above.
7230 (adjust_function_address): New function.
7231 (FUNCTION_ADDRESS): New macro.
7232 (write_basic_trace_file): Remove short_x local, and use
7233 tfile_write_16. Change type of func_addr local to unsigned long
7234 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
7235 here. Cast argument of add_memory_block to char pointer.
7236 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
7237 (main): Remove parameters.
7238 * gdb.trace/tfile.exp: Remove nowarnings.
7239
4d974e88
SM
72402014-07-15 Simon Marchi <simon.marchi@ericsson.com>
7241
7242 * gdb.base/debug-expr.exp: Test string evaluation with
7243 "debug expression" on.
7244
41e99568
PA
72452014-07-15 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/reread.exp: Use clean_restart.
7248
487d9753
PL
72492014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7250
7251 * gdb.arch/avr-flash-qualifer.c: New.
7252 * gdb.arch/avr-flash-qualifer.exp: New.
7253
cc1c52ad
PA
72542014-07-14 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7257 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7258
1e973570
PA
72592014-07-14 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.base/double-prompt-target-event-error.c: New file.
7262 * gdb.base/double-prompt-target-event-error.exp: New file.
7263
93d6eb10
PA
72642014-07-14 Pedro Alves <palves@redhat.com>
7265
7266 PR gdb/17072
7267 * gdb.base/paginate-inferior-exit.c: New file.
7268 * gdb.base/paginate-inferior-exit.exp: New file.
7269
0017922d
PA
72702014-07-14 Pedro Alves <palves@redhat.com>
7271
7272 PR gdb/17072
7273 * gdb.base/paginate-bg-execution.c: New file.
7274 * gdb.base/paginate-bg-execution.exp: New file.
7275
94696ad3
PA
72762014-07-14 Pedro Alves <palves@redhat.com>
7277
7278 PR gdb/17072
7279 * gdb.base/paginate-execution-startup.c: New file.
7280 * gdb.base/paginate-execution-startup.exp: New file.
7281 * lib/gdb.exp (pagination_prompt): New global.
7282 (default_gdb_spawn): New procedure, factored out from
7283 default_gdb_spawn.
7284 (default_gdb_start): Adjust to call default_gdb_spawn.
7285 (gdb_spawn): New procedure.
7286
bd293940
PA
72872014-07-14 Pedro Alves <palves@redhat.com>
7288
7289 * lib/gdb.exp (gdb_assert): New procedure.
7290 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7291
c933f875
PA
72922014-07-14 Pedro Alves <palves@redhat.com>
7293
7294 * gdb.base/execution-termios.c: New file.
7295 * gdb.base/execution-termios.exp: New file.
7296
d98b7a16
TT
72972014-07-14 Tom Tromey <tromey@redhat.com>
7298
7299 * gdb.cp/vla-cxx.cc: New file.
7300 * gdb.cp/vla-cxx.exp: New file.
7301
548740d6
TT
73022014-07-14 Tom Tromey <tromey@redhat.com>
7303
7304 * gdb.reverse/rerun-prec.c: New file.
7305 * gdb.reverse/rerun-prec.exp: New file.
7306
a25eb028
MR
73072014-07-12 Maciej W. Rozycki <macro@mips.com>
7308 Maciej W. Rozycki <macro@codesourcery.com>
7309
7310 * lib/gdb-utils.exp: New file.
7311 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7312 inline `gdb_init_command' processing.
7313 (gdb_start_cmd): Likewise.
7314 * lib/mi-support.exp (mi_run_cmd): Likewise.
7315 * README: Document `gdb_init_command' and `gdb_init_commands'.
7316
218c2655
JK
73172014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7318
7319 Fix false FAIL running under a very long directory name.
7320 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7321 and "set print elements 10000". Twice.
7322
5401fde3
YQ
73232014-07-11 Yao Qi <yao@codesourcery.com>
7324
7325 * gdb.base/exprs.exp: "set print symbol off".
7326
e76126e8
PA
73272014-07-11 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.threads/kill.c: New file.
7330 * gdb.threads/kill.exp: New file.
7331
2d6f0de6
YQ
73322014-07-10 Yao Qi <yao@codesourcery.com>
7333
7334 * gdb.trace/tfile.c (write_basic_trace_file)
7335 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7336 address written to trace file.
7337
7180e04a
PA
73382014-07-09 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/attach-wait-input.exp: New file.
7341 * gdb.base/attach-wait-input.c: New file.
7342
9a9a7608
AB
73432014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7344
7345 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7346 setting up test structures.
7347 (main): Call new test function.
7348 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7349 test function, continue into test function and walk test
7350 structures.
7351
161ac41e
YQ
73522014-07-02 Yao Qi <yao@codesourcery.com>
7353
7354 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7355 'bar_start' at the beginning of functions 'foo' and 'bar'
7356 respectively.
7357 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7358 instead of 'foo' and 'bar'.
7359
1f267ae3
MM
73602014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7361
7362 * gdb.btrace/segv.exp: New.
7363 * gdb.btrace/segv.c: New.
7364
2b239efb
LM
73652014-07-02 Luis Machado <lgustavo@codesourcery.com>
7366
7367 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7368 instruction.
7369
cf363f18
MW
73702014-06-30 Mark Wielaard <mjw@redhat.com>
7371
7372 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7373 vulture, vilify, villar): New volatile array constants.
7374 (vindictive, vegetation): New const volatile array constants.
7375 * gdb.base/volatile.exp: Test volatile and const volatile array
7376 types.
7377
aebf9d24
AA
73782014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7379
7380 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7381 target lacks support for awatch, rwatch, or hbreak.
7382
b67a2c6f
YQ
73832014-06-27 Yao Qi <yao@codesourcery.com>
7384
7385 * gdb.multi/dummy-frame-restore.exp: New.
7386 * gdb.multi/dummy-frame-restore.c: New.
7387
aef92902
MM
73882014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7389
7390 * gdb.btrace/gcore.exp: New.
7391
8e9db26e
PA
73922014-06-23 Pedro Alves <palves@redhat.com>
7393
7394 * gdb.base/watchpoint-reuse-slot.c: New file.
7395 * gdb.base/watchpoint-reuse-slot.exp: New file.
7396
70afc5b7
SC
73972014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7398
7399 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7400 progspace's filename in 'info', 'enable' and 'disable' command
7401 tests.
7402
b972bd9c
JK
74032014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7406 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7407 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7408
125f8a3d
GB
74092014-06-20 Gary Benson <gbenson@redhat.com>
7410
7411 * gdb.arch/i386-avx.exp: Fix include file location.
7412 * gdb.arch/i386-sse.exp: Likewise.
7413
3ed9baed
IB
74142014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7415
7416 * gdb.dlang/expression.exp: New file.
7417
034f788c
PA
74182014-06-19 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7421 out from ...
7422 (top level): ... here. Iterate running tests under different
7423 scheduler-locking settings.
7424
45371d0c
LM
74252014-06-18 Luis Machado <lgustavo@codesourcery.com>
7426
7427 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7428 to DW_FORM_addr and use non-zero addresses.
7429
5d376983
SC
74302014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7431
7432 PR gdb/17017
7433 * gdb.python/py-xmethods.cc: Add global function call counters and
7434 increment them in their respective functions. Remove "cout"
7435 statements.
7436 * gdb.python/py-xmethods.exp: Make tests check the global function
7437 call counters instead of depending on inferior IO.
7438
a1aa2221
LM
74392014-06-18 Don Breazeal <donb@codesourcery.com>
7440
7441 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7442 Deleted procedure.
7443 (explicit_fork_parent_follow): Deleted procedure.
7444 (explicit_fork_child_follow): Deleted procedure.
7445 (test_follow_fork): New procedure.
7446 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 7447 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
7448 procedure calls.
7449
0fc05997
YQ
74502014-06-17 Yao Qi <yao@codesourcery.com>
7451
7452 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7453 CP1252.
7454
70795c52
LM
74552014-06-17 Luis Machado <lgustavo@codesourcery.com>
7456
7457 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7458 Initialize ptr and S explicitly.
7459 (skip_type_update_when_not_use_rtti_test): Likewise.
7460
6be47f0c
KS
74612014-06-16 Keith Seitz <keiths@redhat.com>
7462
7463 PR mi/15863
7464 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7465 the inferior is started.
7466
d03de421
PA
74672014-06-16 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.base/break-main-file-remove-fail.c: New file.
7470 * gdb.base/break-main-file-remove-fail.exp: New file.
7471 * gdb.base/break-unload-file.exp: Use build_executable instead of
7472 prepare_for_testing.
7473 (test_break): New parameter "initial_load". Handle it.
7474 (top level): Add initial_load cmdline/file axis.
7475
f9579b99
TT
74762014-06-12 Tom Tromey <tromey@redhat.com>
7477
7478 * gdb.base/completion.exp: Don't use directory name in test.
7479
3657956b
GB
74802014-06-09 Gary Benson <gbenson@redhat.com>
7481
7482 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7483 separate the always-available ANSI-standard signals from the
7484 signals that require checking.
7485 (main): Likewise.
7486 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7487 Likewise.
7488 (main): Likewise.
7489
4186eb54
KS
74902014-06-07 Keith Seitz <keiths@redhat.com>
7491
7492 Revert:
7493 PR c++/16253
7494 * gdb.cp/var-tag.cc: New file.
7495 * gdb.cp/var-tag.exp: New file.
7496 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7497 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7498 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7499 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7500
25326a28 75012014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
7502
7503 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7504
829155c9
PA
75052014-06-06 Pedro Alves <palves@redhat.com>
7506
7507 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7508 in target debug output instead of looking at RSP packets,
7509 disabling the test on any target that uses hardware stepping.
7510 Update comments.
7511
61c8d22e
PA
75122014-06-06 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.base/break-unload-file.exp: Fix typo.
7515
d9a47287
YQ
75162014-06-06 Yao Qi <yao@codesourcery.com>
7517
7518 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7519 from "jit_function" to "^jit_function".
7520
e5e01dbf
YQ
75212014-06-06 Yao Qi <yao@codesourcery.com>
7522
7523 * gdb.base/async.c (foo): Add one statement.
7524 * gdb.base/async.exp: Get the next instruction address and
7525 match the output of "nexti" by instruction address. Match
7526 the hex address in the output of "finish".
7527
73ba372c
GB
75282014-06-06 Gary Benson <gbenson@redhat.com>
7529
7530 * gdb.base/call-signals.c: Remove preprocessor conditionals
7531 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7532 SIGSEGV and SIGTERM.
7533 * gdb.base/sigall.c: Likewise.
7534 * gdb.base/unwindonsignal.c: Likewise.
7535 * gdb.reverse/sigall-reverse.c: Likewise.
7536
831517df
YQ
75372014-06-06 Yao Qi <yao@codesourcery.com>
7538
7539 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7540 readable, skip the test.
7541
b8b91e98
YQ
75422014-06-06 Yao Qi <yao@codesourcery.com>
7543
7544 * gdb.threads/staticthreads.c (thread_function): Move the line
7545 setting breakpoint on forward.
7546 * gdb.threads/staticthreads.exp: Update comments.
7547
fb934770
LC
75482014-06-05 Ludovic Courtès <ludo@gnu.org>
7549
7550 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7551 "history-append! type error".
7552
6ef284bd
SM
75532014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7554
7555 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7556 erroneous dprintf expected input.
7557
a872e241
DE
75582014-06-04 Doug Evans <xdje42@gmail.com>
7559
7560 * gdb.guile/scm-generics.exp: Delete.
7561
16f691fb
DE
75622014-06-04 Doug Evans <xdje42@gmail.com>
7563
7564 * gdb.guile/scm-breakpoint.exp: Update.
7565 Add tests for breakpoint registration.
7566
012370f6
TT
75672014-06-04 Tom Tromey <tromey@redhat.com>
7568
7569 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7570 VLA-in-union.
7571 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7572 inner_vla_struct, vla_union types. Initialize objects of those
7573 types and compute their sizes.
7574
9f5a4cef
HZ
75752014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7576 Hui Zhu <hui@codesourcery.com>
7577
7578 * gdb.base/fileio.exp: Add test for shell not available as well as
7579 available.
7580 * gdb.base/fileio.c (test_system): Check for shell twice.
7581
90a45c4d
YQ
75822014-06-04 Yao Qi <yao@codesourcery.com>
7583
7584 * gdb.base/auto-connect-native-target.exp: Remove redundant
7585 space from the regexp pattern.
7586
70017e41
YQ
75872014-06-04 Yao Qi <yao@codesourcery.com>
7588
7589 * gdb.base/default.exp: Replace "child" with "native" in
7590 regexp pattern.
7591
883964a7
SC
75922014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7593
7594 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7595 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7596 * gdb.python/py-xmethods.py: Python script supporting the
7597 new testcase and tests.
7598
ef370185
JB
75992014-06-03 Joel Brobecker <brobecker@adacore.com>
7600 Pedro Alves <palves@redhat.com>
7601
7602 PR breakpoints/17000
7603 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7604 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7605
1e2ccb61
BM
76062014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7607
7608 * gdb.base/subst.exp: Add tests to verify partial path matching
7609 output.
7610
c6ec5ab2
PA
76112014-06-03 Pedro Alves <palves@redhat.com>
7612
7613 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7614 target that doesn't use software single-stepping.
7615
835c559f
PA
76162014-06-03 Pedro Alves <palves@redhat.com>
7617
7618 PR breakpoints/17000
7619 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7620 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7621
06eb1586
DE
76222014-06-02 Doug Evans <xdje42@gmail.com>
7623
7624 * gdb.guile/scm-parameter.exp: New file.
7625
e698b8c4
DE
76262014-06-02 Doug Evans <xdje42@gmail.com>
7627
7628 * gdb.guile/scm-cmd.c: New file.
7629 * gdb.guile/scm-cmd.exp: New file.
7630
ded03782
DE
76312014-06-02 Doug Evans <xdje42@gmail.com>
7632
7633 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7634 pretty-printer lookup.
7635 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7636 (make-pp_s-printer): Call it.
7637 (make-pretty-printer-from-dict): New function.
7638 (lookup-pretty-printer-maker-from-dict): New function.
7639 (*pretty-printer*): Simplify.
7640 (make-objfile-pp_s-printer): New function.
7641 (install-objfile-pretty-printers!): New function.
7642 (make-progspace-pp_s-printer): New function.
7643 (install-progspace-pretty-printers!): New function.
7644 * gdb.guile/scm-progspace.c: New file.
7645 * gdb.guile/scm-progspace.exp: New file.
7646
41fac0cf
PA
76472014-06-02 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/dprintf-bp-same-addr.c: New file.
7650 * gdb.base/dprintf-bp-same-addr.exp: New file.
7651
96ae5695
EBM
76522014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7653
7654 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7655 * gdb.arch/powerpc-power.s: Likewise.
7656
da02b3a8
JB
76572014-06-02 Joel Brobecker <brobecker@adacore.com>
7658
7659 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7660
c72b2e7b
YQ
76612014-06-01 Yao Qi <yao@codesourcery.com>
7662
7663 * gdb.base/watchpoint.exp (test_watch_location): Check null
7664 pointer can be dereferenced. If not, do the test, otherwise
7665 skip it.
7666
53e8a631
AB
76672014-05-30 Andrew Burgess <aburgess@broadcom.com>
7668
7669 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7670 results.
7671 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7672
938f0e2f
AB
76732014-05-30 Andrew Burgess <aburgess@broadcom.com>
7674
7675 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7676 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7677 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7678 * gdb.arch/amd64-invalid-stack-top.c: New file.
7679 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7680
9ba6657a
PA
76812014-05-30 Pedro Alves <palves@redhat.com>
7682
7683 PR breakpoints/17000
7684 * gdb.base/sss-bp-on-user-bp.c: New file.
7685 * gdb.base/sss-bp-on-user-bp.exp: New file.
7686
522c09bf
DB
76872014-05-30 David Blaikie <dblaikie@gmail.com>
7688
7689 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7690 gnu_inline semantics via attribute.
7691 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7692 source explicitly specifies the required semantics.
7693
bf4ef81e
MR
76942014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7695
7696 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7697
329ea579
PA
76982014-05-29 Pedro Alves <palves@redhat.com>
7699 Tom Tromey <tromey@redhat.com>
7700
7701 * gdb.base/async-shell.exp: Don't enable target-async.
7702 * gdb.base/async.exp
7703 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7704 parameter. Adjust.
7705 (top level): Don't test with "target-async".
7706 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7707 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7708 * gdb.base/inferior-died.exp: Don't enable target-async.
7709 * gdb.base/interrupt-noterm.exp: Likewise.
7710 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7711 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7712 * gdb.mi/mi-nonstop.exp: Likewise.
7713 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7714 * gdb.mi/mi-nsintrall.exp: Likewise.
7715 * gdb.mi/mi-nsmoribund.exp: Likewise.
7716 * gdb.mi/mi-nsthrexec.exp: Likewise.
7717 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7718 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7719 * gdb.python/py-evsignal.exp: Don't enable target-async.
7720 * gdb.python/py-evthreads.exp: Likewise.
7721 * gdb.python/py-prompt.exp: Likewise.
7722 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7723 * gdb.server/solib-list.exp: Don't enable target-async.
7724 * gdb.threads/thread-specific-bp.exp: Likewise.
7725 * lib/mi-support.exp: Adjust to use mi-async.
7726
fd664c91
PA
77272014-05-29 Pedro Alves <palves@redhat.com>
7728
7729 PR gdb/13860
7730 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7731 reason, even in sync mode.
7732
251bde03
PA
77332014-05-29 Pedro Alves <palves@redhat.com>
7734 Hui Zhu <hui@codesourcery.com>
7735
7736 PR PR15693
7737 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7738 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7739 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7740 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7741
7f3c0343
JB
77422014-05-28 Joel Brobecker <brobecker@adacore.com>
7743
7744 * config/monitor.exp (gdb_target_monitor): Replace use of
7745 "set remotebaud" by "set serial baud".
7746
b2715b27
AW
77472014-05-26 Andy Wingo <wingo@igalia.com>
7748
7749 * gdb.guile/scm-breakpoint.exp:
7750 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7751 properties instead of gdb-object-properties.
7752
498a4489
YQ
77532014-05-26 Yao Qi <yao@codesourcery.com>
7754
7755 * gdb.server/no-thread-db.exp: Specify source file name
7756 explicitly when setting a breakpoint.
7757
589fdceb
MM
77582014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7759
7760 * gdb.btrace/vdso.c: New.
7761 * gdb.btrace/vdso.exp: New.
7762
e9089e05
MM
77632014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7764
7765 * gdb.base/gcore.exp (capture_command_output): Move ...
7766 * lib/gdb.exp (capture_command_output): ... here.
7767
67b5c0c1
MM
77682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7769
7770 * gdb.btrace/data.exp: Test memory access during btrace replay.
7771
a2199296
SM
77722014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7773
7774 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7775
17b2616c
PA
77762014-05-21 Pedro Alves <palves@redhat.com>
7777
7778 PR gdb/13860
7779 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7780 (top level): Test that output related to execution commands is
7781 sent to the console with CLI commands, but not with MI commands.
7782 Test that breakpoint events are always mirrored to the console.
7783 Also expect the new source line to be output after a "next" in
7784 async mode too. Make it a pass/fail test.
7785 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7786 output.
7787 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7788
5166082f
PA
77892014-05-21 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7792 Use them to test variations of "list" after reaching a breakpoint.
7793 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7794 Test "list" with listsize 10 after reaching a breakpoint.
7795 * gdb.python/python.exp (decode_line current location line
7796 number): Adjust expected line number.
7797
2f25d70f
SM
77982014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7799
7800 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7801 behavior for $args, pass it directly to "run".
7802
ff604a67
MR
78032014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7804
7805 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7806 30000 to 65536.
7807
6a3cb8e8
PA
78082014-05-21 Pedro Alves <palves@redhat.com>
7809
7810 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7811 auto-connect-native-target off".
7812 * gdb.base/auto-connect-native-target.c: New file.
7813 * gdb.base/auto-connect-native-target.exp: New file.
7814
4ebfc96e
PA
78152014-05-21 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/default.exp: Test "target native" instead of "target
7818 child".
7819
36d46afb
MW
78202014-05-21 Mark Wielaard <mjw@redhat.com>
7821
7822 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7823
5876f503
JK
78242014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7825
7826 Fix TLS access for -static -pthread.
7827 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7828 <HAVE_TLS> (thread_function, main): Initialize it.
7829 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7830 Add clean_restart.
7831 <$have_tls != "">: Check TLSVAR.
7832
0256a6ac
PA
78332014-05-21 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/dcache-line-read-error.c: New.
7836 * gdb.base/dcache-line-read-error.exp: New.
7837
936d2992
PA
78382014-05-20 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.base/compare-sections.c: New file.
7841 * gdb.base/compare-sections.exp: New file.
7842
802e8e6d
PA
78432014-05-20 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/break-idempotent.c: New file.
7846 * gdb.base/break-idempotent.exp: New file.
7847
e59fa00f
MM
78482014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7849
7850 * gdb.btrace/nohist.exp: New.
7851
8b696e31
YQ
78522014-05-20 Yao Qi <yao@codesourcery.com>
7853
7854 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7855 gdb.reverse directory and gdb_reverse_timeout exists in board
7856 setting.
7857 * README: Document gdb_reverse_timeout.
7858
73c9764f
YQ
78592014-05-20 Yao Qi <yao@codesourcery.com>
7860
7861 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7862 'test_file_name'. Treat args as a string instead of a list.
7863 (gdb_init): Rename argument 'args' by 'test_file_name'.
7864
f1f4348a
JK
78652014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7866
7867 * gdb.arch/powerpc-power.exp: New file.
7868 * gdb.arch/powerpc-power.s: New file.
7869
0dbe70ce
DE
78702014-05-16 Doug Evans <dje@google.com>
7871
7872 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7873 * gdb.base/completion.exp: Check that all expected files exist
7874 before doing file completion.
0dbe70ce 7875
8d551b02
DE
78762014-05-16 Doug Evans <dje@google.com>
7877
7878 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7879 Update.
7880 (do_syscall_tests_without_xml): Update.
7881
73eb7709
PA
78822014-05-16 Pedro Alves <palves@redhat.com>
7883
7884 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7885 instead of "unknown output after running".
7886
3fae92fc
YQ
78872014-05-16 Yao Qi <yao@codesourcery.com>
7888
7889 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7890 file1.txt from host at the end.
7891 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7892
c2b2ccc5
DE
78932014-05-15 Doug Evans <dje@google.com>
7894
7895 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7896 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7897 loading file. Add test for TU lookup.
7898
8c217a4b
SM
78992014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7900
7901 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7902 calling "-exec-arguments" or "set args" before running the
7903 inferior.
7904
3deb39c6
SM
79052014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7906
7907 * lib/mi-support.exp (mi_expect_stop): Expect message for
7908 inferiors that exit with non-zero exit code.
7909
71a79f8c
YQ
79102014-05-14 Yao Qi <yao@codesourcery.com>
7911
7912 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7913 match absolute path on remote host.
7914 (test_file_list_exec_source_files): Remove "/" from the
7915 pattern.
7916
f23fcd46
YQ
79172014-05-14 Yao Qi <yao@codesourcery.com>
7918
7919 * boards/local-remote-host-notty.exp (${board}_file): New
7920 proc.
7921
9404b58f
KM
79222014-05-07 Kyle McMartin <kyle@redhat.com>
7923
7924 Pushed by Joel Brobecker <brobecker@adacore.com>.
7925 * gdb.arch/aarch64-atomic-inst.c: New file.
7926 * gdb.arch/aarch64-atomic-inst.exp: New file.
7927
5e45f04c
YQ
79282014-05-07 Yao Qi <yao@codesourcery.com>
7929
7930 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7931 in current context" too.
7932
c888a17d
KS
79332014-05-05 Keith Seitz <keiths@redhat.com>
7934
7935 * gdb.linespec/ls-dollar.exp: Add test for linespec
7936 file:convenience_variable.
7937
290a839c
YQ
79382014-05-05 Yao Qi <yao@codesourcery.com>
7939
7940 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7941 traceframes into tfile and ctf trace files. Read data from
7942 trace file and test collected data.
7943 (gdb_collect_locals_test): Likewise.
7944 (gdb_unavailable_registers_test): Likewise.
7945 (gdb_unavailable_floats): Likewise.
7946 (gdb_collect_globals_test): Likewise.
7947 (top-level): Append "ctf" to trace_file_targets if GDB
7948 supports.
7949
b5262cd0
YQ
79502014-05-05 Yao Qi <yao@codesourcery.com>
7951
7952 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7953 code to ...
7954 (gdb_collect_args_test_1): ... it. New proc.
7955 (gdb_collect_locals_test): Move some code to ...
7956 (gdb_collect_locals_test_1): ... it. New proc.
7957 (gdb_unavailable_registers_test): Move some code to ...
7958 (gdb_unavailable_registers_test_1): ... it. New proc.
7959 (gdb_unavailable_floats): Move some code to ...
7960 (gdb_unavailable_floats_1): ... it. New proc.
7961
30a1e6cc
SDJ
79622014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7963
7964 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7965 probes to test for bitness recognition.
7966 * gdb.arch/amd64-stap-optional-prefix.exp
7967 (test_probe_value_without_reg): New procedure.
7968 Add code to test for different kinds of bitness.
7969
f33da99a
SDJ
79702014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7971
7972 PR breakpoints/16889
7973 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7974 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7975
5b80f00d
PA
79762014-05-01 Pedro Alves <palves@redhat.com>
7977
7978 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7979 gdb_file_cmd if no file is specified.
7980 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7981 last_loaded_file to set the remote exec-file.
7982
f8c2a73c
PA
79832014-05-01 Pedro Alves <palves@redhat.com>
7984
7985 * boards/local-remote-host.exp: New file.
7986
be6e8ac7
PA
79872014-05-01 Pedro Alves <palves@redhat.com>
7988
7989 * boards/local-remote-host.exp: Rename to ...
7990 * boards/local-remote-host-notty.exp: ... this.
7991
cac0dc8f
JB
79922014-04-28 Joel Brobecker <brobecker@adacore.com>
7993
7994 * gdb.ada/dyn_arrayidx: New testcase.
7995
9730e6cc
YQ
79962014-04-26 Yao Qi <yao@codesourcery.com>
7997
7998 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7999 and compute the length of function main. Save it in
8000 $main_length.
8001 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
8002 (top-level): Use gdb_compile to compile objects into
8003 executable and restart GDB. Remove invocation to
8004 prepare_for_testing.
8005
7ae1a6a6
PA
80062014-04-25 Simon Marchi <simon.marchi@ericsson.com>
8007 Pedro Alves <palves@redhat.com>
8008
8009 PR server/16255
8010 * gdb.multi/multi-attach.c: New file.
8011 * gdb.multi/multi-attach.exp: New file.
8012
4082afcc
PA
80132014-04-25 Pedro Alves <palves@redhat.com>
8014
8015 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
8016 user.
8017 (top level): Test that "set remote conditional-breakpoints-packet
8018 off" works as intended.
8019 * gdb.base/dprintf.exp: Test that "set remote
8020 breakpoint-commands-packet off" works as intended.
8021 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
8022 New function.
8023 (top level): Call it.
8024 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
8025 remote fast-tracepoints-packet off" works as intended.
8026 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
8027 * lib/gdb.exp (gdb_is_target_remote): ... here.
8028
2abc3f8d
DB
80292014-04-24 David Blaikie <dblaikie@gmail.com>
8030
8031 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
8032 ensure clang would not discard them.
8033 * gdb.base/gdbvars.c: Ditto.
8034 * gdb.base/memattr.c: Ditto.
8035 * gdb.base/whatis.c: Ditto.
8036 * gdb.python/py-prettyprint.c: Ditto.
8037 * gdb.trace/actions.c: Ditto.
8038 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
8039 ensure clang would not discard it.
8040
bfd39632
DB
80412014-04-24 David Blaikie <dblaikie@gmail.com>
8042
8043 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
8044 clang to emit the full definition of type required by the test
8045 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
8046
22842ff6
DB
80472014-04-24 David Blaikie <dblaikie@gmail.com>
8048
8049 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
8050 coax Clang into emitting the definition of the type.
8051 * gdb.cp/pr10728-x.h (y): Ditto.
8052 * gdb.cp/pr10728-y.cc (y): Ditto.
8053
c2e827ad
DB
80542014-04-24 David Blaikie <dblaikie@gmail.com>
8055
8056 * gdb.base/label.exp: XFAIL label related tests under Clang.
8057 * gdb.cp/cplabel.exp: Ditto.
8058 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
8059 under Clang those using labels.
8060
4c2d33e7
YQ
80612014-04-25 Yao Qi <yao@codesourcery.com>
8062
8063 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
8064 double_label.
8065 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
8066 partial_label and double_label.
8067
56083b99
DB
80682014-04-24 David Blaikie <dblaikie@gmail.com>
8069
8070 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
8071
25d4e99d
DB
80722014-04-24 David Blaikie <dblaikie@gmail.com>
8073
8074 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
8075 of the function to work across GCC and Clang.
8076 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
8077 pointer types (const void ** const V void **).
8078
01f9f808
MS
80792014-04-24 Michael Sturm <michael.sturm@mintel.com>
8080 Walfred Tedeschi <walfred.tedeschi@intel.com>
8081
8082 * Makefile.in (EXECUTABLES): Added i386-avx512.
8083 * gdb.arch/i386-avx512.c: New file.
8084 * gdb.arch/i386-avx512.exp: Likewise.
8085
4b48d439
KS
80862014-04-23 Keith Seitz <keiths@redhat.com>
8087
8088 * lib/mi-support.exp (mi_list_breakpoints): Delete.
8089 (mi_make_breakpoint_table): New procedure.
8090 (mi_create_breakpoint): Use mi_make_breakpoint
8091 and return the result.
8092 (mi_make_breakpoint): New procedure.
8093 (mi_build_kv_pairs): New procedure.
8094
8095 * gdb.mi/mi-break.exp: Remove unused globals,
8096 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
8097 All callers updated.
8098 * gdb.mi/mi-dprintf.exp: Use variable to track command
8099 number.
8100 Update all callers of mi_create_breakpoint and use
8101 mi_make_breakpoint_table.
8102 Remove any unused global variables.
8103 * gdb.mi/mi-nonstop.exp: Likewise.
8104 * gdb.mi/mi-nsintrall.exp: Likewise.
8105 * gdb.mi/mi-nsmoribund.exp: Likewise.
8106 * gdb.mi/mi-nsthrexec.exp: Likewise.
8107 * gdb.mi/mi-reverse.exp: Likewise.
8108 * gdb.mi/mi-simplerun.exp: Likewise.
8109 * gdb.mi/mi-stepn.exp: Likewise.
8110 * gdb.mi/mi-syn-frame.exp: Likewise.
8111 * gdb.mi/mi-until.exp: Likewise.
8112 * gdb.mi/mi-var-cp.exp: Likewise.
8113 * gdb.mi/mi-var-display.exp: Likewise.
8114 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
8115 * gdb.mi/mi2-var-child.exp: Likewise.
8116 * gdb.mi/mi-vla-c99.exp: Likewise.
8117 * lib/mi-support.exp: Likewise.
8118
8119 From Ian Lance Taylor <iant@cygnus.com>:
8120 * lib/gdb.exp (parse_args): New procedure.
8121
08351840
PA
81222014-04-23 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.base/break-unload-file.c: New file.
8125 * gdb.base/break-unload-file.exp: New file.
8126 * gdb.base/sym-file-lib.c (baz): New function.
8127 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
8128 field.
8129 (load): Store the segment's mapped size.
8130 (unload): New function.
8131 (unload_shlib): New function.
8132 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
8133 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
8134 set a breakpoint at baz, and call it.
8135 * gdb.base/sym-file.exp: New tests for stale breakpoint
8136 instructions.
8137
076855f9
PA
81382014-04-23 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
8141 * gdb.base/hbreak-in-shr-unsupported.c: New file.
8142 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
8143 * gdb.base/hbreak-unmapped.c: New file.
8144 * gdb.base/hbreak-unmapped.exp: New file.
8145 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
8146 * lib/gdb.exp (gdb_is_target_remote): ... here.
8147
483805cf
PA
81482014-04-22 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.base/consecutive-step-over.c: New file.
8151 * gdb.base/consecutive-step-over.exp: New file.
8152
06d97543
PA
81532014-04-22 Pedro Alves <palves@redhat.com>
8154
8155 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
8156 instead of send_gdb/gdb_expect.
8157
b4429ea2
YQ
81582014-04-22 Yao Qi <yao@codesourcery.com>
8159
8160 * lib/trace-support.exp (generate_tracefile): New procedure.
8161 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
8162 return 0.
8163 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
8164 if generate_tracefile returns 1.
8165
51d48146
PA
81662014-04-18 Tom Tromey <palves@redhat.com>
8167 Pedro alves <tromey@redhat.com>
8168
8169 PR backtrace/15558
8170 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
8171 with a backtrace limit.
8172 * gdb.python/py-frame-inline.exp: Test running to an inline
8173 function with a backtrace limit, and printing the newest frame.
8174 * gdb.python/py-frame-inline.c (main): Call f.
8175
bd1dce5f
MS
81762014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8177
8178 * gdb.java/jnpe.exp: Drop srcdir from untested path.
8179
40d1a503
MS
81802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8181
8182 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
8183 Drop prefix from unsupported source file path.
8184
389b98f7
YQ
81852014-04-17 Yao Qi <yao@codesourcery.com>
8186
8187 * lib/gdb.exp (with_target_charset): New proc.
8188 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
8189 with_target_charset.
8190 (test_print_strings): Likewise.
8191 (test_repeat_bytes): Likewise.
8192 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
8193 for some tests.
8194
22869d73
KS
81952014-04-16 Keith Seitz <keiths@redhat.com>
8196
8197 PR gdb/15827
8198 * gdb.dwarf2/corrupt.c: New file.
8199 * gdb.dwarf2/corrupt.exp: New file.
8200
c4f87ca6
KS
82012014-04-16 Keith Seitz <keiths@redhat.com>
8202
8203 PR c++/16597
8204 * gdb.cp/namelessclass.cc: New file.
8205 * gdb.cp/namelessclass.exp: New file.
8206 * gdb.cp/namelessclass.S: New file.
8207
ab19de87
DE
82082014-04-16 Doug Evans <dje@google.com>
8209
8210 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
8211 Add comment.
8212 (gdbserver_default_get_comm_port): New function.
8213 (gdbserver_start): Check if board file provided
8214 "gdbserver,get_comm_port" and use it if so.
8215 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
8216 (gdb,socketport): Set to "stdio".
8217 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
8218 (stdio_gdbserver_template): Delete.
8219 (${board}_get_remote_address): Update.
8220 (${board}_build_remote_cmd): Delete.
8221 (${board}_get_comm_port): New function.
8222 (${board}_spawn): Update.
8223 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
8224 Delete.
8225 (${board}_get_remote_address): Update.
8226 (${board}_get_comm_port): New function.
8227
fc98a809
AB
82282014-04-16 Andrew Burgess <aburgess@broadcom.com>
8229
8230 * gdb.base/memattr.exp: Improve regexps to handle memory regions
8231 appearing in any order.
8232
87fd9e6e
DE
82332014-04-15 Doug Evans <dje@google.com>
8234
8235 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
8236 uninitialized value of "description".
8237
099fc3ea
KS
82382014-04-15 Keith Seitz <keiths@redhat.com>
8239
8240 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
8241 Remove unused globals.
8242 (test_running_the_program): Likewise.
8243 (test_controlled_execution): Likewise.
8244 (test_controlling_breakpoints): Likewise.
8245 (test_program_termination): Likewise.
8246
5da151d4
KS
82472014-04-15 Keith Seitz <keiths@redhat.com>
8248
8249 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8250 unused globals.
8251 (test_rbreak_creation_and_listing): Likewise.
8252 (test_ignore_count): Likewise.
8253 (test_error): Likewise.
8254
35e5d2f0
PA
82552014-04-15 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8258 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8259 sym-file-loader.c.
8260 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8261 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8262 to sym-file-loader.c.
8263 (struct library): Forward declare.
8264 (load_shlib, lookup_function): Change prototypes.
8265 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8266 (translate_offset): Remove declarations.
8267 (get_text_addr): New declaration.
8268 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8269 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8270 sym-file-loader.h.
8271 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8272 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8273 here from sym-file-loader.h.
8274 (struct library): New structure.
8275 (load_shlib, lookup_function): Change prototypes and adjust to
8276 work with a struct library.
8277 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8278 (translate_offset): Make static.
8279 (get_text_addr): New function.
8280 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8281
eb4c1710
PA
82822014-04-15 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8285
2d1baf52
PA
82862014-04-15 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.base/sym-file-loader.c: Include <limits.h>.
8289 (SELF_LINK): New define.
8290 (get_origin): New function.
8291 (load_shlib): Use it.
8292 * gdb.base/sym-file.exp: Don't early return if the target is
8293 remote. Use runto_main, and issue fail is that fails. Use
8294 gdb_load_shlibs.
8295 (shlib_name): Delete.
8296 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8297
7dd6df01
PA
82982014-04-15 Pedro Alves <palves@redhat.com>
8299
8300 * gdb.base/sym-file.exp: Remove regex characters from test
8301 message. Don't refer to breakpoint numbers in test messages.
8302
b50c8614
KS
83032014-04-14 Keith Seitz <keiths@redhat.com>
8304
8305 PR c++/16253
8306 * gdb.cp/var-tag.cc: New file.
8307 * gdb.cp/var-tag.exp: New file.
8308 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8309 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8310 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8311 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8312
3d567982
TT
83132014-04-14 Tom Tromey <tromey@redhat.com>
8314
8315 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8316 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8317 type.
8318 * gdb.cp/enum-class.exp: New file.
8319 * gdb.cp/enum-class.cc: New file.
8320
0626fc76
TT
83212014-04-14 Tom Tromey <tromey@redhat.com>
8322
8323 * gdb.dwarf2/enum-type.exp: New file.
8324
dca325b3
SA
83252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8326
8327 * gdb.mi/mi-vla-c99.exp: New file.
8328 * gdb.mi/vla.c: New file.
8329
5854b38a
SA
83302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8331
8332 * gdb.base/vla-datatypes.c: New file.
8333 * gdb.base/vla-datatypes.exp: New file.
8334
463bb957
SA
83352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8336
8337 * gdb.base/vla-ptr.c: New file.
8338 * gdb.base/vla-ptr.exp: New file.
8339
3dd170be
SA
83402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8341
8342 * gdb.dwarf2/count.exp: New file.
8343
5ecaaa66
SA
83442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8345
8346 * gdb.base/vla-sideeffect.c: New file.
8347 * gdb.base/vla-sideeffect.exp: New file.
8348
41f1ada5
DB
83492014-04-14 David Blaikie <dblaikie@gmail.com>
8350
8351 * gdb.mi/non-stop.c: Add return value for non-void function return
8352 statement.
8353 * gdb.threads/staticthreads.c: Ditto.
8354
0be03e84
DE
83552014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8356 Doug Evans <xdje42@gmail.com>
8357
8358 * gdb.guile/scm-value.c: Improve test case.
8359 * gdb.guile/scm-value.exp: Add new test.
8360
f180a1fb
DB
83612014-04-11 David Blaikie <dblaikie@gmail.com>
8362
8363 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8364 override Clang's default.
8365
6b662e19
JB
83662014-04-11 Joel Brobecker <brobecker@adacore.com>
8367
8368 Revert the following changes (regressions):
8369
8370 * gdb.base/vla-sideeffect.c: New file.
8371 * gdb.base/vla-sideeffect.exp: New file.
8372
8373 * gdb.dwarf2/count.exp: New file.
8374
8375 * gdb.base/vla-multi.c: New file.
8376 * gdb.base/vla-multi.exp: New file.
8377
8378 * gdb.base/vla-ptr.c: New file.
8379 * gdb.base/vla-ptr.exp: New file.
8380
8381 * gdb.base/vla-datatypes.c: New file.
8382 * gdb.base/vla-datatypes.exp: New file.
8383
8384 * gdb.mi/mi-vla-c99.exp: New file.
8385 * gdb.mi/vla.c: New file.
8386
245a5f0b
KS
83872014-04-11 Keith Seitz <keiths@redhat.com>
8388
8389 PR c++/16675
8390 * gdb.cp/cpsizeof.exp: New file.
8391 * gdb.cp/cpsizeof.cc: New file.
8392
58a84dcf
SA
83932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8394
191a8a90
JB
8395 * gdb.mi/mi-vla-c99.exp: New file.
8396 * gdb.mi/vla.c: New file.
58a84dcf 8397
c8655f75
SA
83982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8399
8400 * gdb.base/vla-datatypes.c: New file.
8401 * gdb.base/vla-datatypes.exp: New file.
8402
024e13b4
SA
84032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8404
8405 * gdb.base/vla-ptr.c: New file.
8406 * gdb.base/vla-ptr.exp: New file.
8407
1a237e0e
SA
84082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8409
8410 * gdb.base/vla-multi.c: New file.
8411 * gdb.base/vla-multi.exp: New file.
8412
504f3432
SA
84132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8414
8415 * gdb.dwarf2/count.exp: New file.
8416
3bce8237
SA
84172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8418
191a8a90
JB
8419 * gdb.base/vla-sideeffect.c: New file.
8420 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 8421
322f9c21
YQ
84222014-04-11 Yao Qi <yao@codesourcery.com>
8423
8424 * gdb.base/completion.exp: Check file exists before running tests
8425 on file completion.
8426
d708bcd1
PA
84272014-04-10 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/cond-eval-mode.c: New file.
8430 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8431 prepare_for_testing to build the new file. Check result of
8432 runto_main.
8433 (test_break, test_watch): New procedures.
8434 (top level): Use them.
8435
ae1d2761
PM
84362014-04-08 Pierre Muller <muller@sourceware.org>
8437
8438 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8439 Ctrl-V use for mingw hosts.
8440
7af389b8
SC
84412014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8442
8443 * gdb.python/py-value.c: Improve test case.
8444 * gdb.python/py-value.exp: Add new test.
8445
5e703181
DE
84462014-04-07 David Blaikie <dblaikie@gmail.com>
8447
8448 * lib/compiler.c: Identify the clang compiler.
8449 * lib/compiler.cc: Ditto.
8450
9810b410
YQ
84512014-04-03 Yao Qi <yao@codesourcery.com>
8452
8453 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8454
98d1b8dc
AB
84552014-04-01 Anton Blanchard <anton@samba.org>
8456
8457 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8458 messages unique.
8459
3114cea1
AB
84602014-04-01 Anton Blanchard <anton@samba.org>
8461
8462 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8463 prepare_for_testing.
8464
62f7182c
AB
84652014-04-01 Anton Blanchard <anton@samba.org>
8466
8467 * gdb.arch/ppc64-atomic-inst.c: Remove.
8468 * gdb.arch/ppc64-atomic-inst.S: New file.
8469 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8470
770e7fc7
DE
84712014-03-31 Doug Evans <dje@google.com>
8472
8473 * gdb.base/print-symbol-loading-lib.c: New file.
8474 * gdb.base/print-symbol-loading-main.c: New file.
8475 * gdb.base/print-symbol-loading.exp: New file.
8476
46e2bafa
YQ
84772014-03-31 Yao Qi <yao@codesourcery.com>
8478
8479 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8480
8776cfe9
JB
84812014-03-28 Joel Brobecker <brobecker@adacore.com>
8482
8483 * gdb.ada/mi_dyn_arr: New testcase.
8484
5d1ef361
DE
84852014-03-27 Doug Evans <dje@google.com>
8486
8487 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8488
b5bee914
YQ
84892014-03-27 Yao Qi <yao@codesourcery.com>
8490
8491 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8492 if target is nios2-*-*.
8493
0d4d0e77
YQ
84942014-03-26 Yao Qi <yao@codesourcery.com>
8495
8496 * lib/gdb.exp (readline_is_used): New proc.
8497 * gdb.base/completion.exp: Move tests on command complete up.
8498 Skip the rest of tests if readline is not used.
8499 * gdb.ada/complete.exp: Skp the test if readline is not
8500 used.
8501 * gdb.base/filesym.exp: Likewise.
8502 * gdb.base/macscp.exp: Likewise.
8503 * gdb.base/readline-ask.exp: Likewise.
8504 * gdb.base/readline.exp: Likewise.
8505 * gdb.python/py-cmd.exp: Likewise.
8506 * gdb.trace/tfile.exp: Likewise.
8507
29361eee
YQ
85082014-03-26 Yao Qi <yao@codesourcery.com>
8509
8510 * gdb.base/macscp.exp: Fix code format issues.
8511
bc9a5525
UW
85122014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8513
8514 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8515 * gdb.asm/powerpc64le.inc: New file.
8516
d3839ede
PA
85172014-03-25 Pedro Alves <palves@redhat.com>
8518 Doug Evans <dje@google.com>
8519
8520 * gdb.base/source-execution.c: New file.
8521 * gdb.base/source-execution.exp: New file.
8522 * gdb.base/source-execution.gdb: New file.
8523
01672a57
DE
85242014-03-24 Doug Evans <dje@google.com>
8525
8526 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8527 using fission.
8528
88bbeca9
HZ
85292014-03-24 Hui Zhu <hui@codesourcery.com>
8530 Pedro Alves <palves@redhat.com>
8531
8532 PR breakpoints/16101
8533 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8534 test pass/fail messages. Detect missing support for dprintf when
8535 breakpoints are actually inserted.
8536 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8537 breakpoints are actually inserted.
8538 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8539 fails.
8540
d2348791
JK
85412014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8542
8543 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8544
feef67ab
DE
85452014-03-22 Doug Evans <xdje42@gmail.com>
8546
8547 * gdb.python/python.exp (python not supported): Verify multi-line
8548 python command issues an error.
25d743f9 8549 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8550 guile command issues an error.
feef67ab 8551
ecebef6a
MR
85522014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8553
8554 * gdb.threads/thread-specific.exp: Handle the lack of usable
8555 $this_breakpoint and $this_thread.
8556
ccdd1909
HZ
85572014-03-21 Hui Zhu <hui@codesourcery.com>
8558
8559 * gdb.base/attach.exp (do_command_attach_tests): New.
8560
beb460e8
PA
85612014-03-20 Tom Tromey <tromey@redhat.com>
8562 Pedro Alves <palves@redhat.com>
8563
8564 PR cli/15718
8565 * gdb.base/condbreak-call-false.c: New file.
8566 * gdb.base/condbreak-call-false.exp: New file.
8567
40acf43a
PA
85682014-03-20 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8571 Delete.
8572 (block_signals, unblock_signals): Delete.
8573 (child_function_2, main): Remove references to deleted variable
8574 and functions.
8575
9f5e1e02
PA
85762014-03-20 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8579 Use pthread_kill to signal thread 2.
8580 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8581 Adjust to make the test send itself a signal rather than using the
8582 host's "kill" command.
8583
99619bea
PA
85842014-03-20 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.threads/multiple-step-overs.c: New file.
8587 * gdb.threads/multiple-step-overs.exp: New file.
8588 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8589 Adjust expected infrun debug output.
8590
2adfaa28
PA
85912014-03-20 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8594 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8595
31e77af2
PA
85962014-03-20 Pedro Alves <palves@redhat.com>
8597
8598 PR breakpoints/7143
8599 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8600 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8601 of gdb_test_multiple.
8602 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8603 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8604
b9f437de
PA
86052014-03-20 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8608 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8609
05adc73e
PA
86102014-03-19 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.base/async.exp: Remove early return.
8613
6048b950
PA
86142014-03-19 Pedro Alves <palves@redhat.com>
8615
8616 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8617
8bcfb00a
PA
86182014-03-19 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.base/async.exp (test_background): Expect \r\n after
8621 "completed." in the fail pattern.
8622
884e37dc
PA
86232014-03-19 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/async.exp (test_background): New procedure.
8626 Use it for all background execution command tests.
8627
148e57e2
PA
86282014-03-19 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/async.exp: Use prepare_for_testing.
8631
f48088c7
PA
86322014-03-19 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8635 the same line.
8636
e2f6c966
PA
86372014-03-19 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/async.c (main): Add "jump here" and "until here" line
8640 marker comments.
8641 * gdb.base/async.exp (jump_here): New global.
8642 (jump& test): Use it.
8643 (until_here): New global.
8644 (until& test): Use it.
8645
c30568d4
PA
86462014-03-19 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/async.exp: Don't frob gdb_protocol.
8649
0172b6a7
DE
86502014-03-18 Doug Evans <xdje42@gmail.com>
8651
8652 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8653 Fix spelling of exec-done-display.
8654
06c868a8
JK
86552014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 PR gdb/15358
8658 * gdb.base/gdb-sigterm.c: New file.
8659 * gdb.base/gdb-sigterm.exp: New file.
8660
0c7e1a46
PA
86612014-03-18 Pedro Alves <palves@redhat.com>
8662
8663 PR gdb/13860
8664 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8665 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8666 solib-event.
8667
f7c77d93
JB
86682014-03-17 Joel Brobecker <brobecker@adacore.com>
8669
8670 * gdb.ada/pckd_arr_ren: New testcase.
8671
5a1e8c7a
DE
86722014-03-13 Doug Evans <xdje42@gmail.com>
8673
8674 PR guile/16612
8675 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8676 collect after discarding symbols.
8677
350e1a76
DE
86782014-03-13 Ludovic Courtès <ludo@gnu.org>
8679 Doug Evans <xdje42@gmail.com>
8680
8681 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8682 to history survives a gc.
8683
a69900ae
PA
86842014-03-13 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.base/default.exp: Don't test "target procfs".
8687
5db9f0bd
PA
86882014-03-13 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/default.exp: Update "target child" and "target procfs"
8691 tests to not expect "Unix".
8692
b3ccfe11
TT
86932014-03-12 Tom Tromey <tromey@redhat.com>
8694
8695 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8696 New procs. Add target-async tests.
8697 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8698 Add target-async tests.
8699
646f4417
AA
87002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8701
8702 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8703 'func_start' and 'func_end' for the beginning and end of the
8704 function code, respectively.
8705 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8706 'func_end' instead of 'func' and 'main'.
8707
288c211f
AA
87082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8709
8710 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8711 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8712 generate the debug info assembler source.
8713
e0c0f156
AA
87142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8715
8716 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8717 * gdb.dwarf2/arr-subrange.exp: Likewise.
8718 * gdb.dwarf2/dwz.exp: Likewise.
8719 * gdb.dwarf2/method-ptr.exp: Likewise.
8720 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8721 * gdb.dwarf2/subrange.exp: Likewise.
8722 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8723 * gdb.dwarf2/implptrpiece.exp: Likewise.
8724 * gdb.dwarf2/nostaticblock.exp: Likewise.
8725
0e5c4555
AA
87262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8727
8728 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8729 directory to absolute path name arguments.
8730
5ec18f2b
JG
87312014-03-10 Joel Brobecker <brobecker@adacore.com>
8732
8733 * gdb.ada/tagged_access: New testcase.
8734
847fc4f2
MM
87352014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8736
8737 * gdb.btrace/data.exp: Update expected output.
8738
cc3da688
YQ
87392014-03-06 Yao Qi <yao@codesourcery.com>
8740
8741 * gdb.trace/pr16508.exp: New file.
8742
0f26cec1
PA
87432014-03-05 Pedro Alves <palves@redhat.com>
8744
8745 PR gdb/16575
8746 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8747 procedure.
8748 (top level): Adjust to use it. Add tests that exercise breakpoint
8749 interaction with the code-cache.
8750
7a5a839f
LC
87512014-02-26 Ludovic Courtès <ludo@gnu.org>
8752
8753 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8754 test for 'history-append!'.
8755
31aa7e4e
JB
87562014-02-26 Joel Brobecker <brobecker@adacore.com>
8757
8758 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8759 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8760 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8761 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8762 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8763 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8764
1b588015
JB
87652014-02-26 Joel Brobecker <brobecker@adacore.com>
8766
8767 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8768 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8769 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8770
55426c9d
JB
87712014-02-26 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8774
dc53a7ad
JB
87752014-02-26 Joel Brobecker <brobecker@adacore.com>
8776
8777 * gdb.dwarf2/arr-stride.c: New file.
8778 * gdb.dwarf2/arr-stride.exp: New file.
8779
12ab52e9
PA
87802014-02-26 Pedro Alves <palves@redhat.com>
8781
8782 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8783 that won't ever trigger. Make sure that GDB reports the correct
8784 breakpoint that caused the stop.
8785
849c862e
JK
87862014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 PR gdb/16626
8789 * gdb.base/auto-load-script: New file.
8790 * gdb.base/auto-load.c: New file.
8791 * gdb.base/auto-load.exp: New file.
8792
71b7d793
JK
8793 PR gdb/16626
8794 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8795
e2f0d509
JK
87962014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8797
8798 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8799 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8800
50cc37c8
DE
88012014-02-24 Doug Evans <dje@google.com>
8802
8803 * lib/gdb.exp (run_on_host): Log error output if program fails.
8804
ea4758f2
PA
88052014-02-21 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.threads/step-after-sr-lock.c: Rename to ...
8808 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8809 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8810 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8811 ... this.
8812
d7b30f67
SDJ
88132014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8814
8815 PR tdep/16397
8816 * gdb.arch/amd64-stap-special-operands.exp: New file.
8817 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8818 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8819 * gdb.arch/amd64-stap-triplet.S: Likewise.
8820 * gdb.arch/amd64-stap-triplet.c: Likewise.
8821
83deb43f
JB
88222014-02-20 Joel Brobecker <brobecker@adacore.com>
8823
8824 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8825 in .section pseudo-op.
8826
adde2bff
DE
88272014-02-20 lin zuojian <manjian2006@gmail.com>
8828 Joel Brobecker <brobecker@adacore.com>
8829 Doug Evans <xdje42@gmail.com>
8830
8831 PR symtab/16581
8832 * gdb.dwarf2/dw2-icycle.S: New file.
8833 * gdb.dwarf2/dw2-icycle.c: New file.
8834 * gdb.dwarf2/dw2-icycle.exp: New file.
8835
f7bd0f78
SC
88362014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8837
8838 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8839 operations on gdb.Value objects.
8840 * gdb.python/py-value-cc.exp: Add new test to test operations on
8841 gdb.Value objects.
8842
c17ef0d5
DE
88432014-02-18 Doug Evans <dje@google.com>
8844
8845 * Makefile.in (TESTS): New variable.
8846 (expanded_tests, expanded_tests_or_none): New variables
8847 (check-single): Pass $(expanded_tests_or_none) to runtest.
8848 (check-parallel): Only run tests in $(TESTS) if non-empty.
8849 (check/no-matching-tests-found): New rule.
8850 * README: Document TESTS makefile variable.
8851
5dd3176f
DE
88522014-02-18 Doug Evans <dje@google.com>
8853
8854 * Makefile.in (check-parallel): rm -rf outputs temp.
8855
0b10be4f
JK
88562014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 Fix "ERROR: no fileid for" in the testsuite.
8859 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8860
85f224e7
DE
88612014-02-12 Doug Evans <dje@google.com>
8862
8863 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8864 (MISCELLANEOUS): New variable.
8865 (clean): rm -rf $(MISCELLANEOUS).
8866 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8867 dwp live in the same directory as symlinks, with each symlink pointed
8868 to a differently named file in a different directory.
8869
149b30ff
DE
88702014-02-11 Doug Evans <dje@google.com>
8871
8872 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8873 of Tcl file commands.
8874
1dfdac32
MK
88752014-02-10 Mark Kettenis <kettenis@gnu.org>
8876
8877 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8878 "kill -SIGUSR1 -1".
8879
aa4fb036
JB
88802014-02-10 Joel Brobecker <brobecker@adacore.com>
8881
8882 * gdb.ada/tick_length_array_enum_idx: New testcase.
8883
ed3ef339
DE
88842014-02-10 Doug Evans <xdje42@gmail.com>
8885
8886 * configure.ac (AC_OUTPUT): Add gdb.guile.
8887 * configure: Regenerate.
8888 * lib/gdb-guile.exp: New file.
8889 * lib/gdb.exp (get_target_charset): New function.
8890 * gdb.base/help.exp: Update expected output from "apropos apropos".
8891 * gdb.guile/Makefile.in: New file.
8892 * gdb.guile/guile.exp: New file.
8893 * gdb.guile/scm-arch.c: New file.
8894 * gdb.guile/scm-arch.exp: New file.
8895 * gdb.guile/scm-block.c: New file.
8896 * gdb.guile/scm-block.exp: New file.
8897 * gdb.guile/scm-breakpoint.c: New file.
8898 * gdb.guile/scm-breakpoint.exp: New file.
8899 * gdb.guile/scm-disasm.c: New file.
8900 * gdb.guile/scm-disasm.exp: New file.
8901 * gdb.guile/scm-equal.c: New file.
8902 * gdb.guile/scm-equal.exp: New file.
8903 * gdb.guile/scm-error.exp: New file.
8904 * gdb.guile/scm-error.scm: New file.
8905 * gdb.guile/scm-frame-args.c: New file.
8906 * gdb.guile/scm-frame-args.exp: New file.
8907 * gdb.guile/scm-frame-args.scm: New file.
8908 * gdb.guile/scm-frame-inline.c: New file.
8909 * gdb.guile/scm-frame-inline.exp: New file.
8910 * gdb.guile/scm-frame.c: New file.
8911 * gdb.guile/scm-frame.exp: New file.
8912 * gdb.guile/scm-generics.exp: New file.
8913 * gdb.guile/scm-gsmob.exp: New file.
8914 * gdb.guile/scm-iterator.c: New file.
8915 * gdb.guile/scm-iterator.exp: New file.
8916 * gdb.guile/scm-math.c: New file.
8917 * gdb.guile/scm-math.exp: New file.
8918 * gdb.guile/scm-objfile-script-gdb.in: New file.
8919 * gdb.guile/scm-objfile-script.c: New file.
8920 * gdb.guile/scm-objfile-script.exp: New file.
8921 * gdb.guile/scm-objfile.c: New file.
8922 * gdb.guile/scm-objfile.exp: New file.
8923 * gdb.guile/scm-ports.exp: New file.
8924 * gdb.guile/scm-pretty-print.c: New file.
8925 * gdb.guile/scm-pretty-print.exp: New file.
8926 * gdb.guile/scm-pretty-print.scm: New file.
8927 * gdb.guile/scm-section-script.c: New file.
8928 * gdb.guile/scm-section-script.exp: New file.
8929 * gdb.guile/scm-section-script.scm: New file.
8930 * gdb.guile/scm-symbol.c: New file.
8931 * gdb.guile/scm-symbol.exp: New file.
8932 * gdb.guile/scm-symtab-2.c: New file.
8933 * gdb.guile/scm-symtab.c: New file.
8934 * gdb.guile/scm-symtab.exp: New file.
8935 * gdb.guile/scm-type.c: New file.
8936 * gdb.guile/scm-type.exp: New file.
8937 * gdb.guile/scm-value-cc.cc: New file.
8938 * gdb.guile/scm-value-cc.exp: New file.
8939 * gdb.guile/scm-value.c: New file.
8940 * gdb.guile/scm-value.exp: New file.
8941 * gdb.guile/source2.scm: New file.
8942 * gdb.guile/types-module.cc: New file.
8943 * gdb.guile/types-module.exp: New file.
8944
7026a7c1
YQ
89452014-02-10 Yao Qi <yao@codesourcery.com>
8946
8947 PR testsuite/16543
8948 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8949 * configure: Regenerated.
8950 * Makefile.in: New file.
8951
6c466447
AS
89522014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8953
8954 * gdb.python/py-framefilter.exp: Fix typo.
8955
6e854735
YQ
89562014-02-08 Yao Qi <yao@codesourcery.com>
8957
8958 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8959 that no =breakpoint-modified is emitted when breakpoints are
8960 modified through MI commands.
8961
d137e6dc
PA
89622014-02-07 Pedro Alves <pedro@codesourcery.com>
8963 Pedro Alves <palves@redhat.com>
8964
8965 * gdb.threads/step-after-sr-lock.c: New file.
8966 * gdb.threads/step-after-sr-lock.exp: New file.
8967
b5ee5a50
PA
89682014-02-07 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8971
3c77faf3
JK
89722014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8973
8974 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8975 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8976
6dddc817
DE
89772014-02-06 Doug Evans <xdje42@gmail.com>
8978
8979 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8980 output.
8981
8982 * gdb.gdb/python-interrupts.exp: New file.
8983
de7b2893
YQ
89842014-02-05 Yao Qi <yao@codesourcery.com>
8985
8986 * gdb.trace/report.exp (use_collected_data): Test the output
8987 of "info threads" and "info inferiors".
8988
66d032ac
YQ
89892014-02-05 Yao Qi <yao@codesourcery.com>
8990
8991 Revert this patch:
8992
8993 2013-05-24 Yao Qi <yao@codesourcery.com>
8994
8995 * gdb.trace/tfile.exp: Test inferior and thread.
8996
591a12a1
UW
89972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8998
8999 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
9000 on a function.
9001 * gdb.base/step-bt.c: Call hello via function pointer to make
9002 sure its first instruction is executed on powerpc64le-linux.
9003
0ff3e01f
UW
90042014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9005
9006 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
9007
084ee545
UW
90082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9009
9010 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
9011 of the test patterns for use on little-endian systems.
9012
6ed14ff3
UW
90132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
9014
9015 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
9016 (decimal_vector): Fix for little-endian.
9017
401e27fd
JM
90182014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
9019
9020 * gdb.arch/sparc-sysstep.exp: New file.
9021 * gdb.arch/sparc-sysstep.c: Likewise.
9022
9023 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
9024
8b924729
EBM
90252014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9026
9027 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
9028
fb151210
JB
90292014-01-23 Tom Tromey <tromey@redhat.com>
9030
9031 * gdb.ada/array_char_idx: New testcase.
9032
0740f8d8
TT
90332014-01-23 Tom Tromey <tromey@redhat.com>
9034
9035 PR python/16487:
9036 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
9037 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
9038 classes.
9039
21909fa1
TT
90402014-01-23 Tom Tromey <tromey@redhat.com>
9041
9042 PR python/16491:
9043 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
9044 string from an inferior frame.
9045 * gdb.python/py-framefilter-mi.exp: Update.
9046
87ce2a04
DE
90472014-01-22 Doug Evans <dje@google.com>
9048
9049 * gdb.server/server-mon.exp: Add tests for "set debug-format".
9050
237b092b
AA
90512014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9052
9053 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
9054
d674a709
AA
90552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9056
9057 * gdb.trace/entry-values.exp: Remove excess space character from
9058 regex patterns. Handle s390 call instruction.
9059
20fa3390
AA
90602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9061
9062 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
9063 define "*_start" label. Make "name" static.
9064 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
9065 ${name} by references to ${name}_start.
9066
78466714
AA
90672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
9068
9069 * gdb.base/info-macros.exp: Remove "debug" from the compile
9070 options.
9071
ec9f644a
IB
90722014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
9073
9074 * gdb.dlang/demangle.exp: New file.
9075
94b1b47e
IB
90762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
9077
9078 * gdb.dlang/primitive-types.exp: New file.
9079
7f420862
IB
90802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
9081
9082 * configure.ac: Create gdb.dlang/Makefile.
9083 * configure: Regenerate.
9084 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
9085 * gdb.dlang/Makefile.in: New file.
9086 * lib/d-support.exp: New file.
9087 * lib/gdb.exp (skip_d_tests): New proc.
9088
52834460
MM
90892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9090
9091 * gdb.btrace/delta.exp: Check reverse stepi.
9092 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
9093 * gdb.btrace/finish.exp: New.
9094 * gdb.btrace/next.exp: New.
9095 * gdb.btrace/nexti.exp: New.
9096 * gdb.btrace/record_goto.c: Add comments.
9097 * gdb.btrace/step.exp: New.
9098 * gdb.btrace/stepi.exp: New.
9099 * gdb.btrace/multi-thread-step.c: New.
9100 * gdb.btrace/multi-thread-step.exp: New.
9101 * gdb.btrace/rn-dl-bind.c: New.
9102 * gdb.btrace/rn-dl-bind.exp: New.
9103 * gdb.btrace/data.c: New.
9104 * gdb.btrace/data.exp: New.
9105 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
9106
6e07b1d2
MM
91072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9108
9109 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
9110 * gdb.btrace/exception.exp: Update.
9111 * gdb.btrace/instruction_history.exp: Update.
9112 * gdb.btrace/record_goto.exp: Update.
9113 * gdb.btrace/tailcall.exp: Update.
9114 * gdb.btrace/unknown_functions.exp: Update.
9115 * gdb.btrace/delta.exp: New.
9116
0b722aec
MM
91172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9118
9119 * gdb.btrace/record_goto.exp: Add backtrace test.
9120 * gdb.btrace/tailcall.exp: Add backtrace test.
9121
066ce621
MM
91222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9123
9124 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
9125 * gdb.btrace/record_goto.c: New.
9126 * gdb.btrace/record_goto.exp: New.
9127 * gdb.btrace/x86-record_goto.S: New.
9128
0688d04e
MM
91292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9130
9131 * gdb.btrace/function_call_history.exp: Update tests.
9132 * gdb.btrace/instruction_history.exp: Update tests.
9133
8710b709
MM
91342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9135
9136 * gdb.btrace/function_call_history.exp: Fix expected field
9137 order for "record function-call-history".
9138 Add new tests for "record function-call-history /c".
9139 * gdb.btrace/exception.cc: New.
9140 * gdb.btrace/exception.exp: New.
9141 * gdb.btrace/tailcall.exp: New.
9142 * gdb.btrace/x86-tailcall.S: New.
9143 * gdb.btrace/x86-tailcall.c: New.
9144 * gdb.btrace/unknown_functions.c: New.
9145 * gdb.btrace/unknown_functions.exp: New.
9146 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
9147
5de9129b
MM
91482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9149
9150 * gdb.btrace/instruction_history.exp: Update.
9151 * gdb.btrace/function_call_history.exp: Update.
9152
23a7fe75
MM
91532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9154
9155 * gdb.btrace/function_call_history.exp: Fix expected function
9156 trace.
9157 * gdb.btrace/instruction_history.exp: Initialize traced.
9158 Remove traced_functions.
9159
724c7dd8
MM
91602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9161
9162 * gdb.btrace/function_call_history.exp: Update
9163 * gdb.btrace/instruction_history.exp: Update.
9164
6d78d93b
MM
91652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9166
9167 * gdb.btrace/enable.exp: Update expected text.
9168
93a360cc
OJ
91692014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
9170
9171 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
9172 bytes.
9173
3772b53f
MR
91742014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
9175
9176 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
9177
596662fa
OJ
91782014-01-15 Omair Javaid <omair.javaid@linaro.org>
9179
9180 * lib/gdb.exp (supports_process_record): Return true for
9181 arm*-linux*. (supports_reverse): Likewise.
9182
b5b08fb4
SC
91832014-01-13 Siva Chandra Reddy <sivachandra@google.com>
9184
9185 PR python/15464
9186 PR python/16113
9187 * gdb.python/py-type.c: Enhance test case.
9188 * gdb.python/py-value-cc.cc: Likewise
9189 * gdb.python/py-type.exp: Add new tests.
9190 * gdb.python/py-value-cc.exp: Likewise
9191
52d7fb13
AA
91922014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9193 Pedro Alves <palves@redhat.com>
9194
9195 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
9196 Make "name" extern.
9197 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
9198 references to ${name}_start by references to ${name}.
9199
a2cd8cfe
JB
92002014-01-10 Joel Brobecker <brobecker@adacore.com>
9201
9202 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
9203
4e23fced
JB
92042014-01-10 Joel Brobecker <brobecker@adacore.com>
9205
9206 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
9207
c6a9e42c
PA
92082014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
9209 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 9212 mi_gdb_target_load.
c6a9e42c 9213
b7ea362b
PA
92142014-01-08 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.threads/reconnect-signal.c: New file.
9217 * gdb.threads/reconnect-signal.exp: New file.
9218
5e3f4fab
EBM
92192014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 * gdb.base/source-dir.exp: New file.
9222
79301218
JB
92232014-01-07 Joel Brobecker <brobecker@adacore.com>
9224
9225 * gdb.ada/mi_interface: New testcase.
9226
8e355c5d
JB
92272014-01-07 Joel Brobecker <brobecker@adacore.com>
9228
9229 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
9230 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
9231 gdb.ada/pp-rec-component/pck.ads: New files.
9232
c0d48811
JB
92332014-01-07 Joel Brobecker <brobecker@adacore.com>
9234
9235 * gdb.python/py-pp-integral.c: New file.
9236 * gdb.python/py-pp-integral.py: New file.
9237 * gdb.python/py-pp-integral.exp: New file.
9238
17b609c3 9239For older changes see ChangeLog-1993-2013.
c906108c 9240\f
8d8cb839
EZ
9241;; Local Variables:
9242;; mode: change-log
9243;; left-margin: 8
9244;; fill-column: 74
9245;; version-control: never
9246;; End:
902f2ccb 9247
618f726f 9248 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
9249 Copying and distribution of this file, with or without modification,
9250 are permitted provided the copyright notice and this notice are preserved.