Always run async signal handlers in the main UI
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
45db7c09
PA
12016-06-21 Pedro Alves <palves@redhat.com>
2
3 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4 (top level): Use it instead of mi_execute_to.
5
5a069ab3
PA
62016-06-21 Pedro Alves <palves@redhat.com>
7
8 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9 (cont_handler_str): New.
10 (signal_stop_handler): Set stop_handler_str instead of printing to
11 stdout.
12 (continue_handler): Set cont_handler_str instead of printing to
13 stdout.
14 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15 mi_send_resuming_command. Print stop_handler_str and
16 cont_handler_str instead of expecting the python events print
17 directly.
18
2838cc1d
SD
192016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
20
21 * gdb.base/jit-reader.exp: New file.
22 * gdb.base/jithost.c: New file.
23 * gdb.base/jithost.h: New file.
24 * gdb.base/jitreader.c : New file.
25 * gdb.base/jit-protocol.h: New file.
26
21a77091
YQ
272016-06-17 Yao Qi <yao.qi@linaro.org>
28
29 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
30 parameters follow_fork and detach_on_fork. Set follow-fork-mode
31 and detach-on-fork. Adjust tests.
32 (top level): Invoke break_cond_on_syscall with combinations of
33 syscall, follow-fork-mode and detach-on-fork.
34
f50bf8e5
YQ
352016-06-17 Yao Qi <yao.qi@linaro.org>
36
37 * gdb.base/step-over-exit.c: New.
38 * gdb.base/step-over-exit.exp: New.
39
a28d8e50
YTL
402016-06-17 Yan-Ting Lin <currygt52@gmail.com>
41
42 * gdb.base/float.exp: Add target check for nds32*-*-*.
43 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
44
cad8e26d
AB
452016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
48 for unsupported target features.
49 * gdb.base/call-rt-st.exp: Likewise.
50 * gdb.base/call-sc.exp: Likewise.
51 * gdb.base/call-signal-resume.exp: Likewise.
52 * gdb.base/call-strs.exp: Likewise.
53 * gdb.base/callexit.exp: Likewise.
54 * gdb.base/callfuncs.exp: Likewise.
55 * gdb.base/nodebug.exp: Likewise.
56 * gdb.base/printcmds.exp: Likewise.
57 * gdb.base/ptype.exp: Likewise.
58 * gdb.base/structs.exp: Likewise.
59 * gdb.base/unwindonsignal.exp: Likewise.
60 * gdb.cp/gdb2495.exp: Likewise.
61 * gdb.cp/templates.exp: Likewise.
62 * gdb.cp/virtfunc.exp: Likewise.
63 * gdb.threads/hand-call-in-threads.exp: Likewise.
64 * gdb.threads/interrupted-hand-call.exp: Likewise.
65 * gdb.threads/thread-unwindonsignal.exp: Likewise.
66
347dc102
TT
672016-06-10 Tom Tromey <tom@tromey.com>
68
69 PR rust/20110:
70 * gdb.rust/expr.exp: Add test for integer constant larger than
71 i32.
72
5e13cf25
BH
732016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
74
75 * gdb.fortran/nested-funcs.exp: New.
76 * gdb.fortran/nested-funcs.f90: New.
77
bb556f1f
TK
782016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
79
80 * gdb.base/examine-backward.c: New file.
81 * gdb.base/examine-backward.exp: New file.
82
38b022b4
SM
832016-06-06 Simon Marchi <simon.marchi@ericsson.com>
84
85 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
86 matching.
87
1b40ec05
TT
882016-06-02 Tom Tromey <tom@tromey.com>
89
90 PR python/18984:
91 * gdb.python/py-shared.exp: Add solib_name test.
92
193bd378
SM
932016-06-02 Simon Marchi <simon.marchi@ericsson.com>
94
95 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
96
3326303b
MG
972016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
98
99 PR c++/19893
100 * gdb.dwarf2/implref.exp: Rename to...
101 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
102 * gdb.dwarf2/implref-array.c: New file.
103 * gdb.dwarf2/implref-array.exp: Likewise.
104 * gdb.dwarf2/implref-global.c: Likewise.
105 * gdb.dwarf2/implref-global.exp: Likewise.
106 * gdb.dwarf2/implref-struct.c: Likewise.
107 * gdb.dwarf2/implref-struct.exp: Likewise.
108
825c8ef2
AT
1092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
110
111 * gdb.trace/trace-condition.exp: Add 64bit tests.
112
2320162a
AT
1132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
114
115 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
116 bits types.
117 (main): Adapt to 8 to 64 bits types.
118 * gdb.trace/trace-condition.exp: Add new tests.
119
a7818233
AT
1202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
121
122 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
123
0d336466
AT
1242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
125
126 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
127 Move condition tests...
128 * gdb.trace/trace-condition.exp: Here.
129
7faeb45a
AT
1302016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
131
132 * gdb.trace/trace-condition.exp: Add counter-case tests.
133
e385593e
JK
1342016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 PR c++/15231
137 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
138 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
139
744608cc
PA
1402016-05-27 Pedro Alves <palves@redhat.com>
141
142 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
143 New procedure.
144 (top level): Call it, and bail out of DejaGnu is known to be bad.
145
ac775bf4
AB
1462016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.base/whatis.c: Extend the test case.
149 * gdb.base/whatis.exp: Add additional tests.
150
2bbad2ea
BH
1512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
152
153* gdb.fortran/type.f90: Add pointer variable.
154* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
155
8b70175d
BH
1562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
157
158 * gdb.fortran/vla-type.exp: Fix testcase name.
159
86d8a848
BH
1602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
161
162 * gdb.fortran/vla-type.exp: Access elements in nested structs.
163
e188eb36
BH
1642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
165
166 * gdb.fortran/type.f90: Add nested structures.
167 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
168 * gdb.fortran/derived-type.exp: Adapt expected output.
169 * gdb.fortran/vla-type.exp: Adapt expected output.
170
9b2db1fd
BH
1712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
172
173 * gdb.fortran/whatis_type.exp: Adapt expected output.
174
72b17055
BH
1752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
176
177 * gdb.fortran/print_type.exp: Fix expected output.
178 * gdb.fortran/whatis_type.exp: Fix expected output.
179
3cd81d8d
BH
1802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
181
182 * gdb.fortran/whatis_type.exp: Use multi_line.
183
ddae9462
TT
1842016-05-24 Tom Tromey <tom@tromey.com>
185
186 PR python/17386:
187 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
188 use value as an index.
189
1957f6b8
TT
1902016-05-23 Tom Tromey <tom@tromey.com>
191
192 PR python/17981:
193 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
194 no-breakpoint case.
195
026a9174
PA
1962016-05-24 Pedro Alves <palves@redhat.com>
197
198 PR gdb/19828
199 * gdb.threads/clone-attach-detach.c: New file.
200 * gdb.threads/clone-attach-detach.exp: New file.
201
e70a7231
FR
2022016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
203
204 * gdb.base/annota-input-while-running.exp: Fix syntax error.
205
0f6ed0e0
TT
2062016-05-23 Tom Tromey <tom@tromey.com>
207
208 PR python/19438, PR python/18393:
209 * gdb.python/py-progspace.exp: Add "dir" test.
210 * gdb.python/py-objfile.exp: Add "dir" test.
211
ffd19d61
YQ
2122016-05-23 Yao Qi <yao.qi@linaro.org>
213
214 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
215 * gdb.arch/thumb2-it.exp: Likewise.
216
9e8f9b05
SM
2172016-05-18 Simon Marchi <simon.marchi@ericsson.com>
218
219 * gdb.mi/mi-threads-interrupt.c: New file.
220 * gdb.mi/mi-threads-interrupt.exp: New file.
221
61c6156d
SM
2222016-05-17 Simon Marchi <simon.marchi@ericsson.com>
223
224 PR gdb/18077
225 * gdb.mi/mi-async-run.exp: New file.
226 * gdb.mi/mi-async-run.c: New file.
227
67218854
TT
2282016-05-17 Tom Tromey <tom@tromey.com>
229 Manish Goregaokar <manishsmail@gmail.com>
230
231 * lib/rust-support.exp: New file.
232 * lib/gdb.exp (skip_rust_tests): New proc.
233 (build_executable_from_specs): Handle rust.
234 * lib/future.exp (gdb_find_rustc): New proc.
235 (gdb_default_target_compile): Handle rust.
236 * gdb.rust/expr.exp: New file.
237 * gdb.rust/generics.exp: New file.
238 * gdb.rust/generics.rs: New file.
239 * gdb.rust/methods.exp: New file.
240 * gdb.rust/methods.rs: New file.
241 * gdb.rust/modules.exp: New file.
242 * gdb.rust/modules.rs: New file.
243 * gdb.rust/simple.exp: New file.
244 * gdb.rust/simple.rs: New file.
245
c44af4eb
TT
2462016-05-17 Tom Tromey <tom@tromey.com>
247
248 * gdb.base/default.exp (set language): Add rust.
249
dcd1f979
TT
2502016-05-17 Tom Tromey <tom@tromey.com>
251
252 * gdb.gdb/unittest.exp: New file.
253
155b7f57
YQ
2542016-05-16 Yao Qi <yao.qi@linaro.org>
255
256 * gdb.base/batch-preserve-term-settings.exp: Remove variable
257 shell_prompt. Update shell_prompt_re.
258
8ddd5a6c
DE
2592016-05-12 Doug Evans <dje@google.com>
260
261 PR symtab/19999
262 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
263 $options when building executable.
264 * gdb.dwarf2/fission-loclists-pie.S: New file.
265 * gdb.dwarf2/fission-loclists-pie.exp: New file.
266
02e370d9
SM
2672016-05-04 Simon Marchi <simon.marchi@ericsson.com>
268
269 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
270 of [is_remote target],
271
8929ad8b
SM
2722016-05-04 Simon Marchi <simon.marchi@ericsson.com>
273
274 * lib/gdb.exp (use_gdb_stub): New procedure.
275
6c447423
DE
2762016-05-03 Yunlian Jiang <yunlian@google.com>
277 Doug Evans <dje@google.com>
278
279 PR symtab/19914
280 * gdb.dwarf2/dwp-sepdebug.c: New file.
281 * gdb.dwarf2/dwp-sepdebug.exp: New file.
282
444e826c
SM
2832016-05-02 Simon Marchi <simon.marchi@ericsson.com>
284
285 * gdb.base/detach.exp: Remove is_remote check.
286
740feeaa
SM
2872016-05-02 Simon Marchi <simon.marchi@ericsson.com>
288
289 * gdb.base/annota-input-while-running.exp: Don't check for
290 [is_remote target]. Enable annotations after running to main.
291 Remove unused "set test..." line.
292
9080ac9d
SM
2932016-04-28 Simon Marchi <simon.marchi@ericsson.com>
294
295 * gdb.trace/trace-enable-disable.exp: New file.
296 * gdb.trace/trace-enable-disable.c: New file.
297
952ebca5
SM
2982016-04-28 Simon Marchi <simon.marchi@ericsson.com>
299
300 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
301 use it in info sharedlibrary test.
302 * gdb.trace/ftrace-lock.exp: Likewise.
303 * gdb.trace/ftrace.exp: Likewise.
304 * gdb.trace/range-stepping.exp: Likewise.
305 * gdb.trace/trace-break.exp: Likewise.
306 * gdb.trace/trace-condition.exp: Likewise.
307 * gdb.trace/trace-mt.exp: Likewise.
308
d9019901
SM
3092016-04-27 Simon Marchi <simon.marchi@ericsson.com>
310
311 * lib/gdb.exp (gdb_load_shlibs): Rename to...
312 (gdb_load_shlib): ... this.
313 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
314 gdb_load_shlib.
315 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
316 * gdb.base/ctxobj.exp: Likewise.
317 * gdb.base/dprintf-pending.exp: Likewise.
318 * gdb.base/dso2dso.exp: Likewise.
319 * gdb.base/fixsection.exp: Likewise.
320 * gdb.base/gcore-relro.exp: Likewise.
321 * gdb.base/gdb1555.exp: Likewise.
322 * gdb.base/global-var-nested-by-dso.exp: Likewise.
323 * gdb.base/gnu-ifunc.exp: Likewise.
324 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
325 * gdb.base/jit-so.exp (one_jit_test): Likewise.
326 * gdb.base/pending.exp: Likewise.
327 * gdb.base/print-file-var.exp: Likewise.
328 * gdb.base/print-symbol-loading.exp: Likewise.
329 * gdb.base/shlib-call.exp: Likewise.
330 * gdb.base/shreloc.exp: Likewise.
331 * gdb.base/so-impl-ld.exp: Likewise.
332 * gdb.base/solib-disc.exp: Likewise.
333 * gdb.base/solib-nodir.exp: Likewise.
334 * gdb.base/solib-overlap.exp: Likewise.
335 * gdb.base/solib-symbol.exp: Likewise.
336 * gdb.base/solib-weak.exp (do_test): Likewise.
337 * gdb.base/sym-file.exp: Likewise.
338 * gdb.base/symtab-search-order.exp: Likewise.
339 * gdb.base/type-opaque.exp: Likewise.
340 * gdb.base/unload.exp: Likewise.
341 * gdb.base/watchpoint-solib.exp: Likewise.
342 * gdb.compile/compile.exp: Likewise.
343 * gdb.cp/gdb2384.exp: Likewise.
344 * gdb.cp/infcall-dlopen.exp: Likewise.
345 * gdb.cp/re-set-overloaded.exp: Likewise.
346 * gdb.fortran/library-module.exp: Likewise.
347 * gdb.opt/solib-intra-step.exp: Likewise.
348 * gdb.python/py-finish-breakpoint.exp: Likewise.
349 * gdb.python/py-shared.exp: Likewise.
350 * gdb.reverse/solib-precsave.exp: Likewise.
351 * gdb.reverse/solib-reverse.exp: Likewise.
352 * gdb.server/solib-list.exp: Likewise.
353 * gdb.threads/dlopen-libpthread.exp: Likewise.
354 * gdb.threads/tls-shared.exp: Likewise.
355 * gdb.threads/tls-so_extern.exp: Likewise.
356 * gdb.trace/change-loc.exp: Likewise.
357 * gdb.trace/ftrace-lock.exp: Likewise.
358 * gdb.trace/ftrace.exp: Likewise.
359 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
360 * gdb.trace/pending.exp: Likewise.
361 * gdb.trace/range-stepping.exp: Likewise.
362 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
363 (strace_info_marker): Likewise.
364 (strace_probe_marker): Likewise.
365 (strace_trace_on_same_addr): Likewise.
366 (strace_trace_on_diff_addr): Likewise.
367 * gdb.trace/trace-break.exp: Likewise.
368 * gdb.trace/trace-condition.exp: Likewise.
369 * gdb.trace/trace-mt.exp: Likewise.
370
fca4cfd9
SM
3712016-04-27 Simon Marchi <simon.marchi@ericsson.com>
372
373 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
374 result of gdb_remote_download.
375 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
376 * gdb.base/dso2dso.exp: Likewise.
377 * gdb.base/global-var-nested-by-dso.exp: Likewise.
378 * gdb.base/print-file-var.exp: Likewise.
379 * gdb.base/shlib-call.exp: Likewise.
380 * gdb.base/shreloc.exp: Likewise.
381 * gdb.base/solib-overlap.exp: Likewise.
382 * gdb.base/solib-weak.exp (do_test): Likewise.
383 * gdb.base/unload.exp: Likewise.
384
11cf4ffb
YQ
3852016-04-27 Yao Qi <yao.qi@linaro.org>
386
387 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
388 exists.
389
3e2e34f8
KB
3902016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
391
392 * vla-type.exp: Print structure from toplevel.
393
8f07e298
BH
3942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
395
396 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
397 of dynamic types.
398 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
399 of dynamic types.
400
9920b434
BH
4012016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
402
403 * gdb.fortran/vla-type.f90: New file.
404 * gdb.fortran/vla-type.exp: New file.
405
f3abeff5
YQ
4062016-04-25 Yao Qi <yao.qi@linaro.org>
407
408 * gdb.base/branch-to-self.c: New file.
409 * gdb.base/branch-to-self.exp: New file.
410
0a5d52f0
YQ
4112016-04-22 Yao Qi <yao.qi@linaro.org>
412
413 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
414 more after $hex.
415
495346f6
YQ
4162016-04-22 Yao Qi <yao.qi@linaro.org>
417
418 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
419 * gdb.base/annota3.exp: Likewise.
420
4a7e075c
YQ
4212016-04-22 Yao Qi <yao.qi@linaro.org>
422
423 * gdb.reverse/step-precsave.exp: Do one step and test program
424 stops in "callee" and do multiple steps until program goes out
425 of "callee".
426 * gdb.reverse/step-reverse.exp: Likewise.
427
5b061e98
YQ
4282016-04-22 Yao Qi <yao.qi@linaro.org>
429
430 * gdb.trace/signal.exp: Also pass if
431 $tracepoint_hits($i) > $iterations.
432
5c5dc57f
YQ
4332016-04-22 Yao Qi <yao.qi@linaro.org>
434
435 * gdb.trace/signal.c: New file.
436 * gdb.trace/signal.exp: New file.
437
a55411b9
DE
4382016-04-19 Doug Evans <xdje42@gmail.com>
439
440 * gdb.base/bad-file.exp: New file.
441
a22df60a
MG
4422016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
443
444 * gdb.dwarf2/implref.exp: New file.
445
0c13f7e5
BH
4462016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
447
448 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
449 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
450 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
451 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
452 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
453 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
454 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
455 * lib/fortran.exp (fortran_int4): New procedure.
456 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
457 (fortran_logical4): Likewise.
458
9b9b09e9
BH
4592016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
460
461 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
462
a14d1f4d
BH
4632016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
464
465 * lib/compiler.c: Add Intel specific preprocessor macros.
466 * lib/compiler.cc: Likewise.
467
7d49b1d0
LM
4682016-04-13 Luis Machado <lgustavo@codesourcery.com>
469
470 * gdb.server/connect-with-no-symbol-file.c: New file.
471 * gdb.server/connect-with-no-symbol-file.exp: New file.
472
8392fa22
SM
4732016-04-13 Simon Marchi <simon.marchi@ericsson.com>
474
475 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
476
8c4c4aeb
SM
4772016-04-13 Simon Marchi <simon.marchi@ericsson.com>
478
479 * boards/gdbserver-base.exp (${board}_download): Copy source file to
480 standard output directory.
481
45e3745e
AT
4822016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
483
484 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
485
e26b7e41
MM
4862016-04-13 Markus Metzger <markus.t.metzger@intel.com>
487
488 * gdb.btrace/instruction_history.c (loop): Add declaration.
489
8ce09462
AT
4902016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
491
492 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
493
2e88a1ea
SM
4942016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
495
496 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
497 parentheses to print.
498 (continue_handler): Likewise.
499
f48e22e3
SM
5002016-04-08 Simon Marchi <simon.marchi@ericsson.com>
501
502 * gdb.server/solib-list.exp: Remove is_remote check.
503 Pass shlib= to gdb_compile. Don't link shared library with
504 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
505 Run binary filename through "readlink -f" on the target.
506
096be756
PA
5072016-04-08 Pedro Alves <palves@redhat.com>
508
509 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
510 interpreter filename as argument to gdbserver_spawn.
511 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
512 Return empty if $last_loaded_file does not exist.
513
06500533
JK
5142016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
515
516 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
517 * gdb.base/jit-main.c: Use exit after usage.
518
2d35e871
JK
5192016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
522 GDBHISTSIZE prior to the tests.
523 * gdb.base/gdbinit-history.exp: Likewise.
524
5252016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
526
527 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
528 instead of build_executable. Use gdb_load_shlibs.
529
c8064e7e
YQ
5302016-04-07 Yao Qi <yao.qi@linaro.org>
531
532 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
533 Execute "si" command.
534
bde47561
YQ
5352016-04-07 Yao Qi <yao.qi@linaro.org>
536
537 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
538 number instead of the comments on some line.
539
b16f8a3b
DB
5402016-04-06 Don Breazeal <donb@codesourcery.com>
541
542 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
543 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
544
c2f901df
SM
5452016-04-06 Simon Marchi <simon.marchi@ericsson.com>
546
547 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
548 standard_output_file. Remove unused binfile variable.
549
ac17fda0
CU
5502016-04-05 Catalin Udma <catalin.udma@freescale.com>
551
552 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
553 * gdb.python/py-mi-objfile.exp: Match "list main" output
554 in console format.
555
03a8c4df
SM
5562016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
557
558 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
559 absolute.
560
6e774b13
SM
5612016-04-05 Simon Marchi <simon.marchi@ericsson.com>
562
563 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
564 absolute.
565 * gdb.trace/ftrace.exp: Likewise.
566 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
567 targets as well.
568 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
569 (gdb_load_shlibs): Copy libraries to test directory when testing
570 natively. Only set solib-search-path if testing remotely.
571 * lib/mi-support.exp (mi_load_shlibs): Likewise.
572
7817ea46
SM
5732016-04-05 Simon Marchi <simon.marchi@ericsson.com>
574
575 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
576 gdb_download. Use it even if the target is not remote.
577 * gdb.base/jit.exp (compile_jit_test): Likewise.
578 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
579 output directory if the destination board is local, otherwise use
580 the standard remote_download from DejaGnu.
581 (gdb_download): Remove.
582 (gdb_load_shlibs): Use gdb_remote_download instead of
583 gdb_download.
584 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
585 Use gdb_remote_download instead of gdb_download. Use it even if
586 the target is not remote.
587 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
588 instead of gdb_download.
589
7beb7f68
SM
5902016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
591
592 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
593 (test_insert_delete_modify): Call mi_load_shlibs before trying to
594 run.
595
cc63428a
AV
5962016-04-01 Artemiy Volkov <artemiyv@acm.org>
597
598 PR gdb/19820
599 * gdb.base/printcmds.exp: Add artificial arrays tests.
600
64cdf930
PA
6012016-03-31 Pedro Alves <palves@redhat.com>
602
603 PR gdb/19858
604 * gdb.base/jit-main.c: Include unistd.h.
605 (ATTACH): Define to 0 if not already defined.
606 (wait_for_gdb, mypid): New globals.
607 (WAIT_FOR_GDB): New macro.
608 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
609 some breakpoint locations.
610 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
611 New procedures.
612 (one_jit_test): Add REATTACH parameter, and handle it. Use
613 continue_to_test_location.
614 (top level): Test attach, and adjusts calls to one_jit_test.
615
40dea8cb
PA
6162016-03-31 Pedro Alves <palves@redhat.com>
617
618 PR gdb/19858
619 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
620 BINSUFFIX parameter, and handle it.
621 (top level): Adjust calls compile_jit_test.
622
e7ea3ec7
CU
6232016-03-31 Catalin Udma <catalin.udma@freescale.com>
624
625 PR python/19743
626 * gdb.python/py-mi-events-gdb.py: New file.
627 * gdb.python/py-mi-events.c: New file.
628 * gdb.python/py-mi-events.exp: New file.
629
e6359af3
YQ
6302016-03-30 Yao Qi <yao.qi@linaro.org>
631
632 * gdb.reverse/until-precsave.exp: Match function name only.
633 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
634 Move malloc to a condition block.
635 * gdb.reverse/until-reverse.exp: Match function name only.
636
a4105d04
MK
6372016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
638
639 * gdb.trace/ftrace.exp: Set arg0exp for s390.
640 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
641 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
642 variable for GPR 0 instead of assuming it is register 0.
643 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
644 * lib/trace-support.exp: Add s390 registers.
645
bfa6adb9
YQ
6462016-03-29 Yao Qi <yao.qi@linaro.org>
647
648 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
649
1e6697ea
YQ
6502016-03-24 Yao Qi <yao.qi@linaro.org>
651
652 * gdb.reverse/break-reverse.exp: Add quotation mark in the
653 test message.
654
64bcd522
AA
6552016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
656
657 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
658 maintaining separate logic for constructing the output path.
659
7868401b
DB
6602016-03-16 Don Breazeal <donb@codesourcery.com>
661
662 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
663 Retry fork and waitpid on interrupted system call errors.
664 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
665 Use with_timeout_factor to increase timeout by factor of 10.
666
1cafadb4
DB
6672016-03-15 Don Breazeal <donb@codesourcery.com>
668
669 * gdb.cp/scope-err.cc: New test program.
670 * gdb.cp/scope-err.exp: New test script.
671 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
672 lines and "set breakpoint here" comment.
673 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
674 Fixed some whitespace and format issues.
675 * gdb.mi/mi-linespec-err-cp.cc: New test program.
676 * gdb.mi/mi-linespec-err-cp.exp: New test script.
677
81516450
DE
6782016-03-15 Doug Evans <dje@google.com>
679
680 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
681 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
682 All callers updated. Add tests for enums, mixed flags register.
683
aa52b601
DE
6842016-03-15 Doug Evans <dje@google.com>
685
686 * gdb.base/skip.c (main): Call test_skip_file_and_function.
687 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
688
fa4ff313
SM
6892016-03-14 Simon Marchi <simon.marchi@ericsson.com>
690
691 * gdb.base/default.exp: Add $_as_string to the list of expected
692 convenience functions.
693
f2403c39
AB
6942016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
695
696 * gdb.base/maint.exp: New tests for 'maint info line-table'.
697
f2f3ccb9
SM
6982016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
699
700 * gdb.python/py-as-string.exp: New file.
701 * gdb.python/py-as-string.c: New file.
702
00dbd492
PA
7032016-03-09 Pedro Alves <palves@redhat.com>
704
705 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
706 signal" -> "Thread NN received signal" output change.
707 * gdb.threads/ia64-sigill.exp: Likewise.
708 * gdb.threads/linux-dp.exp: Likewise.
709 * gdb.threads/manythreads.exp: Likewise.
710 * gdb.threads/pending-step.exp: Likewise.
711 * gdb.threads/print-threads.exp: Likewise.
712 * gdb.threads/sigstep-threads.exp: Likewise.
713 * gdb.threads/staticthreads.exp: Likewise.
714 * gdb.threads/tls.exp: Likewise.
715
1e6697ea
YQ
7162016-03-09 Pedro Alves <palves@redhat.com>
717
718 * gdb.base/command-line-input.exp: New file.
719
b04fd3be
MK
7202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
721
722 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
723 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
724 * gdb.trace/pending.exp: Accept leading dot before function name.
725 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
726 * lib/trace-support.exp: Set registers for ppc.
727
98fa59e9
MK
7282016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
729
730 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
731 use it for disassembly; accept .main in addition to main in backtrace.
732
f77198c8
MK
7332016-03-09 Wei-cheng Wang <cole945@gmail.com>
734 Marcin Kościelnicki <koriakin@0x04.net>
735
736 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
737 (gdb_recursion_test_ptr): New global variable.
738 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
739 gdb_recursion_test.
740 (gdb_c_test): Ditto.
741
ba84e0da
MK
7422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
743
744 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
745 ordering.
746
4366d36e
MK
7472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
748
749 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
750 (bar): Add bar_start_lbl label.
751 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
752 of foo/bar for emitting DWARF and tracing.
753
5eb264df
SDJ
7542016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
755
756 * analyze-racy-logs.py: Set executable bit.
757
fb6a751f
SDJ
7582016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * Makefile.in (DEFAULT_RACY_ITER): New variable.
761 (CHECK_TARGET_TMP): Likewise.
762 (check-single-racy): New rule.
763 (check-parallel-racy): Likewise.
764 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
765 (do-check-parallel-racy): New rule.
766 (check-racy/%.exp): Likewise.
767 * README (Racy testcases): New section.
768 * analyze-racy-logs.py: New file.
769
bdf7e230
DE
7702016-03-03 Doug Evans <dje@google.com>
771
772 * gdb.base/skip.exp: Use with_test_prefix.
773
4719d415
YQ
7742016-03-03 Yao Qi <yao.qi@linaro.org>
775
776 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
777 Invoke step_over_syscall "clone" and break_cond_on_syscall
778 "clone".
779 * gdb.base/step-over-clone.c: New file.
780
ea507862
YQ
7812016-03-03 Yao Qi <yao.qi@linaro.org>
782
783 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
784 code format.
785
8fc8cbda
YQ
7862016-03-03 Yao Qi <yao.qi@linaro.org>
787
788 * gdb.base/disp-step-fork.c: Rename to ...
789 * gdb.base/step-over-fork.c: ... it. New file.
790 * gdb.base/disp-step-vfork.c: Rename to ...
791 * gdb.base/step-over-vfork.c: ... it. New file.
792 * gdb.base/disp-step-syscall.exp: Rename to ...
793 * gdb.base/step-over-syscall.exp: ... it. New file.
794 (disp_step_cross_syscall): Rename to ...
795 (step_over_syscall): ... it.
796
92fa70b0
YQ
7972016-03-03 Yao Qi <yao.qi@linaro.org>
798
799 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
800 If target supports condition evaluation on target, invoke
801 break_cond_on_syscall for fork and vfork.
802
e197ad3c
YQ
8032016-03-03 Yao Qi <yao.qi@linaro.org>
804
805 * gdb.base/disp-step-syscall.exp: Don't invoke
806 support_displaced_stepping.
807 (disp_step_cross_syscall): Test with displaced stepping off and
808 on if supported.
809
0b47da9f
YQ
8102016-03-03 Yao Qi <yao.qi@linaro.org>
811
812 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
813 proc.
814 (setup): New proc.
815 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
816 and setup.
817
065ab6dc
BH
8182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
819
820 * gdb.fortran/vla-history.exp: Remove breakpoint.
821
07e448ad 8222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
823
824 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
825
9ac2d526 8262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
827
828 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
829
17807369
BH
8302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
831
832 * gdb.mi/vla.f90: Nullify pointer after declaration.
833
86e501af
PA
8342016-03-01 Pedro Alves <palves@redhat.com>
835
836 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
837
1e903e32
PA
8382016-03-01 Pedro Alves <palves@redhat.com>
839
840 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
841 before anything else.
842 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
843 _GNU_SOURCE here.
844 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
845 before anything else.
846 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
847
6ccb54e2
PA
8482016-03-01 Pedro Alves <palves@redhat.com>
849
850 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
851
30ca9da1
YQ
8522016-03-01 Yao Qi <yao.qi@linaro.org>
853
854 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
855 prepare_for_testing.
856
dc856b38
YQ
8572016-03-01 Yao Qi <yao.qi@linaro.org>
858
859 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
860
4a932159
AA
8612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
862
863 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
864 manually constructing the output path.
865
f2489477
AA
8662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
867
868 * gdb.arch/s390-stackless.S: New.
869 * gdb.arch/s390-stackless.exp: New.
870
38899f16
IB
8712016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
872
873 * gdb.dlang/circular.c: New file.
874 * gdb.dlang/circular.exp: New file.
875
9fde51ed
YQ
8762016-02-26 Yao Qi <yao.qi@linaro.org>
877
878 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
879 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
880 (testcases): Update.
881
ce90fefe
YQ
8822016-02-26 Yao Qi <yao.qi@linaro.org>
883
884 * gdb.reverse/aarch64.c: Rename to ...
885 * gdb.reverse/insn-reverse.c: ... it.
886 * gdb.reverse/aarch64.exp: Rename to ...
887 * gdb.reverse/insn-reverse.exp: ... it.
888
3263bceb
YQ
8892016-02-26 Yao Qi <yao.qi@linaro.org>
890
891 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
892 (testcase_ftype): New.
893 (testcases): New array.
894 (n_testcases): New.
895 (main): Call each element in testcases.
896 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
897 (read_testcase): New.
898 Do the tests in a loop.
899
6cb59ff1
YQ
9002016-02-25 Yao Qi <yao.qi@linaro.org>
901
902 * gdb.base/branches.c: Remove.
903
ae91f625
MK
9042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
905
906 PR gdb/13808
907 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
908
678b48b7
MK
9092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
910
911 * gdb.trace/ftrace.exp: Remove unnecessary target check.
912
7337a6f2
MK
9132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
914
915 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
916 change x86_64 call_insn to 'callq'.
917
861ca91f
AT
9182016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
919
920 * gdb.trace/tfile-avx.c: Move to...
921 * gdb.trace/tracefile-pseudo-reg.c: Here.
922 * gdb.trace/tfile-avx.exp: Move to...
923 * gdb.trace/tracefile-pseudo-reg.exp: Here.
924
bf74e428
GB
9252016-02-24 Gary Benson <gbenson@redhat.com>
926
927 * gdb.base/attach-pie-noexec.exp: Do not expect an error
928 message on attach.
929
cce0e923
DE
9302016-02-23 Doug Evans <dje@google.com>
931
932 * gdb.base/skip.c (test_skip): New function.
933 (end_test_skip_file_and_function): New function.
934 (test_skip_file_and_function): New function.
935 * gdb.base/skip1.c (test_skip): New function.
936 (skip1_test_skip_file_and_function): New function.
937 * gdb.base/skip.exp: Add tests for new skip options.
938 * gdb.base/skip-solib.exp: Update expected output.
939 * gdb.perf/skip-command.cc: New file.
940 * gdb.perf/skip-command.exp: New file.
941 * gdb.perf/skip-command.py: New file.
942
4000e47e
MK
9432016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
944
945 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
946 info registers pattern.
947
24f75ead
IB
9482016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
949
950 * lib/future.exp: Add D support.
951 (gdb_find_gdc): New proc.
952 (gdb_default_target_compile): Add D support.
953
fbb7bcbe
WW
9542016-02-18 Wei-cheng Wang <cole945@gmail.com>
955
956 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
957 user+system time.
958 (trace_speed_test): Determine the iteration count for a time
959 between 15..30 seconds.
960
012b3a21
WT
9612016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
962
963 * gdb.arch/i386-mpx-sigsegv.c: New file.
964 * gdb.arch/i386-mpx-sigsegv.exp: New file.
965 * gdb.arch/i386-mpx-simple_segv.c: New file.
966 * gdb.arch/i386-mpx-simple_segv.exp: New file.
967
2d5189bd
YQ
9682016-02-18 Yao Qi <yao.qi@linaro.org>
969
970 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
971 Don't call setup_kfail.
972
40fb20d0
YQ
9732016-02-18 Yao Qi <yao.qi@linaro.org>
974
975 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
976 Set "set breakpoint condition-evaluation" per $cond_bp_target.
977
21b1f8d2
DE
9782016-02-16 Doug Evans <dje@google.com>
979
980 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
981 * gdb.base/skip1.c: Ditto.
982 * gdb.base/skip.exp: Whitespace cleanup.
983
4041ed77
DB
9842016-02-16 Don Breazeal <donb@codesourcery.com>
985
986 PR remote/19496
987 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
988 Remove kfail for PR remote/19496.
989
c4ef31bf
SM
9902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
991
992 * lib/gdb.exp (standard_temp_file): Return a path specific to
993 the runtest invocation.
994
266b65b3
SM
9952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
996
997 * gdb.trace/save-trace.exp: Change relative path to be in the
998 standard output directory.
999
a7a0a6a9
JK
10002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1001
1002 * gdb.arch/i386-prologue.c: Add missing prototypes.
1003
c99dbb42
JK
10042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1005
1006 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1007 * gdb.arch/i386-prologue.exp: Likewise.
1008 * gdb.arch/i386-size.exp: Likewise.
1009
aa480355
SM
10102016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1011
1012 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1013 define object file path.
1014 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1015 file path.
1016 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1017 standard_output_file to define binfile.
1018
ba881f50
JK
10192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 Fix compatibility with recent gfortran-5.3.1.
1022 * gdb.fortran/vla-history.exp (print vla1 allocated)
1023 (print vla2 allocated, print $2, print $3): Remove
1024 (print $4): Rename to ...
1025 (print $2): ... here.
1026 (print $9): Rename to ...
1027 (print $5): ... here.
1028 (print $10): Rename to ...
1029 (print $6): ... here.
1030 * gdb.fortran/vla.f90: Add pvla initialization.
1031
e9fb005c
JK
10322016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1035 New test.
1036 * gdb.fortran/vla-value-sub.exp: Likewise.
1037
e44e00ff
MK
10382016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1039
1040 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1041
97e94151
SM
10422016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1043
1044 * i386-biarch-core.exp: Define corefile using
1045 standard_output_file.
1046
01113bc1
YQ
10472016-02-12 Yao Qi <yao.qi@linaro.org>
1048
1049 * gdb.arch/arm-single-step-kernel-helper.c: New.
1050 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1051
33b4777c
MM
10522016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1053
1054 * gdb.btrace/tailcall-only.exp: New.
1055 * gdb.btrace/tailcall-only.c: New.
1056 * gdb.btrace/x86_64-tailcall-only.S: New.
1057 * gdb.btrace/i686-tailcall-only.S: New.
1058
acc23c11
PA
10592016-02-11 Pedro Alves <palves@redhat.com>
1060
1061 * README (Parallel testing): Add missing double quotes.
1062
e352bf0a
PA
10632016-02-11 Pedro Alves <palves@redhat.com>
1064
1065 * README (Parallel testing): New section.
1066 (GDB_PARALLEL): Rewrite.
1067 (FORCE_PARALLEL): Document.
1068
9f5fed78
MK
10692016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1070
1071 * gdb.trace/tfile-avx.c: New test.
1072 * gdb.trace/tfile-avx.exp: New test.
1073
9ef9e6a6
KS
10742016-02-09 Keith Seitz <keiths@redhat.com>
1075
1076 PR breakpoints/19546
1077 * gdb.base/infcall-exec.c: New file.
1078 * gdb.base/infcall-exec2.c: New file.
1079 * gdb.base/infcall-exec.exp: New file.
1080
a96e36da
KS
10812016-02-09 Keith Seitz <keiths@redhat.com>
1082
1083 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1084 (toplevel): Call test_bkpt_address.
1085
9f61929f
KS
10862016-02-09 Keith Seitz <keiths@redhat.com>
1087
1088 PR python/19506
1089 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1090 (toplevel): Call test_bkpt_address.
1091
1e94266c
SM
10922016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1095 to AC_OUTPUT.
1096 * configure: Regenerate.
1097
2a7f3dff
PA
10982016-02-09 Pedro Alves <palves@redhat.com>
1099
1100 PR breakpoints/19548
1101 * gdb.base/execl-update-breakpoints.c (some_function): New
1102 function.
1103 (main): Call it.
1104 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1105 Tighten expected GDB output.
1106
2151ccc5
SM
11072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1108
1109 * Makefile.in (ALL_SUBDIRS): Remove.
1110 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1111 (distclean maintainer-clean realclean): Likewise.
1112 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1113 * configure: Regenerate.
1114 * gdb.ada/Makefile.in: Delete.
1115 * gdb.arch/Makefile.in: Likewise.
1116 * gdb.asm/Makefile.in: Likewise.
1117 * gdb.base/Makefile.in: Likewise.
1118 * gdb.btrace/Makefile.in: Likewise.
1119 * gdb.cell/Makefile.in: Likewise.
1120 * gdb.compile/Makefile.in: Likewise.
1121 * gdb.cp/Makefile.in: Likewise.
1122 * gdb.disasm/Makefile.in: Likewise.
1123 * gdb.dlang/Makefile.in: Likewise.
1124 * gdb.dwarf2/Makefile.in: Likewise.
1125 * gdb.fortran/Makefile.in: Likewise.
1126 * gdb.gdb/Makefile.in: Likewise.
1127 * gdb.go/Makefile.in: Likewise.
1128 * gdb.guile/Makefile.in: Likewise.
1129 * gdb.java/Makefile.in: Likewise.
1130 * gdb.linespec/Makefile.in: Likewise.
1131 * gdb.mi/Makefile.in: Likewise.
1132 * gdb.modula2/Makefile.in: Likewise.
1133 * gdb.multi/Makefile.in: Likewise.
1134 * gdb.objc/Makefile.in: Likewise.
1135 * gdb.opencl/Makefile.in: Likewise.
1136 * gdb.opt/Makefile.in: Likewise.
1137 * gdb.pascal/Makefile.in: Likewise.
1138 * gdb.perf/Makefile.in: Likewise.
1139 * gdb.python/Makefile.in: Likewise.
1140 * gdb.reverse/Makefile.in: Likewise.
1141 * gdb.server/Makefile.in: Likewise.
1142 * gdb.stabs/Makefile.in: Likewise.
1143 * gdb.threads/Makefile.in: Likewise.
1144 * gdb.trace/Makefile.in: Likewise.
1145 * gdb.xml/Makefile.in: Likewise.
1146 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1147 GDB_PARALLEL.
1148 (standard_output_file): Remove check for GDB_PARALLEL, always
1149 return path in outputs/$subdir/$testname.
1150
437277d4
SM
11512016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1152
1153 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1154 (site.exp): Assign abs_srcdir to tcl's srcdir.
1155
31d913c7
YQ
11562016-02-04 Yao Qi <yao.qi@linaro.org>
1157
1158 * gdb.base/foll-exec-mode.c: Include limits.h.
1159 (main): Add parameters argc and argv. Get directory from
1160 argv[0].
1161 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1162 compilation.
1163 * gdb.base/foll-exec.c: Include limits.h.
1164 (main): Add parameters argc and argv.
1165 Get directory from argv[0].
1166 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1167 Adjust tests on the number of lines as source code changed.
1168 * gdb.base/foll-vfork-exit.c: Include limits.h.
1169 (main): Add one line of statement before vfork.
1170 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1171 (main): Add parameters argc and argv. Get directory from
1172 argv[0].
1173 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1174 (setup_gdb): Set tbreak to skip some source lines.
1175 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1176 (main): Add parameters argc and argv. Get directory from
1177 argv[0].
1178 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1179 compilation.
1180 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1181 (main): Add parameters argc and argv. Get directory from
1182 argv[0].
1183 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1184 compilation.
1185
9482b9fb
DE
11862016-02-01 Doug Evans <dje@google.com>
1187
1188 * gdb.base/skip.exp: Clean up multiple references to same test name.
1189
6b2e4f10
PA
11902016-02-01 Pedro Alves <palves@redhat.com>
1191
ccb6afd6 1192 PR remote/19496
6b2e4f10
PA
1193 * gdb.threads/forking-threads-plus-breakpoint.exp
1194 (displaced_stepping_supported): New global.
1195 (probe_displaced_stepping_support): New procedure.
1196 (do_test): Add 'displaced' parameter, and use it.
1197 (top level): Check for displaced stepping support. Add displaced
1198 stepping on/off testing axis.
1199
37a8db1a
AB
12002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1203 pointer. Don't perform further tests on the unassociated pointer
1204 if the first test fails.
1205
5fdf6324
AB
12062016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.base/max-value-size.c: New file.
1209 * gdb.base/max-value-size.exp: New file.
1210 * gdb.base/huge.exp: Disable max-value-size for this test.
1211
935c6144
IB
12122016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1213
1214 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1215
7fe8399d
YQ
12162016-01-28 Yao Qi <yao.qi@linaro.org>
1217
1218 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1219
a2077e25
PA
12202016-01-25 Pedro Alves <palves@redhat.com>
1221
1222 PR threads/19461
1223 * gdb.base/fork-running-state.c: New file.
1224 * gdb.base/fork-running-state.exp: New file.
1225
1d2736d4
PA
12262016-01-25 Pedro Alves <palves@redhat.com>
1227
1228 PR gdb/19494
1229 * gdb.base/catch-fork-kill.c: New file.
1230 * gdb.base/catch-fork-kill.exp: New file.
1231
f1da4b11
PA
12322016-01-25 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1235 Delete, moved to lib/gdb.exp.
1236 * gdb.threads/forking-threads-plus-breakpoint.exp
1237 (foreach_with_prefix): Likewise.
1238 * gdb.threads/process-dies-while-handling-bp.exp
1239 (foreach_with_prefix): Likewise.
1240 * lib/gdb.exp (foreach_with_prefix): New procedure.
1241
45f38546
MK
12422016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1243
1244 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1245 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1246
dc29a1ce
MK
12472016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1248
1249 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1250 endian targets.
1251
092127d7
JK
12522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1253 Pedro Alves <palves@redhat.com>
1254
1255 Fix testsuite compatibility with Guile.
1256 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1257 number.
1258
31d765d3
JK
12592016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1260
1261 Fix testsuite compatibility with Guile.
1262 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1263 (thread 1): New test for backtrace through signal handler.
1264
1ac78c04
YQ
12652016-01-22 Yao Qi <yao.qi@linaro.org>
1266
1267 PR testsuite/19491
1268 * gdb.base/multi-forks.c: Include
1269 ../lib/unbuffer_output.c
1270 (main): Call gdb_unbuffer_output.
1271
4f5946a8
DE
12722016-01-21 Doug Evans <dje@google.com>
1273
1274 * lib/ada.exp (gdb_compile_ada): Fix typo.
1275
305e13e6
JB
12762016-01-21 Joel Brobecker <brobecker@adacore.com>
1277
1278 * gdb.base/break-fun-addr.exp: New file.
1279 * gdb.base/break-fun-addr1.c: New file.
1280 * gdb.base/break-fun-addr2.c: New file.
1281
5f5dfff6
SM
12822016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1283
1284 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1285 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1286 enum flag values.
1287
fd356fa2
AA
12882016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1289
1290 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1291 when GDB can not set the vector return value. Add more comments
1292 for clarification.
1293
9df22175
AT
12942016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1295
1296 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1297 command.
1298
41d1845e
SM
12992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1300
1301 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1302
01ac6840
SM
13032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * Makefile.in (check-single): Pass --status to runtest.
1306 (check/%.exp): Likewise.
1307
13082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1309
1310 * Makefile.in (check-parallel): Propagate return code from make
1311 do-check-parallel.
1312
bd0a71fa
MK
13132016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1314
1315 * gdb.trace/ftrace.exp: Fix expected message on continue.
1316 * gdb.trace/pending.exp: Fix expected message on continue.
1317 * gdb.trace/trace-break.exp: Fix expected message on continue.
1318
8bcbad33
SM
13192016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1320
1321 * lib/gdb.exp (gdb_test): Remove unused global references.
1322
f303dbd6
PA
13232016-01-18 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/async-shell.exp: Adjust expected output.
1326 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1327 * gdb.base/siginfo-thread.exp: Adjust expected output.
1328 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1329 * gdb.java/jnpe.exp: Adjust expected output.
1330 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1331 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1332 * gdb.threads/leader-exit.exp: Adjust expected output.
1333 * gdb.threads/manythreads.exp: Adjust expected output.
1334 * gdb.threads/pthreads.exp: Adjust expected output.
1335 * gdb.threads/schedlock.exp: Adjust expected output.
1336 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1337 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1338 expected output.
1339 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1340 output.
1341 * gdb.threads/sigthread.exp: Adjust expected output.
1342 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1343
b2789696
YQ
13442016-01-18 Yao Qi <yao.qi@linaro.org>
1345
1346 * gdb.guile/scm-section-script.c: Replace @progbits with
1347 %progbits.
1348 * gdb.python/py-section-script.c: Likewise.
1349
71ef29a8
PA
13502016-01-15 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.multi/tids.exp: Test star wildcard ranges.
1353
3f5b7598
PA
13542016-01-15 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1357 command from "thread apply" invocation.
1358 (thr_apply_info_thr_invalid): Default the expected output to the
1359 input tid list.
1360 (top level): Add tests that use convenience variables. Add tests
1361 for "thread apply" with a valid TID list, but missing the command.
1362
663f6d42
PA
13632016-01-13 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.base/default.exp: Expect $_gthread as well.
1366 * gdb.multi/tids.exp: Test $_gthread.
1367 * gdb.threads/thread-specific.exp: Test $_gthread.
1368
c84f6bbf
PA
13692016-01-13 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.multi/tids.exp: Test "info threads -gid".
1372
22a02324
PA
13732016-01-13 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1376 Breakpoint.thread.
1377 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1378
5d5658a1
PA
13792016-01-07 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/break.exp: Adjust to output changes.
1382 * gdb.base/hbreak2.exp: Likewise.
1383 * gdb.base/sepdebug.exp: Likewise.
1384 * gdb.base/watch_thread_num.exp: Likewise.
1385 * gdb.linespec/keywords.exp: Likewise.
1386 * gdb.multi/info-threads.exp: Likewise.
1387 * gdb.threads/thread-find.exp: Likewise.
1388 * gdb.multi/tids.c: New file.
1389 * gdb.multi/tids.exp: New file.
1390
84654457
PA
13912016-01-13 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1394
e3940304
PA
13952016-01-13 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.base/default.exp: Expect $_inferior as well.
1398 * gdb.multi/base.exp: Test $_inferior.
1399
a911d87a
PA
14002016-01-13 Pedro Alves <palves@redhat.com>
1401
1402 PR breakpoints/19388
1403 * gdb.base/catch-signal-siginfo-cond.c: New file.
1404 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1405
82075af2
JS
14062016-01-12 Josh Stone <jistone@redhat.com>
1407 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1408
1409 * gdb.base/catch-syscall.c (do_execve): New variable.
1410 (main): Conditionally trigger an execve.
1411 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1412 (test_catch_syscall_execve): New, check entry/return across execve.
1413 (do_syscall_tests): Call test_catch_syscall_execve.
1414
e46eeedd
PA
14152016-01-12 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.base/random-signal.exp (do_test): New procedure, with body
1418 of testcase moved in.
1419
01d8c27e
JK
14202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1421 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.base/funcargs.exp (finish from indirectly called function):
1424 Reintroduce the case for 'First'.
1425
9a706302
JK
14262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1427 Pedro Alves <palves@redhat.com>
1428
1429 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1430 (tcatch_vfork_then_child_follow_exec)
1431 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1432 identification.
1433
c0ecb95f
JK
14342016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1435
1436 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1437 and repeats to unlimited.
1438 * gdb.python/py-value.exp: Likewise.
1439 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1440 and repeats to unlimited.
1441
6cfc1fcb
JK
14422016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1443
1444 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1445 and reordering the functions.
1446 * gdb.multi/hangout.c: Likewise.
1447 * gdb.multi/hello.c: Likewise.
1448
582a1b00
SM
14492016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1450
1451 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1452 absolute.
1453 (SingleStatisticTestResult.report): Use dict.keys instead of
1454 dict.iterkeys.
1455
79bc59cb
PA
14562016-01-06 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1459
43368e1d
MM
14602016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1461
1462 * gdb.btrace/dlopen.exp: New.
1463 * gdb.btrace/dlopen.c: New.
1464 * gdb.btrace/dlopen-dso.c: New.
1465
79fad5b8
SL
14662015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1467
1468 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1469 PATTERN argument is optional.
1470
ab8314b3
JB
14712015-12-24 Joel Brobecker <brobecker@adacore.com>
1472
1473 * lib/ada.exp (target_compile_ada_from_dir): New function.
1474 (gdb_compile_ada): Reimplement avoiding the use of project files.
1475 * gdb.ada/gnat_ada.gpr: Delete.
1476 * gdb.ada/cond_lang.exp: Adjust test to make path before
1477 filename optional.
1478 * gdb.ada/small_reg_param.exp: Likewise.
1479
fe33faff
SM
14802015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1481
1482 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1483
6d265cb4
TP
14842015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1485
1486 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1487 case.
1488
10125099
SM
14892015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1490
1491 * gdb.base/break.exp: Remove dead code.
1492 * gdb.base/sepdebug.exp: Likewise.
1493
3ca22649
SM
14942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1495
1496 * gdb.asm/asm-source.exp: Remove HP-UX references.
1497 * gdb.base/annota1.exp: Likewise.
1498 * gdb.base/annota3.exp: Likewise.
1499 * gdb.base/attach.exp: Likewise.
1500 * gdb.base/bigcore.exp: Likewise.
1501 * gdb.base/break.exp: Likewise.
1502 * gdb.base/call-ar-st.exp: Likewise.
1503 * gdb.base/callfuncs.exp: Likewise.
1504 * gdb.base/catch-fork-static.exp: Likewise.
1505 * gdb.base/display.exp: Likewise.
1506 * gdb.base/foll-exec-mode.exp: Likewise.
1507 * gdb.base/foll-exec.exp: Likewise.
1508 * gdb.base/foll-fork.exp: Likewise.
1509 * gdb.base/foll-vfork.exp: Likewise.
1510 * gdb.base/funcargs.exp: Likewise.
1511 * gdb.base/hbreak2.exp: Likewise.
1512 * gdb.base/inferior-died.exp: Likewise.
1513 * gdb.base/interrupt.exp: Likewise.
1514 * gdb.base/multi-forks.exp: Likewise.
1515 * gdb.base/nodebug.exp: Likewise.
1516 * gdb.base/sepdebug.exp: Likewise.
1517 * gdb.base/solib1.c: Likewise.
1518 * gdb.base/step-test.exp: Likewise.
1519 * gdb.mi/non-stop.c: Likewise.
1520 * gdb.mi/pthreads.c: Likewise.
1521 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1522 * gdb.threads/pthreads.c: Likewise.
1523 * gdb.threads/staticthreads.exp: Likewise.
1524 * lib/future.exp: Likewise.
1525 * lib/gdb.exp: Likewise.
1526 * gdb.base/so-indr-cl.c: Remove.
1527 * gdb.base/so-indr-cl.exp: Likewise.
1528 * gdb.base/solib.c: Likewise.
1529 * gdb.base/solib.exp: Likewise.
1530 * gdb.base/solib2.c: Likewise.
1531
b6304613
SM
15322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1533
1534 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1535 * gdb.base/call-ar-st.exp: Likewise.
1536 * gdb.base/callfuncs.exp: Likewise.
1537 * gdb.base/condbreak.exp: Likewise.
1538 * gdb.base/constvars.exp: Likewise.
1539 * gdb.base/hbreak2.exp: Likewise.
1540 * gdb.base/langs.exp: Likewise.
1541 * gdb.base/list.exp: Likewise.
1542 * gdb.base/long_long.exp: Likewise.
1543 * gdb.base/ptype.exp: Likewise.
1544 * gdb.base/scope.exp: Likewise.
1545 * gdb.base/signals.exp: Likewise.
1546 * gdb.base/so-impl-ld.exp: Likewise.
1547 * gdb.base/varargs.exp: Likewise.
1548 * gdb.base/volatile.exp: Likewise.
1549 * gdb.base/whatis.exp: Likewise.
1550 * gdb.cp/cplusfuncs.exp: Likewise.
1551 * gdb.cp/inherit.exp: Likewise.
1552 * gdb.cp/local.exp: Likewise.
1553 * gdb.cp/member-ptr.exp: Likewise.
1554 * gdb.cp/method.exp: Likewise.
1555 * gdb.cp/overload.exp: Likewise.
1556 * gdb.cp/templates.exp: Likewise.
1557 * gdb.stabs/weird.exp: Likewise.
1558 * lib/compiler.c: Likewise.
1559 * lib/compiler.cc: Likewise.
1560 * lib/cp-support.exp: Likewise.
1561 * lib/gdb.exp: Likewise.
1562
bf401b07
SM
15632015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1564
1565 * configure.ac: Remove HP-UX case.
1566 * configure: Regenerate.
1567
aff9c0f8
SM
15682015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1569
1570 * lib/gdb.exp (gdb_compile): Add function doc.
1571
a6904d5a
PA
15722015-12-17 Pedro Alves <palves@redhat.com>
1573
1574 PR threads/19354
1575 * gdb.multi/info-threads.exp: New file.
1576
a22279dd
YQ
15772015-12-15 Yao Qi <yao.qi@linaro.org>
1578
1579 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1580 is aarch64*-*-*.
1581
0588c796
SL
15822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1583
1584 * gdb.base/history-duplicates.exp: Skip if no readline support.
1585
5d978e17
SL
15862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1589
7e763b86
SL
15902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1591
1592 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1593
87a3a92c
SL
15942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1595
1596 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1597 ctrl-C if nointerrupts target property is set.
1598 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1599 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1600 * gdb.base/paginate-bg-execution.exp: Likewise.
1601 * gdb.base/paginate-execution-startup.exp: Likewise.
1602 * gdb.base/random-signal.exp: Likewise.
1603 * gdb.base/range-stepping.exp: Likewise.
1604 * gdb.cp/annota2.exp: Likewise.
1605 * gdb.cp/annota3.exp: Likewise.
1606 * gdb.gdb/selftest.exp: Likewise.
1607 * gdb.threads/continue-pending-status.exp: Likewise.
1608 * gdb.threads/leader-exit.exp: Likewise.
1609 * gdb.threads/manythreads.exp: Likewise.
1610 * gdb.threads/pthreads.exp: Likewise.
1611 * gdb.threads/schedlock.exp: Likewise.
1612 * gdb.threads/sigthread.exp: Likewise.
1613
a8f077dc
DB
16142015-12-11 Don Breazeal <donb@codesourcery.com>
1615
1616 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1617 remote.
1618 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1619 * gdb.base/foll-exec.exp (main): Enable for target remote.
1620 * gdb.base/foll-fork.exp (main): Likewise.
1621 * gdb.base/foll-vfork.exp (main): Likewise.
1622 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1623 (proc continue_to_exit_bp_loc): Use clean_restart.
1624 * gdb.base/pie-execl.exp (main): Disable for target remote.
1625 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1626 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1627 * gdb.threads/execl.exp (main): Likewise.
1628 * gdb.threads/fork-child-threads.exp (main): Likewise.
1629 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1630 remote.
1631 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1632 remote.
1633 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1634 pid.tid style ptids, instead of just tid.
1635 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1636 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1637 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1638 ptids, instead of just tid.
1639
3b2464a8
AB
16402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.base/list.exp (test_list_forward): Add end of file error
1643 test.
1644 (test_repeat_list_command): Add end of file error test.
1645 (test_list_backwards): Add beginning of file error test.
1646
a0def019
AB
16472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.base/list.exp (test_list_invalid_args): New function,
1650 defined, and called.
1651
5c000dff
AB
16522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.base/list.exp (test_list): Make test names unique.
1655
f1637ebe
YQ
16562015-12-11 Yao Qi <yao.qi@linaro.org>
1657
1658 * gdb.base/coremaker2.c: Remove.
1659
36d6fc0a
PA
16602015-12-10 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.multi/base.exp: Remove stale "spaces" references.
1663
762f7747
PA
16642015-12-10 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.multi/base.exp: Don't use nowarnings.
1667 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1668 * gdb.multi/hangout.c: Include stdio.h.
1669 * gdb.multi/hello.c: Include stdlib.h.
1670 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1671 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1672 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1673
28d2bfb9
AB
16742015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1675
1676 * gdb.dwarf2/dw2-ranges-base.c: New file.
1677 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1678 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1679 support additional line table, and debug ranges generation.
1680 (Dwarf::ranges): New function, generate .debug_ranges.
1681 (Dwarf::lines): Support generating simple line table programs.
1682 (Dwarf::assemble): Initialise new namespace variables.
1683
5fc2beac
KB
16842015-12-09 Kevin Buettner <kevinb@redhat.com>
1685
1686 * gdb.base/async.exp (proc test_background): Add case for
1687 asynchronous execution not supported.
1688
1c35a88f
LM
16892015-12-09 Luis Machado <lgustavo@codesourcery.com>
1690
1691 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1692 format and change test names to make them unique.
1693
b593e3d9
RK
16942015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1695 Pedro Alves <pedro@redhat.com>
1696
1697 PR gdb/18702
1698 Add checking of floatformats setup on x86_64 hosts.
1699 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1700 (smallval, bigval): New labels/constants.
1701 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1702 float" after loading bigval and smallval.
1703
d72413e6
PMR
17042015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1705
1706 * gdb.ada/fun_overload_menu.exp: New testcase.
1707 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1708
ece66d65
JS
17092015-12-04 Josh Stone <jistone@redhat.com>
1710
1711 * gdb.base/catch-fork-static.exp: New.
1712
41d0efca
YQ
17132015-12-03 Yao Qi <yao.qi@linaro.org>
1714
1715 * gdb.base/sizeof.c: Don't include stdio.h and
1716 ../lib/unbuffer_output.c.
1717 (main): New variable 'size' and 'value'. Remove printf and
1718 gdb_unbuffer_output. Assign return value to size and value.
1719 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1720 at the beginning.
1721 (check_sizeof): Check the result by printing variable 'size'.
1722 (check_valueof): Check the result by printing variable 'value'.
1723
99fd02d9
YQ
17242015-12-01 Yao Qi <yao.qi@linaro.org>
1725
1726 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1727 for aarch64*-*-linux* target.
1728
f2faf941
PA
17292015-11-30 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1732
04bf20c5
PA
17332015-11-30 Pedro Alves <palves@redhat.com>
1734
1735 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1736 Handle non-stop mode vCont replies.
1737
09df4675
PA
17382015-11-30 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1741 prepare_for_testing. Start gdb with "set non-stop on" appended to
1742 GDBFLAGS. Lax expected stop output.
1743
58b584af
YQ
17442015-11-27 Yao Qi <yao.qi@linaro.org>
1745
1746 * gdb.arch/arm-neon.exp: New.
1747 * gdb.arch/arm-neon.c: New.
1748
dfcb77a8
YQ
17492015-11-27 Yao Qi <yao.qi@linaro.org>
1750
1751 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1752
88e8ec1b
YQ
17532015-11-27 Yao Qi <yao.qi@linaro.org>
1754
1755 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1756 frames-invalid annotation.
1757
bfde72c2
YQ
17582015-11-27 Yao Qi <yao.qi@linaro.org>
1759
1760 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1761
f6512a69
SM
17622015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1763
1764 * gdb.threads/names.exp: New file.
1765 * gdb.threads/names.c: New file.
1766 * README: Mention gdb,no_thread_names.
1767
46a3515b
MM
17682015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1769
1770 PR 19297
1771 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1772 support" error.
1773
62147a22
PA
17742015-11-24 Pedro Alves <palves@redhat.com>
1775
1776 PR 17539
1777 * gdb.base/display.exp: Expect displays to be sorted in ascending
1778 order. Use multi_line.
1779 * gdb.base/solib-display.exp: Likewise.
1780
2f341b6e
PA
17812015-11-24 Pedro Alves <palves@redhat.com>
1782
1783 PR 17539
1784 * gdb.base/display.exp: Expect displays to be sorted in ascending
1785 order. Use multi_line.
1786 * gdb.base/solib-display.exp: Likewise.
1787
7e0aa6aa
PA
17882015-11-24 Pedro Alves <palves@redhat.com>
1789
1790 PR 17539
1791 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1792 threads in ascending order.
1793 * gdb.base/foll-fork.exp: Likewise.
1794 * gdb.base/foll-vfork.exp: Likewise.
1795 * gdb.base/multi-forks.exp: Likewise.
1796 * gdb.mi/mi-nonstop.exp: Likewise.
1797 * gdb.mi/mi-nsintrall.exp: Likewise.
1798 * gdb.multi/base.exp: Likewise.
1799 * gdb.multi/multi-arch.exp: Likewise.
1800 * gdb.python/py-inferior.exp: Likewise.
1801 * gdb.threads/break-while-running.exp: Likewise.
1802 * gdb.threads/execl.exp: Likewise.
1803 * gdb.threads/gcore-thread.exp: Likewise.
1804 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1805 * gdb.threads/kill.exp: Likewise.
1806 * gdb.threads/linux-dp.exp: Likewise.
1807 * gdb.threads/multiple-step-overs.exp: Likewise.
1808 * gdb.threads/next-bp-other-thread.exp: Likewise.
1809 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1810 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1811 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1812 * gdb.threads/thread-find.exp: Likewise.
1813 * gdb.threads/tls.exp: Likewise.
1814 * lib/mi-support.exp (mi_reverse_list): Delete.
1815 (mi_check_thread_states): No longer reverse list.
1816
2cc57ad8
PA
18172015-11-24 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1820 use lowercase.
1821
c93e8391
SM
18222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1823
1824 * gdb.trace/actions.c: Include trace-common.h.
1825 (main): Add a location for a fast tracepoint.
1826 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1827 the normal tracepoints.
1828 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1829
045ccf91
SM
18302015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1831
1832 * save-trace.exp: Factor out code to these...
1833 (gdb_save_tracepoints): New.
1834 (gdb_load_tracepoints): New.
1835 (do_save_load_test): New.
1836
5506f9f6
KB
18372015-11-23 Kevin Buettner <kevinb@redhat.com>
1838
1839 * gdb.base/asmlabel.exp: New test.
1840 * gdb.base/asmlabel.c: New test case.
1841
16c3b12f
JB
18422015-11-23 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdb.base/wrong_frame_bt_full-main.c: New file.
1845 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1846 * gdb.base/wrong_frame_bt_full.exp: New file.
1847
155bfbd3
JB
18482015-11-23 Joel Brobecker <brobecker@adacore.com>
1849
1850 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1851
bb097445
JM
18522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1853
206853a0 1854 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1855 pstate register when comparing registers values in
1856 sparc64-*-linux-gnu targets to avoid spurious differences.
1857
9c88ed8f
JM
18582015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1859
206853a0 1860 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1861
96161e25
SL
18622015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1863
1864 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1865 as type argument to gdb_compile.
1866 * gdb.base/nested-subp2.exp: Likewise.
1867 * gdb.base/nested-subp3.exp: Likewise.
1868
340c2830
DV
18692015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1870
1871 * lib/dwarf.exp (_note): Fix left shift of negative value.
1872 * gdb.trace/trace-condition.exp: Likewise.
1873
c1862d0f
YQ
18742015-11-13 Yao Qi <yao.qi@linaro.org>
1875
1876 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1877 comments about d10v.
1878 (test_scalar_returns): Likewise.
1879 * gdb.base/d10v.ld: Remove.
1880 * gdb.base/overlays.exp: Remove the target triplet checking for
1881 d10v-*-*.
1882 * gdb.base/structs.exp (test_struct_returns): Remove the
1883 comments about d10v.
1884 (test_struct_calls): Likewise.
1885
77ae9c19
YQ
18862015-11-13 Yao Qi <yao.qi@linaro.org>
1887
1888 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1889 * gdb.base/gnu_vector.c: Don't include stdio.h.
1890 (main): Don't print res and call add_some_intvecs.
1891
430e004e
MK
18922015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1893
1894 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1895 macro.
1896 (func5): Removed.
1897 (func4): Use FAST_TRACEPOINT_LABEL.
1898 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1899 macro.
1900 (func): Removed.
1901 (thread_function): Use FAST_TRACEPOINT_LABEL.
1902 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1903 (func): Remove.
1904 (marker): Use FAST_TRACEPOINT_LABEL.
1905 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1906 (pendfunc1): Remove.
1907 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1908 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1909 (foo): Remove.
1910 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1911 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1912 macro.
1913 (func): Remove.
1914 (marker): Use FAST_TRACEPOINT_LABEL.
1915 * gdb.trace/trace-common.h: New header.
1916 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1917 macro.
1918 (func): Remove.
1919 (marker): Use FAST_TRACEPOINT_LABEL.
1920 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1921 (func): Remove.
1922 (thread_function): Use FAST_TRACEPOINT_LABEL.
1923
6e7675a7
MK
19242015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1925
1926 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1927 in front.
1928 * gdb.trace/change-loc.exp: Use global pcreg definition.
1929 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1930 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1931 in front.
1932 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1933 * gdb.trace/pending.exp: Likewise.
1934 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1935 * gdb.trace/trace-break.exp: Likewise.
1936 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1937 in front.
1938 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1939 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1940 in front.
1941 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1942
dddc0e16
JB
19432015-11-09 Joel Brobecker <brobecker@adacore.com>
1944
1945 * gdb.ada/fin_fun_out: New testcase.
1946
c6f0b406
KB
19472015-11-07 Kevin Buettner <kevinb@redhat.com>
1948
1949 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1950 value associated with DW_AT_byte_size.
1951 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1952 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1953 DW_AT_upper_bound.
1954
f01dcfd9
KB
19552015-11-07 Kevin Buettner <kevinb@redhat.com>
1956
1957 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1958 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1959 version.
1960 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1961 gdb.dwarf2/dw2-canonicalize-type.exp,
1962 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1963 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1964 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1965 provided by gdb_target_symbol_prefix_flags_asm.
1966 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1967 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1968 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1969 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1970 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1971 macros where needed). Use this macro for symbols which require
1972 the prefix provided by SYMBOL_PREFIX.
1973
2223449a
KB
19742015-11-05 Kevin Buettner <kevinb@redhat.com>
1975
1976 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1977 New procs.
1978 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1979 representing expressions, of more than one list element.
1980 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1981 to prepend linker symbol prefix to f.
1982 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1983 table_1 and table_2.
1984 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1985 Likewise, for f and g.
1986 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1987 for ptr.
1988 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1989 for main.
1990 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1991 table_1_ptr and table_2_ptr.
1992
6f2f1a3a
JK
19932015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1994 Joel Brobecker <brobecker@adacore.com>
1995
1996 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1997
566c56c9
MK
19982015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1999
2000 * gdb.reverse/s390-mvcle.c: New test.
2001 * gdb.reverse/s390-mvcle.exp: New file.
2002 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2003
d5f0636b
MK
20042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2005
2006 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2007
7ad8b86c
MK
20082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2009
2010 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2011 reaching marker2.
2012 * gdb.reverse/getresuid-reverse.exp: Likewise.
2013 * gdb.reverse/pipe-reverse.exp: Likewise.
2014 * gdb.reverse/readv-reverse.exp: Likewise.
2015 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2016 * gdb.reverse/time-reverse.exp: Likewise.
2017 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2018
4081c0f1
YQ
20192015-10-30 Yao Qi <yao.qi@linaro.org>
2020
2021 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2022 (empty_cycle): Remove.
2023 (main): Don't call empty_cycle. Don't use watch_count_done.
2024 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2025 empty_cycle. Rewrite the code counting HW watchpoints.
2026
452b4ba5
MK
20272015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2028
2029 * gdb.reverse/fstatat-reverse.c: New test.
2030 * gdb.reverse/fstatat-reverse.exp: New file.
2031 * gdb.reverse/getresuid-reverse.c: New test.
2032 * gdb.reverse/getresuid-reverse.exp: New file.
2033 * gdb.reverse/pipe-reverse.c: New test.
2034 * gdb.reverse/pipe-reverse.exp: New file.
2035 * gdb.reverse/readv-reverse.c: New test.
2036 * gdb.reverse/readv-reverse.exp: New file.
2037 * gdb.reverse/recvmsg-reverse.c: New test.
2038 * gdb.reverse/recvmsg-reverse.exp: New file.
2039 * gdb.reverse/time-reverse.c: New test.
2040 * gdb.reverse/time-reverse.exp: New file.
2041 * gdb.reverse/waitpid-reverse.c: New test.
2042 * gdb.reverse/waitpid-reverse.exp: New file.
2043
5e2e7507
JK
20442015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2045
2046 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2047
0fde2c53
DE
20482015-10-26 Doug Evans <dje@google.com>
2049
2050 PR symtab/17391
2051 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2052 * gdb.dwarf2/bad-regnum.c: New file.
2053 * gdb.dwarf2/bad-regnum.exp: New file.
2054
1a70ae97
DE
20552015-10-26 Doug Evans <dje@google.com>
2056
2057 PR python/18938
2058 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2059 file.
2060
27dc26ab
JK
20612015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2064 for a change by "Mention language in compile error message".
2065
bed91f4d
SM
20662015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2067
2068 PR python/18073
2069 * gdb.python/py-type.c (C::a_method): New.
2070 (C::a_const_method): New.
2071 (C::a_static_method): New.
2072 (a_function): New.
2073 * gdb.python/py-type.exp (test_fields): Test getting fields
2074 from function and method.
2075
3f2f83dd
KB
20762015-10-21 Keven Boell <keven.boell@intel.com>
2077
2078 * gdb.fortran/vla-alloc-assoc.exp: New file.
2079 * gdb.fortran/vla-datatypes.exp: New file.
2080 * gdb.fortran/vla-datatypes.f90: New file.
2081 * gdb.fortran/vla-history.exp: New file.
2082 * gdb.fortran/vla-ptype-sub.exp: New file.
2083 * gdb.fortran/vla-ptype.exp: New file.
2084 * gdb.fortran/vla-sizeof.exp: New file.
2085 * gdb.fortran/vla-sub.f90: New file.
2086 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2087 * gdb.fortran/vla-value-sub-finish.exp: New file.
2088 * gdb.fortran/vla-value-sub.exp: New file.
2089 * gdb.fortran/vla-value.exp: New file.
2090 * gdb.fortran/vla-ptr-info.exp: New file.
2091 * gdb.mi/mi-vla-fortran.exp: New file.
2092 * gdb.mi/vla.f90: New file.
2093
27145d50
SL
20942015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2095
2096 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2097 of hardwired timeout value.
2098
5f3ff4f8
JK
20992015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2100 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2103 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2104
bfd09d20
JS
21052015-10-19 Josh Stone <jistone@redhat.com>
2106
2107 * gdb.base/catch-syscall.c: Include <sched.h>.
2108 (unknown_syscall): New variable.
2109 (main): Trigger a vfork and an unknown syscall.
2110 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2111 (unknown_syscall_number): Likewise.
2112 (check_call_to_syscall): Accept an optional syscall pattern.
2113 (check_return_from_syscall): Likewise.
2114 (check_continue): Likewise.
2115 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2116 (test_catch_syscall_skipping_return): New test toggling off 'catch
2117 syscall' to step over the syscall return, then toggling back on.
2118 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2119 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2120 (do_syscall_tests): Call test_catch_syscall_without_args and
2121 test_catch_syscall_mid_vfork.
2122 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2123 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2124
b32b93c6
AS
21252015-10-19 Andrew Stubbs <ams@codesourcery.com>
2126
2127 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2128 print g_vE): Add new pass patterns.
2129 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2130 print various symbol names for vptr fields.
2131
9d622bda
AB
21322015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2135 results.
2136
0fd8ac1c
YQ
21372015-10-12 Yao Qi <yao.qi@linaro.org>
2138
2139 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2140
34240514
YQ
21412015-10-12 Yao Qi <yao.qi@linaro.org>
2142
2143 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2144 is aarch64*-*-linux*.
2145
8240f442
YQ
21462015-10-12 Yao Qi <yao.qi@linaro.org>
2147
2148 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2149 (can_relocate_bcond_true): ... it.
2150 (can_relocate_bcond_false): New function.
2151 (foo): Likewise.
2152 (can_relocate_bl): Likewise.
2153 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2154 can_relocate_bl.
2155
2520f728
PMR
21562015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2157
2158 * gdb.base/nested-addr.c: New file.
2159 * gdb.base/nested-addr.exp: New testcase.
2160
abcef95a
MM
21612015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2162
2163 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2164 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2165 its output. Ignore the output of "record goto begin" and instead
2166 check that GDB is replaying.
2167
145e3ddb
PA
21682015-10-09 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2171 (top level): Use it in the run with no args test.
2172
d5d8c4e1
IB
21732015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2174
2175 * gdb.dlang/properties.exp: New file.
2176
06e635ef
SL
21772015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2178
2179 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2180 whether or not address 0x1000 is mapped on the target.
2181
e019fd1d
SM
21822015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2183
2184 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2185 build.
2186
77ba2a67
MM
21872015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2188
2189 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2190 instruction-history test.
2191
c60eb31f
DE
21922015-09-28 Doug Evans <dje@google.com>
2193
2194 * gdb.base/gcore.c (array_func): Add reference to static_array.
2195
9a3c8263
SM
21962015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2197
2198 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2199 source line.
2200
9720e656
SL
22012015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2202
2203 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2204 short or char as base type.
2205
938d3bf2
SL
22062015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2207
2208 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2209 to allow any size enum.
2210
e6c2c623
PMR
22112015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2212
2213 * gdb.ada/array_ptr_renaming.exp: New testcase.
2214 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2215 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2216
06da0f77
PL
22172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2218
2219 * gdb.trace/ftrace-lock.c: New file.
2220 * gdb.trace/ftrace-lock.exp: New file.
2221
4f51c22a
PL
22222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2223
2224 * gdb.arch/insn-reloc.c: New file.
2225 * gdb.arch/ftrace-insn-reloc.exp: New file.
2226
7041adf4
PL
22272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2228
2229 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2230 instruction.
2231 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2232 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2233 * gdb.trace/range-stepping.c: Likewise.
2234 * gdb.trace/trace-break.c: Likewise.
2235 * gdb.trace/trace-mt.c (thread_function): Likewise.
2236 * gdb.trace/ftrace.c (marker): Likewise.
2237 * gdb.trace/trace-condition.c (marker): Likewise.
2238 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2239 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2240 is_aarch64_target.
2241
015d2e7e
DE
22422015-09-18 Doug Evans <xdje42@gmail.com>
2243
2244 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2245 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2246
26b188a2
SL
22472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2248
2249 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2250 the breakpoint.
2251
79dc332b
SL
22522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2253
2254 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2255 the pending breakpoint. Remove timeout override for "Run till
2256 MI pending breakpoint on pendfunc3 on thread 2" test.
2257
f57929f2
SL
22582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2259
2260 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2261 filename pattern.
2262
3f469b17
SL
22632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2264
2265 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2266 in breakpoint filename pattern.
2267
515b89b3
SL
22682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2269
7800dbe4
SL
2270 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2271
22722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2273
515b89b3
SL
2274 * gdb.linespec/explicit.exp: Check for readline support for
2275 tab-completion tests. Fix obvious typo.
2276
d2939ba2
MM
22772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2278
2279 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2280 and replay.
2281
cbb55fa7
MM
22822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2283
2284 * gdb.btrace/non-stop.c: New.
2285 * gdb.btrace/non-stop.exp: New.
2286
43691ca1
PL
22872015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2288 Yao Qi <yao.qi@linaro.org>
2289
2290 * gdb.trace/trace-condition.c: New file.
2291 * gdb.trace/trace-condition.exp: New file.
2292
d78908cf
WW
22932015-09-16 Wei-cheng Wang <cole945@gmail.com>
2294
2295 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2296 for testing bytecode compilation.
2297
1ed415e2
PA
22982015-09-16 Pedro Alves <palves@redhat.com>
2299 Sandra Loosemore <sandra@codesourcery.com>
2300
2301 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2302 (SECONDS): Redefine.
2303 (main): Call pthread_kill and alarm early.
2304 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2305 support.
2306 (test): If the target can't hardware step and doesn't support
2307 displaced stepping, increase the timeout.
2308
d136eff5
PA
23092015-09-16 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2312 (enable_debug): New procedures.
2313 (test): Use them. Bail out if waiting for threads fails.
2314 (top level): Bail out if a test fails.
2315
991f019c
YQ
23162015-09-16 Yao Qi <yao.qi@linaro.org>
2317
2318 * gdb.asm/asm-source.exp: Set asm-arch for
2319 aarch64*-*-* target.
2320 * gdb.asm/aarch64.inc: New file.
2321
bfca584f
PMR
23222015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2323
2324 * gdb.ada/array_of_variable_length.exp: New testcase.
2325 * gdb.ada/array_of_variable_length/foo.adb: New file.
2326 * gdb.ada/array_of_variable_length/pck.adb: New file.
2327 * gdb.ada/array_of_variable_length/pck.ads: New file.
2328
b326e587
DE
23292015-09-15 Doug Evans <dje@google.com>
2330
2331 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2332 of function static local variable.
2333
5382cfab
PW
23342015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2335
2336 * gdb.threads/tls-so_extern.exp: New test file.
2337 * gdb.threads/tls-so_extern.c: New test file.
2338 * gdb.threads/tls-so_extern_main.c: New test file.
2339
141c5cc4
JK
23402015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 * gdb.opt/solib-intra-step-lib.c: New file.
2343 * gdb.opt/solib-intra-step-main.c: New file.
2344 * gdb.opt/solib-intra-step.exp: New file.
2345
d15dcecd
PA
23462015-09-15 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2349 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2350
4c2f2a79
PA
23512015-09-14 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/hook-stop-continue.c: Delete.
2354 * gdb.base/hook-stop-continue.exp: Delete.
2355 * gdb.base/hook-stop-frame.c: Delete.
2356 * gdb.base/hook-stop-frame.exp: Delete.
2357 * gdb.base/hook-stop.c: New file.
2358 * gdb.base/hook-stop.exp: New file.
2359
919e6dbe
PMR
23602015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2361
2362 * gdb.ada/access_to_packed_array.exp: New testcase.
2363 * gdb.ada/access_to_packed_array/foo.adb: New file.
2364 * gdb.ada/access_to_packed_array/pack.adb: New file.
2365 * gdb.ada/access_to_packed_array/pack.ads: New file.
2366
157280a4
MM
23672015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2368
2369 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2370 buffer size test.
2371
2fd33e94
DB
23722015-09-11 Don Breazeal <donb@codesourcery.com>
2373
2374 * gdb.base/foll-exec.c: Add copyright header. Fix
2375 formatting issues.
2376 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2377 (do_exec_tests): Use clean_restart in place of zap_session,
2378 and for test initialization. Fix formatting issues. Use
2379 fail in place of perror.
2380 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2381 an expect statement to match an expression with output from
2382 the program under debug.
2383 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2384 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2385 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2386 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2387 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2388
e70b6e8e
DE
23892015-09-09 Doug Evans <dje@google.com>
2390
2391 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2392
7a551a51
DE
23932015-09-09 Doug Evans <dje@google.com>
2394
2395 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2396
4c666f84
DE
23972015-09-09 Doug Evans <dje@google.com>
2398
2399 * gdb.base/savedregs.exp: Fix typo.
2400
243a9253
PA
24012015-09-09 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2404
c0fa8fbd
SL
24052015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2406
2407 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2408 command actually switches threads. Give up on remaining
2409 tests if target fails to stop at breakpoint.
2410
cd7c1778
PMR
24112015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2412
2413 * gdb.ada/funcall_char.exp: New testcase.
2414 * gdb.ada/funcall_char/foo.adb: New file.
2415
dc5c8746
PMR
24162015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2417
2418 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2419 expected outputs. Add two testcases for completing ambiguous
2420 functions.
2421 * gdb.ada/complete/aux_pck.adb: New file.
2422 * gdb.ada/complete/aux_pck.ads: New file.
2423 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2424 Ambiguous_Func functions.
2425 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2426 * gdb.ada/complete/pck.adb: Likewise.
2427
4e83a1e7
UW
24282015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2429
2430 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2431 failures to run the test program under GDB.
2432
8ce74153
LM
24332015-08-26 Luis Machado <lgustavo@codesourcery.com>
2434
2435 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2436 to C.
2437
e9756d52
PP
24382015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2439
2440 * gdb.base/run-after-attach.exp: New test file.
2441 * gdb.base/run-after-attach.c: New test file.
2442
8d37573b
DB
24432015-08-26 Don Breazeal <donb@codesourcery.com>
2444
2445 * gdb.base/foll-exec-2.c: New test program.
2446 * gdb.base/foll-exec-2.exp: New test.
2447
63e43d3a
PMR
24482015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2449
2450 * gdb.base/nested-subp1.exp: New file.
2451 * gdb.base/nested-subp1.c: New file.
2452 * gdb.base/nested-subp2.exp: New file.
2453 * gdb.base/nested-subp2.c: New file.
2454 * gdb.base/nested-subp3.exp: New file.
2455 * gdb.base/nested-subp3.c: New file.
2456
3d40fbb5
PA
24572015-08-24 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.server/connect-without-multi-process.c: New file.
2460 * gdb.server/connect-without-multi-process.exp: New file.
2461
4422ac93
LM
24622015-08-24 Luis Machado <lgustavo@codesourcery.com>
2463
2464 * gdb.opt/inline-markers.c: Make z int.
2465
91dddb86
LM
24662015-08-24 Luis Machado <lgustavo@codesourcery.com>
2467
2468 * gdb.opt/inline-markers.c: Make z volatile.
2469
a48847ee
LM
24702015-08-24 Luis Machado <lgustavo@codesourcery.com>
2471
2472 * gdb.opt/inline-bt.c: New volatile global z.
2473 * gdb.opt/inline-cmds.c: Likewise.
2474 * gdb.opt/inline-locals.c: Likewise.
2475 * gdb.opt/inline-markers.c: New extern global z.
2476 (marker): Use z.
2477 (inline_fn): Likewise.
2478
0ebbc52b
PA
24792015-08-24 Pedro Alves <palves@redhat.com>
2480
2481 * config/m32r-stub.exp: Remove file.
2482 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2483 * gdb.base/call-rt-st.exp: Likewise.
2484 * gdb.base/call-strs.exp: Likewise.
2485 * gdb.base/default.exp: Remove references to h8300-*-hms and
2486 *-*-udi*.
2487 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2488
77c365df
AA
24892015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2490
2491 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2492 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2493 and "return" use KFAIL when GDB can not read/write the vector
2494 return value.
2495
4313b8c0
GB
24962015-08-21 Gary Benson <gbenson@redhat.com>
2497
2498 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2499
0e433b32
PA
25002015-08-20 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.server/solib-list.exp: No longer expect an interior stop in
2503 non-stop mode.
2504
221e1a37
PA
25052015-08-20 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.server/connect-stopped-target.c: New file.
2508 * gdb.server/connect-stopped-target.exp: New file.
2509
40e3ad0e
PA
25102015-08-20 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.dwarf2/comp-unit-lang.exp: New file.
2513 * gdb.dwarf2/comp-unit-lang.c: New file.
2514
af39b327
PMR
25152015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2516
2517 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2518 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2519
7d45c7c3 25202015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2521
7d45c7c3
KB
2522 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2523 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2524
4d6cceb4
DE
25252015-08-18 Doug Evans <dje@google.com>
2526 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2527
2528 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2529 skip_python_tests. New arg prompt_regexp.
2530 (skip_python_tests): New function.
2531 * lib/mi-support.exp (mi_skip_python_tests): New function.
2532 * gdb.python/py-mi-objfile-gdb.py: New file.
2533 * gdb.python/py-mi-objfile.c: New file.
2534 * gdb.python/py-mi-objfile.exp: New file.
2535
ad89c2aa
KS
25362015-08-17 Keith Seitz <keiths@redhat.com>
2537
2538 * gdb.linespec/explicit.exp: Move strace test from here ...
2539 * gdb.trace/strace.exp: ... to here.
2540
e3ae3c43
PP
25412015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2542
2543 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2544 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2545
604b2636
DE
25462015-08-14 Doug Evans <xdje42@gmail.com>
2547
2548 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2549 inferior before selecting a new file.
2550
6ff0ba5f
DE
25512015-08-14 Doug Evans <xdje42@gmail.com>
2552
2553 * gdb.mi/mi-disassemble.exp: Update.
2554 * gdb.base/disasm-optim.S: New file.
2555 * gdb.base/disasm-optim.c: New file.
2556 * gdb.base/disasm-optim.h: New file.
2557 * gdb.base/disasm-optim.exp: New file.
2558
9ca98f92
KS
25592015-08-14 Keith Seitz <keiths@redhat.com>
2560
2561 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2562 "evaluated-by".
2563
52bbc560
JB
25642015-08-13 Joel Brobecker <brobecker@adacore.com>
2565
2566 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2567
5d8c3ed3
PMR
25682015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2569
2570 * gdb.ada/fun_renaming.exp: New testcase.
2571 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2572 * gdb.ada/fun_renaming/pack.adb: New file.
2573 * gdb.ada/fun_renaming/pack.ads: New file.
2574
ea8812bc
KS
25752015-08-12 Keith Seitz <keiths@redhat.com>
2576
2577 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2578 gdb_get_line_number.
2579
4dafcdeb
JB
25802015-08-12 Joel Brobecker <brobecker@adacore.com>
2581
2582 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2583 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2584 gdb.base/dso2dso.exp: New files.
2585
5ba32597
SDJ
25862015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2587 Pedro Alves <palves@redhat.com>
2588 Keith Seitz <keiths@redhat.com>
2589
2590 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2591 GDBFLAGS.
2592
b6dafabf
PP
25932015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2594
2595 * gdb.base/gdbhistsize-history.exp
2596 (test_histsize_history_setting): Use save_vars.
2597 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2598 Use save_vars.
2599 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2600 * gdb.base/readline.exp: Use save_vars.
2601
abe8e607
PP
26022015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2603
2604 * lib/gdb.exp (save_vars): New proc.
2605
629500fa
KS
26062015-08-11 Keith Seitz <keiths@redhat.com>
2607
2608 * gdb.base/help.exp: Update help_breakpoint_text.
2609
eb8c4e2e
KS
26102015-08-11 Keith Seitz <keiths@redhat.com>
2611
2612 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2613 (at toplevel): Call test_explicit_breakpoints.
2614 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2615 breakpoints.
2616 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2617 breakpoint conditions, "-cond".
2618
87f0e720
KS
26192015-08-11 Keith Seitz <keiths@redhat.com>
2620
2621 * gdb.linespec/3explicit.c: New file.
2622 * gdb.linespec/cpexplicit.cc: New file.
2623 * gdb.linespec/cpexplicit.exp: New file.
2624 * gdb.linespec/explicit.c: New file.
2625 * gdb.linespec/explicit.exp: New file.
2626 * gdb.linespec/explicit2.c: New file.
2627 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2628 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2629 before using in the matching pattern.
2630 Clarify that `prefix' is a regular expression.
2631
f00aae0f
KS
26322015-08-11 Keith Seitz <keiths@redhat.com>
2633
2634 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2635 test.
2636 Add tests for missing ",FMT" and ",".
2637
e27852be
DE
26382015-08-10 Doug Evans <dje@google.com>
2639 Keith Seitz <keiths@redhat.com>
2640
2641 PR gdb/17960
2642 * gdb.base/completion.exp: Add location completer tests.
2643
7f03bd92
PA
26442015-08-07 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2647 tests here.
2648 (top level): Run do_test with and without displaced stepping.
2649
3fc8eb30
PA
26502015-08-07 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.base/valgrind-disp-step.c: New file.
2653 * gdb.base/valgrind-disp-step.exp: New file.
2654
d4569d7b
PA
26552015-08-07 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2658 Delete function.
2659 (main): Add alarm. Run an infinite loop instead of calling
2660 wait_threads.
2661 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2662 comment.
2663 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2664 Delete function.
2665 (main): Add alarm. Run an infinite loop instead of calling
2666 wait_threads.
2667 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2668 comment.
2669
e1316e60
PA
26702015-08-07 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.base/checkpoint-ns.exp: New file.
2673 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2674 standard_testfile.
2675
da8c46d2
MM
26762015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2677
2678 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2679 * gdb.btrace/instruction_history.exp: Update.
2680 * gdb.btrace/tsx.exp: New.
2681 * gdb.btrace/tsx.c: New.
2682
de1c2c52
PA
26832015-08-06 Pedro Alves <palves@redhat.com>
2684
2685 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2686 increase timeout.
2687 * gdb.reverse/until-precsave.exp: Bump timeouts.
2688
782e0bf4
PA
26892015-08-06 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2692
83e97ed0
PA
26932015-08-06 Pedro Alves <palves@redhat.com>
2694
2695 PR gdb/18749
2696 * gdb.threads/process-dies-while-handling-bp.c: New file.
2697 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2698
863d01bd
PA
26992015-08-06 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2702 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2703
0a39bb32
PA
27042015-08-05 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2707 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2708
ee2d2b10
SL
27092015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2710
2711 * gdb.base/bp-permanent.exp: Report test as unsupported if
2712 the target cannot stop at the permanent breakpoint.
2713
4e1bdb00
DE
27142015-08-03 Doug Evans <dje@google.com>
2715
2716 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2717 10000.
2718
3d338901
DE
27192015-08-03 Doug Evans <dje@google.com>
2720
2721 * Makefile.in (workers/%.worker, build-perf): New rule.
2722 (GDB_PERFTEST_MODE): New variable.
2723 (check-perf): Use it.
2724 (clean): Clean up gdb.perf parallel build subdirs.
2725 * lib/build-piece.exp: New file.
2726 * lib/gdb.exp (make_gdb_parallel_path): New function
2727 (standard_output_file, standard_temp_file): Call it.
2728 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2729 of $GDB_PARALLEL.
2730 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2731
af061d3e
DE
27322015-08-03 Doug Evans <dje@google.com>
2733
8e1afc81 2734 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2735 (LOG_FILE_NAME): New global.
2736 (TextReporter.__init__): Initialize self.txt_sum.
2737 (TextReporter.report): Add support for multiple data-points.
2738 Move report to perftest.sum, put raw data in perftest.log.
2739 (TextReporter.start): Open sum and log files.
2740 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2741 * gdb.perf/lib/perftest/testresult.py
2742 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2743
2c8c5d37
PA
27442015-07-31 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2747 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2748 kill_wait_spawned_process instead of explicit "kill -9".
2749 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2750 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2751 kill_wait_spawned_process.
2752 * gdb.base/attach-twice.exp: Likewise.
2753 * gdb.base/attach.exp: Likewise.
2754 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2755 gdb_test_multiple.
2756 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2757 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2758 kill_wait_spawned_process.
2759 * gdb.base/valgrind-infcall.exp: Likewise.
2760 * gdb.multi/multi-attach.exp: Likewise.
2761 * gdb.python/py-prompt.exp: Likewise.
2762 * gdb.python/py-sync-interp.exp: Likewise.
2763 * gdb.server/ext-attach.exp: Likewise.
2764 * gdb.threads/attach-into-signal.exp (corefunc): Use
2765 spawn_wait_for_attach, spawn_id_get_pid and
2766 kill_wait_spawned_process.
2767 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2768 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2769 spawn_id_get_pid and kill_wait_spawned_process.
2770 * gdb.threads/attach-stopped.exp (corefunc): Use
2771 spawn_wait_for_attach, spawn_id_get_pid and
2772 kill_wait_spawned_process.
2773 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2774 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2775 kill_wait_spawned_process instead of explicit "kill -9".
2776 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2777 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2778 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2779 processes. Don't map cygwin/windows pids here. Now returns a
2780 spawn id list.
2781
032a0fca
SL
27822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2783
2784 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2785 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2786 correct patch.
2787
61a934ca
SL
27882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2789
2790 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2791
4bc4d428
SL
27922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2793
2794 Reapply:
2795 2014-05-21 Mark Wielaard <mjw@redhat.com>
2796
2797 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2798
998d452a
PA
27992015-07-30 Pedro Alves <palves@redhat.com>
2800
2801 * linux-low.c (handle_extended_wait): Set the child's last
2802 reported status to TARGET_WAITKIND_STOPPED.
2803
69dde7dc
PA
28042015-07-30 Pedro Alves <palves@redhat.com>
2805
2806 PR threads/18600
2807 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2808 only shows inferior 1.
2809
4dd63d48
PA
28102015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2811 Pedro Alves <palves@redhat.com>
2812
2813 PR threads/18600
2814 * gdb.threads/fork-plus-threads.c: New file.
2815 * gdb.threads/fork-plus-threads.exp: New file.
2816
d618e4c5
PP
28172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2818
2819 * gdb.base/batch-preserve-term-settings.exp
2820 (test_terminal_settings_preserved_after_cli_exit): Use
2821 send_quit_command.
2822
1eef6428
PA
28232015-07-29 Pedro Alves <palves@redhat.com>
2824 Don Breazeal <donb@codesourcery.com>
2825
2826 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2827 output from both inferior_spawn_id and gdb_spawn_id.
2828
7da5b897
SDJ
28292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2830
2831 * gdb.threads/attach-into-signal.exp (corefunc): Use
2832 with_test_prefix on nested loops, uniquefying the test messages.
2833
dac804df
SDJ
28342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2835
2836 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2837 commit.
2838
06265e53
PP
28392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2840
2841 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2842 New proc.
2843 (test_terminal_settings_preserved_after_sigterm): New test.
2844
18206ca3
PP
28452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2846
2847 * gdb.base/batch-preserve-term-settings.exp
2848 (test_terminal_settings_preserved_after_cli_exit): New test.
2849
90074d11
PP
28502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2851
2852 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2853 manipulation of saved_gdbflags.
2854 (test_terminal_settings_preserved): Remove global declaration of
2855 the unused variable pagination_prompt. Remove manipulation of
2856 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2857 GDBFLAGS.
2858
eb1a7902
PA
28592015-07-29 Pedro Alves <palves@redhat.com>
2860
2861 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2862
8b75dd3b
PA
28632015-07-29 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2866 at the top.
2867
dedad4e3
PA
28682015-07-29 Pedro Alves <palves@redhat.com>
2869
2870 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2871 (main): Call gdb_unbuffer_output.
2872 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2873 (main): Call gdb_unbuffer_output.
2874 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2875 (main): Call gdb_unbuffer_output.
2876 * gdb.base/call-strs.exp: Adjust to step over the
2877 gdb_unbuffer_output call.
2878 * gdb.base/catch-gdb-caused-signals.c: Include
2879 "../lib/unbuffer_output.c".
2880 (main): Call gdb_unbuffer_output.
2881 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2882 (main): Call gdb_unbuffer_output.
2883 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2884 (main): Call gdb_unbuffer_output.
2885 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2886 (main): Call gdb_unbuffer_output.
2887 * gdb.base/shlib-call.exp: Adjust to step over the
2888 gdb_unbuffer_output call.
2889 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2890 (main): Call gdb_unbuffer_output.
2891 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2892 (main): Call gdb_unbuffer_output.
2893 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2894 (main): Rename to ...
2895 (test): ... this.
2896 (main): Reimplement.
2897 * gdb.base/varargs.exp: Run to test instead of to main.
2898 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2899 (main): Call gdb_unbuffer_output.
2900
58789a91
PA
29012015-07-29 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2904 factore out from mi_continue_dprintf. For call-style dprintfs,
2905 expect dprintf output out of $inferior_spawn_id.
2906 (mi_continue_dprintf): Use mi_expect_dprintf.
2907 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2908 (main): Call gdb_unbuffer_output.
2909
e8376742
PA
29102015-07-29 Pedro Alves <palves@redhat.com>
2911
2912 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2913 (default_mi_gdb_start): Set inferior_spawn_id instead of
2914 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2915 gdb_spawn_id.
2916 (mi_gdb_test): Always expect inferior output from both
2917 $inferior_spawn_id and $gdb_spawn_id.
2918
08280010
PA
29192015-07-29 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2922 send_inferior and $inferior_spawn_id.
2923
4d30e432
PA
29242015-07-29 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.gdb/complaints.exp (test_initial_complaints)
2927 (test_serial_complaints, test_short_complaints): Use
2928 gdb_test_stdio.
2929 (test_empty_complaint): Handle $inferior_spawn_id !=
2930 $gdb_spawn_id.
2931
0d30a335
PA
29322015-07-29 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/varargs.exp: Use gdb_test_stdio.
2935
39413b29
PA
29362015-07-29 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2939
7cb000a9
PA
29402015-07-29 Pedro Alves <palves@redhat.com>
2941
2942 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2943
d7b8ac82
PA
29442015-07-29 Pedro Alves <palves@redhat.com>
2945
2946 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2947 parameter into two new parameters, "inf_result" and "gdb_result".
2948 Expect inferior output and gdb output from $inferior_spawn_id and
2949 $gdb_spawn_id, respectively. Adjust all callers.
2950
789c3a0c
PA
29512015-07-29 Pedro Alves <palves@redhat.com>
2952
2953 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2954 of gdb_test_sequence.
2955
77e760c3
PA
29562015-07-29 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2959 (saw_spurious_output): Expect inferior output from
2960 $inferior_spawn_id. Use gdb_test_stdio.
2961
8396d2cd
PA
29622015-07-29 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/dprintf.exp: Use standard_testfile. Change
2965 prepare_for_testing call.
2966 (srcfile): Don't set.
2967 (restart): New procedure.
2968 (test_dprintf): New procecure, use to continue over dprintfs.
2969 (test_call, test_agent): New procedures, tests moved here.
2970 Restart gdb and recreate dprintfs. Adjust expected output.
2971
2051d61f
PA
29722015-07-29 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2975
452397af
PA
29762015-07-29 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2979
8aed9555
PA
29802015-07-29 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2983 gdb_test_stdio.
2984
188a61b4
PA
29852015-07-29 Pedro Alves <palves@redhat.com>
2986
2987 * lib/gdb.exp (gdb_test_stdio): New procedure.
2988
12264a45
PA
29892015-07-29 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2992
23ffc893
PA
29932015-07-29 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.base/call-signal-resume.exp: Remove check for
2996 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2997 * gdb.base/unwindonsignal.exp: Likewise.
2998 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2999 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3000
65566918
PA
30012015-07-29 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.base/siginfo-addr.c (pass): New function.
3004 (handler): Call it iff si_addr is correct.
3005 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3006 Set a breakpoint at "pass" and continue to it.
3007
d60a9221
SDJ
30082015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3009
3010 * gdb.python/py-objfile.exp: Make some tests have unique names.
3011 * gdb.python/py-pp-registration.exp: Likewise.
3012
bde40b8f
PA
30132015-07-28 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3016
13e1dec8
SM
30172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3018
3019 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3020
da33c9a7
SM
30212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3022
3023 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3024
077836f7
PP
30252015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3026
3027 * gdb.base/gdb-sigterm-2.exp: New test.
3028
b8cc7b2e
DE
30292015-07-25 Doug Evans <xdje42@gmail.com>
3030
3031 Revert:
3032 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3033 (workers/%.worker, build-perf): New rule.
3034 (GDB_PERFTEST_MODE): New variable.
3035 (check-perf): Use it.
3036 (clean): Clean up gdb.perf parallel build subdirs.
3037 * lib/build-piece.exp: New file.
3038 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3039 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3040 name.
3041 (standard_temp_file): Ditto.
3042 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3043 of $GDB_PARALLEL.
3044
c8bd4544
DE
30452015-07-24 Doug Evans <dje@google.com>
3046
3047 * gdb.perf/lib/perftest/utils.py: New file.
3048 * gdb.perf/gm-hello.cc: New file.
3049 * gdb.perf/gm-pervasive-typedef.cc: New file.
3050 * gdb.perf/gm-pervasive-typedef.h: New file.
3051 * gdb.perf/gm-std.cc: New file.
3052 * gdb.perf/gm-std.h: New file.
3053 * gdb.perf/gm-use-cerr.cc: New file.
3054 * gdb.perf/gm-utils.h: New file.
3055 * gdb.perf/gmonster-null-lookup.py: New file.
3056 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3057 * gdb.perf/gmonster-print-cerr.py: New file.
3058 * gdb.perf/gmonster-ptype-string.py: New file.
3059 * gdb.perf/gmonster-runto-main.py: New file.
3060 * gdb.perf/gmonster-select-file.py: New file.
3061 * gdb.perf/gmonster1-null-lookup.exp: New file.
3062 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3063 * gdb.perf/gmonster1-print-cerr.exp: New file.
3064 * gdb.perf/gmonster1-ptype-string.exp: New file.
3065 * gdb.perf/gmonster1-runto-main.exp: New file.
3066 * gdb.perf/gmonster1-select-file.exp: New file.
3067 * gdb.perf/gmonster1.cc: New file.
3068 * gdb.perf/gmonster1.exp: New file.
3069 * gdb.perf/gmonster2-null-lookup.exp: New file.
3070 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3071 * gdb.perf/gmonster2-print-cerr.exp: New file.
3072 * gdb.perf/gmonster2-ptype-string.exp: New file.
3073 * gdb.perf/gmonster2-runto-main.exp: New file.
3074 * gdb.perf/gmonster2-select-file.exp: New file.
3075 * gdb.perf/gmonster2.cc: New file.
3076 * gdb.perf/gmonster2.exp: New file.
3077
6eab34f3
DE
30782015-07-24 Doug Evans <dje@google.com>
3079
3080 * gdb.perf/README: New file.
3081 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3082 * lib/gen-perf-test.exp: New file.
3083
63738bfd
DE
30842015-07-24 Doug Evans <dje@google.com>
3085
3086 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3087 (PerfTest::startup): New function.
3088 (PerfTest::run): Return result of calling body.
3089 (PerfTest::assemble): Rewrite.
3090 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3091 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3092 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3093 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3094 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3095
7b606f95
DE
30962015-07-24 Doug Evans <dje@google.com>
3097
3098 * lib/gdb.exp (clean_restart): Make executable optional.
3099
a97b16b8
DE
31002015-07-24 Doug Evans <dje@google.com>
3101
3102 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3103 compiler_info references.
3104 * gdb.cp/temargs.exp: Ditto.
3105 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3106 (get_compiler_info): Early exit if already computed. Set compiler_info
3107 to "unknown" if there was a problem.
3108 (test_compiler_info): Add function comment. Call get_compiler_info.
3109
35baa57f
DE
31102015-07-24 Doug Evans <dje@google.com>
3111
3112 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3113 (workers/%.worker, build-perf): New rule.
3114 (GDB_PERFTEST_MODE): New variable.
3115 (check-perf): Use it.
3116 (clean): Clean up gdb.perf parallel build subdirs.
3117 * lib/build-piece.exp: New file.
3118 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3119 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3120 name.
3121 (standard_temp_file): Ditto.
3122 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3123 of $GDB_PARALLEL.
3124
6ebea266
DE
31252015-07-24 Doug Evans <dje@google.com>
3126
3127 * lib/future.exp (gdb_default_target_compile): New option
3128 "early_flags".
3129 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3130 --as-needed.
3131
1e76a7e9
SDJ
31322015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3133
3134 * gdb.base/catch-syscall.exp: Call gdb_exit before
3135 gdb_skip_xml_test.
3136
5068630a
PA
31372015-07-24 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.python/py-events.exp: Accept output between the stop event
3140 and the prompt.
3141 * gdb.python/py-evsignal.exp: Likewise.
3142 * gdb.python/py-evthreads.exp: Likewise.
3143
77598427
PA
31442015-07-24 Pedro Alves <palves@redhat.com>
3145
3146 PR gdb/18717
3147 * gdb.threads/non-ldr-exit.c: New file.
3148 * gdb.threads/non-ldr-exit.exp: New file.
3149
11e6c98f
YQ
31502015-07-24 Yao Qi <yao.qi@linaro.org>
3151
3152 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3153 restarting process.
3154
51aee833
YQ
31552015-07-24 Yao Qi <yao.qi@linaro.org>
3156
3157 * gdb.server/ext-restart.exp: New file.
3158
8cfe207c
YQ
31592015-07-24 Yao Qi <yao.qi@linaro.org>
3160
3161 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3162 argument options.
3163 * gdb.server/ext-wrapper.exp: New file.
3164
cc12ce38
DE
31652015-07-23 Doug Evans <dje@google.com>
3166
3167 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3168 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3169
d0d84780
PMR
31702015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3171
3172 * gdb.ada/var_arr_typedef.exp: New testcase.
3173 * gdb.ada/var_arr_typedef/pack.adb: New file.
3174 * gdb.ada/var_arr_typedef/pack.ads: New file.
3175 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3176
8b558f79
JB
31772015-07-20 Joel Brobecker <brobecker@adacore.com>
3178
3179 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3180
775a3298
JK
31812015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 * gdb.arch/i386-biarch-core.exp: Replace istarget
3184 by "complete set gnutarget". Remove expectation for the "core-file"
3185 command.
3186
db1ff28b
JK
31872015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 Revert the previous commit:
3190 Tests for validate symbol file using build-id.
3191
0a94970d
JK
31922015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3193
3194 Tests for validate symbol file using build-id.
3195 * gdb.base/solib-mismatch-lib.c: New file.
3196 * gdb.base/solib-mismatch-libmod.c: New file.
3197 * gdb.base/solib-mismatch.c: New file.
3198 * gdb.base/solib-mismatch.exp: New file.
3199
03346981
SL
32002015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3201
3202 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3203 nios2-*-linux*.
3204 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3205 * gdb.base/siginfo.exp: Likewise.
3206 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3207
42422cc7
PL
32082015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3209
3210 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3211 Move it to ...
3212 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3213 ... here.
3214 * gdb.trace/range-stepping.exp: Check that the target supports
3215 range stepping.
3216
cfa68bae
JK
32172015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3220
8ffdba26
PA
32212015-07-14 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.base/killed-outside.exp: New file.
3224 * gdb.base/killed-outside.c: New file.
3225
218a5a11
JK
32262015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3227
3228 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3229 (n at main): New.
3230 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3231
e03ed3c6
AA
32322015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3233
3234 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3235 infcall tests instead of setting up for KFAIL.
3236
485668e5
MM
32372015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3238
3239 * gdb.btrace/record_goto-step.exp: New.
3240
08464196
JK
32412015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 PR compile/18484
3244 * gdb.compile/compile.c (struct struct_type): Add volatile to
3245 selffield's type.
3246 * gdb.compile/compile.exp
3247 (compile code struct_object.selffield = &struct_object): Skip further
3248 struct_object tests if this one xfails.
3249
bcf5c1d9
RC
32502015-07-08 Robert O'Callahan <robert@ocallahan.org>
3251
3252 PR exp/18617
3253 * gdb.trace/ax.exp: Add test.
3254
4931af25
YQ
32552015-07-07 Yao Qi <yao.qi@linaro.org>
3256
3257 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3258 instead of istarget "aarch64*-*-*".
3259 * gdb.arch/aarch64-fp.exp: Likewise.
3260 * gdb.base/float.exp: Likewise.
3261 * gdb.reverse/aarch64.exp: Likewise.
3262 * lib/gdb.exp (is_aarch64_target): New proc.
3263
9fcf688e
YQ
32642015-07-07 Yao Qi <yao.qi@linaro.org>
3265
3266 * lib/gdb.exp (is_aarch32_target): New proc.
3267 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3268 instead of "istarget "arm*-*-*"".
3269 * gdb.arch/arm-disp-step.exp: Likewise.
3270 * gdb.arch/thumb-bx-pc.exp: Likewise.
3271 * gdb.arch/thumb-prologue.exp: Likewise.
3272 * gdb.arch/thumb-singlestep.exp: Likewise.
3273 * gdb.base/disp-step-syscall.exp: Likewise.
3274 * gdb.base/float.exp: Likewise.
3275
fbd8d50d
YQ
32762015-07-07 Yao Qi <yao.qi@linaro.org>
3277
3278 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3279 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3280
71be1fdc
YQ
32812015-07-07 Yao Qi <yao.qi@linaro.org>
3282
3283 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3284 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3285 if it exists.
3286 * gdb.multi/multi-arch.exp: Likewise.
3287
3e221d36
SM
32882015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3289
3290 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3291 print.
3292
d441430b
YQ
32932015-07-07 Yao Qi <yao.qi@linaro.org>
3294
3295 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3296
06f810bd
MG
32972015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3298
3299 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3300 '[' and ']' characters.
3301
5e61e7c0
IB
33022015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3303
3304 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3305
28bf096c
PA
33062015-06-29 Pedro Alves <palves@redhat.com>
3307
3308 PR threads/18127
3309 * gdb.threads/hand-call-new-thread.c: New file.
3310 * gdb.threads/hand-call-new-thread.c: New file.
3311
ee93cd5e
KS
33122015-06-26 Keith Seitz <keiths@redhat.com>
3313 Doug Evans <dje@google.com>
3314
3315 PR 16253
3316 * gdb.cp/var-tag-2.cc: New file.
3317 * gdb.cp/var-tag-3.cc: New file.
3318 * gdb.cp/var-tag-4.cc: New file.
3319 * gdb.cp/var-tag.cc: New file.
3320 * gdb.cp/var-tag.exp: New file.
3321
fc637f04
PP
33222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3323
3324 * gdb.base/history-duplicates.exp: New test.
3325
2e52ae68
PP
33262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3327
3328 * gdb.base/completion.exp: Test the completion of the "focus"
3329 command.
3330
6e22494e
JK
33312015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3332
3333 * gdb.arch/amd64-prologue-skip.S: New file.
3334 * gdb.arch/amd64-prologue-skip.exp: New file.
3335
bf7b9cd9
SM
33362015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3337
3338 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3339 is_address_zero_readable check.
3340
201e8dfd
PB
33412015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3342
3343 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3344 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3345
5cd867b4
YQ
33462015-06-24 Yao Qi <yao.qi@linaro.org>
3347
3348 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3349 linux targets.
3350
4d7be007
YQ
33512015-06-24 Yao Qi <yao.qi@linaro.org>
3352
3353 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3354 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3355 * gdb.base/siginfo-thread.exp: Likewise.
3356
07fcd301
YQ
33572015-06-22 Yao Qi <yao.qi@linaro.org>
3358
3359 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3360
52042a00
YQ
33612015-06-22 Yao Qi <yao.qi@linaro.org>
3362
3363 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3364 aarch64*-*-*.
3365 (skip_hw_watchpoint_tests): Likewise.
3366
74bd41ce
PP
33672015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3368
3369 * gdb.base/gdbinit-history.exp: Test the interaction between
3370 setting GDBHISTSIZE and setting the history size via .gdbinit.
3371
bc460514
PP
33722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3373
3374 PR gdb/16999
3375 * gdb.base/gdbhistsize-history.exp: New test.
3376
b58c513b
PP
33772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3378
3379 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3380 with GDBHISTSIZE.
3381 * gdb.base/readline.exp: Likewise.
3382
92046791
YQ
33832015-06-17 Yao Qi <yao.qi@linaro.org>
3384
3385 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3386 line.
3387
2093d2d3
PP
33882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3389
3390 * gdb.base/gdbinit-history.exp: Add test case to check that
3391 an unlimited history file does not get truncated on exit.
3392
e6c693af
AA
33932015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3394
3395 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3396 (VECTOR): New macro. Use it...
3397 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3398 ...for these typedefs.
3399 (int8, char1, int1, double1): New typedefs.
3400 (struct just_int2, struct two_int2): New structures.
3401 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3402 (add_structvecs, add_singlevecs): New functions.
3403 (main): Call add_some_intvecs twice.
3404 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3405 the compile and exit upon failure. Try compiling for the "native"
3406 architecture. Test inferior function calls with vector arguments
3407 and vector return value handling with "finish" and "return".
3408
c74f7d1c
JT
34092015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3410
3411 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3412 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3413 PE file.
3414 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3415
98aa42ee
AT
34162015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3417
3418 PR breakpoints/16465
3419 * gdb.mi/mi-dprintf-pending.c: New file.
3420 * gdb.mi/mi-dprintf-pending.exp: New test.
3421 * gdb.mi/mi-dprintf-pendshr.c: New file.
3422
7d73c23c 34232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3424 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3425
3426 * gdb.arch/i386-mpx-map.c: New file.
3427 * gdb.arch/i386-mpx-map.exp: New File.
3428
34292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3430
3431 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3432 * gdb.arch/i386-mpx.exp: Indentation fixed.
3433
34342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3435
3436 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3437 function and improved indentation.
3438 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3439 gdb_test_multiple. Added additional tests to skip the test.
3440
34412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3442
3443 * gdb.arch/i386-avx512.c: Change path in include file.
3444 * gdb.arch/i386-avx512.exp: Change include dir path
3445 compilation flag.
3446 * gdb.arch/i386-mpx.c: Change path in include file.
3447 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3448 flag.
3449
d5eba19a
JK
34502015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3451
3452 * gdb.compile/compile-print.exp (compile print *vararray@3)
3453 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3454
7f361056
JK
34552015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3458 (do not keep jit in memory): ... this.
3459 (expect 5): Change it to ...
3460 (expect no 5): ... this.
3461
3b462ec2
SM
34622015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3463
3464 PR gdb/15564
3465 * gdb.mi/mi-detach.exp: New file.
3466
e0619de6
JK
34672015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 PR symtab/18392
3470 * gdb.arch/amd64-tailcall-self.S: New file.
3471 * gdb.arch/amd64-tailcall-self.c: New file.
3472 * gdb.arch/amd64-tailcall-self.exp: New file.
3473
e970cb34
DB
34742015-05-28 Don Breazeal <donb@codesourcery.com>
3475
3476 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3477 tests for remote targets by checking is_target_gdbserver.
3478
b2e2f908
DE
34792015-05-27 Doug Evans <dje@google.com>
3480
3481 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3482 * gdb.dwarf2/opaque-type-lookup.c: New file.
3483 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3484
82c7be31
DE
34852015-05-26 Doug Evans <dje@google.com>
3486
3487 * gdb.cp/iostream.cc: New file.
3488 * gdb.cp/iostream.exp: New file.
3489
b4f54984
DE
34902015-05-26 Doug Evans <dje@google.com>
3491
3492 * gdb.dwarf2/dw2-op-call.exp: Update.
3493 * gdb.dwarf2/dw4-sig-types.exp: Update.
3494 * gdb.dwarf2/implptr.exp: Update.
3495 * gdb.mi/mi-cmd-param-changed.exp: Update.
3496
4ea6efe9
DE
34972015-05-26 Doug Evans <dje@google.com>
3498
3499 * gdb.python/py-lazy-string.c: New file.
3500 * gdb.python/py-lazy-string.exp: New file.
3501 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3502 (main): Update. Add estring3.
3503 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3504 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3505
f6bb7db3
YQ
35062015-05-26 Omair Javaid <omair.javaid@linaro.org>
3507 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.reverse/aarch64.c: New.
3510 * gdb.reverse/aarch64.exp: New.
3511
a81bfbd0
OJ
35122015-05-26 Omair Javaid <omair.javaid@linaro.org>
3513
3514 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3515 (supports_reverse): Likewise.
3516
158bf1b4
PP
35172015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3518
3519 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3520 Use with_test_prefix.
3521
a0145030
AB
35222015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * gdb.base/completion.exp: Add test for completion of layout
3525 names.
3526
ebe3b578
AB
35272015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3528
3529 * lib/gdb.exp (skip_tui_tests): New proc.
3530 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3531
84204ed7
PA
35322015-05-19 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3535 Save the whole env array instead of just HOME. Unset HISTSIZE in
3536 the environment while testing. Restore whole environment
3537 afterwards.
3538
37442ce1
DE
35392015-05-16 Doug Evans <xdje42@gmail.com>
3540
3541 * gdb.guile/scm-ports.c: New file.
3542 * gdb.guile/scm-ports.exp: Add memory port tests.
3543
36de76f9
JK
35442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3545
3546 * gdb.compile/compile-print.c: New file.
3547 * gdb.compile/compile-print.exp: New file.
3548
3a9558c4
JK
35492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3550
3551 * gdb.compile/compile-ops.exp: Cast param to void.
3552 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3553 (compile code struct_object.selffield = &struct_object): Add xfail.
3554
aa715135
JG
35552015-05-15 Joel Brobecker <brobecker@adacore.com>
3556
3557 * gdb.ada/arr_enum_with_gap: New testcase.
3558
931e5bc3
JG
35592015-05-15 Joel Brobecker <brobecker@adacore.com>
3560
3561 * gdb.ada/byte_packed_arr: New testcase.
3562
9cd4d857
JB
35632015-05-15 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.ada/pckd_neg: New testcase.
3566
ebfd00d2
PP
35672015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3568
3569 PR gdb/17820
3570 * gdb.base/gdbinit-history.exp: New test.
3571 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3572 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3573
4c082a81
SC
35742015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3575
3576 * gdb.python/py-xmethods.cc: Enhance test case.
3577 * gdb.python/py-xmethods.exp: New tests.
3578 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3579 function.
3580 (B_indexoper): Likewise.
3581 (global_dm_list) : Add new xmethod worker functions.
3582
f7797074
SDJ
35832015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3584
3585 * gdb.base/coredump-filter.exp: Correctly unset
3586 "coredump_var_addr" array.
3587
a4674e4e
PA
35882015-05-08 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.server/non-existing-program.exp: Unset spawn_id.
3591
df2eb078
SC
35922015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3593
3594 PR python/18291
3595 * gdb.python/py-xmethods.exp: Add tests.
3596
422349a3
YQ
35972015-05-08 Yao Qi <yao.qi@linaro.org>
3598
3599 PR gdb/18208
3600 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3601 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3602 function set_coredump_filter, and remove remote_exec call.
3603 Remove argument ipid. Callers update.
3604 (top level): Don't get inferior's PID.
3605
63fc80ce
AA
36062015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3607
3608 * gdb.base/watch_thread_num.exp: Skip test on targets without
3609 access watchpoints.
3610
80ad801e
PA
36112015-05-06 Pedro Alves <palves@redhat.com>
3612
3613 PR server/18081
3614 * gdb.server/non-existing-program.exp: New file.
3615
0fa7fe50
JB
36162015-05-05 Joel Brobecker <brobecker@adacore.com>
3617
3618 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3619
3ea89b92
PMR
36202015-05-05 Joel Brobecker <brobecker@adacore.com>
3621
3622 * gdb.ada/out_of_line_in_inlined: New testcase.
3623
87b8eff0
JB
36242015-05-05 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.ada/var_rec_arr: New testcase.
3627
5fccc635
YQ
36282015-04-30 Yao Qi <yao.qi@linaro.org>
3629
3630 * gdb.base/break-idempotent.exp: If
3631 skip_hw_watchpoint_multi_tests returns true, skip the tests
3632 on "rwatch" and "awatch".
3633
42d38f42
YQ
36342015-04-30 Yao Qi <yao.qi@linaro.org>
3635
3636 * gdb.base/relativedebug.exp: Invoke gdb command
3637 "info sharedlibrary", and if libc.so doesn't have debug info,
3638 skip the test.
3639
2ce1cdbf
DE
36402015-04-29 Doug Evans <dje@google.com>
3641
3642 * gdb.python/py-xmethods.exp: Add ptype tests.
3643 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3644 get_result_type method.
3645
f24a38c5
LM
36462015-04-29 Luis Machado <lgustavo@codesourcery.com>
3647
3648 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3649 the target does not support hardware watchpoints.
3650
ecbf2b3c
LM
36512015-04-29 Luis Machado <lgustavo@codesourcery.com>
3652
3653 * gdb.base/break-always.exp: Abort testing if writing to memory
3654 causes an error.
3655
34f5f757
DE
36562015-04-28 Doug Evans <dje@google.com>
3657
3658 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3659 * gdb.python/py-pp-registration.exp: ... here. New file.
3660 * gdb.python/py-pp-registration.c: New file.
3661 * gdb.python/py-pp-registration.py: New file.
3662
69b4374a
DE
36632015-04-28 Doug Evans <dje@google.com>
3664
3665 * gdb.python/py-bad-printers.c: New file.
3666 * gdb.python/py-bad-printers.py: New file.
3667 * gdb.python/py-bad-printers.exp: New file.
3668
59fb7612
SS
36692015-04-28 Sasha Smundak <asmundak@google.com>
3670
3671 * gdb.python/py-type.exp: New test.
3672
2631b16a
AW
36732015-04-28 Andy Wingo <wingo@igalia.com>
3674
3675 * gdb.python/py-parameter.exp:
3676 * gdb.guile/scm-parameter.exp: Escape the path that we are
3677 matching against, as it might contain characters that are special
3678 to regular expressions.
3679
460efde1
JB
36802015-04-27 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.ada/rec_comp: New testcase.
3683
2d369d8e
SDJ
36842015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3685
3686 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3687 before using it.
3688
cf75d6c3
AB
36892015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3690
3691 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3692 new tests for verilog output.
3693
8dbe7ca5
YQ
36942015-04-24 Yao Qi <yao.qi@linaro.org>
3695
3696 * boards/remote-gdbserver-on-localhost.exp: New file.
3697
4ef9fb2f
PA
36982015-04-23 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3701 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3702 "end of file", remove $inferior_spawn_id from the indirect list.
3703
0a803169
PA
37042015-04-23 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3707
749ef8f8
PA
37082015-04-23 Pedro Alves <palves@redhat.com>
3709
3710 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3711 on $any_spawn_id instead of only on $gdb_spawn_id.
3712
8aae4344
PM
37132015-04-21 Pierre Muller <muller@sourceware.org>
3714
3715 PR pascal/17815
3716 * lib/pascal.exp (gpc_compile): Add new option "class".
3717 (fpc_compile): Likewise.
3718 * gdb.pascal/case-insensitive-symbols.pas: New file.
3719 * gdb.pascal/case-insensitive-symbols.exp: New file.
3720
1586c8fb
GB
37212015-04-20 Gary Benson <gbenson@redhat.com>
3722
3723 * gdb.base/attach.exp: Fix three extended remote failures.
3724
1b6e6f5c
GB
37252015-04-17 Gary Benson <gbenson@redhat.com>
3726
3727 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3728 the main executable over the remote protocol.
3729
e797481d
PA
37302015-04-16 Pedro Alves <palves@redhat.com>
3731
3732 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3733 a new gdbserver if gdbserver_reconnect_p is set.
3734
1ca99c42
PA
37352015-04-16 Pedro Alves <palves@redhat.com>
3736
3737 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3738 is set, don't exit gdbserver.
3739
af9fd6f8
AA
37402015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3741
3742 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3743 appropriate .insn, such that an older assembler can be used.
3744 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3745 the z/Architecture instruction set on 31-bit targets as well.
3746
04ff1e61
AA
37472015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3748
3749 * gdb.go/handcall.exp: Remove all logic related to the first
3750 breakpoint and rely on go_runto_main instead.
3751 * gdb.go/strings.exp: Likewise.
3752 * gdb.go/unsafe.exp: Likewise.
3753 * gdb.go/hello.exp: Likewise. Also rename the remaining
3754 breakpoint marker to "breakpoint 1".
3755 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3756 * gdb.go/strings.go: Likewise.
3757 * gdb.go/unsafe.go: Likewise.
3758 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3759 "set breakpoint 2 here" and rename the remaining breakpoint marker
3760 to "breakpoint 1".
3761
40d2f8d6
SM
37622015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3763
3764 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3765 if itertools.imap is not present.
3766 * gdb.python/py-objfile.exp: Add parentheses.
3767 * gdb.python/py-type.exp: Same.
3768 * gdb.python/py-unwind-maint.py: Same.
3769
8cbc97c6
YQ
37702015-04-15 Yao Qi <yao.qi@linaro.org>
3771
3772 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3773 of ":$ptr_size" and set its form explicitly.
3774
45fd756c
YQ
37752015-04-15 Pedro Alves <palves@redhat.com>
3776 Yao Qi <yao.qi@linaro.org>
3777
3778 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3779 timeout by factor of 4.
3780 (test_regular_watch): Likewise.
3781 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3782 * gdb.reverse/sigall-reverse.exp: Likewise.
3783 * gdb.reverse/until-precsave.exp: Likewise.
3784 * lib/gdb.exp (with_timeout_factor): New proc.
3785 (gdb_expect): Move some code to ...
3786 (get_largest_timeout): ... here. New procedure.
3787
9e811bc3
LM
37882015-04-14 Luis Machado <lgustavo@codesourcery.com>
3789
3790 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3791
0ff6fcb2
LM
37922015-04-13 Luis Machado <lgustavo@codesourcery.com>
3793
3794 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3795 to write to the .text section.
3796
7578d5f7
LM
37972015-04-13 Luis Machado <lgustavo@codesourcery.com>
3798
3799 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3800 Handle the case of targets that do not provide PID information.
3801
2efe15c4
YQ
38022015-04-13 Yao Qi <yao.qi@linaro.org>
3803
3804 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3805 and use expect instead of gdb_expect.
3806
8cd8f2f8
SDJ
38072015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3808
3809 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3810 "coredump_var_addr" to avoid naming conflict with other testcases.
3811
9ee41772
PA
38122015-04-10 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3815 gdb_test_sequence and gdb_assert.
3816
07473109
PA
38172015-04-10 Pedro Alves <palves@redhat.com>
3818
3819 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3820 test messages that don't include the breakpoint address.
3821
de3db44c
YQ
38222015-04-10 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3825 false for some offset and width combinations which aren't
3826 supported by linux kernel.
3827
c79d856c
PA
38282015-04-10 Pedro Alves <palves@redhat.com>
3829
3830 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3831 procedure, factored out from ...
3832 (top level): ... here. Add "set displaced-stepping" testing axis.
3833 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3834 parameter "displaced". Use it.
3835 (top level): Use foreach and add "set displaced-stepping" testing
3836 axis.
3837
ebc90b50
PA
38382015-04-10 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3841 Remove comment.
3842 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3843 both the address of the instruction that triggers the watchpoint
3844 and the address of the instruction immediately after, and use
3845 those addresses for the test. Fix comment.
3846
8f572e5c
PA
38472015-04-10 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/sigstep.exp (breakpoint_to_handler)
3850 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3851 Test "backtrace" in handler.
3852 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3853 (top level): Add new "displaced" test axis to
3854 breakpoint_to_handler, breakpoint_to_handler_entry and
3855 breakpoint_over_handler.
3856
8d707a12
PA
38572015-04-10 Pedro Alves <palves@redhat.com>
3858
3859 PR gdb/18216
3860 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3861
ef713951
YQ
38622015-04-10 Yao Qi <yao.qi@linaro.org>
3863
3864 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3865 (test_add_rn_pc): New function.
3866 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3867 (top level): Invoke test_add_rn_pc.
3868
906d60cf
PA
38692015-04-10 Pedro Alves <palves@redhat.com>
3870
3871 PR gdb/13858
3872 * gdb.base/step-over-no-symbols.exp: New file.
3873
f2983cc3
AW
38742015-04-09 Andy Wingo <wingo@igalia.com>
3875
3876 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3877 after the Python tests.
3878
6d62641c
SDJ
38792015-04-08 Keith Seitz <keiths@redhat.com>
3880
3881 PR python/16699
3882 * gdb.python/py-completion.exp: New tests for completion.
3883 * gdb.python/py-completion.py (CompleteLimit1): New class.
3884 (CompleteLimit2): Likewise.
3885 (CompleteLimit3): Likewise.
3886 (CompleteLimit4): Likewise.
3887 (CompleteLimit5): Likewise.
3888 (CompleteLimit6): Likewise.
3889 (CompleteLimit7): Likewise.
3890
f3770638
PA
38912015-04-08 Pedro Alves <palves@redhat.com>
3892
3893 PR gdb/18214
3894 PR gdb/18216
3895 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3896 function.
3897 (main): Install it as SIGUSR1 handler.
3898 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3899 parameter. Always use "setup" as prefix. Toggle "set
3900 displaced-stepping" off/on depending on global. Don't switch to
3901 thread 1 here.
3902 (top level): Add displaced stepping "off/on" test axis. Update
3903 "setup" calls. Wrap each subtest with with_test_prefix. Test
3904 continuing with a queued signal in each thread.
3905
4496bed7
PA
39062015-04-08 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3909 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3910 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3911 Return early if running to main fails.
3912 * gdb.trace/while-stepping.exp: Likewise.
3913
b97fde92
PA
39142015-04-07 Pedro Alves <palves@redhat.com>
3915
3916 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3917 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3918 interact with inferior program.
3919
f71c18e7
PA
39202015-04-07 Pedro Alves <palves@redhat.com>
3921
3922 * lib/gdb.exp (inferior_spawn_id): New global.
3923 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3924 spawn id after processing the user code.
3925 (default_gdb_start): Set inferior_spawn_id.
3926 (send_inferior): New procedure.
3927 * lib/gdbserver-support.exp (gdbserver_start): Set
3928 inferior_spawn_id.
3929 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3930
6423214f
PA
39312015-04-07 Pedro Alves <palves@redhat.com>
3932
3933 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3934 * lib/gdbserver-support.exp (gdbserver_start): Make
3935 $server_spawn_id global.
3936 (gdbserver_start): Don't wait for gdbserver's spawn id with
3937 expect_background.
3938 (close_gdbserver): New procedure.
3939 (gdb_exit): Rename the default version and reimplement.
3940
71c0ee8c
PA
39412015-04-07 Pedro Alves <palves@redhat.com>
3942
72f4393d 3943 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
3944 append the substituted item, not the original item.
3945
203bc29b
PA
39462015-04-07 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3949 gdb_expect.
3950
508a3ddf
PA
39512015-04-07 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3954 output appearing once only.
3955
9f6dbe2b
PA
39562015-04-07 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3959 that doesn't expect anything. Return early if running to main
3960 fails.
3961
337532fa
YQ
39622015-04-07 Yao Qi <yao.qi@linaro.org>
3963
3964 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3965 (child_function): Call alarm.
3966 (main): Move call to alarm into the loop.
3967 * gdb.threads/non-stop-fair-events.exp: Build program with
3968 -DTIMEOUT=$timeout.
3969
01b622d4
DE
39702015-04-06 Doug Evans <xdje42@gmail.com>
3971
3972 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3973 Fix dest parameter to board_info.
3974 (fpc_compile): Ditto.
3975 (gdb_compile_pascal): Rename dest arg to destfile.
3976
961f4160
PMR
39772015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3978
3979 * gdb.ada/funcall_ref.exp: New file.
3980 * gdb.ada/funcall_ref/foo.adb: New file.
3981
cafda597
YQ
39822015-04-02 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3985 is remote.
3986
fed040c6
GB
39872015-04-02 Gary Benson <gbenson@redhat.com>
3988
3989 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3990
d11916aa
SS
39912015-04-01 Sasha Smundak <asmundak@google.com>
3992
3993 * gdb.python/py-unwind-maint.c: New file.
3994 * gdb.python/py-unwind-maint.exp: New test.
3995 * gdb.python/py-unwind-maint.py: New file.
3996 * gdb.python/py-unwind.c: New file.
3997 * gdb.python/py-unwind.exp: New test.
3998 * gdb.python/py-unwind.py: New test.
3999
a1471180
PA
40002015-04-01 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4003 to fail instead of non-existent $test.
4004
0bbeccb1
PA
40052015-04-01 Pedro Alves <palves@redhat.com>
4006
4007 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4008 GDBFLAGS if not empty.
4009
3c724c8c
PMR
40102015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4011
4012 * gdb.ada/complete.exp: Remove "multi_line".
4013 * gdb.ada/info_exc.exp: Remove "multi_line".
4014 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4015 * gdb.ada/ptype_field.exp: Remove "multi_line".
4016 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4017 * gdb.ada/tagged.exp: Remove "multi_line".
4018 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4019 [multi_line ...]
4020 * gdb.btrace/delta.exp: Likewise.
4021 * gdb.btrace/exception.exp: Likewise.
4022 * gdb.btrace/function_call_history.exp: Likewise.
4023 * gdb.btrace/instruction_history.exp: Likewise.
4024 * gdb.btrace/nohist.exp: Likewise.
4025 * gdb.btrace/record_goto.exp: Likewise.
4026 * gdb.btrace/segv.exp: Likewise.
4027 * gdb.btrace/stepi.exp: Likewise.
4028 * gdb.btrace/tailcall.exp: Likewise.
4029 * gdb.btrace/unknown_functions.exp: Likewise.
4030 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4031 * lib/gdb.exp: Add the "multi_line" helper.
4032
4eec2deb
PA
40332015-04-01 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.threads/tid-reuse.c: New file.
4036 * gdb.threads/tid-reuse.exp: New file.
4037
df8411da
SDJ
40382015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4039
4040 PR corefiles/16092
4041 * gdb.base/coredump-filter.c: New file.
4042 * gdb.base/coredump-filter.exp: Likewise.
4043
6ef37366
PM
40442015-03-27 Petr Machata <pmachata@redhat.com>
4045
4046 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4047 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4048 (Dwarf::assemble): Initialize them.
4049 (Dwarf::lines): New function.
4050
7ec911b0
JT
40512015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4052
4053 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4054 SYMBOL_PREFIX for x86_64-*-cygwin.
4055
ff908ebf
AW
40562015-03-26 Andy Wingo <wingo@igalia.com>
4057
4058 PR symtab/18148
4059 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4060 const_value but not a location.
4061 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4062 location defined in non-main CUs are visible.
4063
6d5f0679
YQ
40642015-03-26 Yao Qi <yao.qi@linaro.org>
4065
4066 PR testsuite/18139
4067 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4068 Add a line number entry for the same line.
4069 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4070 Add a line number entry for the same line.
4071
2898689b
YQ
40722015-03-26 Yao Qi <yao.qi@linaro.org>
4073
4074 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4075 .int 0.
4076 (func): Likewise. Add .Lfunc_1 label.
4077 Use .Lfunc_1 label.
4078 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4079 .int 0.
4080 (func): Likewise.
4081 Use .Lfunc_1 label.
4082
85180498
YQ
40832015-03-26 Yao Qi <yao.qi@linaro.org>
4084
4085 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4086 Call gdb_compile instead to compile each .s files without debug
4087 information.
4088
8aa08a8d
YQ
40892015-03-26 Yao Qi <yao.qi@linaro.org>
4090
4091 * gdb.base/savedregs.exp (process_saved_regs): Make
4092 "Saved registers:" optional in the pattern.
4093
66849923
MM
40942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4095
4096 * gdb.btrace/next.exp: Merged into step.exp.
4097 * gdb.btrace/finish.exp: Merged into step.exp.
4098 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4099 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4100 "record goto" and checking the exact replay position.
4101 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4102 check for "Recording format" in "info record" output.
4103 * gdb.btrace/record_goto.exp: Choose test file based on target.
4104 * gdb.btrace/x86-record_goto.S: Renamed into ...
4105 * gdb.btrace/x86_64-record_goto.S: ... this.
4106 * gdb.btrace/i686-record_goto.S: New.
4107 * gdb.btrace/x86-tailcall.S: Renamed into ...
4108 * gdb.btrace/x86_64-tailcall.S: ... this.
4109 * gdb.btrace/i686-tailcall.S: New.
4110 * gdb.btrace/x86-tailcall.c: Renamed into ...
4111 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4112 separate statements. Update test.
4113 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4114 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4115 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4116 * gdb.btrace/tailcall.exp: Choose test file based on target.
4117 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4118
11cc1b74
MM
41192015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4120
4121 * gdb.btrace/exception.exp: Increase BTS buffer size.
4122
a25d8bf9
PA
41232015-03-24 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4126
856e7dd6
PA
41272015-03-24 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.threads/schedlock.exp (test_step): No longer expect that
4130 "set scheduler-locking step" with "next" over a function call runs
4131 threads unlocked.
4132
ad235a41
AT
41332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4134
4135 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4136
15630549
AT
41372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4138
4139 PR breakpoints/16466
4140 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4141 * gdb.mi/mi-pending.c (thread_func): New function.
4142 (int main): Add threading support required.
4143 * gdb.mi/mi-pending.exp: Add tests for this issue.
4144 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4145 (pendfunc2): Remove stdio dependency.
4146 * gdb.mi/mi-pendshr2.c: New file.
4147
693dca06
KS
41482015-03-23 Keith Seitz <keiths@redhat.com>
4149
4150 * gdb.linespec/keywords.c: New file.
4151 * gdb.linespec/keywords.exp: New file.
4152
7e993ebf
KS
41532015-03-23 Keith Seitz <keiths@redhat.com>
4154
4155 PR gdb/18021
4156 * gdb.dwarf2/staticvirtual.exp: New test.
4157
bc23328c
JK
41582015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
4160 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4161 * README: Remove HP-UX and gdb.hp.
4162 (configuration):
4163 * configure: Regenerate.
4164 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4165 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4166 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4167 gdb.hp/gdb.defects/Makefile.
4168 * gdb.hp/Makefile.in: File deleted.
4169 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4170 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4171 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4172 * gdb.hp/gdb.aCC/run.c: File deleted.
4173 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4174 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4175 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4176 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4177 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4178 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4179 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4180 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4181 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4182 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4183 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4184 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4185 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4186 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4187 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4188 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4189 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4190 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4191 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4192 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4193 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4194 * gdb.hp/gdb.compat/average.c: File deleted.
4195 * gdb.hp/gdb.compat/sum.c: File deleted.
4196 * gdb.hp/gdb.compat/xdb.c: File deleted.
4197 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4198 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4199 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4200 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4201 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4202 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4203 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4204 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4205 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4206 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4207 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4208 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4209 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4210 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4211 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4212 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4213 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4214 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4215 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4216 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4217 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4218 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4219 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4220 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4221 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4222 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4223 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4224 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4225 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4226 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4227 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4228 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4229 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4230 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4231 * gdb.hp/tools/odump: File deleted.
4232
8bf3b159
PA
42332015-03-19 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4236 (saw_thread_3): New globals.
4237 (top level): Increment them when an event for the corresponding
4238 thread is seen.
4239 (no thread starvation): New test.
4240
eb54c8bf
PA
42412015-03-19 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.threads/continue-pending-status.c: New file.
4244 * gdb.threads/continue-pending-status.exp: New file.
4245
32d2e5d6
PA
42462015-03-18 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4249 Use gdb_is_target_remote instead of is_remote. Use
4250 gdb_test_multiple instead of gdb_expect. Exit early if
4251 gdb_test_multiple hits its internal matches. Tighten stepi tests
4252 expected output. Fail on exit with any signal, instead of just
4253 SIGILL.
4254
f68f11b7
YQ
42552015-03-18 Yao Qi <yao.qi@linaro.org>
4256
4257 PR tdep/18107
4258 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4259 variable.
4260 * gdb.base/catch-syscall.exp: Don't skip it on
4261 aarch64*-*-linux* target. Remove elements in all_syscalls.
4262 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4263 target.
4264 (setup_all_syscalls): New proc.
4265
ca5fd19b
YQ
42662015-03-16 Yao Qi <yao.qi@linaro.org>
4267
4268 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4269 (top level): Skip tests if valid_addr_p returns false for
4270 $cmd1 or $cmd2.
4271
85642ba0
AW
42722015-03-11 Andy Wingo <wingo@igalia.com>
4273
4274 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4275
e03f9645
YQ
42762015-03-11 Yao Qi <yao.qi@linaro.org>
4277
4278 * gdb.base/catch-syscall.exp: Fix typo in comments.
4279
5d0962b2
YQ
42802015-03-11 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4283
b2df3cef
PA
42842015-03-09 Pedro Alves <palves@redhat.com>
4285
4286 * dg-extract-results.py: Delete.
4287
ef878e53
PA
42882015-03-09 Pedro Alves <palves@redhat.com>
4289
4290 Merge dg-extract-results.sh from GCC upstream (r218843).
4291
4292 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4293 * dg-extract-results.sh: Use --text with grep to avoid issues with
4294 binary files. Fall back to cat -v, if that doesn't work.
4295
9494d219
PA
42962015-03-05 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4299
a8d9763a
SM
43002015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 * lib/mi-support.exp (mi_expect_interrupt): Accept
4303 alternative event for when in all-stop mode.
4304
be9957b8
PA
43052015-03-04 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4308
d57be0f4 43092015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4310
4311 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4312
c214c7cf
AA
43132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4314
4315 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4316 regexps for GDB's current line display, accept a hex address
4317 preceding the line number.
4318
6d74a497
AA
43192015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4320
4321 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4322 the 'arch1' variable for "s390*-linux*" targets.
4323
511aee7c
PA
43242015-03-04 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4327 (main): Pass missing retval argument to pthread_join call.
4328
95e50b27
PA
43292015-03-02 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4332 (top level): Call do_test with non-stop as well.
4333
28054d69
PA
43342015-03-02 Pedro Alves <palves@redhat.com>
4335
4336 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4337 -1.
4338
4fa5d7b4
AA
43392015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4340
4341 * gdb.arch/s390-vregs.exp: New test.
4342 * gdb.arch/s390-vregs.S: New file.
4343
97c18565
PA
43442015-02-27 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4347 call to catch_command_errors.
4348 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4349 catch_command_errors.
4350
a37bfa30
PA
43512015-02-27 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4354 "true" for boolean result.
4355 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4356 prototype of main.
4357
6f98576f
PA
43582015-02-27 Pedro Alves <palves@redhat.com>
4359
4360 * lib/unbuffer_output.c: New file.
4361 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4362 (main): Call gdb_unbuffer_output.
4363
eba5ab56
YQ
43642015-02-27 Yao Qi <yao.qi@linaro.org>
4365
4366 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4367 target.
4368
0def5aaa
DE
43692015-02-26 Doug Evans <dje@google.com>
4370
4371 * gdb.cp/class2.cc (Dbase, D): New classes.
4372 (main): New local delta.
4373 * gdb.cp/class2.exp: Test printing delta.
4374 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4375 (dynbar): New global.
4376 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4377
081a1c2c
JK
43782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4379
4380 * gdb.compile/compile-ifunc.c: New file.
4381 * gdb.compile/compile-ifunc.exp: New file.
4382
2f41223f
AT
43832015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4384
4385 * gdb.base/structs.exp: Check for correct struct on finish.
4386
03eddd80
YQ
43872015-02-26 Yao Qi <yao.qi@linaro.org>
4388
4389 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4390 is zero.
4391
80c57053
JK
43922015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 * gdb.arch/cordic.ko.bz2: New file.
4395 * gdb.arch/cordic.ko.debug.bz2: New file.
4396 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4397
21613c12
YQ
43982015-02-25 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4401 aarch64*-*-* target.
4402
d8b901ed
PA
44032015-02-23 Pedro Alves <palves@redhat.com>
4404
4405 * lib/gdb.exp (delete_breakpoints): Rewrite using
4406 gdb_test_multiple.
4407
e5b85ead
PA
44082015-02-23 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.base/info-os.c: Include stdlib.h.
4411
85c3a371
DE
44122015-02-22 Doug Evans <xdje42@gmail.com>
4413
4414 PR symtab/17855
4415 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4416 is read after symbols have been re-read.
4417 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4418 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4419
96553a0c
DE
44202015-02-21 Doug Evans <dje@google.com>
4421
4422 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4423
97a0c697
JK
44242015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4425
4426 PR corefiles/17808
4427 * gdb.arch/i386-biarch-core.core.bz2: New file.
4428 * gdb.arch/i386-biarch-core.exp: New file.
4429
a47cd6e9
PA
44302015-02-21 Pedro Alves <palves@redhat.com>
4431
4432 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4433 runto_main fails.
4434
c5facdc4
PA
44352015-02-20 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4438 info probes.
4439
2db9a427
PA
44402015-02-20 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4443
60fb7e9e
PA
44442015-02-20 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4447 clean_restart before gdb_target_supports_trace.
4448
5c5019c2
PA
44492015-02-20 Pedro Alves <palves@redhat.com>
4450
4451 PR threads/18006
4452 * gdb.threads/clone-thread_db.c: New file.
4453 * gdb.threads/clone-thread_db.exp: New file.
4454
c9587f88
AT
44552015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4456
4457 PR breakpoints/16812
4458 * gdb.base/catch-gdb-caused-signals.c: New file.
4459 * gdb.base/catch-gdb-caused-signals.exp: New file.
4460
f6a88844
JM
44612015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4462
4463 * configure: Regenerated.
4464 * configure.ac: Use GDB_AC_TRANSFORM.
4465 * aclocal.m4: sinclude ../transform.m4.
4466
497c491b
JM
44672015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4468
4469 * lib/dtrace.exp: New file.
4470 * gdb.base/dtrace-probe.exp: Likewise.
4471 * gdb.base/dtrace-probe.d: Likewise.
4472 * gdb.base/dtrace-probe.c: Likewise.
4473 * lib/pdtrace.in: Likewise.
4474 * configure.ac: Output variables with the transformed names of
4475 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4476 * configure: Regenerated.
4477
03e98035
JM
44782015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4479
4480 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4481 expected message when trying to access $_probe_* convenience
4482 variables while not on a probe.
4483
63cc30e9
JK
44842015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4487
0703599a
PA
44882015-02-11 Pedro Alves <pedro@codesourcery.com>
4489
4490 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4491 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4492
7e60a48e
DE
44932015-02-10 Doug Evans <xdje42@gmail.com>
4494
4495 * lib/gdb.exp (gdb_load): Always return a result.
4496
01b088bc
PA
44972015-02-10 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.threads/signal-sigtrap.c: New file.
4500 * gdb.threads/signal-sigtrap.exp: New file.
4501
b05ec7a5
AT
45022015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4503
4504 * gdb.trace/no-attach-trace.c: New file.
4505 * gdb.trace/no-attach-trace.exp: New file.
4506
a2c2acaf
MW
45072015-02-09 Mark Wielaard <mjw@redhat.com>
4508
4509 * gdb.dwarf2/atomic.c: New file.
4510 * gdb.dwarf2/atomic-type.exp: Likewise.
4511
31fd9caa
MM
45122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4513
4514 * gdb.btrace/buffer-size.exp: Update "info record" output.
4515 * gdb.btrace/delta.exp: Update "info record" output.
4516 * gdb.btrace/enable.exp: Update "info record" output.
4517 * gdb.btrace/finish.exp: Update "info record" output.
4518 * gdb.btrace/instruction_history.exp: Update "info record" output.
4519 * gdb.btrace/next.exp: Update "info record" output.
4520 * gdb.btrace/nexti.exp: Update "info record" output.
4521 * gdb.btrace/step.exp: Update "info record" output.
4522 * gdb.btrace/stepi.exp: Update "info record" output.
4523 * gdb.btrace/nohist.exp: Update "info record" output.
4524
d33501a5
MM
45252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4526
4527 * gdb.btrace/buffer-size: New.
4528
f4abbc16
MM
45292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4530
4531 * gdb.btrace/delta.exp: Update "info record" output.
4532 * gdb.btrace/enable.exp: Update "info record" output.
4533 * gdb.btrace/finish.exp: Update "info record" output.
4534 * gdb.btrace/instruction_history.exp: Update "info record" output.
4535 * gdb.btrace/next.exp: Update "info record" output.
4536 * gdb.btrace/nexti.exp: Update "info record" output.
4537 * gdb.btrace/step.exp: Update "info record" output.
4538 * gdb.btrace/stepi.exp: Update "info record" output.
4539 * gdb.btrace/nohist.exp: Update "info record" output.
4540
b9d61307
SM
45412015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4542
4543 PR gdb/15678
4544 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4545
e584fdbc
PA
45462015-02-06 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4549 macro.
4550 (seconds_left, again): New globals.
4551 (main): Wait seconds_left in a 1-second sleep loop instead of
4552 sleeping 180 seconds. If 'again' is set, reset the seconds
4553 counter.
4554 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4555 'again' in the inferior before detaching. Print the seconds left.
4556 (options): New global.
4557 (top level): Build program with -DTIMEOUT=$timeout.
4558
77f41761
PA
45592015-02-06 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4562 determine how many seconds to pass to 'alarm'.
4563 * gdb.base/gdb-sigterm.exp (top level): Build program with
4564 -DTIMEOUT=$timeout.
4565 (do_test): Return success/failure indication. Add more verbose
4566 logging. Don't fail if 200 single steps are seen. Instead, fail
4567 when the test times out.
4568 (passes): New global.
4569 (top level): Break the testing loop if testing fails on any
4570 iteration. Use gdb_assert.
4571
b9394193
DB
45722015-02-04 Don Breazeal <donb@codesourcery.com>
4573
4574 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4575 and initialize them.
4576 (ipc_cleanup): New function.
4577 (main): Don't declare shmid, semid, and msqid. Add a call to
4578 atexit so that we call ipc_cleanup on exit.
4579
42d9e528
PA
45802015-02-04 Pedro Alves <palves@redhat.com>
4581
4582 * boards/native-extended-gdbserver.exp: Remove any target variant
4583 specifications from the board name before clearing the isremote
4584 flag from board_info.
4585
ae6ae975
DE
45862015-01-31 Doug Evans <xdje42@gmail.com>
4587
4588 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4589
cfb069a8
GB
45902015-01-31 Gary Benson <gbenson@redhat.com>
4591
4592 * gdb.base/completion.exp: Disable completion limiting for
4593 existing tests. Add new tests to check completion limiting.
4594 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4595
5dd31d79
DE
45962015-01-31 Doug Evans <xdje42@gmail.com>
4597
4598 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4599
9f050062
DE
46002015-01-31 Doug Evans <xdje42@gmail.com>
4601
4602 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4603 entries. Duplicate file section script entries.
4604 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4605 inlined entries. Add test for safe-path rejection.
4606 * gdb.python/py-section-script.c: Add duplicate inlined section script
4607 entries. Duplicate file section script entries.
4608 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4609 inlined entries. Add test for safe-path rejection.
4610
df25ebbd
JB
46112015-01-29 Joel Brobecker <brobecker@adacore.com>
4612
4613 * gdb.ada/disc_arr_bound: New testcase.
4614
4a0ca9ec
JB
46152015-01-29 Joel Brobecker <brobecker@adacore.com>
4616
4617 * gdb.ada/mi_var_array: New testcase.
4618
3a8b707a
DE
46192015-01-27 Doug Evans <dje@google.com>
4620
4621 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4622 Add test for objfile.filename, objfile.username after objfile
4623 has been unloaded.
4624
f8313f6e
JB
46252015-01-26 Joel Brobecker <brobecker@adacore.com>
4626
4627 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4628 the second test to print the name attribute of value
4629 returned by the call to gdb.lookup_type, and adjust
4630 the expected output accordingly.
4631
37bc665e
MW
46322015-01-25 Mark Wielaard <mjw@redhat.com>
4633
4634 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4635 * gdb.base/disp-step-fork.c: Include unistd.h.
4636 * gdb.base/siginfo-obj.c: Include stdio.h.
4637 * gdb.base/siginfo-thread.c: Likewise.
4638 * gdb.mi/non-stop.c: Include unistd.h.
4639 * gdb.mi/nsthrexec.c: Include stdio.h.
4640 * gdb.mi/pthreads.c: Include unistd.h.
4641 * gdb.modula2/unbounded1.c (main): Declare returns int.
4642 * gdb.reverse/consecutive-reverse.c: Likewise.
4643 * gdb.threads/create-fail.c: Include unistd.h.
4644 * gdb.threads/killed.c: Likewise.
4645 * gdb.threads/linux-dp.c: Likewise.
4646 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4647 * gdb.threads/non-ldr-exc-2.c: Likewise.
4648 * gdb.threads/non-ldr-exc-3.c: Likewise.
4649 * gdb.threads/non-ldr-exc-4.c: Likewise.
4650 * gdb.threads/pthreads.c: Include unistd.h.
4651 (main): Declare returns int.
4652 * gdb.threads/tls-main.c (foo): New declaration.
4653 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4654
f7e5394d
SM
46552015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4656
4657 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4658 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4659
743649fd
MW
46602015-01-15 Mark Wielaard <mjw@redhat.com>
4661
4662 * gdb.base/noreturn-return.c: New file.
4663 * gdb.base/noreturn-return.exp: New file.
4664 * gdb.base/noreturn-finish.c: New file.
4665 * gdb.base/noreturn-finish.exp: New file.
4666
198297aa
PA
46672015-01-23 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.threads/continue-pending-after-query.c: New file.
4670 * gdb.threads/continue-pending-after-query.exp: New file.
4671
717cf30c
AG
46722015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4673 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4676 * gdb.base/valgrind-db-attach.exp: Same.
4677 * gdb.base/valgrind-infcall.exp: Same.
4678 * lib/mi-support.exp (default_mi_gdb_start): Same.
4679 * lib/prompt.exp (default_prompt_gdb_start): Same.
4680 * lib/gdb.exp (default_gdb_spawn): Same.
4681 (gdb_interact): New.
4682
4683
4b62a76e
JK
46842015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 * gdb.compile/compile.exp (pointer to jit function): New test.
4687
b4cdae6f
WW
46882015-01-17 Wei-cheng Wang <cole945@gmail.com>
4689
4690 * lib/gdb.exp (supports_process_record): Return true for
4691 powerpc*-*-linux*.
4692 (supports_reverse): Likewise.
4693
d221e7ef
DB
46942015-01-15 Don Breazeal <donb@codesourcery.com>
4695
4696 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4697 instead of checking whether the target board is remote and
4698 use spawn_wait_for_attach instead of exec/sleep.
4699 * gdb.base/attach-twice.exp: Likewise.
4700
bafffb51
JB
47012015-01-15 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.ada/var_arr_attrs: New testcase.
4704
5589af0e
PA
47052015-01-14 Pedro Alves <palves@redhat.com>
4706 Joel Brobecker <brobecker@adacore.com>
4707
4708 PR gdb/17525
4709 * gdb.base/bp-cmds-execution-x-script.c: New file.
4710 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4711 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4712
6c400b59
PA
47132015-01-14 Pedro Alves <palves@redhat.com>
4714
4715 PR cli/17828
4716 * gdb.base/batch-preserve-term-settings.c: New file.
4717 * gdb.base/batch-preserve-term-settings.exp: New file.
4718
e02c96a7
DE
47192015-01-13 Doug Evans <dje@google.com>
4720
4721 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4722 binary.
4723
576fd14c
JB
47242015-01-13 Joel Brobecker <brobecker@adacore.com>
4725
4726 * Makefile.in (clean mostlyclean): Do not delete *.py.
4727
04dccad0
JB
47282015-01-13 Joel Brobecker <brobecker@adacore.com>
4729
4730 * gdb.python/py-lookup-type.exp: New file.
4731
3d230f71
PA
47322015-01-12 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4735 restore GDBFLAGS before returning.
4736
7e67715d
JK
47372015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4740 is_amd64_regs_target and is_x86_like_target.
4741
f2e0d4b4
DE
47422015-01-11 Doug Evans <xdje42@gmail.com>
4743
4744 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4745 is given without an explicit form.
4746 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4747 attributes.
4748 * gdb.dwarf/corrupt.exp: Ditto.
4749 * gdb.dwarf2/enum-type.exp: Ditto.
4750 * gdb.trace/entry-values.exp: Ditto.
4751 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4752
439250fb
DE
47532015-01-11 Doug Evans <xdje42@gmail.com>
4754
4755 PR gdb/15830
4756 * gdb.base/maint.exp: Remove references to "maint demangle".
4757 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4758 Add tests for explicitly specifying language to demangle.
4759 * gdb.dlang/demangle.exp: Ditto.
4760
ede9f622
PA
47612015-01-09 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.threads/non-stop-fair-events.c: New file.
4764 * gdb.threads/non-stop-fair-events.exp: New file.
4765
a7b796db
PA
47662015-01-09 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4769 the global scope. Set a breakpoint after all threads are started
4770 rather than stepping over two source lines. Expect the prompt.
4771 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4772 global.
4773 (NUM): Now 15.
4774 (main): Use threads_started_barrier to wait for all threads to
4775 start. Main thread no longer calls thread_function. Exit after
4776 180 seconds.
4777 (loop): New function.
4778 (thread_function): Wait on threads_started_barrier barrier. Call
4779 'loop' at each iteration.
4780 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4781 threads have started, instead of hardcoding number of "next"
4782 steps. Use an access watchpoint instead of a write watchpoint.
4783
9665ffdd
PA
47842015-01-09 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4787 (thread_func): Wait on barrier.
4788 (main): Wait for all threads to start before stopping GDB.
4789 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4790 global.
4791 (thread1_func, thread2_func): Wait on barrier.
4792 (main): Wait for all threads to start before stopping GDB.
4793 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4794 New global.
4795 (thread1_func, thread2_func): Wait on barrier.
4796 (main): Wait for all threads to start before stopping GDB.
4797
c945a99f
PA
47982015-01-09 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.threads/attach-many-short-lived-threads.c: New file.
4801 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4802
c1a747c1
PA
48032014-01-09 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4806 instead of to thread 2.
4807 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4808 Add barrier around each pthread_create call instead of around all
4809 calls.
4810 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4811 Set a break on thread_function and have the child threads hit it
4812 one at at a time.
4813
60b3033e
PA
48142015-01-09 Pedro Alves <palves@redhat.com>
4815
4816 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4817 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4818 false.
4819 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4820 checking whether the target board is remote.
4821 * gdb.multi/multi-attach.exp: Likewise.
4822 * gdb.python/py-sync-interp.exp: Likewise.
4823 * gdb.server/ext-attach.exp: Likewise.
4824 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4825 tests that need to attach, instead of checking whether the target
4826 board is remote at the top of the file.
4827
acc018ac
YQ
48282015-01-08 Yao Qi <yao@codesourcery.com>
4829
4830 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4831
50a18af8
JK
48322015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4833
4834 Fix testcase compilation.
4835 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4836
8503d6e1
JB
48372015-01-06 Joel Brobecker <brobecker@adacore.com>
4838
4839 * gdb.python/py-type.exp: Add a couple test about empty
4840 array creation, and negative-length array creation.
4841
cc73dbcc
DE
48422015-01-02 Doug Evans <xdje42@gmail.com>
4843
4844 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4845
0300bbc7
DE
48462015-01-02 Doug Evans <dje@google.com>
4847
4848 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4849
9d85a0ec
YQ
48502014-12-29 Yao Qi <yao@codesourcery.com>
4851
4852 * gdb.trace/entry-values.exp: Update comments. Rename variable
4853 bar_call_foo to returned_from_foo.
4854
87186c6a
MMN
48552014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4856
4857 PR gdb/17394
4858 * gdb.linespec/break-asm-file.c: New file.
4859 * gdb.linespec/break-asm-file.exp: New file.
4860 * gdb.linespec/break-asm-file0.s: New file.
4861 * gdb.linespec/break-asm-file1.s: New file.
4862
1bab7383
YQ
48632014-12-18 Nigel Stephens <nigel@mips.com>
4864 Maciej W. Rozycki <macro@codesourcery.com>
4865
4866 * gdb.base/float.exp: Handle the new output from "info float" on
4867 MIPS targets.
4868
1bc1068a
JK
48692014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 Fix MinGW compilation.
4872 * gdb.compile/compile-ops.exp: Update untested message if
4873 !skip_compile_feature_tests.
4874 * gdb.compile/compile-setjmp.exp: Likewise.
4875 * gdb.compile/compile-tls.exp: Likewise.
4876 * gdb.compile/compile.exp: Likewise.
4877 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4878 supported on this host".
4879
b6615d10
DE
48802014-12-16 Doug Evans <xdje42@gmail.com>
4881
4882 * boards/stabs.exp: New file.
4883
25dda427
AA
48842014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4885
4886 * gdb.base/completion.exp: Adjust to format changes of "maint
4887 print user-registers".
4888
bf330350
CU
48892014-12-16 Catalin Udma <catalin.udma@freescale.com>
4890
4891 PR server/17457
4892 * gdb.arch/aarch64-fp.c: New file.
4893 * gdb.arch/aarch64-fp.exp: New file.
4894
395cf596
SDJ
48952014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4896
4897 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4898 r210637, r210913, r211666, r215400, r215817).
4899
4900 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4901 * dg-extract-results.py: New file.
4902 * dg-extract-results.sh: Use it if the environment seems
4903 suitable.
4904
4905 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4906
4907 * dg-extract-results.py (parse_run): Handle warnings that
4908 are printed before a test harness is run.
4909
4910 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4911
4912 * dg-extract-results.py (Named): Remove __cmp__ method.
4913 (output_variation): Use a key to sort variation.harnesses.
4914
4915 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4916
4917 * dg-extract-results.py: For Python 3, force sys.stdout to
4918 handle surrogate escape sequences.
4919 (safe_open): New function.
4920 (output_segment, main): Use it.
4921
4922 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4923
4924 * dg-extract-results.py (Prog.result_re): Include options
4925 in test name.
4926
4927 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4928
4929 * dg-extract-results.py (output_variation): Always sort if
4930 do_sum.
4931
e882ef3c
SM
49322014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4933
4934 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4935 as long as we get pagination notifications.
4936
4992aa20
JM
49372014-12-15 Jason Merrill <jason@redhat.com>
4938
4939 * Makefile.in (check-gdb.%): Restore.
4940 * README: Mention it.
4941
c1b5a1a6
JB
49422014-12-13 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.ada/str_uninit: New testcase.
4945
5537b577
JK
49462014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 PR symtab/17642
4949 * gdb.base/vla-stub-define.c: New file.
4950 * gdb.base/vla-stub.c: New file.
4951 * gdb.base/vla-stub.exp: New file.
4952
bb2ec1b3
TT
49532014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4954 Jan Kratochvil <jan.kratochvil@redhat.com>
4955 Tom Tromey <tromey@redhat.com>
4956
4957 * configure.ac: Add gdb.compile/.
4958 * configure: Regenerate.
4959 * gdb.compile/Makefile.in: New file.
4960 * gdb.compile/compile-ops.exp: New file.
4961 * gdb.compile/compile-ops.c: New file.
4962 * gdb.compile/compile-tls.c: New file.
4963 * gdb.compile/compile-tls.exp: New file.
4964 * gdb.compile/compile-constvar.S: New file.
4965 * gdb.compile/compile-constvar.c: New file.
4966 * gdb.compile/compile-mod.c: New file.
4967 * gdb.compile/compile-nodebug.c: New file.
4968 * gdb.compile/compile-setjmp-mod.c: New file.
4969 * gdb.compile/compile-setjmp.c: New file.
4970 * gdb.compile/compile-setjmp.exp: New file.
4971 * gdb.compile/compile-shlib.c: New file.
4972 * gdb.compile/compile.c: New file.
4973 * gdb.compile/compile.exp: New file.
4974 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4975
4ff709eb
TT
49762014-12-12 Tom Tromey <tromey@redhat.com>
4977
4978 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4979 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4980
6dddd6a5
DE
49812014-12-12 Doug Evans <dje@google.com>
4982
4983 * lib/gdb-python.exp (get_python_valueof): New function.
4984 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4985
71c24708
AA
49862014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4987
4988 * gdb.base/completion.exp: Add test for completion of "info
4989 registers ".
4990
3e29f34a
MR
49912014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4992
4993 * gdb.base/func-ptrs.c: New file.
4994 * gdb.base/func-ptrs.exp: New file.
4995
fc126975
SM
49962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4997
4998 PR breakpoints/17012
4999 * gdb.base/dprintf-detach.c: New file.
5000 * gdb.base/dprintf-detach.exp: New file.
5001
0a46d518
SM
50022014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5003
5004 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5005 * lib/gdb.exp (target_is_gdbserver): New procedure.
5006
a0be3e44
DE
50072014-12-08 Doug Evans <dje@google.com>
5008
5009 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5010
df1b803a
YQ
50112014-12-05 Yao Qi <yao@codesourcery.com>
5012
5013 * gdb.guile/scm-error.exp: Remove the third argument to
5014 gdb_remote_download.
5015 * gdb.guile/scm-frame-args.exp: Likewise.
5016 * gdb.guile/scm-section-script.exp: Likewise.
5017
ddb9f679
YQ
50182014-12-05 Yao Qi <yao@codesourcery.com>
5019
5020 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5021
86e4ed39
DE
50222014-12-04 Doug Evans <dje@google.com>
5023
5024 * gdb.python/py-objfile.exp: Add tests for
5025 objfile.add_separate_debug_file.
5026
7c50a931
DE
50272014-12-04 Doug Evans <dje@google.com>
5028
5029 * lib/gdb.exp (get_build_id): New function.
5030 (build_id_debug_filename_get): Rewrite to use it.
5031 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5032
621661e3
MR
50332014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5034
5035 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5036 `method(long)', not just 0x0.
5037 * gdb.cp/nsalias.exp: Align code labels to 4.
5038 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5039 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5040 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5041 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5042 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5043 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5044
29f0c3b7
DE
50452014-12-02 Doug Evans <dje@google.com>
5046
e1e061e7 5047 PR symtab/17602
29f0c3b7 5048 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5049 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5050 * gdb.cp/anon-ns.exp: Update.
5051
162078c8
NB
50522014-12-02 Nick Bull <nicholaspbull@gmail.com>
5053
5054 * gdb.python/py-events.py (inferior_call_handler): New.
5055 (register_changed_handler, memory_changed_handler): New.
5056 (test_events.invoke): Register new handlers.
5057 * gdb.python/py-events.exp: Add tests for inferior call,
5058 memory_changed and register_changed events.
5059
fdb09caf
AA
50602014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5061
5062 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5063 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5064 if the linker doesn't understand this.
5065
55cfb2c4
SM
50662014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5067
5068 * gdb.python/python.exp: Change expected reply to help().
5069
9e8cd6df
YQ
50702014-12-01 Yao Qi <yao@codesourcery.com>
5071
5072 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5073 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5074 * configure: Re-generated.
5075
6c659fc2
SC
50762014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5077
5078 * gdb.cp/chained-calls.cc: New file.
5079 * gdb.cp/chained-calls.exp: New file.
5080 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5081
d7fc3181
SM
50822014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5083
5084 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5085 * gdb.dwarf2/symtab-producer.exp: Same.
5086 * gdb.gdb/python-interrupts.exp: Same.
5087 * gdb.gdb/python-selftest.exp: Same.
5088 * gdb.python/py-linetable.exp: Same.
5089 * gdb.python/py-type.exp: Same.
5090 * gdb.python/py-value-cc.exp: Same.
5091 * gdb.python/py-value.exp: Same.
5092
10e79639
YQ
50932014-11-28 Yao Qi <yao@codesourcery.com>
5094
5095 * gdb.base/break-probes.exp: Match library name prefixed with
5096 sysroot.
5097
f28a0564
SM
50982014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5099
5100 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5101 test expected output. Add parentheses for the call to print.
5102 Remove L suffix from integers.
5103
3fe1ce1d
DE
51042014-11-26 Doug Evans <dje@google.com>
5105
5106 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5107
84429e27
YQ
51082014-11-22 Yao Qi <yao@codesourcery.com>
5109
5110 * gdb.trace/entry-values.c: Remove asms.
5111 (foo): Add foo_label.
5112 (bar): Add bar_label.
5113 * gdb.trace/entry-values.exp: Remove code computing foo's
5114 length and bar's length.
5115 (Dwarf::assemble): Invoke function_range for bar and use
5116 MACRO_AT_func for foo.
5117
26741859
YQ
51182014-11-22 Yao Qi <yao@codesourcery.com>
5119
5120 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5121 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5122 Use .Lgcc43_procstart instead of gcc43.
5123
45e44d27
JB
51242014-11-21 Joel Brobecker <brobecker@adacore.com>
5125
5126 * gdb.ada/n_arr_bound: New testcase.
5127
458c8db8
SDJ
51282014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5129
5130 PR breakpoints/10737
5131 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5132 test_catch_syscall_multi_arch.
5133 (test_catch_syscall_multi_arch): New function.
5134
43f3e411
DE
51352014-11-20 Doug Evans <xdje42@gmail.com>
5136
5137 * gdb.base/maint.exp: Update expected output.
5138
0d7b2549
AA
51392014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5140
5141 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5142 4-byte instruction on S390.
5143
8908fca5
JB
51442014-11-19 Joel Brobecker <brobecker@adacore.com>
5145
5146 * gdb.ada/arr_arr: New testcase.
5147
4a46959e
JB
51482014-11-19 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.ada/pkd_arr_elem: New Testcase.
5151
470e2f4e
LM
51522014-11-18 Luis Machado <lgustavo@codesourcery.com>
5153
5154 * gdb.reverse/break-precsave: Expect completion message for
5155 core file reads.
5156 * gdb.reverse/consecutive-precsave.exp: Likewise.
5157 * gdb.reverse/finish-precsave.exp: Likewise.
5158 * gdb.reverse/i386-precsave.exp: Likewise.
5159 * gdb.reverse/machinestate-precsave.exp: Likewise.
5160 * gdb.reverse/sigall-precsave.exp: Likewise.
5161 * gdb.reverse/solib-precsave.exp: Likewise.
5162 * gdb.reverse/step-precsave.exp: Likewise.
5163 * gdb.reverse/until-precsave.exp: Likewise.
5164 * gdb.reverse/watch-precsave.exp: Likewise.
5165
a267f3ad
AA
51662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5167
5168 * gdb.base/bp-permanent.c: Include unistd.h.
5169 * gdb.python/py-framefilter-mi.c (main): Add return type.
5170 * gdb.python/py-framefilter.c (main): Likewise.
5171 * gdb.trace/actions-changed.c (main): Likewise.
5172
12084a9a
AA
51732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5174
5175 * gdb.mi/until.c: Add eye-catchers.
5176 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5177 line numbers.
5178
dc7e1a77
AA
51792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5180
5181 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5182 function header variants in break1.c.
5183 * gdb.base/ena-dis-br.exp: Likewise.
5184 * gdb.base/hbreak2.exp: Likewise.
5185 * gdb.reverse/until-precsave.exp: Drop references to removed
5186 non-prototype function header variants in ur1.c.
5187 * gdb.reverse/until-reverse.exp: Likewise.
5188
41c77605
PM
51892014-11-17 Petr Machata <pmachata@redhat.com>
5190
5191 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5192 ${_cu_offset_size} bytes abbrev offset.
5193
34248c3a
DE
51942014-11-15 Doug Evans <xdje42@gmail.com>
5195
5196 PR symtab/17559
5197 * gdb.base/line-symtabs.exp: New file.
5198 * gdb.base/line-symtabs.c: New file.
5199 * gdb.base/line-symtabs.h: New file.
5200
646da059
YQ
52012014-11-14 Yao Qi <yao@codesourcery.com>
5202
5203 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5204 (func): Add label func_label.
5205 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5206 Replace low_pc and high_pc with MACRO_AT_range.
5207 Replace name, low_pc and high_pc with MACRO_AT_func.
5208
9301ebe6
YQ
52092014-11-14 Yao Qi <yao@codesourcery.com>
5210
5211 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5212 Replace name, low_pc and high_pc with MACRO_AT_func.
5213
f166b542
YQ
52142014-11-14 Yao Qi <yao@codesourcery.com>
5215
5216 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5217 produce debug information.
5218 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5219
0f6e71e3
YQ
52202014-11-14 Yao Qi <yao@codesourcery.com>
5221
5222 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5223 object and get function length.
5224 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5225 with MACRO_AT_func.
5226 (top-level): Replace gdb_compile and clean_restart with
5227 prepare_for_testing.
5228 * gdb.dwarf2/main.c (main): Add label main_label.
5229
876c4df9
YQ
52302014-11-14 Yao Qi <yao@codesourcery.com>
5231
5232 * lib/dwarf.exp (function_range): New procedure.
5233 (Dwarf::_handle_macro_at_func): New procedure.
5234 (Dwarf::_handle_macro_at_range): New procedure.
5235 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5236
02ad9cf1
YQ
52372014-11-14 Yao Qi <yao@codesourcery.com>
5238
5239 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5240 (_handle_attribute): New procedure.
5241
a59add0c
AA
52422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5243
5244 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5245 * gdb.base/call-sc.c (zed): Likewise.
5246 * gdb.base/checkpoint.c (main): Likewise.
5247 * gdb.base/dump.c (main): Likewise.
5248 * gdb.base/gcore.c (main): Likewise.
5249 * gdb.base/huge.c (main): Likewise.
5250 * gdb.base/multi-forks.c (main): Likewise.
5251 * gdb.base/pr10179-a.c (main): Likewise.
5252 * gdb.base/savedregs.c (main): Likewise.
5253 * gdb.base/sigaltstack.c (main): Likewise.
5254 * gdb.base/siginfo.c (main): Likewise.
5255 * gdb.base/structs.c (zed): Likewise.
5256 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5257 * gdb.mi/mi-syn-frame.c (main): Likewise.
5258 * gdb.mi/until.c (foo, main): Likewise.
5259 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5260 * gdb.base/solib-weak.c (foo): Declare.
5261 * gdb.base/attach-twice.c: Include stdio.h.
5262 * gdb.base/weaklib1.c: Likewise.
5263 * gdb.base/weaklib2.c: Likewise.
5264 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5265 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5266 unistd.h.
5267 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5268 * gdb.mi/mi-exit-code.c: Likewise.
5269 * gdb.base/break-interp-lib.c: Include string.h.
5270 * gdb.base/coremaker.c: Likewise.
5271 * gdb.base/testenv.c: Likewise.
5272 * gdb.python/py-finish-breakpoint.c: Likewise.
5273 * gdb.base/inferior-died.c: Include sys/wait.h.
5274 * gdb.base/fileio.c: Include time.h.
5275 * gdb.base/async-shell.c: Include unistd.h.
5276 * gdb.base/dprintf-non-stop.c: Likewise.
5277 * gdb.base/info-os.c: Likewise.
5278 * gdb.mi/mi-console.c: Likewise.
5279 * gdb.mi/watch-nonstop.c: Likewise.
5280 * gdb.python/py-events.c: Likewise.
5281 * gdb.base/async.c (baz): Move up before its invocation.
5282 * gdb.base/code_elim2.c (my_global_func): Likewise.
5283 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5284 * gdb.base/advance.c (func2): Likewise.
5285
3b5d5997
AA
52862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5287
5288 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5289 variant.
5290 * gdb.base/annota3.c: Likewise.
5291 * gdb.base/async.c: Likewise.
5292 * gdb.base/average.c: Likewise.
5293 * gdb.base/call-ar-st.c: Likewise.
5294 * gdb.base/call-rt-st.c: Likewise.
5295 * gdb.base/call-sc.c: Likewise.
5296 * gdb.base/call-strs.c: Likewise.
5297 * gdb.base/ending-run.c: Likewise.
5298 * gdb.base/execd-prog.c: Likewise.
5299 * gdb.base/exprs.c: Likewise.
5300 * gdb.base/foll-exec.c: Likewise.
5301 * gdb.base/foll-fork.c: Likewise.
5302 * gdb.base/foll-vfork.c: Likewise.
5303 * gdb.base/funcargs.c: Likewise.
5304 * gdb.base/gcore.c: Likewise.
5305 * gdb.base/jump.c: Likewise.
5306 * gdb.base/langs0.c: Likewise.
5307 * gdb.base/langs1.c: Likewise.
5308 * gdb.base/langs2.c: Likewise.
5309 * gdb.base/mips_pro.c: Likewise.
5310 * gdb.base/nodebug.c: Likewise.
5311 * gdb.base/opaque0.c: Likewise.
5312 * gdb.base/opaque1.c: Likewise.
5313 * gdb.base/recurse.c: Likewise.
5314 * gdb.base/run.c: Likewise.
5315 * gdb.base/scope0.c: Likewise.
5316 * gdb.base/scope1.c: Likewise.
5317 * gdb.base/setshow.c: Likewise.
5318 * gdb.base/setvar.c: Likewise.
5319 * gdb.base/shmain.c: Likewise.
5320 * gdb.base/shr1.c: Likewise.
5321 * gdb.base/shr2.c: Likewise.
5322 * gdb.base/sigall.c: Likewise.
5323 * gdb.base/signals.c: Likewise.
5324 * gdb.base/so-indr-cl.c: Likewise.
5325 * gdb.base/solib2.c: Likewise.
5326 * gdb.base/structs.c: Likewise.
5327 * gdb.base/sum.c: Likewise.
5328 * gdb.base/vforked-prog.c: Likewise.
5329 * gdb.base/watchpoint.c: Likewise.
5330 * gdb.reverse/shr2.c: Likewise.
5331 * gdb.reverse/until-reverse.c: Likewise.
5332 * gdb.reverse/ur1.c: Likewise.
5333 * gdb.reverse/watch-reverse.c: Likewise.
5334
066a77c5
AA
53352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5336
5337 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5338 variant.
5339 * gdb.base/sepdebug.exp: Drop references to removed code.
5340
4f204ea5
AA
53412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5342
5343 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5344 variant. Preserve original line numbering.
5345 * gdb.base/list1.c: Likewise.
5346
3b377a3a
AA
53472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5348
5349 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5350 variant.
5351 * gdb.base/break1.c: Likewise.
5352 * gdb.base/break.exp: Drop references to removed code.
5353
e444df73
AA
53542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5355
5356 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5357 variant.
5358
8008f2a7
AA
53592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5360
5361 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5362
a5a06887
AA
53632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5364
5365 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5366 logic into perform_all_tests() and invoke it with and without
5367 function header prototypes.
5368 (do_function_calls): Remove conditional XFAIL for PR 5318.
5369 (rerun_and_prepare): Remove duplicate code.
5370 (perform_all_tests): New. Main logic moved here.
5371
44dba9b9
AA
53722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5373
5374 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5375 code guarded by #ifdef NO_PROTOTYPES.
5376 (t_double_many_args): Likewise.
5377 (DEF_FUNC_MANY_ARGS_1): Likewise.
5378 (DEF_FUNC_VALUES_1): Likewise.
5379 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5380 guarded by #ifdef PROTOTYPES.
5381
d1fbcd56
AA
53822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5383
5384 * gdb.mi/mi-console.c: Add eye-catcher.
5385 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5386 instead of literal line number.
5387
b0e59b8f
AA
53882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5389
5390 * gdb.base/shr2.c: Add eye-catcher.
5391 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5392 line number.
5393
78f98cca
AA
53942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5395
5396 * gdb.base/jump.c: Add eye-catchers.
5397 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5398 numbers.
5399
58fa2af0
AA
54002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5401
5402 * gdb.base/execd-prog.c: Add eye-catchers.
5403 * gdb.base/foll-exec.c: Likewise.
5404 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5405 line numbers.
5406
04e5059b
AA
54072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5408
5409 * gdb.base/ending-run.c: Add eye-catchers.
5410 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5411 literal line numbers.
5412
dbfdb174
AA
54132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5414
5415 * gdb.base/call-rt-st.c: Add eye-catchers.
5416 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5417 literal line numbers.
5418
888a2ade
AA
54192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5420
5421 * gdb.base/call-ar-st.c: Add eye-catchers.
5422 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5423 literal line numbers.
5424
6acc2dde
AA
54252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5426
5427 * gdb.base/average.c: Add eye-catchers.
5428 * gdb.base/sum.c: Likewise.
5429 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5430 regexps dynamically.
5431
9ecfcd1d
AA
54322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5433
5434 * gdb.base/solib1.c: Add eye-catchers.
5435 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5436 literal line numbers.
5437
78708b7c
PA
54382014-11-12 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5441 leader has exited.
5442
af48d08f
PA
54432014-11-12 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.arch/i386-bp_permanent.c: New file.
5446 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5447 (srcfile): Set to i386-bp_permanent.c.
5448 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5449 that stepi does not execute the 'leave' instruction, instead of
5450 testing it does execute.
5451 * gdb.base/bp-permanent.c: New file.
5452 * gdb.base/bp-permanent.exp: New file.
5453
af3768e9
DE
54542014-11-10 Doug Evans <xdje42@gmail.com>
5455
5456 PR symtab/17564
5457 * gdb.base/symtab-search-order.exp: New file.
5458 * gdb.base/symtab-search-order.c: New file.
5459 * gdb.base/symtab-search-order-1.c: New file.
5460 * gdb.base/symtab-search-order-shlib-1.c: New file.
5461
9de00a4a
PA
54622014-11-07 Pedro Alves <palves@redhat.com>
5463
5464 PR gdb/17511
5465 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5466 i?86-*-linux*.
5467
e0f52461
SC
54682014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5469
5470 PR c++/17494
5471 * gdb.cp/pr17494.cc: New file.
5472 * gdb.cp/pr17494.exp: New file.
5473
6ce8c980
YQ
54742014-11-02 Yao Qi <yao@codesourcery.com>
5475
5476 * gdb.python/python.exp: Get working directory and match the
5477 output of "set extended-prompt \\w " with it.
5478
02be9a71
DE
54792014-10-30 Doug Evans <dje@google.com>
5480
5481 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5482 in objfiles.
5483 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5484 in progspaces.
5485
3bdff46b
LM
54862014-10-30 Janis Johnson <janisjo@codesourcery.com>
5487
5488 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5489 * gdb.base/realname-expand.exp: Likewise.
5490 * gdb.linespec/macro-relative.exp: Likewise.
5491
ab917dfb
PA
54922014-10-29 Pedro Alves <palves@redhat.com>
5493
5494 PR gdb/17408
5495 * gdb.threads/schedlock.c (some_function): New function.
5496 (call_function): New global.
5497 (MAYBE_CALL_SOME_FUNCTION): New macro.
5498 (thread_function): Call it.
5499 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5500 and use it instead of a global counter. Adjust all callers.
5501 (get_current_thread): Use "find current thread" for test message
5502 here rather than having all callers pass down the same string.
5503 (goto_loop): New procedure, factored out from ...
5504 (my_continue): ... this.
5505 (step_ten_loops): Change parameter from test message to command to
5506 use. Adjust.
5507 (list_count): Delete global.
5508 (check_result): New procedure, factored out from duplicate top
5509 level code.
5510 (continue tests): Wrap in with_test_prefix.
5511 (test_step): New procedure, factored out from duplicate top level
5512 code.
5513 (top level): Test "step" in combination with all scheduler-locking
5514 modes. Test "next" in combination with all scheduler-locking
5515 modes, and in combination with stepping over a function call or
5516 not.
5517 * gdb.threads/next-bp-other-thread.c: New file.
5518 * gdb.threads/next-bp-other-thread.exp: New file.
5519
d3d4baed
PA
55202014-10-29 Pedro Alves <palves@redhat.com>
5521
5522 PR python/17372
5523 * gdb.python/python.exp: Test a multi-line command that spawns
5524 interactive Python.
5525 * gdb.base/multi-line-starts-subshell.exp: New file.
5526
563e8d85
YQ
55272014-10-29 Yao Qi <yao@codesourcery.com>
5528
5529 * gdb.base/fileio.exp: Make directories on host.
5530
0ea4d52e
YQ
55312014-10-29 Yao Qi <yao@codesourcery.com>
5532
5533 * gdb.base/fileio.c (test_write): Close the file.
5534
7f5ef605
PA
55352014-10-28 Pedro Alves <palves@redhat.com>
5536
5537 PR gdb/12623
5538 * gdb.base/sigstep.c (no_handler): New global.
5539 (main): If 'no_handler is true, set the signal handlers to
5540 SIG_IGN.
5541 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5542 with_sw_watch and no_handler parameters. Handle them.
5543 (top level) <stepping over handler when stopped at a breakpoint
5544 test>: Add a test axis for testing with a software watchpoint, and
5545 another for testing with the signal handler set to SIG_IGN.
5546 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5547 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5548
abbdbd03
PA
55492014-10-28 Pedro Alves <palves@redhat.com>
5550
5551 PR gdb/17511
5552 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5553 * gdb.base/sigstep.exp (other_handler_location): New global.
5554 (advance): Support stepping into the signal handler, and running
5555 commands while in the handler.
5556 (in_handler_map): New global.
5557 (top level): In the advance test, add combinations for getting
5558 into the handler with stepping commands, and for running commands
5559 in the handler. Add comment descripting the advancei tests.
5560
1df4399f
PA
55612014-10-28 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/sigstep.exp: Use build_executable instead of
5564 prepare_for_testing.
5565 (top level): Move code that starts GDB, runs to main and creates a
5566 display to ...
5567 (restart): ... this new procedure.
5568 (top level): Move backtrace from signal handler test to ...
5569 (validate_backtrace): ... this new procedure.
5570 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5571 with_test_prefix. Always restart GDB.
5572 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5573 with_test_prefix. Always restart GDB. No need to delete
5574 breakpoints after the test.
5575 (test_skip_handler): Remove prefix parameter.
5576 (skip_over_handler, breakpoint_to_handler)
5577 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5578 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5579 restart GDB. No need to delete breakpoints after the test.
5580 (top level): Use foreach to call the test procedures with
5581 different commands.
5582
a5b6e449
PA
55832014-10-28 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5586 instead of GNATS numbers.
5587 * gdb.base/sigbpt.exp: Likewise.
5588 * gdb.base/siginfo.exp: Likewise.
5589 * gdb.base/sigstep.exp: Likewise.
5590
e5f8a7cc
PA
55912014-10-27 Pedro Alves <palves@redhat.com>
5592
5593 * gdb.base/sigstep.c (dummy): New global.
5594 (main): Issue a couple writes to the new global.
5595 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5596 procedures.
5597 (skip_over_handler): Use test_skip_handler.
5598 (top level): Call skip_over_handler for stepi and nexti too.
5599 (breakpoint_over_handler): Use test_skip_handler.
5600 (top level): Call breakpoint_over_handler for stepi and nexti too.
5601
763905a3
YQ
56022014-10-27 Yao Qi <yao@codesourcery.com>
5603
5604 * gdb.trace/tfile.c (adjust_function_address)
5605 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5606 function descriptor.
5607
6f259a23
DB
56082014-10-24 Don Breazeal <donb@codesourcery.com>
5609
5610 * gdb.base/foll-fork.exp (test_follow_fork,
5611 catch_fork_child_follow): Check for updated fork messages emitted
5612 from infrun.c.
5613 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5614 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5615 vfork_and_exec_child_follow_through_step): Check for updated vfork
5616 messages emitted from infrun.c.
5617
09dd9a69
PA
56182014-10-24 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.base/corefile.exp: Remove references to ultrix.
5621 * gdb.base/interrupt.exp: Likewise.
5622 * gdb.base/whatis.exp: Likewise.
5623 * gdb.gdb/selftest.exp: Likewise.
5624 * gdb.threads/manythreads.exp: Likewise.
5625 * gdb.threads/print-threads.exp: Likewise.
5626 * gdb.threads/pthreads.exp:: Likewise.
5627 * gdb.threads/schedlock.exp: Likewise.
5628
3433cfa5
SC
56292014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5630
5631 * gdb.cp/non-trivial-retval.cc: Add a test case.
5632 * gdb.cp/non-trivial-retval.exp: Add a test.
5633
092f880b
YQ
56342014-10-20 Yao Qi <yao@codesourcery.com>
5635
5636 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5637 * gdb.python/py-objfile-script-gdb.py: New file.
5638 * gdb.python/py-objfile-script.exp: Update reference to
5639 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5640 of remote_download. Remove the dest file.
5641
acbdb7f3
YQ
56422014-10-20 Yao Qi <yao@codesourcery.com>
5643
5644 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5645 * gdb.base/step-line.exp: Likewise.
5646 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5647 * gdb.dwarf2/dw2-basic.exp: Likewise.
5648 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5649 * gdb.dwarf2/dw2-filename.exp: Likewise.
5650 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5651 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5652 * gdb.dwarf2/dw2-producer.exp: Likewise.
5653 * gdb.dwarf2/mac-fileno.exp: Likewise.
5654 * gdb.python/py-frame-args.exp: Likewise.
5655 * gdb.python/py-framefilter.exp: Likewise.
5656 * gdb.python/py-mi.exp: Likewise.
5657 * gdb.python/py-objfile-script.exp: Likewise
5658 * gdb.python/py-pp-integral.exp: Likewise.
5659 * gdb.python/py-pp-re-notag.exp: Likewise.
5660 * gdb.python/py-prettyprint.exp: Likewise.
5661 * gdb.python/py-section-script.exp: Likewise.
5662 * gdb.python/py-typeprint.exp: Likewise.
5663 * gdb.python/py-xmethods.exp: Likewise.
5664 * gdb.stabs/weird.exp: Likewise.
5665 * gdb.xml/tdesc-regs.exp: Likewise.
5666
bd286a29
KCY
56672014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5668
5669 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5670 (out_cu): Use addr_len for the size of addresses.
5671 (out_line): Likewise. Size DW_LNE_set_address instruction
5672 according to addr_len.
5673 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5674 (FUNC): Add START_INSNS to definition.
5675
673dc4a0
YQ
56762014-10-18 Yao Qi <yao@codesourcery.com>
5677
5678 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5679 gdb_has_argv0 return true.
5680 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5681 check [target_info exists noargs], check [gdb_has_argv0]
5682 instead.
5683 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5684 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5685 procedures.
5686
4ffbba72
DE
56872014-10-17 Doug Evans <dje@google.com>
5688
5689 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5690 event.
5691 * gdb.python/py-events.py: Add clear_objfiles event.
5692
d096d8c1
DE
56932014-10-17 Doug Evans <dje@google.com>
5694
5695 * gdb.python/py-objfile.exp: Test progspace attribute.
5696
a80db015
LM
56972014-10-17 Luis Machado <lgustavo@codesourcery.com>
5698
5699 * gdb.guile/scm-breakpoint.exp: Do not assume any
5700 directory separators when matching source file paths.
5701 * gdb.python/py-breakpoint.exp: Likewise.
5702 * gdb.reverse/break-precsave.exp: Likewise.
5703 * gdb.reverse/break-reverse.exp: Likewise.
5704 * gdb.reverse/consecutive-precsave.exp: Likewise.
5705 * gdb.reverse/finish-precsave.exp: Likewise.
5706 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5707 * gdb.reverse/finish-reverse.exp: Likewise.
5708 * gdb.reverse/i386-precsave.exp: Likewise.
5709 * gdb.reverse/i387-env-reverse.exp: Likewise.
5710 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5711 * gdb.reverse/machinestate-precsave.exp: Likewise.
5712 * gdb.reverse/machinestate.exp: Likewise.
5713 * gdb.reverse/sigall-precsave.exp: Likewise.
5714 * gdb.reverse/solib-precsave.exp: Likewise.
5715 * gdb.reverse/step-precsave.exp: Likewise.
5716 * gdb.reverse/until-precsave.exp: Likewise.
5717 * gdb.reverse/watch-precsave.exp: Likewise.
5718 * gdb.reverse/watch-reverse.exp: Likewise.
5719
b22089ab
YQ
57202014-10-17 Yao Qi <yao@codesourcery.com>
5721
5722 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5723 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5724
6c4486e6
PA
57252014-10-17 Pedro Alves <palves@redhat.com>
5726
5727 PR gdb/17471
5728 * gdb.base/bg-execution-repeat.c: New file.
5729 * gdb.base/bg-execution-repeat.exp: New file.
5730
0ff33695
PA
57312014-10-17 Pedro Alves <palves@redhat.com>
5732
5733 PR gdb/17300
5734 * gdb.base/continue-all-already-running.c: New file.
5735 * gdb.base/continue-all-already-running.exp: New file.
5736
6fdebc3d
PA
57372014-10-17 Pedro Alves <palves@redhat.com>
5738
5739 PR gdb/17472
5740 * gdb.base/annota-input-while-running.c: New file.
5741 * gdb.base/annota-input-while-running.exp: New file.
5742
32a8097b
PA
57432014-10-17 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/callfuncs.exp: emove references to osf.
5746 * gdb.base/sigall.exp: Likewise.
5747 * gdb.gdb/selftest.exp: Likewise.
5748 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5749 * gdb.mi/non-stop.c: Likewise.
5750 * gdb.mi/pthreads.c: Likewise.
5751 * gdb.reverse/sigall-precsave.exp: Likewise.
5752 * gdb.reverse/sigall-reverse.exp: Likewise.
5753 * gdb.threads/pthreads.c: Likewise.
5754 * gdb.threads/pthreads.exp: Likewise.
5755
7a3517ff
YQ
57562014-10-17 Yao Qi <yao@codesourcery.com>
5757
5758 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5759 check 'target_info exists noargs'.
5760 (test_command_prompt_position): Likewise.
5761 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5762 Remove "set args".
5763 (progvar_simple_while_test): Likewise.
5764 (progvar_complex_if_while_test): Likewise.
5765 (if_while_breakpoint_command_test): Likewise.
5766 (infrun_breakpoint_command_test): Likewise.
5767 (breakpoint_command_test): Likewise.
5768 (watchpoint_command_test): Likewise.
5769 (bp_deleted_in_command_test): Likewise.
5770 (temporary_breakpoint_commands): Likewise.
5771
bb99c472
YQ
57722014-10-16 Yao Qi <yao@codesourcery.com>
5773
5774 * gdb.base/remotetimeout.exp: Remove noargs checking.
5775
7c16b83e
PA
57762014-10-15 Pedro Alves <palves@redhat.com>
5777
5778 PR breakpoints/9649
5779 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5780 * gdb.base/breakpoint-in-ro-region.exp
5781 (probe_target_hardware_step): New procedure.
5782 (top level): Probe hardware stepping and hardware breakpoint
5783 support. Test stepping through a read-only region, with both
5784 "breakpoint auto-hw" on and off and both "always-inserted" on and
5785 off.
5786
35a49624
IB
57872014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5788
5789 * gdb.dlang/demangle.exp: Update for demangling changes.
5790
2d1c107c
SC
57912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5792
5793 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5794 * gdb.cp/non-trivial-retval.exp: Add new tests.
5795
778811d5
SC
57962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5797
5798 PR c++/13403
5799 PR c++/15154
5800 * gdb.cp/non-trivial-retval.cc: New file.
5801 * gdb.cp/non-trivial-retval.exp: New file.
5802
10c5f0a8
YQ
58032014-10-15 Yao Qi <yao@codesourcery.com>
5804
5805 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5806 remote host.
5807
65d7b369
YQ
58082014-10-15 Yao Qi <yao@codesourcery.com>
5809
5810 * gdb.python/py-symbol.exp: Match file base name if host is
5811 remote, otherwise match file name with dir name.
5812 * gdb.python/py-symtab.exp: Likewise.
5813 * gdb.python/python.exp: Likewise.
5814
46dc1394
YQ
58152014-10-15 Yao Qi <yao@codesourcery.com>
5816
5817 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5818 pattern.
5819 * gdb.python/py-symtab.exp: Likewise.
5820 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5821 locationn.
5822
c40cc657
JB
58232014-10-14 Joel Brobecker <brobecker@adacore.com>
5824
5825 * gdb.ada/addr_arith: New testcase.
5826
2abf49e1
MR
58272014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5828
5829 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5830 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5831 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5832 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5833
f7088df3
SDJ
58342014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5835
5836 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5837 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5838 * gdb.arch/stap-eval-lang-ada.exp: New file.
5839
4dc06805
YQ
58402014-10-14 Yao Qi <yao@codesourcery.com>
5841
5842 * gdb.mi/mi-var-child.c (nothing1): New function.
5843 (nothing2): New function.
5844 (do_children_tests): Set function pointers by nothing1 and
5845 nothing2.
5846 * gdb.mi/mi-var-child.exp: Step over new added statements.
5847 Update test to match the new output.
5848 * gdb.mi/var-cmd.c (nothing1): New function.
5849 (nothing2): New function.
5850 (do_children_tests): Set function pointers by nothing1 and
5851 nothing2.
5852 * gdb.mi/mi-var-display.exp: Update test to match output.
5853 Step to the line specified by $line_dct_nothing.
5854 Increase the number of lines to step.
5855
46a93de2
YQ
58562014-10-14 Yao Qi <yao@codesourcery.com>
5857
5858 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5859 tests.
5860 * gdb.mi/mi2-var-child.exp: Likewise.
5861
14ea52ee
DE
58622014-10-13 Doug Evans <dje@google.com>
5863
5864 * gdb.python/py-objfile.exp: Change name of file name test.
5865
e5c6e92b
DE
58662014-10-13 Doug Evans <dje@google.com>
5867
5868 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5869 from the start of the CU.
5870
c780cc2f
JK
58712014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5872 Yao Qi <yao@codesourcery.com>
5873
5874 Fix "save breakpoints" for "catch" command.
5875 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5876 Remove -nonewline. Match also the added "main" line.
5877
99894e11
JK
58782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5879
5880 Fix "save breakpoints" for "disable $bpnum" command.
5881 * gdb.base/save-bp.c (main): Add label.
5882 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5883
6e1ac5a3
JK
58842014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5885
5886 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5887
754dd2b0
YQ
58882014-10-11 Yao Qi <yao@codesourcery.com>
5889
5890 * gdb.server/server-kill.exp: Execute command
5891 "set remote trace-status-packet on" before "tstatus".
5892
f90183d7
YQ
58932014-10-11 Yao Qi <yao@codesourcery.com>
5894
5895 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5896 (main): Call getppid.
5897 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5898 and continue to it. Read variable "server_pid".
5899
bf40a607
YQ
59002014-10-11 Yao Qi <yao@codesourcery.com>
5901
5902 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5903
052ca370
YQ
59042014-10-11 Yao Qi <yao@codesourcery.com>
5905
5906 * gdb.threads/thread-find.exp: Don't execute command
5907 "info threads".
5908 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5909 * gdb.threads/linux-dp.exp: Don't check the condition
5910 $threads_created equals to zero.
5911
3831839c
PA
59122014-10-10 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.base/bigcore.exp: Remove references to IRIX.
5915 * gdb.base/funcargs.exp: Likewise.
5916 * gdb.base/interrupt.exp: Likewise.
5917 * gdb.base/mips_pro.exp: Likewise.
5918 * gdb.base/nodebug.exp: Likewise.
5919 * gdb.base/setvar.exp: Likewise.
5920 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5921
8b9a549d
PA
59222014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5923 Pedro Alves <palves@redhat.com>
5924
5925 PR symtab/14466
5926 * gdb.base/vdso-warning.c: New file.
5927 * gdb.base/vdso-warning.exp: New file.
5928
d48ba5e8
DE
59292014-10-02 Doug Evans <dje@google.com>
5930
5931 * gdb.base/structs.c (main): Don't run forever.
5932
2278c276
PA
59332014-10-02 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5936 (top level) <stop threads 1, stop threads 2>: Use it.
5937
b57bacec
PA
59382014-10-02 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.threads/break-while-running.exp (test): Add new
5941 'update_thread_list' argument. Skip "info threads" if false.
5942 (top level): Add new 'update_thread_list' axis.
5943
13fd3ff3
PA
59442014-10-02 Pedro Alves <palves@redhat.com>
5945
5946 PR breakpoints/17431
5947 * gdb.base/execl-update-breakpoints.c: New file.
5948 * gdb.base/execl-update-breakpoints.exp: New file.
5949
0fec99e8
PA
59502014-10-01 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.base/breakpoint-in-ro-region.c: New file.
5953 * gdb.base/breakpoint-in-ro-region.exp: New file.
5954
2ddf4301
SM
59552014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5956
5957 * gdb.mi/mi-exit-code.exp: New file.
5958 * gdb.mi/mi-exit-code.c: New file.
5959
6a5f3f43
YQ
59602014-09-30 Yao Qi <yao@codesourcery.com>
5961
5962 * lib/prelink-support.exp (build_executable_own_libs): Error if
5963 the target isn't native.
5964
345bcc73
YQ
59652014-09-30 Yao Qi <yao@codesourcery.com>
5966
5967 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5968 false.
5969
a25a5a45
PA
59702014-09-22 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.threads/break-while-running.exp: New file.
5973 * gdb.threads/break-while-running.c: New file.
5974
00ba3162
YQ
59752014-09-19 Yao Qi <yao@codesourcery.com>
5976
5977 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5978 Invoke test. Restart GDB with --readnow and invoke test again.
5979
c3b7b696
YQ
59802014-09-19 Yao Qi <yao@codesourcery.com>
5981
5982 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5983 proc set_breakpoint_on_gcd_function. Invoke
5984 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5985 invoke set_breakpoint_on_gcd_function again.
5986
2b4fd423
DE
59872014-09-18 Doug Evans <dje@google.com>
5988
5989 * gdb.dwarf2/symtab-producer.exp: New file.
5990
a5947601
SDJ
59912014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5994 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5995 * gdb.base/global-var-nested-by-dso.c: Likewise.
5996 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5997
91c19059
SDJ
59982014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5999 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.base/watch-bitfields.exp: Pass string other than test file
6002 name to prepare_for_testing.
6003 (watch): New procedure.
6004 (expect_watchpoint): Use with_test_prefix.
6005 (top level): Factor out tests to ...
6006 (test_watch_location, test_regular_watch): ... these new
6007 procedures, and use with_test_prefix and gdb_continue_to_end.
6008
bb9d5f81
PP
60092014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6010
6011 PR breakpoints/12526
6012 * gdb.base/watch-bitfields.exp: New file.
6013 * gdb.base/watch-bitfields.c: New file.
6014
635856f5
PA
60152014-09-16 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6018 software and hardware addresses, not software address against
6019 itself.
6020
7280ceea
PA
60212014-09-16 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6024 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6025
428b16bd
PA
60262014-09-16 Pedro Alves <palves@redhat.com>
6027
6028 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6029 files.
6030 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6031 "*-*-vxworks*" throughout.
6032 * gdb.base/break.exp: Likewise.
6033 * gdb.base/default.exp: Likewise.
6034 * gdb.base/scope.exp: Likewise.
6035 * gdb.base/sepdebug.exp: Likewise.
6036 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6037 throughout.
6038 * gdb.base/run.c: Likewise.
6039 * gdb.base/sepdebug.c: Likewise.
6040 * gdb.hp/gdb.aCC/run.c: Likewise.
6041 * gdb.reverse/until-reverse.c: Likewise.
6042 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6043
666d413c
YQ
60442014-09-16 Yao Qi <yao@codesourcery.com>
6045
6046 * boards/local-remote-host-native.exp: New file.
6047
57cbd724
DE
60482014-09-14 Doug Evans <xdje42@gmail.com>
6049
6050 * gdb.threads/queue-signal.c (thread_count): New variable.
6051 (thread_count_mutex, thread_count_condvar): New variables.
6052 (incr_thread_count, wait_all_threads_running): New functions.
6053 (main): Wait for all threads to be in their thread functions.
6054
81219e53
DE
60552014-09-13 Doug Evans <xdje42@gmail.com>
6056
6057 * gdb.threads/queue-signal.c: New file.
6058 * gdb.threads/queue-signal.exp: New file.
6059
3714cea7
DE
60602014-09-13 Doug Evans <xdje42@gmail.com>
6061
6062 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6063 be consistent with what default_gdb_init uses.
6064 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6065 the plain text of the prompt. Add some logging printfs.
6066 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6067
fa43b1d7
PA
60682014-09-12 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6071 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6072 * gdb.arch/i386-size-overlap.exp: Likewise.
6073 * gdb.arch/i386-size.exp: Likewise.
6074 * gdb.arch/i386-unwind.exp: Likewise.
6075 * gdb.base/a2-run.exp: Likewise.
6076 * gdb.base/break.exp: Likewise.
6077 * gdb.base/charset.exp: Likewise.
6078 * gdb.base/chng-syms.exp: Likewise.
6079 * gdb.base/commands.exp: Likewise.
6080 * gdb.base/dbx.exp: Likewise.
6081 * gdb.base/find.exp: Likewise.
6082 * gdb.base/funcargs.exp: Likewise.
6083 * gdb.base/jit-simple.exp: Likewise.
6084 * gdb.base/reread.exp: Likewise.
6085 * gdb.base/sepdebug.exp: Likewise.
6086 * gdb.base/step-bt.exp: Likewise.
6087 * gdb.cp/mb-inline.exp: Likewise.
6088 * gdb.cp/mb-templates.exp: Likewise.
6089 * gdb.objc/basicclass.exp: Likewise.
6090 * gdb.threads/killed.exp: Likewise.
6091
9d9bf2df
EBM
60922014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6093
6094 PR tdep/17379
6095 * gdb.arch/powerpc-stackless.S: New file.
6096 * gdb.arch/powerpc-stackless.exp: New file.
6097
1cf2f1b0
JK
60982014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6099
6100 * gdb.base/attach.c: Include unistd.h.
6101 (main): Call alarm. Add label postloop.
6102 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6103 gdb_breakpoint, gdb_continue_to_breakpoint.
6104 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6105
98880d46
PA
61062014-09-11 Pedro Alves <palves@redhat.com>
6107
6108 PR gdb/17347
6109 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6110 * gdb.base/attach.exp (test_command_line_attach_run): New
6111 procedure.
6112 (top level): Call it.
6113
4c92ff2c
PA
61142014-09-11 Pedro Alves <palves@redhat.com>
6115
6116 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6117 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6118 (do_command_attach_tests): Use spawn_wait_for_attach.
6119 * gdb.base/solib-overlap.exp: Likewise.
6120 * gdb.multi/multi-attach.exp: Likewise.
6121 * gdb.python/py-prompt.exp: Likewise.
6122 * gdb.python/py-sync-interp.exp: Likewise.
6123 * gdb.server/ext-attach.exp: Likewise.
6124
3adc1a7d
GKB
61252014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6126
6127 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6128 command in testcase. Simplify testcase.
6129
96334934
JB
61302014-09-10 Joel Brobecker <brobecker@adacore.com>
6131
6132 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6133
eb479039
JB
61342014-09-10 Joel Brobecker <brobecker@adacore.com>
6135
6136 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6137
deede10c
JB
61382014-09-10 Joel Brobecker <brobecker@adacore.com>
6139
6140 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6141
7828a5f5
JB
61422014-09-10 Joel Brobecker <brobecker@adacore.com>
6143
6144 * gdb.dwarf2/dynarr-ptr.c: New file.
6145 * gdb.dwarf2/dynarr-ptr.exp: New file.
6146
33aeebcf
MR
61472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6148
6149 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6150 of 30 rather than hardcoding 120 for a slow test case. Take the
6151 `gdb,timeout' target setting into account for this calculation.
6152 Don't extend the timeout for the test cases that don't need it.
6153
7b415901
MR
61542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6155
6156 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6157 a factor of 2 for a slow test case. Take the `gdb,timeout'
6158 target setting into account for this calculation.
6159 * gdb.reverse/until-precsave.exp: Increase the timeout by
6160 a factor of 15 and 3 respectively rather than adding 120
6161 for a pair of slow test cases. Take the `gdb,timeout'
6162 target setting into account for this calculation.
6163
4a40f85a
MR
61642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6165
6166 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6167 timeout, don't pass one down to gdb_expect.
6168 (gdb_expect): Rework timeout selection.
6169
09635af7
MR
61702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6171
6172 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6173 exception on timeout.
6174 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6175 (gdbserver_start_extended): Catch any `gdbserver_start' error
6176 exceptions.
6177 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6178 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6179 `gdbserver_gdb_load' error exceptions.
6180
2bdd10b7
MR
61812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6182
6183 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6184 120 on waiting for the TCP socket to open.
6185
316935f0
DE
61862014-09-09 Doug Evans <xdje42@gmail.com>
6187
6188 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6189 _caller_matches, _any_caller_is, _any_caller_matches.
6190
83740597
DE
61912014-09-09 Doug Evans <xdje42@gmail.com>
6192
6193 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6194
4c122fc3
YQ
61952014-09-09 Yao Qi <yao@codesourcery.com>
6196
6197 * gdb.mi/mi-var-display.exp: Set print symbol off.
6198
a9f116cb
GKB
61992014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6200
6201 PR gdb/17035
6202 * gdb.base/commands.exp: Add tests to verify user-defined
6203 commands with empty bodies.
6204 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6205 python commands in `show user command`.
6206 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6207 scheme commands in `show user command`.
6208
c75bd3a2
JK
62092014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6210
6211 PR python/17355
6212 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6213 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6214 * gdb.python/py-framefilter-invalidarg.exp: New file.
6215 * gdb.python/py-framefilter-invalidarg.py: New file.
6216
faa42425
DE
62172014-09-06 Doug Evans <xdje42@gmail.com>
6218
6219 PR 15276
6220 * gdb.python/py-caller-is.c: New file.
6221 * gdb.python/py-caller-is.exp: New file.
6222
474ca4f6
SDJ
62232014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6224
6225 PR gdb/17235
6226 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6227 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6228
eb0b0463
SDJ
62292014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6230
6231 PR fortran/17237
6232 * gdb.fortran/print-formatted.exp: New file.
6233 * gdb.fortran/print-formatted.f90: Likewise.
6234
5f3b99cf
SS
62352014-09-03 Sasha Smundak <asmundak@google.com>
6236
6237 * gdb.python/py-frame.exp: Test Frame.read_register.
6238
7d793aa9
SDJ
62392014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6240
6241 PR python/16699
6242 * gdb.python/py-completion.exp: New file.
6243 * gdb.python/py-completion.py: Likewise.
6244
fb0576e9
DE
62452014-08-28 Doug Evans <dje@google.com>
6246
6247 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6248 eax,etc. are live with values set by gdb and thus the compiler can't
6249 use them.
6250 * gdb.arch/i386-pseudo.c (main): Ditto.
6251
ee92b0dd
DE
62522014-08-27 Doug Evans <dje@google.com>
6253
6254 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6255
6649db35
DE
62562014-08-25 Doug Evans <dje@google.com>
6257
6258 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6259 (main): Ditto.
6260
564b7600
DE
62612014-08-25 Doug Evans <dje@google.com>
6262
6263 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6264
3881fb67
YQ
62652014-08-24 Yao Qi <yao@codesourcery.com>
6266
6267 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6268 symbol off.
6269 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6270
a05a36a5
DE
62712014-08-22 Doug Evans <dje@google.com>
6272
6273 PR 17276
6274 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6275 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6276 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6277
7c343b48
YQ
62782014-08-22 Yao Qi <yao@codesourcery.com>
6279
6280 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6281 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6282 * gdb.python/python.exp: Likewise. Use .py file on the host
6283 instead of the build.
6284
22fd09ae
JK
62852014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6286
6287 * gdb.threads/gcore-stale-thread.c: New file.
6288 * gdb.threads/gcore-stale-thread.exp: New file.
6289
a8454a7c
PA
62902014-08-21 Pedro Alves <palves@redhat.com>
6291
6292 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6293 * gdb.base/gcore-relro-pie.exp: Likewise.
6294 * gdb.base/gcore-relro.exp: Likewise.
6295 * gdb.base/gcore.exp: Likewise.
6296 * gdb.base/print-symbol-loading.exp: Likewise.
6297 * gdb.threads/gcore-thread.exp: Likewise.
6298 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6299
2a31c623
PA
63002014-08-20 Pedro Alves <palves@redhat.com>
6301 Jan Kratochvil <jan.kratochvil@redhat.com>
6302
6303 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6304 configure.
6305 (EXPECT): Handle READ1 being set.
6306 (all): Depend on EXTRA_RULES.
6307 (check-read1, expect-read1, read1.so, read1): New rules.
6308 * README (Testsuite Parameters): Document the READ1 make variable.
6309 (Race detection): New section.
6310 * configure: Regenerate.
6311 * configure.ac: If build==host==target, and running under a
6312 GNU/glibc system, add read1 to the extra Makefile rules.
6313 (EXTRA_RULES): AC_SUBST it.
6314 * lib/read1.c: New file.
6315
d36430db
JB
63162014-08-20 Joel Brobecker <brobecker@adacore.com>
6317
6318 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6319 the handling of variables declared as a typedef to an array
6320 which a DW_AT_data_location attribute.
6321
9a0dc9e3
PA
63222014-08-19 Andrew Burgess <aburgess@broadcom.com>
6323 Pedro Alves <palves@redhat.com>
6324
6325 PR symtab/14604
6326 PR symtab/14605
6327 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6328 gdb_test.
6329
0718a8da
PA
63302014-08-19 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6333
13b448cd
YQ
63342014-08-19 Yao Qi <yao@codesourcery.com>
6335
6336 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6337 right line.
6338
1cbf5077
DB
63392014-08-18 David Blaikie <dblaikie@gmail.com>
6340
6341 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6342
bf0fae19
JB
63432014-08-18 Joel Brobecker <brobecker@adacore.com>
6344
6345 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6346 attribute in array range.
6347
3c8c5dcc
JB
63482014-08-18 Joel Brobecker <brobecker@adacore.com>
6349
6350 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6351
e66d4446
SC
63522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6353
6354 PR c++/17132
6355 * gdb.cp/pr17132.cc: New file.
6356 * gdb.cp/pr17132.exp: New file.
6357
940df408
SC
63582014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6359
6360 * gdb.python/py-xmethods.py (A_getarrayind)
6361 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6362 Use 'print' with function call syntax.
6363 (E_method_matcher.match): Fix tab vs space indentation mixup.
6364
ebcc6c3a
YQ
63652014-08-15 Yao Qi <yao@codesourcery.com>
6366
6367 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6368 false.
6369
775e0f04
YQ
63702014-08-15 Yao Qi <yao@codesourcery.com>
6371
6372 * gdb.cp/casts.exp: Set print symbol off.
6373 * gdb.cp/class2.exp: Likewise.
6374 * gdb.cp/overload.exp: Likewise.
6375 * gdb.cp/templates.exp: Likewise.
6376
d769e349
DE
63772014-08-11 Doug Evans <dje@google.com>
6378
6379 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6380 (test_load_shlib): Update.
6381
20c6f1e1
YQ
63822014-08-09 Yao Qi <yao@codesourcery.com>
6383
6384 * gdb.base/display.exp: Invoke is_address_zero_readable.
6385 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6386 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6387 * gdb.base/hbreak-unmapped.exp: Return if
6388 is_address_zero_readable returns true.
6389 * gdb.base/signest.exp: Likewise.
6390 * gdb.base/signull.exp: Likewise.
6391 * gdb.base/sigbpt.exp: Likewise.
6392 * gdb.guile/scm-disasm.exp: Do the test if
6393 is_address_zero_readable returns false.
6394 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6395 * gdb.python/py-arch.exp: Likewise.
6396 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6397 * lib/gdb.exp (is_address_zero_readable): New proc.
6398
5792e8e3
YQ
63992014-08-09 Yao Qi <yao@codesourcery.com>
6400
6401 PR testsuite/13443
6402 * gdb.mi/mi-var-display.exp: Make test messages unique.
6403
3cecbbbe
TT
64042014-08-04 Tom Tromey <tromey@redhat.com>
6405
6406 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6407 target 0".
6408
00b51ff5
TT
64092014-08-04 Tom Tromey <tromey@redhat.com>
6410
6411 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6412 "target_resume".
6413
6908c509
JB
64142014-08-01 Joel Brobecker <brobecker@adacore.com>
6415
6416 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6417 inner_vla_struct_object_size.
6418 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6419 as xfail.
6420
cc6563d2
PA
64212014-07-30 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6424 comment.
6425
7e09a223
YQ
64262014-07-29 Yao Qi <yao@codesourcery.com>
6427
6428 PR gdb/17206
6429 * gdb.base/until-nodebug.exp: New.
6430
7ebdbe92
DE
64312014-07-28 Doug Evans <xdje42@gmail.com>
6432
6433 PR guile/17203
6434 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6435 previously existing parameter, and previously ambiguously spelled
6436 parameter.
6437
fdb1adc6
WN
64382014-07-28 Will Newton <will.newton@linaro.org>
6439
6440 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6441
186fcde0
DE
64422014-07-26 Ludovic Courtès <ludo@gnu.org>
6443 Doug Evans <xdje42@gmail.com>
6444
6445 PR guile/17146
6446 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6447
70509625
PA
64482014-07-25 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.threads/signal-command-handle-nopass.c: New file.
6451 * gdb.threads/signal-command-handle-nopass.exp: New file.
6452 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6453 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6454 * gdb.threads/signal-delivered-right-thread.c: New file.
6455 * gdb.threads/signal-delivered-right-thread.exp: New file.
6456
c3f814a1
PA
64572014-07-25 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.base/double-prompt-target-event-error.exp
6460 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6461 match.
6462 (cancel_pagination_in_target_event): Rework double prompt
6463 detection.
6464 * gdb.base/paginate-after-ctrl-c-running.exp
6465 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6466 <return>' match.
6467 * gdb.base/paginate-bg-execution.exp
6468 (test_bg_execution_pagination_return)
6469 (test_bg_execution_pagination_cancel): Remove '-notransfer
6470 <return>' matches.
6471 * gdb.base/paginate-execution-startup.exp
6472 (test_fg_execution_pagination_return)
6473 (test_fg_execution_pagination_cancel): Remove '-notransfer
6474 <return>' matches.
6475 * gdb.base/paginate-inferior-exit.exp
6476 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6477 match.
6478 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6479 * lib/gdb.exp (pagination_prompt): Run text through
6480 string_to_regexp.
6481 (gdb_test_multiple): Match $pagination_prompt instead of
6482 "<return>".
6483 (string_to_regexp): Move to lib/gdb-utils.exp.
6484
e214cf6c
JK
64852014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6486
6487 * gdb.arch/amd64-entry-value-paramref.S: New file.
6488 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6489 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6490 * gdb.arch/amd64-optimout-repeat.S: New file.
6491 * gdb.arch/amd64-optimout-repeat.c: New file.
6492 * gdb.arch/amd64-optimout-repeat.exp: New file.
6493
17d0c5c8
JK
64942014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 PR gdb/17170
6497 * gdb.base/statistics.exp: New file.
6498
b8b8facf
DE
64992014-07-17 Doug Evans <dje@google.com>
6500
74b49205 6501 PR gdb/17170
b8b8facf
DE
6502 * gdb.base/maint.exp: Update testing of per-command stats.
6503
1b5d0ab3
PA
65042014-07-16 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6507 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6508 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6509 (tfile_write_buf): New functions.
6510 (add_memory_block): Rewrite using the above.
6511 (adjust_function_address): New function.
6512 (FUNCTION_ADDRESS): New macro.
6513 (write_basic_trace_file): Remove short_x local, and use
6514 tfile_write_16. Change type of func_addr local to unsigned long
6515 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6516 here. Cast argument of add_memory_block to char pointer.
6517 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6518 (main): Remove parameters.
6519 * gdb.trace/tfile.exp: Remove nowarnings.
6520
4d974e88
SM
65212014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6522
6523 * gdb.base/debug-expr.exp: Test string evaluation with
6524 "debug expression" on.
6525
41e99568
PA
65262014-07-15 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/reread.exp: Use clean_restart.
6529
487d9753
PL
65302014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6531
6532 * gdb.arch/avr-flash-qualifer.c: New.
6533 * gdb.arch/avr-flash-qualifer.exp: New.
6534
cc1c52ad
PA
65352014-07-14 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6538 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6539
1e973570
PA
65402014-07-14 Pedro Alves <palves@redhat.com>
6541
6542 * gdb.base/double-prompt-target-event-error.c: New file.
6543 * gdb.base/double-prompt-target-event-error.exp: New file.
6544
93d6eb10
PA
65452014-07-14 Pedro Alves <palves@redhat.com>
6546
6547 PR gdb/17072
6548 * gdb.base/paginate-inferior-exit.c: New file.
6549 * gdb.base/paginate-inferior-exit.exp: New file.
6550
0017922d
PA
65512014-07-14 Pedro Alves <palves@redhat.com>
6552
6553 PR gdb/17072
6554 * gdb.base/paginate-bg-execution.c: New file.
6555 * gdb.base/paginate-bg-execution.exp: New file.
6556
94696ad3
PA
65572014-07-14 Pedro Alves <palves@redhat.com>
6558
6559 PR gdb/17072
6560 * gdb.base/paginate-execution-startup.c: New file.
6561 * gdb.base/paginate-execution-startup.exp: New file.
6562 * lib/gdb.exp (pagination_prompt): New global.
6563 (default_gdb_spawn): New procedure, factored out from
6564 default_gdb_spawn.
6565 (default_gdb_start): Adjust to call default_gdb_spawn.
6566 (gdb_spawn): New procedure.
6567
bd293940
PA
65682014-07-14 Pedro Alves <palves@redhat.com>
6569
6570 * lib/gdb.exp (gdb_assert): New procedure.
6571 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6572
c933f875
PA
65732014-07-14 Pedro Alves <palves@redhat.com>
6574
6575 * gdb.base/execution-termios.c: New file.
6576 * gdb.base/execution-termios.exp: New file.
6577
d98b7a16
TT
65782014-07-14 Tom Tromey <tromey@redhat.com>
6579
6580 * gdb.cp/vla-cxx.cc: New file.
6581 * gdb.cp/vla-cxx.exp: New file.
6582
548740d6
TT
65832014-07-14 Tom Tromey <tromey@redhat.com>
6584
6585 * gdb.reverse/rerun-prec.c: New file.
6586 * gdb.reverse/rerun-prec.exp: New file.
6587
a25eb028
MR
65882014-07-12 Maciej W. Rozycki <macro@mips.com>
6589 Maciej W. Rozycki <macro@codesourcery.com>
6590
6591 * lib/gdb-utils.exp: New file.
6592 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6593 inline `gdb_init_command' processing.
6594 (gdb_start_cmd): Likewise.
6595 * lib/mi-support.exp (mi_run_cmd): Likewise.
6596 * README: Document `gdb_init_command' and `gdb_init_commands'.
6597
218c2655
JK
65982014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6599
6600 Fix false FAIL running under a very long directory name.
6601 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6602 and "set print elements 10000". Twice.
6603
5401fde3
YQ
66042014-07-11 Yao Qi <yao@codesourcery.com>
6605
6606 * gdb.base/exprs.exp: "set print symbol off".
6607
e76126e8
PA
66082014-07-11 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.threads/kill.c: New file.
6611 * gdb.threads/kill.exp: New file.
6612
2d6f0de6
YQ
66132014-07-10 Yao Qi <yao@codesourcery.com>
6614
6615 * gdb.trace/tfile.c (write_basic_trace_file)
6616 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6617 address written to trace file.
6618
7180e04a
PA
66192014-07-09 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/attach-wait-input.exp: New file.
6622 * gdb.base/attach-wait-input.c: New file.
6623
9a9a7608
AB
66242014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6625
6626 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6627 setting up test structures.
6628 (main): Call new test function.
6629 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6630 test function, continue into test function and walk test
6631 structures.
6632
161ac41e
YQ
66332014-07-02 Yao Qi <yao@codesourcery.com>
6634
6635 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6636 'bar_start' at the beginning of functions 'foo' and 'bar'
6637 respectively.
6638 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6639 instead of 'foo' and 'bar'.
6640
1f267ae3
MM
66412014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6642
6643 * gdb.btrace/segv.exp: New.
6644 * gdb.btrace/segv.c: New.
6645
2b239efb
LM
66462014-07-02 Luis Machado <lgustavo@codesourcery.com>
6647
6648 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6649 instruction.
6650
cf363f18
MW
66512014-06-30 Mark Wielaard <mjw@redhat.com>
6652
6653 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6654 vulture, vilify, villar): New volatile array constants.
6655 (vindictive, vegetation): New const volatile array constants.
6656 * gdb.base/volatile.exp: Test volatile and const volatile array
6657 types.
6658
aebf9d24
AA
66592014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6660
6661 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6662 target lacks support for awatch, rwatch, or hbreak.
6663
b67a2c6f
YQ
66642014-06-27 Yao Qi <yao@codesourcery.com>
6665
6666 * gdb.multi/dummy-frame-restore.exp: New.
6667 * gdb.multi/dummy-frame-restore.c: New.
6668
aef92902
MM
66692014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6670
6671 * gdb.btrace/gcore.exp: New.
6672
8e9db26e
PA
66732014-06-23 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.base/watchpoint-reuse-slot.c: New file.
6676 * gdb.base/watchpoint-reuse-slot.exp: New file.
6677
70afc5b7
SC
66782014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6679
6680 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6681 progspace's filename in 'info', 'enable' and 'disable' command
6682 tests.
6683
b972bd9c
JK
66842014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6687 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6688 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6689
125f8a3d
GB
66902014-06-20 Gary Benson <gbenson@redhat.com>
6691
6692 * gdb.arch/i386-avx.exp: Fix include file location.
6693 * gdb.arch/i386-sse.exp: Likewise.
6694
3ed9baed
IB
66952014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6696
6697 * gdb.dlang/expression.exp: New file.
6698
034f788c
PA
66992014-06-19 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6702 out from ...
6703 (top level): ... here. Iterate running tests under different
6704 scheduler-locking settings.
6705
45371d0c
LM
67062014-06-18 Luis Machado <lgustavo@codesourcery.com>
6707
6708 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6709 to DW_FORM_addr and use non-zero addresses.
6710
5d376983
SC
67112014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6712
6713 PR gdb/17017
6714 * gdb.python/py-xmethods.cc: Add global function call counters and
6715 increment them in their respective functions. Remove "cout"
6716 statements.
6717 * gdb.python/py-xmethods.exp: Make tests check the global function
6718 call counters instead of depending on inferior IO.
6719
a1aa2221
LM
67202014-06-18 Don Breazeal <donb@codesourcery.com>
6721
6722 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6723 Deleted procedure.
6724 (explicit_fork_parent_follow): Deleted procedure.
6725 (explicit_fork_child_follow): Deleted procedure.
6726 (test_follow_fork): New procedure.
6727 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6728 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6729 procedure calls.
6730
0fc05997
YQ
67312014-06-17 Yao Qi <yao@codesourcery.com>
6732
6733 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6734 CP1252.
6735
70795c52
LM
67362014-06-17 Luis Machado <lgustavo@codesourcery.com>
6737
6738 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6739 Initialize ptr and S explicitly.
6740 (skip_type_update_when_not_use_rtti_test): Likewise.
6741
6be47f0c
KS
67422014-06-16 Keith Seitz <keiths@redhat.com>
6743
6744 PR mi/15863
6745 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6746 the inferior is started.
6747
d03de421
PA
67482014-06-16 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/break-main-file-remove-fail.c: New file.
6751 * gdb.base/break-main-file-remove-fail.exp: New file.
6752 * gdb.base/break-unload-file.exp: Use build_executable instead of
6753 prepare_for_testing.
6754 (test_break): New parameter "initial_load". Handle it.
6755 (top level): Add initial_load cmdline/file axis.
6756
f9579b99
TT
67572014-06-12 Tom Tromey <tromey@redhat.com>
6758
6759 * gdb.base/completion.exp: Don't use directory name in test.
6760
3657956b
GB
67612014-06-09 Gary Benson <gbenson@redhat.com>
6762
6763 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6764 separate the always-available ANSI-standard signals from the
6765 signals that require checking.
6766 (main): Likewise.
6767 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6768 Likewise.
6769 (main): Likewise.
6770
4186eb54
KS
67712014-06-07 Keith Seitz <keiths@redhat.com>
6772
6773 Revert:
6774 PR c++/16253
6775 * gdb.cp/var-tag.cc: New file.
6776 * gdb.cp/var-tag.exp: New file.
6777 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6778 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6779 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6780 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6781
25326a28 67822014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6783
6784 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6785
829155c9
PA
67862014-06-06 Pedro Alves <palves@redhat.com>
6787
6788 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6789 in target debug output instead of looking at RSP packets,
6790 disabling the test on any target that uses hardware stepping.
6791 Update comments.
6792
61c8d22e
PA
67932014-06-06 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/break-unload-file.exp: Fix typo.
6796
d9a47287
YQ
67972014-06-06 Yao Qi <yao@codesourcery.com>
6798
6799 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6800 from "jit_function" to "^jit_function".
6801
e5e01dbf
YQ
68022014-06-06 Yao Qi <yao@codesourcery.com>
6803
6804 * gdb.base/async.c (foo): Add one statement.
6805 * gdb.base/async.exp: Get the next instruction address and
6806 match the output of "nexti" by instruction address. Match
6807 the hex address in the output of "finish".
6808
73ba372c
GB
68092014-06-06 Gary Benson <gbenson@redhat.com>
6810
6811 * gdb.base/call-signals.c: Remove preprocessor conditionals
6812 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6813 SIGSEGV and SIGTERM.
6814 * gdb.base/sigall.c: Likewise.
6815 * gdb.base/unwindonsignal.c: Likewise.
6816 * gdb.reverse/sigall-reverse.c: Likewise.
6817
831517df
YQ
68182014-06-06 Yao Qi <yao@codesourcery.com>
6819
6820 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6821 readable, skip the test.
6822
b8b91e98
YQ
68232014-06-06 Yao Qi <yao@codesourcery.com>
6824
6825 * gdb.threads/staticthreads.c (thread_function): Move the line
6826 setting breakpoint on forward.
6827 * gdb.threads/staticthreads.exp: Update comments.
6828
fb934770
LC
68292014-06-05 Ludovic Courtès <ludo@gnu.org>
6830
6831 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6832 "history-append! type error".
6833
6ef284bd
SM
68342014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6835
6836 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6837 erroneous dprintf expected input.
6838
a872e241
DE
68392014-06-04 Doug Evans <xdje42@gmail.com>
6840
6841 * gdb.guile/scm-generics.exp: Delete.
6842
16f691fb
DE
68432014-06-04 Doug Evans <xdje42@gmail.com>
6844
6845 * gdb.guile/scm-breakpoint.exp: Update.
6846 Add tests for breakpoint registration.
6847
012370f6
TT
68482014-06-04 Tom Tromey <tromey@redhat.com>
6849
6850 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6851 VLA-in-union.
6852 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6853 inner_vla_struct, vla_union types. Initialize objects of those
6854 types and compute their sizes.
6855
9f5a4cef
HZ
68562014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6857 Hui Zhu <hui@codesourcery.com>
6858
6859 * gdb.base/fileio.exp: Add test for shell not available as well as
6860 available.
6861 * gdb.base/fileio.c (test_system): Check for shell twice.
6862
90a45c4d
YQ
68632014-06-04 Yao Qi <yao@codesourcery.com>
6864
6865 * gdb.base/auto-connect-native-target.exp: Remove redundant
6866 space from the regexp pattern.
6867
70017e41
YQ
68682014-06-04 Yao Qi <yao@codesourcery.com>
6869
6870 * gdb.base/default.exp: Replace "child" with "native" in
6871 regexp pattern.
6872
883964a7
SC
68732014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6874
6875 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6876 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6877 * gdb.python/py-xmethods.py: Python script supporting the
6878 new testcase and tests.
6879
ef370185
JB
68802014-06-03 Joel Brobecker <brobecker@adacore.com>
6881 Pedro Alves <palves@redhat.com>
6882
6883 PR breakpoints/17000
6884 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6885 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6886
1e2ccb61
BM
68872014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6888
6889 * gdb.base/subst.exp: Add tests to verify partial path matching
6890 output.
6891
c6ec5ab2
PA
68922014-06-03 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6895 target that doesn't use software single-stepping.
6896
835c559f
PA
68972014-06-03 Pedro Alves <palves@redhat.com>
6898
6899 PR breakpoints/17000
6900 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6901 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6902
06eb1586
DE
69032014-06-02 Doug Evans <xdje42@gmail.com>
6904
6905 * gdb.guile/scm-parameter.exp: New file.
6906
e698b8c4
DE
69072014-06-02 Doug Evans <xdje42@gmail.com>
6908
6909 * gdb.guile/scm-cmd.c: New file.
6910 * gdb.guile/scm-cmd.exp: New file.
6911
ded03782
DE
69122014-06-02 Doug Evans <xdje42@gmail.com>
6913
6914 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6915 pretty-printer lookup.
6916 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6917 (make-pp_s-printer): Call it.
6918 (make-pretty-printer-from-dict): New function.
6919 (lookup-pretty-printer-maker-from-dict): New function.
6920 (*pretty-printer*): Simplify.
6921 (make-objfile-pp_s-printer): New function.
6922 (install-objfile-pretty-printers!): New function.
6923 (make-progspace-pp_s-printer): New function.
6924 (install-progspace-pretty-printers!): New function.
6925 * gdb.guile/scm-progspace.c: New file.
6926 * gdb.guile/scm-progspace.exp: New file.
6927
41fac0cf
PA
69282014-06-02 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.base/dprintf-bp-same-addr.c: New file.
6931 * gdb.base/dprintf-bp-same-addr.exp: New file.
6932
96ae5695
EBM
69332014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6934
6935 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6936 * gdb.arch/powerpc-power.s: Likewise.
6937
da02b3a8
JB
69382014-06-02 Joel Brobecker <brobecker@adacore.com>
6939
6940 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6941
c72b2e7b
YQ
69422014-06-01 Yao Qi <yao@codesourcery.com>
6943
6944 * gdb.base/watchpoint.exp (test_watch_location): Check null
6945 pointer can be dereferenced. If not, do the test, otherwise
6946 skip it.
6947
53e8a631
AB
69482014-05-30 Andrew Burgess <aburgess@broadcom.com>
6949
6950 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6951 results.
6952 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6953
938f0e2f
AB
69542014-05-30 Andrew Burgess <aburgess@broadcom.com>
6955
6956 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6957 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6958 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6959 * gdb.arch/amd64-invalid-stack-top.c: New file.
6960 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6961
9ba6657a
PA
69622014-05-30 Pedro Alves <palves@redhat.com>
6963
6964 PR breakpoints/17000
6965 * gdb.base/sss-bp-on-user-bp.c: New file.
6966 * gdb.base/sss-bp-on-user-bp.exp: New file.
6967
522c09bf
DB
69682014-05-30 David Blaikie <dblaikie@gmail.com>
6969
6970 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6971 gnu_inline semantics via attribute.
6972 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6973 source explicitly specifies the required semantics.
6974
bf4ef81e
MR
69752014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6976
6977 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6978
329ea579
PA
69792014-05-29 Pedro Alves <palves@redhat.com>
6980 Tom Tromey <tromey@redhat.com>
6981
6982 * gdb.base/async-shell.exp: Don't enable target-async.
6983 * gdb.base/async.exp
6984 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6985 parameter. Adjust.
6986 (top level): Don't test with "target-async".
6987 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6988 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6989 * gdb.base/inferior-died.exp: Don't enable target-async.
6990 * gdb.base/interrupt-noterm.exp: Likewise.
6991 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6992 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6993 * gdb.mi/mi-nonstop.exp: Likewise.
6994 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6995 * gdb.mi/mi-nsintrall.exp: Likewise.
6996 * gdb.mi/mi-nsmoribund.exp: Likewise.
6997 * gdb.mi/mi-nsthrexec.exp: Likewise.
6998 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6999 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7000 * gdb.python/py-evsignal.exp: Don't enable target-async.
7001 * gdb.python/py-evthreads.exp: Likewise.
7002 * gdb.python/py-prompt.exp: Likewise.
7003 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7004 * gdb.server/solib-list.exp: Don't enable target-async.
7005 * gdb.threads/thread-specific-bp.exp: Likewise.
7006 * lib/mi-support.exp: Adjust to use mi-async.
7007
fd664c91
PA
70082014-05-29 Pedro Alves <palves@redhat.com>
7009
7010 PR gdb/13860
7011 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7012 reason, even in sync mode.
7013
251bde03
PA
70142014-05-29 Pedro Alves <palves@redhat.com>
7015 Hui Zhu <hui@codesourcery.com>
7016
7017 PR PR15693
7018 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7019 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7020 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7021 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7022
7f3c0343
JB
70232014-05-28 Joel Brobecker <brobecker@adacore.com>
7024
7025 * config/monitor.exp (gdb_target_monitor): Replace use of
7026 "set remotebaud" by "set serial baud".
7027
b2715b27
AW
70282014-05-26 Andy Wingo <wingo@igalia.com>
7029
7030 * gdb.guile/scm-breakpoint.exp:
7031 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7032 properties instead of gdb-object-properties.
7033
498a4489
YQ
70342014-05-26 Yao Qi <yao@codesourcery.com>
7035
7036 * gdb.server/no-thread-db.exp: Specify source file name
7037 explicitly when setting a breakpoint.
7038
589fdceb
MM
70392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7040
7041 * gdb.btrace/vdso.c: New.
7042 * gdb.btrace/vdso.exp: New.
7043
e9089e05
MM
70442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7045
7046 * gdb.base/gcore.exp (capture_command_output): Move ...
7047 * lib/gdb.exp (capture_command_output): ... here.
7048
67b5c0c1
MM
70492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7050
7051 * gdb.btrace/data.exp: Test memory access during btrace replay.
7052
a2199296
SM
70532014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7056
17b2616c
PA
70572014-05-21 Pedro Alves <palves@redhat.com>
7058
7059 PR gdb/13860
7060 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7061 (top level): Test that output related to execution commands is
7062 sent to the console with CLI commands, but not with MI commands.
7063 Test that breakpoint events are always mirrored to the console.
7064 Also expect the new source line to be output after a "next" in
7065 async mode too. Make it a pass/fail test.
7066 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7067 output.
7068 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7069
5166082f
PA
70702014-05-21 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7073 Use them to test variations of "list" after reaching a breakpoint.
7074 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7075 Test "list" with listsize 10 after reaching a breakpoint.
7076 * gdb.python/python.exp (decode_line current location line
7077 number): Adjust expected line number.
7078
2f25d70f
SM
70792014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7082 behavior for $args, pass it directly to "run".
7083
ff604a67
MR
70842014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7085
7086 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7087 30000 to 65536.
7088
6a3cb8e8
PA
70892014-05-21 Pedro Alves <palves@redhat.com>
7090
7091 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7092 auto-connect-native-target off".
7093 * gdb.base/auto-connect-native-target.c: New file.
7094 * gdb.base/auto-connect-native-target.exp: New file.
7095
4ebfc96e
PA
70962014-05-21 Pedro Alves <palves@redhat.com>
7097
7098 * gdb.base/default.exp: Test "target native" instead of "target
7099 child".
7100
36d46afb
MW
71012014-05-21 Mark Wielaard <mjw@redhat.com>
7102
7103 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7104
5876f503
JK
71052014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 Fix TLS access for -static -pthread.
7108 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7109 <HAVE_TLS> (thread_function, main): Initialize it.
7110 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7111 Add clean_restart.
7112 <$have_tls != "">: Check TLSVAR.
7113
0256a6ac
PA
71142014-05-21 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/dcache-line-read-error.c: New.
7117 * gdb.base/dcache-line-read-error.exp: New.
7118
936d2992
PA
71192014-05-20 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/compare-sections.c: New file.
7122 * gdb.base/compare-sections.exp: New file.
7123
802e8e6d
PA
71242014-05-20 Pedro Alves <palves@redhat.com>
7125
7126 * gdb.base/break-idempotent.c: New file.
7127 * gdb.base/break-idempotent.exp: New file.
7128
e59fa00f
MM
71292014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7130
7131 * gdb.btrace/nohist.exp: New.
7132
8b696e31
YQ
71332014-05-20 Yao Qi <yao@codesourcery.com>
7134
7135 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7136 gdb.reverse directory and gdb_reverse_timeout exists in board
7137 setting.
7138 * README: Document gdb_reverse_timeout.
7139
73c9764f
YQ
71402014-05-20 Yao Qi <yao@codesourcery.com>
7141
7142 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7143 'test_file_name'. Treat args as a string instead of a list.
7144 (gdb_init): Rename argument 'args' by 'test_file_name'.
7145
f1f4348a
JK
71462014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 * gdb.arch/powerpc-power.exp: New file.
7149 * gdb.arch/powerpc-power.s: New file.
7150
0dbe70ce
DE
71512014-05-16 Doug Evans <dje@google.com>
7152
7153 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7154 * gdb.base/completion.exp: Check that all expected files exist
7155 before doing file completion.
0dbe70ce 7156
8d551b02
DE
71572014-05-16 Doug Evans <dje@google.com>
7158
7159 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7160 Update.
7161 (do_syscall_tests_without_xml): Update.
7162
73eb7709
PA
71632014-05-16 Pedro Alves <palves@redhat.com>
7164
7165 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7166 instead of "unknown output after running".
7167
3fae92fc
YQ
71682014-05-16 Yao Qi <yao@codesourcery.com>
7169
7170 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7171 file1.txt from host at the end.
7172 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7173
c2b2ccc5
DE
71742014-05-15 Doug Evans <dje@google.com>
7175
7176 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7177 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7178 loading file. Add test for TU lookup.
7179
8c217a4b
SM
71802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7181
7182 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7183 calling "-exec-arguments" or "set args" before running the
7184 inferior.
7185
3deb39c6
SM
71862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7187
7188 * lib/mi-support.exp (mi_expect_stop): Expect message for
7189 inferiors that exit with non-zero exit code.
7190
71a79f8c
YQ
71912014-05-14 Yao Qi <yao@codesourcery.com>
7192
7193 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7194 match absolute path on remote host.
7195 (test_file_list_exec_source_files): Remove "/" from the
7196 pattern.
7197
f23fcd46
YQ
71982014-05-14 Yao Qi <yao@codesourcery.com>
7199
7200 * boards/local-remote-host-notty.exp (${board}_file): New
7201 proc.
7202
9404b58f
KM
72032014-05-07 Kyle McMartin <kyle@redhat.com>
7204
7205 Pushed by Joel Brobecker <brobecker@adacore.com>.
7206 * gdb.arch/aarch64-atomic-inst.c: New file.
7207 * gdb.arch/aarch64-atomic-inst.exp: New file.
7208
5e45f04c
YQ
72092014-05-07 Yao Qi <yao@codesourcery.com>
7210
7211 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7212 in current context" too.
7213
c888a17d
KS
72142014-05-05 Keith Seitz <keiths@redhat.com>
7215
7216 * gdb.linespec/ls-dollar.exp: Add test for linespec
7217 file:convenience_variable.
7218
290a839c
YQ
72192014-05-05 Yao Qi <yao@codesourcery.com>
7220
7221 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7222 traceframes into tfile and ctf trace files. Read data from
7223 trace file and test collected data.
7224 (gdb_collect_locals_test): Likewise.
7225 (gdb_unavailable_registers_test): Likewise.
7226 (gdb_unavailable_floats): Likewise.
7227 (gdb_collect_globals_test): Likewise.
7228 (top-level): Append "ctf" to trace_file_targets if GDB
7229 supports.
7230
b5262cd0
YQ
72312014-05-05 Yao Qi <yao@codesourcery.com>
7232
7233 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7234 code to ...
7235 (gdb_collect_args_test_1): ... it. New proc.
7236 (gdb_collect_locals_test): Move some code to ...
7237 (gdb_collect_locals_test_1): ... it. New proc.
7238 (gdb_unavailable_registers_test): Move some code to ...
7239 (gdb_unavailable_registers_test_1): ... it. New proc.
7240 (gdb_unavailable_floats): Move some code to ...
7241 (gdb_unavailable_floats_1): ... it. New proc.
7242
30a1e6cc
SDJ
72432014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7244
7245 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7246 probes to test for bitness recognition.
7247 * gdb.arch/amd64-stap-optional-prefix.exp
7248 (test_probe_value_without_reg): New procedure.
7249 Add code to test for different kinds of bitness.
7250
f33da99a
SDJ
72512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7252
7253 PR breakpoints/16889
7254 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7255 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7256
5b80f00d
PA
72572014-05-01 Pedro Alves <palves@redhat.com>
7258
7259 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7260 gdb_file_cmd if no file is specified.
7261 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7262 last_loaded_file to set the remote exec-file.
7263
f8c2a73c
PA
72642014-05-01 Pedro Alves <palves@redhat.com>
7265
7266 * boards/local-remote-host.exp: New file.
7267
be6e8ac7
PA
72682014-05-01 Pedro Alves <palves@redhat.com>
7269
7270 * boards/local-remote-host.exp: Rename to ...
7271 * boards/local-remote-host-notty.exp: ... this.
7272
cac0dc8f
JB
72732014-04-28 Joel Brobecker <brobecker@adacore.com>
7274
7275 * gdb.ada/dyn_arrayidx: New testcase.
7276
9730e6cc
YQ
72772014-04-26 Yao Qi <yao@codesourcery.com>
7278
7279 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7280 and compute the length of function main. Save it in
7281 $main_length.
7282 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7283 (top-level): Use gdb_compile to compile objects into
7284 executable and restart GDB. Remove invocation to
7285 prepare_for_testing.
7286
7ae1a6a6
PA
72872014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7288 Pedro Alves <palves@redhat.com>
7289
7290 PR server/16255
7291 * gdb.multi/multi-attach.c: New file.
7292 * gdb.multi/multi-attach.exp: New file.
7293
4082afcc
PA
72942014-04-25 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7297 user.
7298 (top level): Test that "set remote conditional-breakpoints-packet
7299 off" works as intended.
7300 * gdb.base/dprintf.exp: Test that "set remote
7301 breakpoint-commands-packet off" works as intended.
7302 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7303 New function.
7304 (top level): Call it.
7305 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7306 remote fast-tracepoints-packet off" works as intended.
7307 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7308 * lib/gdb.exp (gdb_is_target_remote): ... here.
7309
2abc3f8d
DB
73102014-04-24 David Blaikie <dblaikie@gmail.com>
7311
7312 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7313 ensure clang would not discard them.
7314 * gdb.base/gdbvars.c: Ditto.
7315 * gdb.base/memattr.c: Ditto.
7316 * gdb.base/whatis.c: Ditto.
7317 * gdb.python/py-prettyprint.c: Ditto.
7318 * gdb.trace/actions.c: Ditto.
7319 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7320 ensure clang would not discard it.
7321
bfd39632
DB
73222014-04-24 David Blaikie <dblaikie@gmail.com>
7323
7324 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7325 clang to emit the full definition of type required by the test
7326 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7327
22842ff6
DB
73282014-04-24 David Blaikie <dblaikie@gmail.com>
7329
7330 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7331 coax Clang into emitting the definition of the type.
7332 * gdb.cp/pr10728-x.h (y): Ditto.
7333 * gdb.cp/pr10728-y.cc (y): Ditto.
7334
c2e827ad
DB
73352014-04-24 David Blaikie <dblaikie@gmail.com>
7336
7337 * gdb.base/label.exp: XFAIL label related tests under Clang.
7338 * gdb.cp/cplabel.exp: Ditto.
7339 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7340 under Clang those using labels.
7341
4c2d33e7
YQ
73422014-04-25 Yao Qi <yao@codesourcery.com>
7343
7344 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7345 double_label.
7346 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7347 partial_label and double_label.
7348
56083b99
DB
73492014-04-24 David Blaikie <dblaikie@gmail.com>
7350
7351 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7352
25d4e99d
DB
73532014-04-24 David Blaikie <dblaikie@gmail.com>
7354
7355 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7356 of the function to work across GCC and Clang.
7357 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7358 pointer types (const void ** const V void **).
7359
01f9f808
MS
73602014-04-24 Michael Sturm <michael.sturm@mintel.com>
7361 Walfred Tedeschi <walfred.tedeschi@intel.com>
7362
7363 * Makefile.in (EXECUTABLES): Added i386-avx512.
7364 * gdb.arch/i386-avx512.c: New file.
7365 * gdb.arch/i386-avx512.exp: Likewise.
7366
4b48d439
KS
73672014-04-23 Keith Seitz <keiths@redhat.com>
7368
7369 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7370 (mi_make_breakpoint_table): New procedure.
7371 (mi_create_breakpoint): Use mi_make_breakpoint
7372 and return the result.
7373 (mi_make_breakpoint): New procedure.
7374 (mi_build_kv_pairs): New procedure.
7375
7376 * gdb.mi/mi-break.exp: Remove unused globals,
7377 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7378 All callers updated.
7379 * gdb.mi/mi-dprintf.exp: Use variable to track command
7380 number.
7381 Update all callers of mi_create_breakpoint and use
7382 mi_make_breakpoint_table.
7383 Remove any unused global variables.
7384 * gdb.mi/mi-nonstop.exp: Likewise.
7385 * gdb.mi/mi-nsintrall.exp: Likewise.
7386 * gdb.mi/mi-nsmoribund.exp: Likewise.
7387 * gdb.mi/mi-nsthrexec.exp: Likewise.
7388 * gdb.mi/mi-reverse.exp: Likewise.
7389 * gdb.mi/mi-simplerun.exp: Likewise.
7390 * gdb.mi/mi-stepn.exp: Likewise.
7391 * gdb.mi/mi-syn-frame.exp: Likewise.
7392 * gdb.mi/mi-until.exp: Likewise.
7393 * gdb.mi/mi-var-cp.exp: Likewise.
7394 * gdb.mi/mi-var-display.exp: Likewise.
7395 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7396 * gdb.mi/mi2-var-child.exp: Likewise.
7397 * gdb.mi/mi-vla-c99.exp: Likewise.
7398 * lib/mi-support.exp: Likewise.
7399
7400 From Ian Lance Taylor <iant@cygnus.com>:
7401 * lib/gdb.exp (parse_args): New procedure.
7402
08351840
PA
74032014-04-23 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.base/break-unload-file.c: New file.
7406 * gdb.base/break-unload-file.exp: New file.
7407 * gdb.base/sym-file-lib.c (baz): New function.
7408 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7409 field.
7410 (load): Store the segment's mapped size.
7411 (unload): New function.
7412 (unload_shlib): New function.
7413 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7414 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7415 set a breakpoint at baz, and call it.
7416 * gdb.base/sym-file.exp: New tests for stale breakpoint
7417 instructions.
7418
076855f9
PA
74192014-04-23 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7422 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7423 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7424 * gdb.base/hbreak-unmapped.c: New file.
7425 * gdb.base/hbreak-unmapped.exp: New file.
7426 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7427 * lib/gdb.exp (gdb_is_target_remote): ... here.
7428
483805cf
PA
74292014-04-22 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/consecutive-step-over.c: New file.
7432 * gdb.base/consecutive-step-over.exp: New file.
7433
06d97543
PA
74342014-04-22 Pedro Alves <palves@redhat.com>
7435
7436 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7437 instead of send_gdb/gdb_expect.
7438
b4429ea2
YQ
74392014-04-22 Yao Qi <yao@codesourcery.com>
7440
7441 * lib/trace-support.exp (generate_tracefile): New procedure.
7442 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7443 return 0.
7444 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7445 if generate_tracefile returns 1.
7446
51d48146
PA
74472014-04-18 Tom Tromey <palves@redhat.com>
7448 Pedro alves <tromey@redhat.com>
7449
7450 PR backtrace/15558
7451 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7452 with a backtrace limit.
7453 * gdb.python/py-frame-inline.exp: Test running to an inline
7454 function with a backtrace limit, and printing the newest frame.
7455 * gdb.python/py-frame-inline.c (main): Call f.
7456
bd1dce5f
MS
74572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7458
7459 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7460
40d1a503
MS
74612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7462
7463 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7464 Drop prefix from unsupported source file path.
7465
389b98f7
YQ
74662014-04-17 Yao Qi <yao@codesourcery.com>
7467
7468 * lib/gdb.exp (with_target_charset): New proc.
7469 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7470 with_target_charset.
7471 (test_print_strings): Likewise.
7472 (test_repeat_bytes): Likewise.
7473 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7474 for some tests.
7475
22869d73
KS
74762014-04-16 Keith Seitz <keiths@redhat.com>
7477
7478 PR gdb/15827
7479 * gdb.dwarf2/corrupt.c: New file.
7480 * gdb.dwarf2/corrupt.exp: New file.
7481
c4f87ca6
KS
74822014-04-16 Keith Seitz <keiths@redhat.com>
7483
7484 PR c++/16597
7485 * gdb.cp/namelessclass.cc: New file.
7486 * gdb.cp/namelessclass.exp: New file.
7487 * gdb.cp/namelessclass.S: New file.
7488
ab19de87
DE
74892014-04-16 Doug Evans <dje@google.com>
7490
7491 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7492 Add comment.
7493 (gdbserver_default_get_comm_port): New function.
7494 (gdbserver_start): Check if board file provided
7495 "gdbserver,get_comm_port" and use it if so.
7496 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7497 (gdb,socketport): Set to "stdio".
7498 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7499 (stdio_gdbserver_template): Delete.
7500 (${board}_get_remote_address): Update.
7501 (${board}_build_remote_cmd): Delete.
7502 (${board}_get_comm_port): New function.
7503 (${board}_spawn): Update.
7504 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7505 Delete.
7506 (${board}_get_remote_address): Update.
7507 (${board}_get_comm_port): New function.
7508
fc98a809
AB
75092014-04-16 Andrew Burgess <aburgess@broadcom.com>
7510
7511 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7512 appearing in any order.
7513
87fd9e6e
DE
75142014-04-15 Doug Evans <dje@google.com>
7515
7516 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7517 uninitialized value of "description".
7518
099fc3ea
KS
75192014-04-15 Keith Seitz <keiths@redhat.com>
7520
7521 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7522 Remove unused globals.
7523 (test_running_the_program): Likewise.
7524 (test_controlled_execution): Likewise.
7525 (test_controlling_breakpoints): Likewise.
7526 (test_program_termination): Likewise.
7527
5da151d4
KS
75282014-04-15 Keith Seitz <keiths@redhat.com>
7529
7530 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7531 unused globals.
7532 (test_rbreak_creation_and_listing): Likewise.
7533 (test_ignore_count): Likewise.
7534 (test_error): Likewise.
7535
35e5d2f0
PA
75362014-04-15 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7539 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7540 sym-file-loader.c.
7541 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7542 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7543 to sym-file-loader.c.
7544 (struct library): Forward declare.
7545 (load_shlib, lookup_function): Change prototypes.
7546 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7547 (translate_offset): Remove declarations.
7548 (get_text_addr): New declaration.
7549 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7550 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7551 sym-file-loader.h.
7552 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7553 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7554 here from sym-file-loader.h.
7555 (struct library): New structure.
7556 (load_shlib, lookup_function): Change prototypes and adjust to
7557 work with a struct library.
7558 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7559 (translate_offset): Make static.
7560 (get_text_addr): New function.
7561 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7562
eb4c1710
PA
75632014-04-15 Pedro Alves <palves@redhat.com>
7564
7565 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7566
2d1baf52
PA
75672014-04-15 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.base/sym-file-loader.c: Include <limits.h>.
7570 (SELF_LINK): New define.
7571 (get_origin): New function.
7572 (load_shlib): Use it.
7573 * gdb.base/sym-file.exp: Don't early return if the target is
7574 remote. Use runto_main, and issue fail is that fails. Use
7575 gdb_load_shlibs.
7576 (shlib_name): Delete.
7577 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7578
7dd6df01
PA
75792014-04-15 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.base/sym-file.exp: Remove regex characters from test
7582 message. Don't refer to breakpoint numbers in test messages.
7583
b50c8614
KS
75842014-04-14 Keith Seitz <keiths@redhat.com>
7585
7586 PR c++/16253
7587 * gdb.cp/var-tag.cc: New file.
7588 * gdb.cp/var-tag.exp: New file.
7589 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7590 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7591 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7592 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7593
3d567982
TT
75942014-04-14 Tom Tromey <tromey@redhat.com>
7595
7596 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7597 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7598 type.
7599 * gdb.cp/enum-class.exp: New file.
7600 * gdb.cp/enum-class.cc: New file.
7601
0626fc76
TT
76022014-04-14 Tom Tromey <tromey@redhat.com>
7603
7604 * gdb.dwarf2/enum-type.exp: New file.
7605
dca325b3
SA
76062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7607
7608 * gdb.mi/mi-vla-c99.exp: New file.
7609 * gdb.mi/vla.c: New file.
7610
5854b38a
SA
76112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7612
7613 * gdb.base/vla-datatypes.c: New file.
7614 * gdb.base/vla-datatypes.exp: New file.
7615
463bb957
SA
76162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7617
7618 * gdb.base/vla-ptr.c: New file.
7619 * gdb.base/vla-ptr.exp: New file.
7620
3dd170be
SA
76212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7622
7623 * gdb.dwarf2/count.exp: New file.
7624
5ecaaa66
SA
76252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7626
7627 * gdb.base/vla-sideeffect.c: New file.
7628 * gdb.base/vla-sideeffect.exp: New file.
7629
41f1ada5
DB
76302014-04-14 David Blaikie <dblaikie@gmail.com>
7631
7632 * gdb.mi/non-stop.c: Add return value for non-void function return
7633 statement.
7634 * gdb.threads/staticthreads.c: Ditto.
7635
0be03e84
DE
76362014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7637 Doug Evans <xdje42@gmail.com>
7638
7639 * gdb.guile/scm-value.c: Improve test case.
7640 * gdb.guile/scm-value.exp: Add new test.
7641
f180a1fb
DB
76422014-04-11 David Blaikie <dblaikie@gmail.com>
7643
7644 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7645 override Clang's default.
7646
6b662e19
JB
76472014-04-11 Joel Brobecker <brobecker@adacore.com>
7648
7649 Revert the following changes (regressions):
7650
7651 * gdb.base/vla-sideeffect.c: New file.
7652 * gdb.base/vla-sideeffect.exp: New file.
7653
7654 * gdb.dwarf2/count.exp: New file.
7655
7656 * gdb.base/vla-multi.c: New file.
7657 * gdb.base/vla-multi.exp: New file.
7658
7659 * gdb.base/vla-ptr.c: New file.
7660 * gdb.base/vla-ptr.exp: New file.
7661
7662 * gdb.base/vla-datatypes.c: New file.
7663 * gdb.base/vla-datatypes.exp: New file.
7664
7665 * gdb.mi/mi-vla-c99.exp: New file.
7666 * gdb.mi/vla.c: New file.
7667
245a5f0b
KS
76682014-04-11 Keith Seitz <keiths@redhat.com>
7669
7670 PR c++/16675
7671 * gdb.cp/cpsizeof.exp: New file.
7672 * gdb.cp/cpsizeof.cc: New file.
7673
58a84dcf
SA
76742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7675
191a8a90
JB
7676 * gdb.mi/mi-vla-c99.exp: New file.
7677 * gdb.mi/vla.c: New file.
58a84dcf 7678
c8655f75
SA
76792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7680
7681 * gdb.base/vla-datatypes.c: New file.
7682 * gdb.base/vla-datatypes.exp: New file.
7683
024e13b4
SA
76842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7685
7686 * gdb.base/vla-ptr.c: New file.
7687 * gdb.base/vla-ptr.exp: New file.
7688
1a237e0e
SA
76892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7690
7691 * gdb.base/vla-multi.c: New file.
7692 * gdb.base/vla-multi.exp: New file.
7693
504f3432
SA
76942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7695
7696 * gdb.dwarf2/count.exp: New file.
7697
3bce8237
SA
76982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7699
191a8a90
JB
7700 * gdb.base/vla-sideeffect.c: New file.
7701 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7702
322f9c21
YQ
77032014-04-11 Yao Qi <yao@codesourcery.com>
7704
7705 * gdb.base/completion.exp: Check file exists before running tests
7706 on file completion.
7707
d708bcd1
PA
77082014-04-10 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.base/cond-eval-mode.c: New file.
7711 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7712 prepare_for_testing to build the new file. Check result of
7713 runto_main.
7714 (test_break, test_watch): New procedures.
7715 (top level): Use them.
7716
ae1d2761
PM
77172014-04-08 Pierre Muller <muller@sourceware.org>
7718
7719 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7720 Ctrl-V use for mingw hosts.
7721
7af389b8
SC
77222014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7723
7724 * gdb.python/py-value.c: Improve test case.
7725 * gdb.python/py-value.exp: Add new test.
7726
5e703181
DE
77272014-04-07 David Blaikie <dblaikie@gmail.com>
7728
7729 * lib/compiler.c: Identify the clang compiler.
7730 * lib/compiler.cc: Ditto.
7731
9810b410
YQ
77322014-04-03 Yao Qi <yao@codesourcery.com>
7733
7734 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7735
98d1b8dc
AB
77362014-04-01 Anton Blanchard <anton@samba.org>
7737
7738 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7739 messages unique.
7740
3114cea1
AB
77412014-04-01 Anton Blanchard <anton@samba.org>
7742
7743 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7744 prepare_for_testing.
7745
62f7182c
AB
77462014-04-01 Anton Blanchard <anton@samba.org>
7747
7748 * gdb.arch/ppc64-atomic-inst.c: Remove.
7749 * gdb.arch/ppc64-atomic-inst.S: New file.
7750 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7751
770e7fc7
DE
77522014-03-31 Doug Evans <dje@google.com>
7753
7754 * gdb.base/print-symbol-loading-lib.c: New file.
7755 * gdb.base/print-symbol-loading-main.c: New file.
7756 * gdb.base/print-symbol-loading.exp: New file.
7757
46e2bafa
YQ
77582014-03-31 Yao Qi <yao@codesourcery.com>
7759
7760 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7761
8776cfe9
JB
77622014-03-28 Joel Brobecker <brobecker@adacore.com>
7763
7764 * gdb.ada/mi_dyn_arr: New testcase.
7765
5d1ef361
DE
77662014-03-27 Doug Evans <dje@google.com>
7767
7768 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7769
b5bee914
YQ
77702014-03-27 Yao Qi <yao@codesourcery.com>
7771
7772 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7773 if target is nios2-*-*.
7774
0d4d0e77
YQ
77752014-03-26 Yao Qi <yao@codesourcery.com>
7776
7777 * lib/gdb.exp (readline_is_used): New proc.
7778 * gdb.base/completion.exp: Move tests on command complete up.
7779 Skip the rest of tests if readline is not used.
7780 * gdb.ada/complete.exp: Skp the test if readline is not
7781 used.
7782 * gdb.base/filesym.exp: Likewise.
7783 * gdb.base/macscp.exp: Likewise.
7784 * gdb.base/readline-ask.exp: Likewise.
7785 * gdb.base/readline.exp: Likewise.
7786 * gdb.python/py-cmd.exp: Likewise.
7787 * gdb.trace/tfile.exp: Likewise.
7788
29361eee
YQ
77892014-03-26 Yao Qi <yao@codesourcery.com>
7790
7791 * gdb.base/macscp.exp: Fix code format issues.
7792
bc9a5525
UW
77932014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7794
7795 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7796 * gdb.asm/powerpc64le.inc: New file.
7797
d3839ede
PA
77982014-03-25 Pedro Alves <palves@redhat.com>
7799 Doug Evans <dje@google.com>
7800
7801 * gdb.base/source-execution.c: New file.
7802 * gdb.base/source-execution.exp: New file.
7803 * gdb.base/source-execution.gdb: New file.
7804
01672a57
DE
78052014-03-24 Doug Evans <dje@google.com>
7806
7807 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7808 using fission.
7809
88bbeca9
HZ
78102014-03-24 Hui Zhu <hui@codesourcery.com>
7811 Pedro Alves <palves@redhat.com>
7812
7813 PR breakpoints/16101
7814 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7815 test pass/fail messages. Detect missing support for dprintf when
7816 breakpoints are actually inserted.
7817 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7818 breakpoints are actually inserted.
7819 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7820 fails.
7821
d2348791
JK
78222014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7825
feef67ab
DE
78262014-03-22 Doug Evans <xdje42@gmail.com>
7827
7828 * gdb.python/python.exp (python not supported): Verify multi-line
7829 python command issues an error.
25d743f9 7830 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7831 guile command issues an error.
feef67ab 7832
ecebef6a
MR
78332014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7834
7835 * gdb.threads/thread-specific.exp: Handle the lack of usable
7836 $this_breakpoint and $this_thread.
7837
ccdd1909
HZ
78382014-03-21 Hui Zhu <hui@codesourcery.com>
7839
7840 * gdb.base/attach.exp (do_command_attach_tests): New.
7841
beb460e8
PA
78422014-03-20 Tom Tromey <tromey@redhat.com>
7843 Pedro Alves <palves@redhat.com>
7844
7845 PR cli/15718
7846 * gdb.base/condbreak-call-false.c: New file.
7847 * gdb.base/condbreak-call-false.exp: New file.
7848
40acf43a
PA
78492014-03-20 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7852 Delete.
7853 (block_signals, unblock_signals): Delete.
7854 (child_function_2, main): Remove references to deleted variable
7855 and functions.
7856
9f5e1e02
PA
78572014-03-20 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7860 Use pthread_kill to signal thread 2.
7861 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7862 Adjust to make the test send itself a signal rather than using the
7863 host's "kill" command.
7864
99619bea
PA
78652014-03-20 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.threads/multiple-step-overs.c: New file.
7868 * gdb.threads/multiple-step-overs.exp: New file.
7869 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7870 Adjust expected infrun debug output.
7871
2adfaa28
PA
78722014-03-20 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7875 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7876
31e77af2
PA
78772014-03-20 Pedro Alves <palves@redhat.com>
7878
7879 PR breakpoints/7143
7880 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7881 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7882 of gdb_test_multiple.
7883 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7884 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7885
b9f437de
PA
78862014-03-20 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7889 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7890
05adc73e
PA
78912014-03-19 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/async.exp: Remove early return.
7894
6048b950
PA
78952014-03-19 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7898
8bcfb00a
PA
78992014-03-19 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/async.exp (test_background): Expect \r\n after
7902 "completed." in the fail pattern.
7903
884e37dc
PA
79042014-03-19 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/async.exp (test_background): New procedure.
7907 Use it for all background execution command tests.
7908
148e57e2
PA
79092014-03-19 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.base/async.exp: Use prepare_for_testing.
7912
f48088c7
PA
79132014-03-19 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7916 the same line.
7917
e2f6c966
PA
79182014-03-19 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.base/async.c (main): Add "jump here" and "until here" line
7921 marker comments.
7922 * gdb.base/async.exp (jump_here): New global.
7923 (jump& test): Use it.
7924 (until_here): New global.
7925 (until& test): Use it.
7926
c30568d4
PA
79272014-03-19 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.base/async.exp: Don't frob gdb_protocol.
7930
0172b6a7
DE
79312014-03-18 Doug Evans <xdje42@gmail.com>
7932
7933 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7934 Fix spelling of exec-done-display.
7935
06c868a8
JK
79362014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7937
7938 PR gdb/15358
7939 * gdb.base/gdb-sigterm.c: New file.
7940 * gdb.base/gdb-sigterm.exp: New file.
7941
0c7e1a46
PA
79422014-03-18 Pedro Alves <palves@redhat.com>
7943
7944 PR gdb/13860
7945 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7946 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7947 solib-event.
7948
f7c77d93
JB
79492014-03-17 Joel Brobecker <brobecker@adacore.com>
7950
7951 * gdb.ada/pckd_arr_ren: New testcase.
7952
5a1e8c7a
DE
79532014-03-13 Doug Evans <xdje42@gmail.com>
7954
7955 PR guile/16612
7956 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7957 collect after discarding symbols.
7958
350e1a76
DE
79592014-03-13 Ludovic Courtès <ludo@gnu.org>
7960 Doug Evans <xdje42@gmail.com>
7961
7962 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7963 to history survives a gc.
7964
a69900ae
PA
79652014-03-13 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.base/default.exp: Don't test "target procfs".
7968
5db9f0bd
PA
79692014-03-13 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.base/default.exp: Update "target child" and "target procfs"
7972 tests to not expect "Unix".
7973
b3ccfe11
TT
79742014-03-12 Tom Tromey <tromey@redhat.com>
7975
7976 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7977 New procs. Add target-async tests.
7978 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7979 Add target-async tests.
7980
646f4417
AA
79812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7982
7983 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7984 'func_start' and 'func_end' for the beginning and end of the
7985 function code, respectively.
7986 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7987 'func_end' instead of 'func' and 'main'.
7988
288c211f
AA
79892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7990
7991 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7992 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7993 generate the debug info assembler source.
7994
e0c0f156
AA
79952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7996
7997 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7998 * gdb.dwarf2/arr-subrange.exp: Likewise.
7999 * gdb.dwarf2/dwz.exp: Likewise.
8000 * gdb.dwarf2/method-ptr.exp: Likewise.
8001 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8002 * gdb.dwarf2/subrange.exp: Likewise.
8003 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8004 * gdb.dwarf2/implptrpiece.exp: Likewise.
8005 * gdb.dwarf2/nostaticblock.exp: Likewise.
8006
0e5c4555
AA
80072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8008
8009 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8010 directory to absolute path name arguments.
8011
5ec18f2b
JG
80122014-03-10 Joel Brobecker <brobecker@adacore.com>
8013
8014 * gdb.ada/tagged_access: New testcase.
8015
847fc4f2
MM
80162014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8017
8018 * gdb.btrace/data.exp: Update expected output.
8019
cc3da688
YQ
80202014-03-06 Yao Qi <yao@codesourcery.com>
8021
8022 * gdb.trace/pr16508.exp: New file.
8023
0f26cec1
PA
80242014-03-05 Pedro Alves <palves@redhat.com>
8025
8026 PR gdb/16575
8027 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8028 procedure.
8029 (top level): Adjust to use it. Add tests that exercise breakpoint
8030 interaction with the code-cache.
8031
7a5a839f
LC
80322014-02-26 Ludovic Courtès <ludo@gnu.org>
8033
8034 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8035 test for 'history-append!'.
8036
31aa7e4e
JB
80372014-02-26 Joel Brobecker <brobecker@adacore.com>
8038
8039 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8040 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8041 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8042 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8043 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8044 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8045
1b588015
JB
80462014-02-26 Joel Brobecker <brobecker@adacore.com>
8047
8048 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8049 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8050 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8051
55426c9d
JB
80522014-02-26 Joel Brobecker <brobecker@adacore.com>
8053
8054 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8055
dc53a7ad
JB
80562014-02-26 Joel Brobecker <brobecker@adacore.com>
8057
8058 * gdb.dwarf2/arr-stride.c: New file.
8059 * gdb.dwarf2/arr-stride.exp: New file.
8060
12ab52e9
PA
80612014-02-26 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8064 that won't ever trigger. Make sure that GDB reports the correct
8065 breakpoint that caused the stop.
8066
849c862e
JK
80672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8068
8069 PR gdb/16626
8070 * gdb.base/auto-load-script: New file.
8071 * gdb.base/auto-load.c: New file.
8072 * gdb.base/auto-load.exp: New file.
8073
71b7d793
JK
8074 PR gdb/16626
8075 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8076
e2f0d509
JK
80772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8078
8079 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8080 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8081
50cc37c8
DE
80822014-02-24 Doug Evans <dje@google.com>
8083
8084 * lib/gdb.exp (run_on_host): Log error output if program fails.
8085
ea4758f2
PA
80862014-02-21 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.threads/step-after-sr-lock.c: Rename to ...
8089 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8090 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8091 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8092 ... this.
8093
d7b30f67
SDJ
80942014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8095
8096 PR tdep/16397
8097 * gdb.arch/amd64-stap-special-operands.exp: New file.
8098 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8099 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8100 * gdb.arch/amd64-stap-triplet.S: Likewise.
8101 * gdb.arch/amd64-stap-triplet.c: Likewise.
8102
83deb43f
JB
81032014-02-20 Joel Brobecker <brobecker@adacore.com>
8104
8105 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8106 in .section pseudo-op.
8107
adde2bff
DE
81082014-02-20 lin zuojian <manjian2006@gmail.com>
8109 Joel Brobecker <brobecker@adacore.com>
8110 Doug Evans <xdje42@gmail.com>
8111
8112 PR symtab/16581
8113 * gdb.dwarf2/dw2-icycle.S: New file.
8114 * gdb.dwarf2/dw2-icycle.c: New file.
8115 * gdb.dwarf2/dw2-icycle.exp: New file.
8116
f7bd0f78
SC
81172014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8118
8119 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8120 operations on gdb.Value objects.
8121 * gdb.python/py-value-cc.exp: Add new test to test operations on
8122 gdb.Value objects.
8123
c17ef0d5
DE
81242014-02-18 Doug Evans <dje@google.com>
8125
8126 * Makefile.in (TESTS): New variable.
8127 (expanded_tests, expanded_tests_or_none): New variables
8128 (check-single): Pass $(expanded_tests_or_none) to runtest.
8129 (check-parallel): Only run tests in $(TESTS) if non-empty.
8130 (check/no-matching-tests-found): New rule.
8131 * README: Document TESTS makefile variable.
8132
5dd3176f
DE
81332014-02-18 Doug Evans <dje@google.com>
8134
8135 * Makefile.in (check-parallel): rm -rf outputs temp.
8136
0b10be4f
JK
81372014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8138
8139 Fix "ERROR: no fileid for" in the testsuite.
8140 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8141
85f224e7
DE
81422014-02-12 Doug Evans <dje@google.com>
8143
8144 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8145 (MISCELLANEOUS): New variable.
8146 (clean): rm -rf $(MISCELLANEOUS).
8147 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8148 dwp live in the same directory as symlinks, with each symlink pointed
8149 to a differently named file in a different directory.
8150
149b30ff
DE
81512014-02-11 Doug Evans <dje@google.com>
8152
8153 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8154 of Tcl file commands.
8155
1dfdac32
MK
81562014-02-10 Mark Kettenis <kettenis@gnu.org>
8157
8158 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8159 "kill -SIGUSR1 -1".
8160
aa4fb036
JB
81612014-02-10 Joel Brobecker <brobecker@adacore.com>
8162
8163 * gdb.ada/tick_length_array_enum_idx: New testcase.
8164
ed3ef339
DE
81652014-02-10 Doug Evans <xdje42@gmail.com>
8166
8167 * configure.ac (AC_OUTPUT): Add gdb.guile.
8168 * configure: Regenerate.
8169 * lib/gdb-guile.exp: New file.
8170 * lib/gdb.exp (get_target_charset): New function.
8171 * gdb.base/help.exp: Update expected output from "apropos apropos".
8172 * gdb.guile/Makefile.in: New file.
8173 * gdb.guile/guile.exp: New file.
8174 * gdb.guile/scm-arch.c: New file.
8175 * gdb.guile/scm-arch.exp: New file.
8176 * gdb.guile/scm-block.c: New file.
8177 * gdb.guile/scm-block.exp: New file.
8178 * gdb.guile/scm-breakpoint.c: New file.
8179 * gdb.guile/scm-breakpoint.exp: New file.
8180 * gdb.guile/scm-disasm.c: New file.
8181 * gdb.guile/scm-disasm.exp: New file.
8182 * gdb.guile/scm-equal.c: New file.
8183 * gdb.guile/scm-equal.exp: New file.
8184 * gdb.guile/scm-error.exp: New file.
8185 * gdb.guile/scm-error.scm: New file.
8186 * gdb.guile/scm-frame-args.c: New file.
8187 * gdb.guile/scm-frame-args.exp: New file.
8188 * gdb.guile/scm-frame-args.scm: New file.
8189 * gdb.guile/scm-frame-inline.c: New file.
8190 * gdb.guile/scm-frame-inline.exp: New file.
8191 * gdb.guile/scm-frame.c: New file.
8192 * gdb.guile/scm-frame.exp: New file.
8193 * gdb.guile/scm-generics.exp: New file.
8194 * gdb.guile/scm-gsmob.exp: New file.
8195 * gdb.guile/scm-iterator.c: New file.
8196 * gdb.guile/scm-iterator.exp: New file.
8197 * gdb.guile/scm-math.c: New file.
8198 * gdb.guile/scm-math.exp: New file.
8199 * gdb.guile/scm-objfile-script-gdb.in: New file.
8200 * gdb.guile/scm-objfile-script.c: New file.
8201 * gdb.guile/scm-objfile-script.exp: New file.
8202 * gdb.guile/scm-objfile.c: New file.
8203 * gdb.guile/scm-objfile.exp: New file.
8204 * gdb.guile/scm-ports.exp: New file.
8205 * gdb.guile/scm-pretty-print.c: New file.
8206 * gdb.guile/scm-pretty-print.exp: New file.
8207 * gdb.guile/scm-pretty-print.scm: New file.
8208 * gdb.guile/scm-section-script.c: New file.
8209 * gdb.guile/scm-section-script.exp: New file.
8210 * gdb.guile/scm-section-script.scm: New file.
8211 * gdb.guile/scm-symbol.c: New file.
8212 * gdb.guile/scm-symbol.exp: New file.
8213 * gdb.guile/scm-symtab-2.c: New file.
8214 * gdb.guile/scm-symtab.c: New file.
8215 * gdb.guile/scm-symtab.exp: New file.
8216 * gdb.guile/scm-type.c: New file.
8217 * gdb.guile/scm-type.exp: New file.
8218 * gdb.guile/scm-value-cc.cc: New file.
8219 * gdb.guile/scm-value-cc.exp: New file.
8220 * gdb.guile/scm-value.c: New file.
8221 * gdb.guile/scm-value.exp: New file.
8222 * gdb.guile/source2.scm: New file.
8223 * gdb.guile/types-module.cc: New file.
8224 * gdb.guile/types-module.exp: New file.
8225
7026a7c1
YQ
82262014-02-10 Yao Qi <yao@codesourcery.com>
8227
8228 PR testsuite/16543
8229 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8230 * configure: Regenerated.
8231 * Makefile.in: New file.
8232
6c466447
AS
82332014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8234
8235 * gdb.python/py-framefilter.exp: Fix typo.
8236
6e854735
YQ
82372014-02-08 Yao Qi <yao@codesourcery.com>
8238
8239 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8240 that no =breakpoint-modified is emitted when breakpoints are
8241 modified through MI commands.
8242
d137e6dc
PA
82432014-02-07 Pedro Alves <pedro@codesourcery.com>
8244 Pedro Alves <palves@redhat.com>
8245
8246 * gdb.threads/step-after-sr-lock.c: New file.
8247 * gdb.threads/step-after-sr-lock.exp: New file.
8248
b5ee5a50
PA
82492014-02-07 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8252
3c77faf3
JK
82532014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8256 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8257
6dddc817
DE
82582014-02-06 Doug Evans <xdje42@gmail.com>
8259
8260 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8261 output.
8262
8263 * gdb.gdb/python-interrupts.exp: New file.
8264
de7b2893
YQ
82652014-02-05 Yao Qi <yao@codesourcery.com>
8266
8267 * gdb.trace/report.exp (use_collected_data): Test the output
8268 of "info threads" and "info inferiors".
8269
66d032ac
YQ
82702014-02-05 Yao Qi <yao@codesourcery.com>
8271
8272 Revert this patch:
8273
8274 2013-05-24 Yao Qi <yao@codesourcery.com>
8275
8276 * gdb.trace/tfile.exp: Test inferior and thread.
8277
591a12a1
UW
82782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8279
8280 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8281 on a function.
8282 * gdb.base/step-bt.c: Call hello via function pointer to make
8283 sure its first instruction is executed on powerpc64le-linux.
8284
0ff3e01f
UW
82852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8286
8287 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8288
084ee545
UW
82892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8290
8291 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8292 of the test patterns for use on little-endian systems.
8293
6ed14ff3
UW
82942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8295
8296 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8297 (decimal_vector): Fix for little-endian.
8298
401e27fd
JM
82992014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8300
8301 * gdb.arch/sparc-sysstep.exp: New file.
8302 * gdb.arch/sparc-sysstep.c: Likewise.
8303
8304 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8305
8b924729
EBM
83062014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8307
8308 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8309
fb151210
JB
83102014-01-23 Tom Tromey <tromey@redhat.com>
8311
8312 * gdb.ada/array_char_idx: New testcase.
8313
0740f8d8
TT
83142014-01-23 Tom Tromey <tromey@redhat.com>
8315
8316 PR python/16487:
8317 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8318 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8319 classes.
8320
21909fa1
TT
83212014-01-23 Tom Tromey <tromey@redhat.com>
8322
8323 PR python/16491:
8324 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8325 string from an inferior frame.
8326 * gdb.python/py-framefilter-mi.exp: Update.
8327
87ce2a04
DE
83282014-01-22 Doug Evans <dje@google.com>
8329
8330 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8331
237b092b
AA
83322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8333
8334 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8335
d674a709
AA
83362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8337
8338 * gdb.trace/entry-values.exp: Remove excess space character from
8339 regex patterns. Handle s390 call instruction.
8340
20fa3390
AA
83412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8342
8343 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8344 define "*_start" label. Make "name" static.
8345 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8346 ${name} by references to ${name}_start.
8347
78466714
AA
83482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8349
8350 * gdb.base/info-macros.exp: Remove "debug" from the compile
8351 options.
8352
ec9f644a
IB
83532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8354
8355 * gdb.dlang/demangle.exp: New file.
8356
94b1b47e
IB
83572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8358
8359 * gdb.dlang/primitive-types.exp: New file.
8360
7f420862
IB
83612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8362
8363 * configure.ac: Create gdb.dlang/Makefile.
8364 * configure: Regenerate.
8365 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8366 * gdb.dlang/Makefile.in: New file.
8367 * lib/d-support.exp: New file.
8368 * lib/gdb.exp (skip_d_tests): New proc.
8369
52834460
MM
83702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8371
8372 * gdb.btrace/delta.exp: Check reverse stepi.
8373 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8374 * gdb.btrace/finish.exp: New.
8375 * gdb.btrace/next.exp: New.
8376 * gdb.btrace/nexti.exp: New.
8377 * gdb.btrace/record_goto.c: Add comments.
8378 * gdb.btrace/step.exp: New.
8379 * gdb.btrace/stepi.exp: New.
8380 * gdb.btrace/multi-thread-step.c: New.
8381 * gdb.btrace/multi-thread-step.exp: New.
8382 * gdb.btrace/rn-dl-bind.c: New.
8383 * gdb.btrace/rn-dl-bind.exp: New.
8384 * gdb.btrace/data.c: New.
8385 * gdb.btrace/data.exp: New.
8386 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8387
6e07b1d2
MM
83882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8389
8390 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8391 * gdb.btrace/exception.exp: Update.
8392 * gdb.btrace/instruction_history.exp: Update.
8393 * gdb.btrace/record_goto.exp: Update.
8394 * gdb.btrace/tailcall.exp: Update.
8395 * gdb.btrace/unknown_functions.exp: Update.
8396 * gdb.btrace/delta.exp: New.
8397
0b722aec
MM
83982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8399
8400 * gdb.btrace/record_goto.exp: Add backtrace test.
8401 * gdb.btrace/tailcall.exp: Add backtrace test.
8402
066ce621
MM
84032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8404
8405 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8406 * gdb.btrace/record_goto.c: New.
8407 * gdb.btrace/record_goto.exp: New.
8408 * gdb.btrace/x86-record_goto.S: New.
8409
0688d04e
MM
84102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8411
8412 * gdb.btrace/function_call_history.exp: Update tests.
8413 * gdb.btrace/instruction_history.exp: Update tests.
8414
8710b709
MM
84152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8416
8417 * gdb.btrace/function_call_history.exp: Fix expected field
8418 order for "record function-call-history".
8419 Add new tests for "record function-call-history /c".
8420 * gdb.btrace/exception.cc: New.
8421 * gdb.btrace/exception.exp: New.
8422 * gdb.btrace/tailcall.exp: New.
8423 * gdb.btrace/x86-tailcall.S: New.
8424 * gdb.btrace/x86-tailcall.c: New.
8425 * gdb.btrace/unknown_functions.c: New.
8426 * gdb.btrace/unknown_functions.exp: New.
8427 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8428
5de9129b
MM
84292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8430
8431 * gdb.btrace/instruction_history.exp: Update.
8432 * gdb.btrace/function_call_history.exp: Update.
8433
23a7fe75
MM
84342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8435
8436 * gdb.btrace/function_call_history.exp: Fix expected function
8437 trace.
8438 * gdb.btrace/instruction_history.exp: Initialize traced.
8439 Remove traced_functions.
8440
724c7dd8
MM
84412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8442
8443 * gdb.btrace/function_call_history.exp: Update
8444 * gdb.btrace/instruction_history.exp: Update.
8445
6d78d93b
MM
84462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8447
8448 * gdb.btrace/enable.exp: Update expected text.
8449
93a360cc
OJ
84502014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8451
8452 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8453 bytes.
8454
3772b53f
MR
84552014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8456
8457 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8458
596662fa
OJ
84592014-01-15 Omair Javaid <omair.javaid@linaro.org>
8460
8461 * lib/gdb.exp (supports_process_record): Return true for
8462 arm*-linux*. (supports_reverse): Likewise.
8463
b5b08fb4
SC
84642014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8465
8466 PR python/15464
8467 PR python/16113
8468 * gdb.python/py-type.c: Enhance test case.
8469 * gdb.python/py-value-cc.cc: Likewise
8470 * gdb.python/py-type.exp: Add new tests.
8471 * gdb.python/py-value-cc.exp: Likewise
8472
52d7fb13
AA
84732014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8474 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8477 Make "name" extern.
8478 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8479 references to ${name}_start by references to ${name}.
8480
a2cd8cfe
JB
84812014-01-10 Joel Brobecker <brobecker@adacore.com>
8482
8483 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8484
4e23fced
JB
84852014-01-10 Joel Brobecker <brobecker@adacore.com>
8486
8487 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8488
c6a9e42c
PA
84892014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8490 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8493 mi_gdb_target_load.
c6a9e42c 8494
b7ea362b
PA
84952014-01-08 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.threads/reconnect-signal.c: New file.
8498 * gdb.threads/reconnect-signal.exp: New file.
8499
5e3f4fab
EBM
85002014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8501
8502 * gdb.base/source-dir.exp: New file.
8503
79301218
JB
85042014-01-07 Joel Brobecker <brobecker@adacore.com>
8505
8506 * gdb.ada/mi_interface: New testcase.
8507
8e355c5d
JB
85082014-01-07 Joel Brobecker <brobecker@adacore.com>
8509
8510 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8511 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8512 gdb.ada/pp-rec-component/pck.ads: New files.
8513
c0d48811
JB
85142014-01-07 Joel Brobecker <brobecker@adacore.com>
8515
8516 * gdb.python/py-pp-integral.c: New file.
8517 * gdb.python/py-pp-integral.py: New file.
8518 * gdb.python/py-pp-integral.exp: New file.
8519
17b609c3 8520For older changes see ChangeLog-1993-2013.
c906108c 8521\f
8d8cb839
EZ
8522;; Local Variables:
8523;; mode: change-log
8524;; left-margin: 8
8525;; fill-column: 74
8526;; version-control: never
8527;; End:
902f2ccb 8528
618f726f 8529 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8530 Copying and distribution of this file, with or without modification,
8531 are permitted provided the copyright notice and this notice are preserved.
This page took 2.765553 seconds and 4 git commands to generate.