Make the kernel dwarf stack unwinder work for ARC targets.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f4952523
PMR
12016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2
3 * gdb.python/py-breakpoint-create-fail.c,
4 gdb.python/py-breakpoint-create-fail.exp,
5 gdb.python/py-breakpoint-create-fail.py: New testcase.
6
fccb08f8
MG
72016-06-25 Manish Goregaokar <manish@mozilla.com>
8
9 PR gdb/20239
10 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11 * gdb.rust/simple.exp: Add test expectations for new NonZero tests.
12
6b850546
DT
132016-06-24 David Taylor <dtaylor@emc.com>
14
15 * gdb.base/offsets.exp: New file.
16 * gdb.base/offsets.c: New file.
17
17621150
TT
182016-06-23 Tom Tromey <tom@tromey.com>
19
20 PR gdb/16483:
21 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
22 before any filters are loaded.
23
04d59df6
WT
242016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
25
26 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
27 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
28 structs.
29 * gdb.fortran/derived-type-function.exp: New file.
30 * gdb.fortran/derived-type-function.f90: New file.
31
32
ac69f786
PA
332016-06-21 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/new-ui.exp: New file.
36 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
37 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
38 (with_spawn_id): New procedure.
39
49940788
PA
402016-06-21 Pedro Alves <palves@redhat.com>
41
42 * gdb.mi/mi-exec-run.exp: New file.
43
ef274d26
PA
442016-06-21 Pedro Alves <palves@redhat.com>
45
46 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
47 breakpoint command's output on the main UI.
48 (test_break): New procedure, factored out from calls in the top
49 level.
50 (top level): Use foreach_with_prefix to test MI as main UI and as
51 separate UI.
52
468afe6c
PA
532016-06-21 Pedro Alves <palves@redhat.com>
54
55 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
56 (test_awatch_creation_and_listing)
57 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
58 Remove 'type' parameter.
59 (test_watchpoint_all): New parameter mi_mode. Remove
60 with_test_prefix.
61 (top level): Use foreach_with_prefix, and add main/separate UI MI
62 testing axis.
63
51f77c37
PA
642016-06-21 Pedro Alves <palves@redhat.com>
65
66 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
67 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
68 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
69 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
70 (gdb_main_spawn_id, mi_spawn_id): Declare and
71 comment.
72 (mi_create_inferior_pty): New procedure,
73 factored out from default_mi_gdb_start.
74 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
75 procedures.
76 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
77 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
78 Use mi_create_inferior_pty.
79 (mi_gdb_start): Use eval to pass down args list.
80
8980e177
PA
812016-06-21 Pedro Alves <palves@redhat.com>
82
83 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
84 * gdb.opt/inline-cmds.exp: Add MI tests.
85
f38d3ad1
PA
862016-06-21 Pedro Alves <palves@redhat.com>
87
88 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
89
45db7c09
PA
902016-06-21 Pedro Alves <palves@redhat.com>
91
92 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
93 (top level): Use it instead of mi_execute_to.
94
5a069ab3
PA
952016-06-21 Pedro Alves <palves@redhat.com>
96
97 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
98 (cont_handler_str): New.
99 (signal_stop_handler): Set stop_handler_str instead of printing to
100 stdout.
101 (continue_handler): Set cont_handler_str instead of printing to
102 stdout.
103 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
104 mi_send_resuming_command. Print stop_handler_str and
105 cont_handler_str instead of expecting the python events print
106 directly.
107
2838cc1d
SD
1082016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
109
110 * gdb.base/jit-reader.exp: New file.
111 * gdb.base/jithost.c: New file.
112 * gdb.base/jithost.h: New file.
113 * gdb.base/jitreader.c : New file.
114 * gdb.base/jit-protocol.h: New file.
115
21a77091
YQ
1162016-06-17 Yao Qi <yao.qi@linaro.org>
117
118 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
119 parameters follow_fork and detach_on_fork. Set follow-fork-mode
120 and detach-on-fork. Adjust tests.
121 (top level): Invoke break_cond_on_syscall with combinations of
122 syscall, follow-fork-mode and detach-on-fork.
123
f50bf8e5
YQ
1242016-06-17 Yao Qi <yao.qi@linaro.org>
125
126 * gdb.base/step-over-exit.c: New.
127 * gdb.base/step-over-exit.exp: New.
128
a28d8e50
YTL
1292016-06-17 Yan-Ting Lin <currygt52@gmail.com>
130
131 * gdb.base/float.exp: Add target check for nds32*-*-*.
132 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
133
cad8e26d
AB
1342016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
137 for unsupported target features.
138 * gdb.base/call-rt-st.exp: Likewise.
139 * gdb.base/call-sc.exp: Likewise.
140 * gdb.base/call-signal-resume.exp: Likewise.
141 * gdb.base/call-strs.exp: Likewise.
142 * gdb.base/callexit.exp: Likewise.
143 * gdb.base/callfuncs.exp: Likewise.
144 * gdb.base/nodebug.exp: Likewise.
145 * gdb.base/printcmds.exp: Likewise.
146 * gdb.base/ptype.exp: Likewise.
147 * gdb.base/structs.exp: Likewise.
148 * gdb.base/unwindonsignal.exp: Likewise.
149 * gdb.cp/gdb2495.exp: Likewise.
150 * gdb.cp/templates.exp: Likewise.
151 * gdb.cp/virtfunc.exp: Likewise.
152 * gdb.threads/hand-call-in-threads.exp: Likewise.
153 * gdb.threads/interrupted-hand-call.exp: Likewise.
154 * gdb.threads/thread-unwindonsignal.exp: Likewise.
155
347dc102
TT
1562016-06-10 Tom Tromey <tom@tromey.com>
157
158 PR rust/20110:
159 * gdb.rust/expr.exp: Add test for integer constant larger than
160 i32.
161
5e13cf25
BH
1622016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
163
164 * gdb.fortran/nested-funcs.exp: New.
165 * gdb.fortran/nested-funcs.f90: New.
166
bb556f1f
TK
1672016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
168
169 * gdb.base/examine-backward.c: New file.
170 * gdb.base/examine-backward.exp: New file.
171
38b022b4
SM
1722016-06-06 Simon Marchi <simon.marchi@ericsson.com>
173
174 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
175 matching.
176
1b40ec05
TT
1772016-06-02 Tom Tromey <tom@tromey.com>
178
179 PR python/18984:
180 * gdb.python/py-shared.exp: Add solib_name test.
181
193bd378
SM
1822016-06-02 Simon Marchi <simon.marchi@ericsson.com>
183
184 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
185
3326303b
MG
1862016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
187
188 PR c++/19893
189 * gdb.dwarf2/implref.exp: Rename to...
190 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
191 * gdb.dwarf2/implref-array.c: New file.
192 * gdb.dwarf2/implref-array.exp: Likewise.
193 * gdb.dwarf2/implref-global.c: Likewise.
194 * gdb.dwarf2/implref-global.exp: Likewise.
195 * gdb.dwarf2/implref-struct.c: Likewise.
196 * gdb.dwarf2/implref-struct.exp: Likewise.
197
825c8ef2
AT
1982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
199
200 * gdb.trace/trace-condition.exp: Add 64bit tests.
201
2320162a
AT
2022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
203
204 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
205 bits types.
206 (main): Adapt to 8 to 64 bits types.
207 * gdb.trace/trace-condition.exp: Add new tests.
208
a7818233
AT
2092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
210
211 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
212
0d336466
AT
2132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
214
215 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
216 Move condition tests...
217 * gdb.trace/trace-condition.exp: Here.
218
7faeb45a
AT
2192016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
220
221 * gdb.trace/trace-condition.exp: Add counter-case tests.
222
e385593e
JK
2232016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 PR c++/15231
226 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
227 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
228
744608cc
PA
2292016-05-27 Pedro Alves <palves@redhat.com>
230
231 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
232 New procedure.
233 (top level): Call it, and bail out of DejaGnu is known to be bad.
234
ac775bf4
AB
2352016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.base/whatis.c: Extend the test case.
238 * gdb.base/whatis.exp: Add additional tests.
239
2bbad2ea
BH
2402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
241
242* gdb.fortran/type.f90: Add pointer variable.
243* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
244
8b70175d
BH
2452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
246
247 * gdb.fortran/vla-type.exp: Fix testcase name.
248
86d8a848
BH
2492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
250
251 * gdb.fortran/vla-type.exp: Access elements in nested structs.
252
e188eb36
BH
2532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
254
255 * gdb.fortran/type.f90: Add nested structures.
256 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
257 * gdb.fortran/derived-type.exp: Adapt expected output.
258 * gdb.fortran/vla-type.exp: Adapt expected output.
259
9b2db1fd
BH
2602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
261
262 * gdb.fortran/whatis_type.exp: Adapt expected output.
263
72b17055
BH
2642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
265
266 * gdb.fortran/print_type.exp: Fix expected output.
267 * gdb.fortran/whatis_type.exp: Fix expected output.
268
3cd81d8d
BH
2692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
270
271 * gdb.fortran/whatis_type.exp: Use multi_line.
272
ddae9462
TT
2732016-05-24 Tom Tromey <tom@tromey.com>
274
275 PR python/17386:
276 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
277 use value as an index.
278
1957f6b8
TT
2792016-05-23 Tom Tromey <tom@tromey.com>
280
281 PR python/17981:
282 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
283 no-breakpoint case.
284
026a9174
PA
2852016-05-24 Pedro Alves <palves@redhat.com>
286
287 PR gdb/19828
288 * gdb.threads/clone-attach-detach.c: New file.
289 * gdb.threads/clone-attach-detach.exp: New file.
290
e70a7231
FR
2912016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
292
293 * gdb.base/annota-input-while-running.exp: Fix syntax error.
294
0f6ed0e0
TT
2952016-05-23 Tom Tromey <tom@tromey.com>
296
297 PR python/19438, PR python/18393:
298 * gdb.python/py-progspace.exp: Add "dir" test.
299 * gdb.python/py-objfile.exp: Add "dir" test.
300
ffd19d61
YQ
3012016-05-23 Yao Qi <yao.qi@linaro.org>
302
303 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
304 * gdb.arch/thumb2-it.exp: Likewise.
305
9e8f9b05
SM
3062016-05-18 Simon Marchi <simon.marchi@ericsson.com>
307
308 * gdb.mi/mi-threads-interrupt.c: New file.
309 * gdb.mi/mi-threads-interrupt.exp: New file.
310
61c6156d
SM
3112016-05-17 Simon Marchi <simon.marchi@ericsson.com>
312
313 PR gdb/18077
314 * gdb.mi/mi-async-run.exp: New file.
315 * gdb.mi/mi-async-run.c: New file.
316
67218854
TT
3172016-05-17 Tom Tromey <tom@tromey.com>
318 Manish Goregaokar <manishsmail@gmail.com>
319
320 * lib/rust-support.exp: New file.
321 * lib/gdb.exp (skip_rust_tests): New proc.
322 (build_executable_from_specs): Handle rust.
323 * lib/future.exp (gdb_find_rustc): New proc.
324 (gdb_default_target_compile): Handle rust.
325 * gdb.rust/expr.exp: New file.
326 * gdb.rust/generics.exp: New file.
327 * gdb.rust/generics.rs: New file.
328 * gdb.rust/methods.exp: New file.
329 * gdb.rust/methods.rs: New file.
330 * gdb.rust/modules.exp: New file.
331 * gdb.rust/modules.rs: New file.
332 * gdb.rust/simple.exp: New file.
333 * gdb.rust/simple.rs: New file.
334
c44af4eb
TT
3352016-05-17 Tom Tromey <tom@tromey.com>
336
337 * gdb.base/default.exp (set language): Add rust.
338
dcd1f979
TT
3392016-05-17 Tom Tromey <tom@tromey.com>
340
341 * gdb.gdb/unittest.exp: New file.
342
155b7f57
YQ
3432016-05-16 Yao Qi <yao.qi@linaro.org>
344
345 * gdb.base/batch-preserve-term-settings.exp: Remove variable
346 shell_prompt. Update shell_prompt_re.
347
8ddd5a6c
DE
3482016-05-12 Doug Evans <dje@google.com>
349
350 PR symtab/19999
351 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
352 $options when building executable.
353 * gdb.dwarf2/fission-loclists-pie.S: New file.
354 * gdb.dwarf2/fission-loclists-pie.exp: New file.
355
02e370d9
SM
3562016-05-04 Simon Marchi <simon.marchi@ericsson.com>
357
358 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
359 of [is_remote target],
360
8929ad8b
SM
3612016-05-04 Simon Marchi <simon.marchi@ericsson.com>
362
363 * lib/gdb.exp (use_gdb_stub): New procedure.
364
6c447423
DE
3652016-05-03 Yunlian Jiang <yunlian@google.com>
366 Doug Evans <dje@google.com>
367
368 PR symtab/19914
369 * gdb.dwarf2/dwp-sepdebug.c: New file.
370 * gdb.dwarf2/dwp-sepdebug.exp: New file.
371
444e826c
SM
3722016-05-02 Simon Marchi <simon.marchi@ericsson.com>
373
374 * gdb.base/detach.exp: Remove is_remote check.
375
740feeaa
SM
3762016-05-02 Simon Marchi <simon.marchi@ericsson.com>
377
378 * gdb.base/annota-input-while-running.exp: Don't check for
379 [is_remote target]. Enable annotations after running to main.
380 Remove unused "set test..." line.
381
9080ac9d
SM
3822016-04-28 Simon Marchi <simon.marchi@ericsson.com>
383
384 * gdb.trace/trace-enable-disable.exp: New file.
385 * gdb.trace/trace-enable-disable.c: New file.
386
952ebca5
SM
3872016-04-28 Simon Marchi <simon.marchi@ericsson.com>
388
389 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
390 use it in info sharedlibrary test.
391 * gdb.trace/ftrace-lock.exp: Likewise.
392 * gdb.trace/ftrace.exp: Likewise.
393 * gdb.trace/range-stepping.exp: Likewise.
394 * gdb.trace/trace-break.exp: Likewise.
395 * gdb.trace/trace-condition.exp: Likewise.
396 * gdb.trace/trace-mt.exp: Likewise.
397
d9019901
SM
3982016-04-27 Simon Marchi <simon.marchi@ericsson.com>
399
400 * lib/gdb.exp (gdb_load_shlibs): Rename to...
401 (gdb_load_shlib): ... this.
402 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
403 gdb_load_shlib.
404 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
405 * gdb.base/ctxobj.exp: Likewise.
406 * gdb.base/dprintf-pending.exp: Likewise.
407 * gdb.base/dso2dso.exp: Likewise.
408 * gdb.base/fixsection.exp: Likewise.
409 * gdb.base/gcore-relro.exp: Likewise.
410 * gdb.base/gdb1555.exp: Likewise.
411 * gdb.base/global-var-nested-by-dso.exp: Likewise.
412 * gdb.base/gnu-ifunc.exp: Likewise.
413 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
414 * gdb.base/jit-so.exp (one_jit_test): Likewise.
415 * gdb.base/pending.exp: Likewise.
416 * gdb.base/print-file-var.exp: Likewise.
417 * gdb.base/print-symbol-loading.exp: Likewise.
418 * gdb.base/shlib-call.exp: Likewise.
419 * gdb.base/shreloc.exp: Likewise.
420 * gdb.base/so-impl-ld.exp: Likewise.
421 * gdb.base/solib-disc.exp: Likewise.
422 * gdb.base/solib-nodir.exp: Likewise.
423 * gdb.base/solib-overlap.exp: Likewise.
424 * gdb.base/solib-symbol.exp: Likewise.
425 * gdb.base/solib-weak.exp (do_test): Likewise.
426 * gdb.base/sym-file.exp: Likewise.
427 * gdb.base/symtab-search-order.exp: Likewise.
428 * gdb.base/type-opaque.exp: Likewise.
429 * gdb.base/unload.exp: Likewise.
430 * gdb.base/watchpoint-solib.exp: Likewise.
431 * gdb.compile/compile.exp: Likewise.
432 * gdb.cp/gdb2384.exp: Likewise.
433 * gdb.cp/infcall-dlopen.exp: Likewise.
434 * gdb.cp/re-set-overloaded.exp: Likewise.
435 * gdb.fortran/library-module.exp: Likewise.
436 * gdb.opt/solib-intra-step.exp: Likewise.
437 * gdb.python/py-finish-breakpoint.exp: Likewise.
438 * gdb.python/py-shared.exp: Likewise.
439 * gdb.reverse/solib-precsave.exp: Likewise.
440 * gdb.reverse/solib-reverse.exp: Likewise.
441 * gdb.server/solib-list.exp: Likewise.
442 * gdb.threads/dlopen-libpthread.exp: Likewise.
443 * gdb.threads/tls-shared.exp: Likewise.
444 * gdb.threads/tls-so_extern.exp: Likewise.
445 * gdb.trace/change-loc.exp: Likewise.
446 * gdb.trace/ftrace-lock.exp: Likewise.
447 * gdb.trace/ftrace.exp: Likewise.
448 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
449 * gdb.trace/pending.exp: Likewise.
450 * gdb.trace/range-stepping.exp: Likewise.
451 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
452 (strace_info_marker): Likewise.
453 (strace_probe_marker): Likewise.
454 (strace_trace_on_same_addr): Likewise.
455 (strace_trace_on_diff_addr): Likewise.
456 * gdb.trace/trace-break.exp: Likewise.
457 * gdb.trace/trace-condition.exp: Likewise.
458 * gdb.trace/trace-mt.exp: Likewise.
459
fca4cfd9
SM
4602016-04-27 Simon Marchi <simon.marchi@ericsson.com>
461
462 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
463 result of gdb_remote_download.
464 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
465 * gdb.base/dso2dso.exp: Likewise.
466 * gdb.base/global-var-nested-by-dso.exp: Likewise.
467 * gdb.base/print-file-var.exp: Likewise.
468 * gdb.base/shlib-call.exp: Likewise.
469 * gdb.base/shreloc.exp: Likewise.
470 * gdb.base/solib-overlap.exp: Likewise.
471 * gdb.base/solib-weak.exp (do_test): Likewise.
472 * gdb.base/unload.exp: Likewise.
473
11cf4ffb
YQ
4742016-04-27 Yao Qi <yao.qi@linaro.org>
475
476 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
477 exists.
478
3e2e34f8
KB
4792016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
480
481 * vla-type.exp: Print structure from toplevel.
482
8f07e298
BH
4832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
484
485 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
486 of dynamic types.
487 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
488 of dynamic types.
489
9920b434
BH
4902016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
491
492 * gdb.fortran/vla-type.f90: New file.
493 * gdb.fortran/vla-type.exp: New file.
494
f3abeff5
YQ
4952016-04-25 Yao Qi <yao.qi@linaro.org>
496
497 * gdb.base/branch-to-self.c: New file.
498 * gdb.base/branch-to-self.exp: New file.
499
0a5d52f0
YQ
5002016-04-22 Yao Qi <yao.qi@linaro.org>
501
502 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
503 more after $hex.
504
495346f6
YQ
5052016-04-22 Yao Qi <yao.qi@linaro.org>
506
507 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
508 * gdb.base/annota3.exp: Likewise.
509
4a7e075c
YQ
5102016-04-22 Yao Qi <yao.qi@linaro.org>
511
512 * gdb.reverse/step-precsave.exp: Do one step and test program
513 stops in "callee" and do multiple steps until program goes out
514 of "callee".
515 * gdb.reverse/step-reverse.exp: Likewise.
516
5b061e98
YQ
5172016-04-22 Yao Qi <yao.qi@linaro.org>
518
519 * gdb.trace/signal.exp: Also pass if
520 $tracepoint_hits($i) > $iterations.
521
5c5dc57f
YQ
5222016-04-22 Yao Qi <yao.qi@linaro.org>
523
524 * gdb.trace/signal.c: New file.
525 * gdb.trace/signal.exp: New file.
526
a55411b9
DE
5272016-04-19 Doug Evans <xdje42@gmail.com>
528
529 * gdb.base/bad-file.exp: New file.
530
a22df60a
MG
5312016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
532
533 * gdb.dwarf2/implref.exp: New file.
534
0c13f7e5
BH
5352016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
536
537 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
538 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
539 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
540 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
541 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
542 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
543 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
544 * lib/fortran.exp (fortran_int4): New procedure.
545 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
546 (fortran_logical4): Likewise.
547
9b9b09e9
BH
5482016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
549
550 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
551
a14d1f4d
BH
5522016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
553
554 * lib/compiler.c: Add Intel specific preprocessor macros.
555 * lib/compiler.cc: Likewise.
556
7d49b1d0
LM
5572016-04-13 Luis Machado <lgustavo@codesourcery.com>
558
559 * gdb.server/connect-with-no-symbol-file.c: New file.
560 * gdb.server/connect-with-no-symbol-file.exp: New file.
561
8392fa22
SM
5622016-04-13 Simon Marchi <simon.marchi@ericsson.com>
563
564 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
565
8c4c4aeb
SM
5662016-04-13 Simon Marchi <simon.marchi@ericsson.com>
567
568 * boards/gdbserver-base.exp (${board}_download): Copy source file to
569 standard output directory.
570
45e3745e
AT
5712016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
572
573 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
574
e26b7e41
MM
5752016-04-13 Markus Metzger <markus.t.metzger@intel.com>
576
577 * gdb.btrace/instruction_history.c (loop): Add declaration.
578
8ce09462
AT
5792016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
580
581 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
582
2e88a1ea
SM
5832016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
584
585 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
586 parentheses to print.
587 (continue_handler): Likewise.
588
f48e22e3
SM
5892016-04-08 Simon Marchi <simon.marchi@ericsson.com>
590
591 * gdb.server/solib-list.exp: Remove is_remote check.
592 Pass shlib= to gdb_compile. Don't link shared library with
593 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
594 Run binary filename through "readlink -f" on the target.
595
096be756
PA
5962016-04-08 Pedro Alves <palves@redhat.com>
597
598 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
599 interpreter filename as argument to gdbserver_spawn.
600 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
601 Return empty if $last_loaded_file does not exist.
602
06500533
JK
6032016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
606 * gdb.base/jit-main.c: Use exit after usage.
607
2d35e871
JK
6082016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
611 GDBHISTSIZE prior to the tests.
612 * gdb.base/gdbinit-history.exp: Likewise.
613
6142016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
615
616 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
617 instead of build_executable. Use gdb_load_shlibs.
618
c8064e7e
YQ
6192016-04-07 Yao Qi <yao.qi@linaro.org>
620
621 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
622 Execute "si" command.
623
bde47561
YQ
6242016-04-07 Yao Qi <yao.qi@linaro.org>
625
626 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
627 number instead of the comments on some line.
628
b16f8a3b
DB
6292016-04-06 Don Breazeal <donb@codesourcery.com>
630
631 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
632 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
633
c2f901df
SM
6342016-04-06 Simon Marchi <simon.marchi@ericsson.com>
635
636 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
637 standard_output_file. Remove unused binfile variable.
638
ac17fda0
CU
6392016-04-05 Catalin Udma <catalin.udma@freescale.com>
640
641 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
642 * gdb.python/py-mi-objfile.exp: Match "list main" output
643 in console format.
644
03a8c4df
SM
6452016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
646
647 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
648 absolute.
649
6e774b13
SM
6502016-04-05 Simon Marchi <simon.marchi@ericsson.com>
651
652 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
653 absolute.
654 * gdb.trace/ftrace.exp: Likewise.
655 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
656 targets as well.
657 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
658 (gdb_load_shlibs): Copy libraries to test directory when testing
659 natively. Only set solib-search-path if testing remotely.
660 * lib/mi-support.exp (mi_load_shlibs): Likewise.
661
7817ea46
SM
6622016-04-05 Simon Marchi <simon.marchi@ericsson.com>
663
664 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
665 gdb_download. Use it even if the target is not remote.
666 * gdb.base/jit.exp (compile_jit_test): Likewise.
667 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
668 output directory if the destination board is local, otherwise use
669 the standard remote_download from DejaGnu.
670 (gdb_download): Remove.
671 (gdb_load_shlibs): Use gdb_remote_download instead of
672 gdb_download.
673 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
674 Use gdb_remote_download instead of gdb_download. Use it even if
675 the target is not remote.
676 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
677 instead of gdb_download.
678
7beb7f68
SM
6792016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
680
681 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
682 (test_insert_delete_modify): Call mi_load_shlibs before trying to
683 run.
684
cc63428a
AV
6852016-04-01 Artemiy Volkov <artemiyv@acm.org>
686
687 PR gdb/19820
688 * gdb.base/printcmds.exp: Add artificial arrays tests.
689
64cdf930
PA
6902016-03-31 Pedro Alves <palves@redhat.com>
691
692 PR gdb/19858
693 * gdb.base/jit-main.c: Include unistd.h.
694 (ATTACH): Define to 0 if not already defined.
695 (wait_for_gdb, mypid): New globals.
696 (WAIT_FOR_GDB): New macro.
697 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
698 some breakpoint locations.
699 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
700 New procedures.
701 (one_jit_test): Add REATTACH parameter, and handle it. Use
702 continue_to_test_location.
703 (top level): Test attach, and adjusts calls to one_jit_test.
704
40dea8cb
PA
7052016-03-31 Pedro Alves <palves@redhat.com>
706
707 PR gdb/19858
708 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
709 BINSUFFIX parameter, and handle it.
710 (top level): Adjust calls compile_jit_test.
711
e7ea3ec7
CU
7122016-03-31 Catalin Udma <catalin.udma@freescale.com>
713
714 PR python/19743
715 * gdb.python/py-mi-events-gdb.py: New file.
716 * gdb.python/py-mi-events.c: New file.
717 * gdb.python/py-mi-events.exp: New file.
718
e6359af3
YQ
7192016-03-30 Yao Qi <yao.qi@linaro.org>
720
721 * gdb.reverse/until-precsave.exp: Match function name only.
722 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
723 Move malloc to a condition block.
724 * gdb.reverse/until-reverse.exp: Match function name only.
725
a4105d04
MK
7262016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
727
728 * gdb.trace/ftrace.exp: Set arg0exp for s390.
729 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
730 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
731 variable for GPR 0 instead of assuming it is register 0.
732 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
733 * lib/trace-support.exp: Add s390 registers.
734
bfa6adb9
YQ
7352016-03-29 Yao Qi <yao.qi@linaro.org>
736
737 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
738
1e6697ea
YQ
7392016-03-24 Yao Qi <yao.qi@linaro.org>
740
741 * gdb.reverse/break-reverse.exp: Add quotation mark in the
742 test message.
743
64bcd522
AA
7442016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
745
746 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
747 maintaining separate logic for constructing the output path.
748
7868401b
DB
7492016-03-16 Don Breazeal <donb@codesourcery.com>
750
751 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
752 Retry fork and waitpid on interrupted system call errors.
753 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
754 Use with_timeout_factor to increase timeout by factor of 10.
755
1cafadb4
DB
7562016-03-15 Don Breazeal <donb@codesourcery.com>
757
758 * gdb.cp/scope-err.cc: New test program.
759 * gdb.cp/scope-err.exp: New test script.
760 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
761 lines and "set breakpoint here" comment.
762 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
763 Fixed some whitespace and format issues.
764 * gdb.mi/mi-linespec-err-cp.cc: New test program.
765 * gdb.mi/mi-linespec-err-cp.exp: New test script.
766
81516450
DE
7672016-03-15 Doug Evans <dje@google.com>
768
769 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
770 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
771 All callers updated. Add tests for enums, mixed flags register.
772
aa52b601
DE
7732016-03-15 Doug Evans <dje@google.com>
774
775 * gdb.base/skip.c (main): Call test_skip_file_and_function.
776 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
777
fa4ff313
SM
7782016-03-14 Simon Marchi <simon.marchi@ericsson.com>
779
780 * gdb.base/default.exp: Add $_as_string to the list of expected
781 convenience functions.
782
f2403c39
AB
7832016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.base/maint.exp: New tests for 'maint info line-table'.
786
f2f3ccb9
SM
7872016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
788
789 * gdb.python/py-as-string.exp: New file.
790 * gdb.python/py-as-string.c: New file.
791
00dbd492
PA
7922016-03-09 Pedro Alves <palves@redhat.com>
793
794 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
795 signal" -> "Thread NN received signal" output change.
796 * gdb.threads/ia64-sigill.exp: Likewise.
797 * gdb.threads/linux-dp.exp: Likewise.
798 * gdb.threads/manythreads.exp: Likewise.
799 * gdb.threads/pending-step.exp: Likewise.
800 * gdb.threads/print-threads.exp: Likewise.
801 * gdb.threads/sigstep-threads.exp: Likewise.
802 * gdb.threads/staticthreads.exp: Likewise.
803 * gdb.threads/tls.exp: Likewise.
804
1e6697ea
YQ
8052016-03-09 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/command-line-input.exp: New file.
808
b04fd3be
MK
8092016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
810
811 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
812 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
813 * gdb.trace/pending.exp: Accept leading dot before function name.
814 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
815 * lib/trace-support.exp: Set registers for ppc.
816
98fa59e9
MK
8172016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
818
819 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
820 use it for disassembly; accept .main in addition to main in backtrace.
821
f77198c8
MK
8222016-03-09 Wei-cheng Wang <cole945@gmail.com>
823 Marcin Kościelnicki <koriakin@0x04.net>
824
825 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
826 (gdb_recursion_test_ptr): New global variable.
827 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
828 gdb_recursion_test.
829 (gdb_c_test): Ditto.
830
ba84e0da
MK
8312016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
832
833 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
834 ordering.
835
4366d36e
MK
8362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
837
838 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
839 (bar): Add bar_start_lbl label.
840 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
841 of foo/bar for emitting DWARF and tracing.
842
5eb264df
SDJ
8432016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
844
845 * analyze-racy-logs.py: Set executable bit.
846
fb6a751f
SDJ
8472016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
848
849 * Makefile.in (DEFAULT_RACY_ITER): New variable.
850 (CHECK_TARGET_TMP): Likewise.
851 (check-single-racy): New rule.
852 (check-parallel-racy): Likewise.
853 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
854 (do-check-parallel-racy): New rule.
855 (check-racy/%.exp): Likewise.
856 * README (Racy testcases): New section.
857 * analyze-racy-logs.py: New file.
858
bdf7e230
DE
8592016-03-03 Doug Evans <dje@google.com>
860
861 * gdb.base/skip.exp: Use with_test_prefix.
862
4719d415
YQ
8632016-03-03 Yao Qi <yao.qi@linaro.org>
864
865 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
866 Invoke step_over_syscall "clone" and break_cond_on_syscall
867 "clone".
868 * gdb.base/step-over-clone.c: New file.
869
ea507862
YQ
8702016-03-03 Yao Qi <yao.qi@linaro.org>
871
872 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
873 code format.
874
8fc8cbda
YQ
8752016-03-03 Yao Qi <yao.qi@linaro.org>
876
877 * gdb.base/disp-step-fork.c: Rename to ...
878 * gdb.base/step-over-fork.c: ... it. New file.
879 * gdb.base/disp-step-vfork.c: Rename to ...
880 * gdb.base/step-over-vfork.c: ... it. New file.
881 * gdb.base/disp-step-syscall.exp: Rename to ...
882 * gdb.base/step-over-syscall.exp: ... it. New file.
883 (disp_step_cross_syscall): Rename to ...
884 (step_over_syscall): ... it.
885
92fa70b0
YQ
8862016-03-03 Yao Qi <yao.qi@linaro.org>
887
888 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
889 If target supports condition evaluation on target, invoke
890 break_cond_on_syscall for fork and vfork.
891
e197ad3c
YQ
8922016-03-03 Yao Qi <yao.qi@linaro.org>
893
894 * gdb.base/disp-step-syscall.exp: Don't invoke
895 support_displaced_stepping.
896 (disp_step_cross_syscall): Test with displaced stepping off and
897 on if supported.
898
0b47da9f
YQ
8992016-03-03 Yao Qi <yao.qi@linaro.org>
900
901 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
902 proc.
903 (setup): New proc.
904 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
905 and setup.
906
065ab6dc
BH
9072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
908
909 * gdb.fortran/vla-history.exp: Remove breakpoint.
910
07e448ad 9112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
912
913 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
914
9ac2d526 9152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
916
917 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
918
17807369
BH
9192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
920
921 * gdb.mi/vla.f90: Nullify pointer after declaration.
922
86e501af
PA
9232016-03-01 Pedro Alves <palves@redhat.com>
924
925 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
926
1e903e32
PA
9272016-03-01 Pedro Alves <palves@redhat.com>
928
929 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
930 before anything else.
931 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
932 _GNU_SOURCE here.
933 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
934 before anything else.
935 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
936
6ccb54e2
PA
9372016-03-01 Pedro Alves <palves@redhat.com>
938
939 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
940
30ca9da1
YQ
9412016-03-01 Yao Qi <yao.qi@linaro.org>
942
943 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
944 prepare_for_testing.
945
dc856b38
YQ
9462016-03-01 Yao Qi <yao.qi@linaro.org>
947
948 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
949
4a932159
AA
9502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
951
952 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
953 manually constructing the output path.
954
f2489477
AA
9552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
956
957 * gdb.arch/s390-stackless.S: New.
958 * gdb.arch/s390-stackless.exp: New.
959
38899f16
IB
9602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
961
962 * gdb.dlang/circular.c: New file.
963 * gdb.dlang/circular.exp: New file.
964
9fde51ed
YQ
9652016-02-26 Yao Qi <yao.qi@linaro.org>
966
967 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
968 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
969 (testcases): Update.
970
ce90fefe
YQ
9712016-02-26 Yao Qi <yao.qi@linaro.org>
972
973 * gdb.reverse/aarch64.c: Rename to ...
974 * gdb.reverse/insn-reverse.c: ... it.
975 * gdb.reverse/aarch64.exp: Rename to ...
976 * gdb.reverse/insn-reverse.exp: ... it.
977
3263bceb
YQ
9782016-02-26 Yao Qi <yao.qi@linaro.org>
979
980 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
981 (testcase_ftype): New.
982 (testcases): New array.
983 (n_testcases): New.
984 (main): Call each element in testcases.
985 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
986 (read_testcase): New.
987 Do the tests in a loop.
988
6cb59ff1
YQ
9892016-02-25 Yao Qi <yao.qi@linaro.org>
990
991 * gdb.base/branches.c: Remove.
992
ae91f625
MK
9932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
994
995 PR gdb/13808
996 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
997
678b48b7
MK
9982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
999
1000 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1001
7337a6f2
MK
10022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1003
1004 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1005 change x86_64 call_insn to 'callq'.
1006
861ca91f
AT
10072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1008
1009 * gdb.trace/tfile-avx.c: Move to...
1010 * gdb.trace/tracefile-pseudo-reg.c: Here.
1011 * gdb.trace/tfile-avx.exp: Move to...
1012 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1013
bf74e428
GB
10142016-02-24 Gary Benson <gbenson@redhat.com>
1015
1016 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1017 message on attach.
1018
cce0e923
DE
10192016-02-23 Doug Evans <dje@google.com>
1020
1021 * gdb.base/skip.c (test_skip): New function.
1022 (end_test_skip_file_and_function): New function.
1023 (test_skip_file_and_function): New function.
1024 * gdb.base/skip1.c (test_skip): New function.
1025 (skip1_test_skip_file_and_function): New function.
1026 * gdb.base/skip.exp: Add tests for new skip options.
1027 * gdb.base/skip-solib.exp: Update expected output.
1028 * gdb.perf/skip-command.cc: New file.
1029 * gdb.perf/skip-command.exp: New file.
1030 * gdb.perf/skip-command.py: New file.
1031
4000e47e
MK
10322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1033
1034 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1035 info registers pattern.
1036
24f75ead
IB
10372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1038
1039 * lib/future.exp: Add D support.
1040 (gdb_find_gdc): New proc.
1041 (gdb_default_target_compile): Add D support.
1042
fbb7bcbe
WW
10432016-02-18 Wei-cheng Wang <cole945@gmail.com>
1044
1045 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1046 user+system time.
1047 (trace_speed_test): Determine the iteration count for a time
1048 between 15..30 seconds.
1049
012b3a21
WT
10502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1051
1052 * gdb.arch/i386-mpx-sigsegv.c: New file.
1053 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1054 * gdb.arch/i386-mpx-simple_segv.c: New file.
1055 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1056
2d5189bd
YQ
10572016-02-18 Yao Qi <yao.qi@linaro.org>
1058
1059 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1060 Don't call setup_kfail.
1061
40fb20d0
YQ
10622016-02-18 Yao Qi <yao.qi@linaro.org>
1063
1064 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1065 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1066
21b1f8d2
DE
10672016-02-16 Doug Evans <dje@google.com>
1068
1069 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1070 * gdb.base/skip1.c: Ditto.
1071 * gdb.base/skip.exp: Whitespace cleanup.
1072
4041ed77
DB
10732016-02-16 Don Breazeal <donb@codesourcery.com>
1074
1075 PR remote/19496
1076 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1077 Remove kfail for PR remote/19496.
1078
c4ef31bf
SM
10792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1080
1081 * lib/gdb.exp (standard_temp_file): Return a path specific to
1082 the runtest invocation.
1083
266b65b3
SM
10842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1085
1086 * gdb.trace/save-trace.exp: Change relative path to be in the
1087 standard output directory.
1088
a7a0a6a9
JK
10892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1090
1091 * gdb.arch/i386-prologue.c: Add missing prototypes.
1092
c99dbb42
JK
10932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1094
1095 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1096 * gdb.arch/i386-prologue.exp: Likewise.
1097 * gdb.arch/i386-size.exp: Likewise.
1098
aa480355
SM
10992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1100
1101 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1102 define object file path.
1103 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1104 file path.
1105 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1106 standard_output_file to define binfile.
1107
ba881f50
JK
11082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1109
1110 Fix compatibility with recent gfortran-5.3.1.
1111 * gdb.fortran/vla-history.exp (print vla1 allocated)
1112 (print vla2 allocated, print $2, print $3): Remove
1113 (print $4): Rename to ...
1114 (print $2): ... here.
1115 (print $9): Rename to ...
1116 (print $5): ... here.
1117 (print $10): Rename to ...
1118 (print $6): ... here.
1119 * gdb.fortran/vla.f90: Add pvla initialization.
1120
e9fb005c
JK
11212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1122
1123 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1124 New test.
1125 * gdb.fortran/vla-value-sub.exp: Likewise.
1126
e44e00ff
MK
11272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1128
1129 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1130
97e94151
SM
11312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1132
1133 * i386-biarch-core.exp: Define corefile using
1134 standard_output_file.
1135
01113bc1
YQ
11362016-02-12 Yao Qi <yao.qi@linaro.org>
1137
1138 * gdb.arch/arm-single-step-kernel-helper.c: New.
1139 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1140
33b4777c
MM
11412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1142
1143 * gdb.btrace/tailcall-only.exp: New.
1144 * gdb.btrace/tailcall-only.c: New.
1145 * gdb.btrace/x86_64-tailcall-only.S: New.
1146 * gdb.btrace/i686-tailcall-only.S: New.
1147
acc23c11
PA
11482016-02-11 Pedro Alves <palves@redhat.com>
1149
1150 * README (Parallel testing): Add missing double quotes.
1151
e352bf0a
PA
11522016-02-11 Pedro Alves <palves@redhat.com>
1153
1154 * README (Parallel testing): New section.
1155 (GDB_PARALLEL): Rewrite.
1156 (FORCE_PARALLEL): Document.
1157
9f5fed78
MK
11582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1159
1160 * gdb.trace/tfile-avx.c: New test.
1161 * gdb.trace/tfile-avx.exp: New test.
1162
9ef9e6a6
KS
11632016-02-09 Keith Seitz <keiths@redhat.com>
1164
1165 PR breakpoints/19546
1166 * gdb.base/infcall-exec.c: New file.
1167 * gdb.base/infcall-exec2.c: New file.
1168 * gdb.base/infcall-exec.exp: New file.
1169
a96e36da
KS
11702016-02-09 Keith Seitz <keiths@redhat.com>
1171
1172 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1173 (toplevel): Call test_bkpt_address.
1174
9f61929f
KS
11752016-02-09 Keith Seitz <keiths@redhat.com>
1176
1177 PR python/19506
1178 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1179 (toplevel): Call test_bkpt_address.
1180
1e94266c
SM
11812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1182
1183 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1184 to AC_OUTPUT.
1185 * configure: Regenerate.
1186
2a7f3dff
PA
11872016-02-09 Pedro Alves <palves@redhat.com>
1188
1189 PR breakpoints/19548
1190 * gdb.base/execl-update-breakpoints.c (some_function): New
1191 function.
1192 (main): Call it.
1193 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1194 Tighten expected GDB output.
1195
2151ccc5
SM
11962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1197
1198 * Makefile.in (ALL_SUBDIRS): Remove.
1199 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1200 (distclean maintainer-clean realclean): Likewise.
1201 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1202 * configure: Regenerate.
1203 * gdb.ada/Makefile.in: Delete.
1204 * gdb.arch/Makefile.in: Likewise.
1205 * gdb.asm/Makefile.in: Likewise.
1206 * gdb.base/Makefile.in: Likewise.
1207 * gdb.btrace/Makefile.in: Likewise.
1208 * gdb.cell/Makefile.in: Likewise.
1209 * gdb.compile/Makefile.in: Likewise.
1210 * gdb.cp/Makefile.in: Likewise.
1211 * gdb.disasm/Makefile.in: Likewise.
1212 * gdb.dlang/Makefile.in: Likewise.
1213 * gdb.dwarf2/Makefile.in: Likewise.
1214 * gdb.fortran/Makefile.in: Likewise.
1215 * gdb.gdb/Makefile.in: Likewise.
1216 * gdb.go/Makefile.in: Likewise.
1217 * gdb.guile/Makefile.in: Likewise.
1218 * gdb.java/Makefile.in: Likewise.
1219 * gdb.linespec/Makefile.in: Likewise.
1220 * gdb.mi/Makefile.in: Likewise.
1221 * gdb.modula2/Makefile.in: Likewise.
1222 * gdb.multi/Makefile.in: Likewise.
1223 * gdb.objc/Makefile.in: Likewise.
1224 * gdb.opencl/Makefile.in: Likewise.
1225 * gdb.opt/Makefile.in: Likewise.
1226 * gdb.pascal/Makefile.in: Likewise.
1227 * gdb.perf/Makefile.in: Likewise.
1228 * gdb.python/Makefile.in: Likewise.
1229 * gdb.reverse/Makefile.in: Likewise.
1230 * gdb.server/Makefile.in: Likewise.
1231 * gdb.stabs/Makefile.in: Likewise.
1232 * gdb.threads/Makefile.in: Likewise.
1233 * gdb.trace/Makefile.in: Likewise.
1234 * gdb.xml/Makefile.in: Likewise.
1235 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1236 GDB_PARALLEL.
1237 (standard_output_file): Remove check for GDB_PARALLEL, always
1238 return path in outputs/$subdir/$testname.
1239
437277d4
SM
12402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1241
1242 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1243 (site.exp): Assign abs_srcdir to tcl's srcdir.
1244
31d913c7
YQ
12452016-02-04 Yao Qi <yao.qi@linaro.org>
1246
1247 * gdb.base/foll-exec-mode.c: Include limits.h.
1248 (main): Add parameters argc and argv. Get directory from
1249 argv[0].
1250 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1251 compilation.
1252 * gdb.base/foll-exec.c: Include limits.h.
1253 (main): Add parameters argc and argv.
1254 Get directory from argv[0].
1255 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1256 Adjust tests on the number of lines as source code changed.
1257 * gdb.base/foll-vfork-exit.c: Include limits.h.
1258 (main): Add one line of statement before vfork.
1259 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1260 (main): Add parameters argc and argv. Get directory from
1261 argv[0].
1262 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1263 (setup_gdb): Set tbreak to skip some source lines.
1264 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1265 (main): Add parameters argc and argv. Get directory from
1266 argv[0].
1267 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1268 compilation.
1269 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1270 (main): Add parameters argc and argv. Get directory from
1271 argv[0].
1272 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1273 compilation.
1274
9482b9fb
DE
12752016-02-01 Doug Evans <dje@google.com>
1276
1277 * gdb.base/skip.exp: Clean up multiple references to same test name.
1278
6b2e4f10
PA
12792016-02-01 Pedro Alves <palves@redhat.com>
1280
ccb6afd6 1281 PR remote/19496
6b2e4f10
PA
1282 * gdb.threads/forking-threads-plus-breakpoint.exp
1283 (displaced_stepping_supported): New global.
1284 (probe_displaced_stepping_support): New procedure.
1285 (do_test): Add 'displaced' parameter, and use it.
1286 (top level): Check for displaced stepping support. Add displaced
1287 stepping on/off testing axis.
1288
37a8db1a
AB
12892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1292 pointer. Don't perform further tests on the unassociated pointer
1293 if the first test fails.
1294
5fdf6324
AB
12952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.base/max-value-size.c: New file.
1298 * gdb.base/max-value-size.exp: New file.
1299 * gdb.base/huge.exp: Disable max-value-size for this test.
1300
935c6144
IB
13012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1302
1303 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1304
7fe8399d
YQ
13052016-01-28 Yao Qi <yao.qi@linaro.org>
1306
1307 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1308
a2077e25
PA
13092016-01-25 Pedro Alves <palves@redhat.com>
1310
1311 PR threads/19461
1312 * gdb.base/fork-running-state.c: New file.
1313 * gdb.base/fork-running-state.exp: New file.
1314
1d2736d4
PA
13152016-01-25 Pedro Alves <palves@redhat.com>
1316
1317 PR gdb/19494
1318 * gdb.base/catch-fork-kill.c: New file.
1319 * gdb.base/catch-fork-kill.exp: New file.
1320
f1da4b11
PA
13212016-01-25 Pedro Alves <palves@redhat.com>
1322
1323 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1324 Delete, moved to lib/gdb.exp.
1325 * gdb.threads/forking-threads-plus-breakpoint.exp
1326 (foreach_with_prefix): Likewise.
1327 * gdb.threads/process-dies-while-handling-bp.exp
1328 (foreach_with_prefix): Likewise.
1329 * lib/gdb.exp (foreach_with_prefix): New procedure.
1330
45f38546
MK
13312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1332
1333 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1334 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1335
dc29a1ce
MK
13362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1337
1338 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1339 endian targets.
1340
092127d7
JK
13412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1342 Pedro Alves <palves@redhat.com>
1343
1344 Fix testsuite compatibility with Guile.
1345 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1346 number.
1347
31d765d3
JK
13482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 Fix testsuite compatibility with Guile.
1351 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1352 (thread 1): New test for backtrace through signal handler.
1353
1ac78c04
YQ
13542016-01-22 Yao Qi <yao.qi@linaro.org>
1355
1356 PR testsuite/19491
1357 * gdb.base/multi-forks.c: Include
1358 ../lib/unbuffer_output.c
1359 (main): Call gdb_unbuffer_output.
1360
4f5946a8
DE
13612016-01-21 Doug Evans <dje@google.com>
1362
1363 * lib/ada.exp (gdb_compile_ada): Fix typo.
1364
305e13e6
JB
13652016-01-21 Joel Brobecker <brobecker@adacore.com>
1366
1367 * gdb.base/break-fun-addr.exp: New file.
1368 * gdb.base/break-fun-addr1.c: New file.
1369 * gdb.base/break-fun-addr2.c: New file.
1370
5f5dfff6
SM
13712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1372
1373 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1374 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1375 enum flag values.
1376
fd356fa2
AA
13772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1378
1379 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1380 when GDB can not set the vector return value. Add more comments
1381 for clarification.
1382
9df22175
AT
13832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1384
1385 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1386 command.
1387
41d1845e
SM
13882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1389
1390 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1391
01ac6840
SM
13922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1393
1394 * Makefile.in (check-single): Pass --status to runtest.
1395 (check/%.exp): Likewise.
1396
13972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1398
1399 * Makefile.in (check-parallel): Propagate return code from make
1400 do-check-parallel.
1401
bd0a71fa
MK
14022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1403
1404 * gdb.trace/ftrace.exp: Fix expected message on continue.
1405 * gdb.trace/pending.exp: Fix expected message on continue.
1406 * gdb.trace/trace-break.exp: Fix expected message on continue.
1407
8bcbad33
SM
14082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1409
1410 * lib/gdb.exp (gdb_test): Remove unused global references.
1411
f303dbd6
PA
14122016-01-18 Pedro Alves <palves@redhat.com>
1413
1414 * gdb.base/async-shell.exp: Adjust expected output.
1415 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1416 * gdb.base/siginfo-thread.exp: Adjust expected output.
1417 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1418 * gdb.java/jnpe.exp: Adjust expected output.
1419 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1420 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1421 * gdb.threads/leader-exit.exp: Adjust expected output.
1422 * gdb.threads/manythreads.exp: Adjust expected output.
1423 * gdb.threads/pthreads.exp: Adjust expected output.
1424 * gdb.threads/schedlock.exp: Adjust expected output.
1425 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1426 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1427 expected output.
1428 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1429 output.
1430 * gdb.threads/sigthread.exp: Adjust expected output.
1431 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1432
b2789696
YQ
14332016-01-18 Yao Qi <yao.qi@linaro.org>
1434
1435 * gdb.guile/scm-section-script.c: Replace @progbits with
1436 %progbits.
1437 * gdb.python/py-section-script.c: Likewise.
1438
71ef29a8
PA
14392016-01-15 Pedro Alves <palves@redhat.com>
1440
1441 * gdb.multi/tids.exp: Test star wildcard ranges.
1442
3f5b7598
PA
14432016-01-15 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1446 command from "thread apply" invocation.
1447 (thr_apply_info_thr_invalid): Default the expected output to the
1448 input tid list.
1449 (top level): Add tests that use convenience variables. Add tests
1450 for "thread apply" with a valid TID list, but missing the command.
1451
663f6d42
PA
14522016-01-13 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/default.exp: Expect $_gthread as well.
1455 * gdb.multi/tids.exp: Test $_gthread.
1456 * gdb.threads/thread-specific.exp: Test $_gthread.
1457
c84f6bbf
PA
14582016-01-13 Pedro Alves <palves@redhat.com>
1459
1460 * gdb.multi/tids.exp: Test "info threads -gid".
1461
22a02324
PA
14622016-01-13 Pedro Alves <palves@redhat.com>
1463
1464 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1465 Breakpoint.thread.
1466 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1467
5d5658a1
PA
14682016-01-07 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.base/break.exp: Adjust to output changes.
1471 * gdb.base/hbreak2.exp: Likewise.
1472 * gdb.base/sepdebug.exp: Likewise.
1473 * gdb.base/watch_thread_num.exp: Likewise.
1474 * gdb.linespec/keywords.exp: Likewise.
1475 * gdb.multi/info-threads.exp: Likewise.
1476 * gdb.threads/thread-find.exp: Likewise.
1477 * gdb.multi/tids.c: New file.
1478 * gdb.multi/tids.exp: New file.
1479
84654457
PA
14802016-01-13 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1483
e3940304
PA
14842016-01-13 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/default.exp: Expect $_inferior as well.
1487 * gdb.multi/base.exp: Test $_inferior.
1488
a911d87a
PA
14892016-01-13 Pedro Alves <palves@redhat.com>
1490
1491 PR breakpoints/19388
1492 * gdb.base/catch-signal-siginfo-cond.c: New file.
1493 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1494
82075af2
JS
14952016-01-12 Josh Stone <jistone@redhat.com>
1496 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1497
1498 * gdb.base/catch-syscall.c (do_execve): New variable.
1499 (main): Conditionally trigger an execve.
1500 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1501 (test_catch_syscall_execve): New, check entry/return across execve.
1502 (do_syscall_tests): Call test_catch_syscall_execve.
1503
e46eeedd
PA
15042016-01-12 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/random-signal.exp (do_test): New procedure, with body
1507 of testcase moved in.
1508
01d8c27e
JK
15092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1510 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/funcargs.exp (finish from indirectly called function):
1513 Reintroduce the case for 'First'.
1514
9a706302
JK
15152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1516 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1519 (tcatch_vfork_then_child_follow_exec)
1520 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1521 identification.
1522
c0ecb95f
JK
15232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1526 and repeats to unlimited.
1527 * gdb.python/py-value.exp: Likewise.
1528 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1529 and repeats to unlimited.
1530
6cfc1fcb
JK
15312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1532
1533 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1534 and reordering the functions.
1535 * gdb.multi/hangout.c: Likewise.
1536 * gdb.multi/hello.c: Likewise.
1537
582a1b00
SM
15382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1539
1540 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1541 absolute.
1542 (SingleStatisticTestResult.report): Use dict.keys instead of
1543 dict.iterkeys.
1544
79bc59cb
PA
15452016-01-06 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1548
43368e1d
MM
15492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1550
1551 * gdb.btrace/dlopen.exp: New.
1552 * gdb.btrace/dlopen.c: New.
1553 * gdb.btrace/dlopen-dso.c: New.
1554
79fad5b8
SL
15552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1556
1557 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1558 PATTERN argument is optional.
1559
ab8314b3
JB
15602015-12-24 Joel Brobecker <brobecker@adacore.com>
1561
1562 * lib/ada.exp (target_compile_ada_from_dir): New function.
1563 (gdb_compile_ada): Reimplement avoiding the use of project files.
1564 * gdb.ada/gnat_ada.gpr: Delete.
1565 * gdb.ada/cond_lang.exp: Adjust test to make path before
1566 filename optional.
1567 * gdb.ada/small_reg_param.exp: Likewise.
1568
fe33faff
SM
15692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1570
1571 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1572
6d265cb4
TP
15732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1574
1575 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1576 case.
1577
10125099
SM
15782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1579
1580 * gdb.base/break.exp: Remove dead code.
1581 * gdb.base/sepdebug.exp: Likewise.
1582
3ca22649
SM
15832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1584
1585 * gdb.asm/asm-source.exp: Remove HP-UX references.
1586 * gdb.base/annota1.exp: Likewise.
1587 * gdb.base/annota3.exp: Likewise.
1588 * gdb.base/attach.exp: Likewise.
1589 * gdb.base/bigcore.exp: Likewise.
1590 * gdb.base/break.exp: Likewise.
1591 * gdb.base/call-ar-st.exp: Likewise.
1592 * gdb.base/callfuncs.exp: Likewise.
1593 * gdb.base/catch-fork-static.exp: Likewise.
1594 * gdb.base/display.exp: Likewise.
1595 * gdb.base/foll-exec-mode.exp: Likewise.
1596 * gdb.base/foll-exec.exp: Likewise.
1597 * gdb.base/foll-fork.exp: Likewise.
1598 * gdb.base/foll-vfork.exp: Likewise.
1599 * gdb.base/funcargs.exp: Likewise.
1600 * gdb.base/hbreak2.exp: Likewise.
1601 * gdb.base/inferior-died.exp: Likewise.
1602 * gdb.base/interrupt.exp: Likewise.
1603 * gdb.base/multi-forks.exp: Likewise.
1604 * gdb.base/nodebug.exp: Likewise.
1605 * gdb.base/sepdebug.exp: Likewise.
1606 * gdb.base/solib1.c: Likewise.
1607 * gdb.base/step-test.exp: Likewise.
1608 * gdb.mi/non-stop.c: Likewise.
1609 * gdb.mi/pthreads.c: Likewise.
1610 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1611 * gdb.threads/pthreads.c: Likewise.
1612 * gdb.threads/staticthreads.exp: Likewise.
1613 * lib/future.exp: Likewise.
1614 * lib/gdb.exp: Likewise.
1615 * gdb.base/so-indr-cl.c: Remove.
1616 * gdb.base/so-indr-cl.exp: Likewise.
1617 * gdb.base/solib.c: Likewise.
1618 * gdb.base/solib.exp: Likewise.
1619 * gdb.base/solib2.c: Likewise.
1620
b6304613
SM
16212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1622
1623 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1624 * gdb.base/call-ar-st.exp: Likewise.
1625 * gdb.base/callfuncs.exp: Likewise.
1626 * gdb.base/condbreak.exp: Likewise.
1627 * gdb.base/constvars.exp: Likewise.
1628 * gdb.base/hbreak2.exp: Likewise.
1629 * gdb.base/langs.exp: Likewise.
1630 * gdb.base/list.exp: Likewise.
1631 * gdb.base/long_long.exp: Likewise.
1632 * gdb.base/ptype.exp: Likewise.
1633 * gdb.base/scope.exp: Likewise.
1634 * gdb.base/signals.exp: Likewise.
1635 * gdb.base/so-impl-ld.exp: Likewise.
1636 * gdb.base/varargs.exp: Likewise.
1637 * gdb.base/volatile.exp: Likewise.
1638 * gdb.base/whatis.exp: Likewise.
1639 * gdb.cp/cplusfuncs.exp: Likewise.
1640 * gdb.cp/inherit.exp: Likewise.
1641 * gdb.cp/local.exp: Likewise.
1642 * gdb.cp/member-ptr.exp: Likewise.
1643 * gdb.cp/method.exp: Likewise.
1644 * gdb.cp/overload.exp: Likewise.
1645 * gdb.cp/templates.exp: Likewise.
1646 * gdb.stabs/weird.exp: Likewise.
1647 * lib/compiler.c: Likewise.
1648 * lib/compiler.cc: Likewise.
1649 * lib/cp-support.exp: Likewise.
1650 * lib/gdb.exp: Likewise.
1651
bf401b07
SM
16522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1653
1654 * configure.ac: Remove HP-UX case.
1655 * configure: Regenerate.
1656
aff9c0f8
SM
16572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1658
1659 * lib/gdb.exp (gdb_compile): Add function doc.
1660
a6904d5a
PA
16612015-12-17 Pedro Alves <palves@redhat.com>
1662
1663 PR threads/19354
1664 * gdb.multi/info-threads.exp: New file.
1665
a22279dd
YQ
16662015-12-15 Yao Qi <yao.qi@linaro.org>
1667
1668 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1669 is aarch64*-*-*.
1670
0588c796
SL
16712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1672
1673 * gdb.base/history-duplicates.exp: Skip if no readline support.
1674
5d978e17
SL
16752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1676
1677 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1678
7e763b86
SL
16792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1680
1681 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1682
87a3a92c
SL
16832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1684
1685 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1686 ctrl-C if nointerrupts target property is set.
1687 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1688 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1689 * gdb.base/paginate-bg-execution.exp: Likewise.
1690 * gdb.base/paginate-execution-startup.exp: Likewise.
1691 * gdb.base/random-signal.exp: Likewise.
1692 * gdb.base/range-stepping.exp: Likewise.
1693 * gdb.cp/annota2.exp: Likewise.
1694 * gdb.cp/annota3.exp: Likewise.
1695 * gdb.gdb/selftest.exp: Likewise.
1696 * gdb.threads/continue-pending-status.exp: Likewise.
1697 * gdb.threads/leader-exit.exp: Likewise.
1698 * gdb.threads/manythreads.exp: Likewise.
1699 * gdb.threads/pthreads.exp: Likewise.
1700 * gdb.threads/schedlock.exp: Likewise.
1701 * gdb.threads/sigthread.exp: Likewise.
1702
a8f077dc
DB
17032015-12-11 Don Breazeal <donb@codesourcery.com>
1704
1705 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1706 remote.
1707 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1708 * gdb.base/foll-exec.exp (main): Enable for target remote.
1709 * gdb.base/foll-fork.exp (main): Likewise.
1710 * gdb.base/foll-vfork.exp (main): Likewise.
1711 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1712 (proc continue_to_exit_bp_loc): Use clean_restart.
1713 * gdb.base/pie-execl.exp (main): Disable for target remote.
1714 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1715 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1716 * gdb.threads/execl.exp (main): Likewise.
1717 * gdb.threads/fork-child-threads.exp (main): Likewise.
1718 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1719 remote.
1720 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1721 remote.
1722 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1723 pid.tid style ptids, instead of just tid.
1724 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1725 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1726 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1727 ptids, instead of just tid.
1728
3b2464a8
AB
17292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * gdb.base/list.exp (test_list_forward): Add end of file error
1732 test.
1733 (test_repeat_list_command): Add end of file error test.
1734 (test_list_backwards): Add beginning of file error test.
1735
a0def019
AB
17362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * gdb.base/list.exp (test_list_invalid_args): New function,
1739 defined, and called.
1740
5c000dff
AB
17412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1742
1743 * gdb.base/list.exp (test_list): Make test names unique.
1744
f1637ebe
YQ
17452015-12-11 Yao Qi <yao.qi@linaro.org>
1746
1747 * gdb.base/coremaker2.c: Remove.
1748
36d6fc0a
PA
17492015-12-10 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.multi/base.exp: Remove stale "spaces" references.
1752
762f7747
PA
17532015-12-10 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.multi/base.exp: Don't use nowarnings.
1756 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1757 * gdb.multi/hangout.c: Include stdio.h.
1758 * gdb.multi/hello.c: Include stdlib.h.
1759 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1760 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1761 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1762
28d2bfb9
AB
17632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.dwarf2/dw2-ranges-base.c: New file.
1766 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1767 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1768 support additional line table, and debug ranges generation.
1769 (Dwarf::ranges): New function, generate .debug_ranges.
1770 (Dwarf::lines): Support generating simple line table programs.
1771 (Dwarf::assemble): Initialise new namespace variables.
1772
5fc2beac
KB
17732015-12-09 Kevin Buettner <kevinb@redhat.com>
1774
1775 * gdb.base/async.exp (proc test_background): Add case for
1776 asynchronous execution not supported.
1777
1c35a88f
LM
17782015-12-09 Luis Machado <lgustavo@codesourcery.com>
1779
1780 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1781 format and change test names to make them unique.
1782
b593e3d9
RK
17832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1784 Pedro Alves <pedro@redhat.com>
1785
1786 PR gdb/18702
1787 Add checking of floatformats setup on x86_64 hosts.
1788 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1789 (smallval, bigval): New labels/constants.
1790 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1791 float" after loading bigval and smallval.
1792
d72413e6
PMR
17932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1794
1795 * gdb.ada/fun_overload_menu.exp: New testcase.
1796 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1797
ece66d65
JS
17982015-12-04 Josh Stone <jistone@redhat.com>
1799
1800 * gdb.base/catch-fork-static.exp: New.
1801
41d0efca
YQ
18022015-12-03 Yao Qi <yao.qi@linaro.org>
1803
1804 * gdb.base/sizeof.c: Don't include stdio.h and
1805 ../lib/unbuffer_output.c.
1806 (main): New variable 'size' and 'value'. Remove printf and
1807 gdb_unbuffer_output. Assign return value to size and value.
1808 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1809 at the beginning.
1810 (check_sizeof): Check the result by printing variable 'size'.
1811 (check_valueof): Check the result by printing variable 'value'.
1812
99fd02d9
YQ
18132015-12-01 Yao Qi <yao.qi@linaro.org>
1814
1815 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1816 for aarch64*-*-linux* target.
1817
f2faf941
PA
18182015-11-30 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1821
04bf20c5
PA
18222015-11-30 Pedro Alves <palves@redhat.com>
1823
1824 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1825 Handle non-stop mode vCont replies.
1826
09df4675
PA
18272015-11-30 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1830 prepare_for_testing. Start gdb with "set non-stop on" appended to
1831 GDBFLAGS. Lax expected stop output.
1832
58b584af
YQ
18332015-11-27 Yao Qi <yao.qi@linaro.org>
1834
1835 * gdb.arch/arm-neon.exp: New.
1836 * gdb.arch/arm-neon.c: New.
1837
dfcb77a8
YQ
18382015-11-27 Yao Qi <yao.qi@linaro.org>
1839
1840 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1841
88e8ec1b
YQ
18422015-11-27 Yao Qi <yao.qi@linaro.org>
1843
1844 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1845 frames-invalid annotation.
1846
bfde72c2
YQ
18472015-11-27 Yao Qi <yao.qi@linaro.org>
1848
1849 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1850
f6512a69
SM
18512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1852
1853 * gdb.threads/names.exp: New file.
1854 * gdb.threads/names.c: New file.
1855 * README: Mention gdb,no_thread_names.
1856
46a3515b
MM
18572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1858
1859 PR 19297
1860 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1861 support" error.
1862
62147a22
PA
18632015-11-24 Pedro Alves <palves@redhat.com>
1864
1865 PR 17539
1866 * gdb.base/display.exp: Expect displays to be sorted in ascending
1867 order. Use multi_line.
1868 * gdb.base/solib-display.exp: Likewise.
1869
2f341b6e
PA
18702015-11-24 Pedro Alves <palves@redhat.com>
1871
1872 PR 17539
1873 * gdb.base/display.exp: Expect displays to be sorted in ascending
1874 order. Use multi_line.
1875 * gdb.base/solib-display.exp: Likewise.
1876
7e0aa6aa
PA
18772015-11-24 Pedro Alves <palves@redhat.com>
1878
1879 PR 17539
1880 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1881 threads in ascending order.
1882 * gdb.base/foll-fork.exp: Likewise.
1883 * gdb.base/foll-vfork.exp: Likewise.
1884 * gdb.base/multi-forks.exp: Likewise.
1885 * gdb.mi/mi-nonstop.exp: Likewise.
1886 * gdb.mi/mi-nsintrall.exp: Likewise.
1887 * gdb.multi/base.exp: Likewise.
1888 * gdb.multi/multi-arch.exp: Likewise.
1889 * gdb.python/py-inferior.exp: Likewise.
1890 * gdb.threads/break-while-running.exp: Likewise.
1891 * gdb.threads/execl.exp: Likewise.
1892 * gdb.threads/gcore-thread.exp: Likewise.
1893 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1894 * gdb.threads/kill.exp: Likewise.
1895 * gdb.threads/linux-dp.exp: Likewise.
1896 * gdb.threads/multiple-step-overs.exp: Likewise.
1897 * gdb.threads/next-bp-other-thread.exp: Likewise.
1898 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1899 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1900 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1901 * gdb.threads/thread-find.exp: Likewise.
1902 * gdb.threads/tls.exp: Likewise.
1903 * lib/mi-support.exp (mi_reverse_list): Delete.
1904 (mi_check_thread_states): No longer reverse list.
1905
2cc57ad8
PA
19062015-11-24 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1909 use lowercase.
1910
c93e8391
SM
19112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1912
1913 * gdb.trace/actions.c: Include trace-common.h.
1914 (main): Add a location for a fast tracepoint.
1915 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1916 the normal tracepoints.
1917 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1918
045ccf91
SM
19192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1920
1921 * save-trace.exp: Factor out code to these...
1922 (gdb_save_tracepoints): New.
1923 (gdb_load_tracepoints): New.
1924 (do_save_load_test): New.
1925
5506f9f6
KB
19262015-11-23 Kevin Buettner <kevinb@redhat.com>
1927
1928 * gdb.base/asmlabel.exp: New test.
1929 * gdb.base/asmlabel.c: New test case.
1930
16c3b12f
JB
19312015-11-23 Joel Brobecker <brobecker@adacore.com>
1932
1933 * gdb.base/wrong_frame_bt_full-main.c: New file.
1934 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1935 * gdb.base/wrong_frame_bt_full.exp: New file.
1936
155bfbd3
JB
19372015-11-23 Joel Brobecker <brobecker@adacore.com>
1938
1939 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1940
bb097445
JM
19412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1942
206853a0 1943 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
1944 pstate register when comparing registers values in
1945 sparc64-*-linux-gnu targets to avoid spurious differences.
1946
9c88ed8f
JM
19472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1948
206853a0 1949 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 1950
96161e25
SL
19512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1952
1953 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1954 as type argument to gdb_compile.
1955 * gdb.base/nested-subp2.exp: Likewise.
1956 * gdb.base/nested-subp3.exp: Likewise.
1957
340c2830
DV
19582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1959
1960 * lib/dwarf.exp (_note): Fix left shift of negative value.
1961 * gdb.trace/trace-condition.exp: Likewise.
1962
c1862d0f
YQ
19632015-11-13 Yao Qi <yao.qi@linaro.org>
1964
1965 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1966 comments about d10v.
1967 (test_scalar_returns): Likewise.
1968 * gdb.base/d10v.ld: Remove.
1969 * gdb.base/overlays.exp: Remove the target triplet checking for
1970 d10v-*-*.
1971 * gdb.base/structs.exp (test_struct_returns): Remove the
1972 comments about d10v.
1973 (test_struct_calls): Likewise.
1974
77ae9c19
YQ
19752015-11-13 Yao Qi <yao.qi@linaro.org>
1976
1977 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1978 * gdb.base/gnu_vector.c: Don't include stdio.h.
1979 (main): Don't print res and call add_some_intvecs.
1980
430e004e
MK
19812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1982
1983 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1984 macro.
1985 (func5): Removed.
1986 (func4): Use FAST_TRACEPOINT_LABEL.
1987 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1988 macro.
1989 (func): Removed.
1990 (thread_function): Use FAST_TRACEPOINT_LABEL.
1991 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1992 (func): Remove.
1993 (marker): Use FAST_TRACEPOINT_LABEL.
1994 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1995 (pendfunc1): Remove.
1996 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1997 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1998 (foo): Remove.
1999 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2000 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2001 macro.
2002 (func): Remove.
2003 (marker): Use FAST_TRACEPOINT_LABEL.
2004 * gdb.trace/trace-common.h: New header.
2005 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2006 macro.
2007 (func): Remove.
2008 (marker): Use FAST_TRACEPOINT_LABEL.
2009 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2010 (func): Remove.
2011 (thread_function): Use FAST_TRACEPOINT_LABEL.
2012
6e7675a7
MK
20132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2014
2015 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2016 in front.
2017 * gdb.trace/change-loc.exp: Use global pcreg definition.
2018 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2019 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2020 in front.
2021 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2022 * gdb.trace/pending.exp: Likewise.
2023 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2024 * gdb.trace/trace-break.exp: Likewise.
2025 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2026 in front.
2027 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2028 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2029 in front.
2030 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2031
dddc0e16
JB
20322015-11-09 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.ada/fin_fun_out: New testcase.
2035
c6f0b406
KB
20362015-11-07 Kevin Buettner <kevinb@redhat.com>
2037
2038 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2039 value associated with DW_AT_byte_size.
2040 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2041 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2042 DW_AT_upper_bound.
2043
f01dcfd9
KB
20442015-11-07 Kevin Buettner <kevinb@redhat.com>
2045
2046 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2047 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2048 version.
2049 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2050 gdb.dwarf2/dw2-canonicalize-type.exp,
2051 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2052 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2053 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2054 provided by gdb_target_symbol_prefix_flags_asm.
2055 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2056 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2057 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2058 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2059 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2060 macros where needed). Use this macro for symbols which require
2061 the prefix provided by SYMBOL_PREFIX.
2062
2223449a
KB
20632015-11-05 Kevin Buettner <kevinb@redhat.com>
2064
2065 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2066 New procs.
2067 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2068 representing expressions, of more than one list element.
2069 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2070 to prepend linker symbol prefix to f.
2071 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2072 table_1 and table_2.
2073 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2074 Likewise, for f and g.
2075 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2076 for ptr.
2077 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2078 for main.
2079 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2080 table_1_ptr and table_2_ptr.
2081
6f2f1a3a
JK
20822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2083 Joel Brobecker <brobecker@adacore.com>
2084
2085 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2086
566c56c9
MK
20872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2088
2089 * gdb.reverse/s390-mvcle.c: New test.
2090 * gdb.reverse/s390-mvcle.exp: New file.
2091 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2092
d5f0636b
MK
20932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2094
2095 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2096
7ad8b86c
MK
20972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2098
2099 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2100 reaching marker2.
2101 * gdb.reverse/getresuid-reverse.exp: Likewise.
2102 * gdb.reverse/pipe-reverse.exp: Likewise.
2103 * gdb.reverse/readv-reverse.exp: Likewise.
2104 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2105 * gdb.reverse/time-reverse.exp: Likewise.
2106 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2107
4081c0f1
YQ
21082015-10-30 Yao Qi <yao.qi@linaro.org>
2109
2110 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2111 (empty_cycle): Remove.
2112 (main): Don't call empty_cycle. Don't use watch_count_done.
2113 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2114 empty_cycle. Rewrite the code counting HW watchpoints.
2115
452b4ba5
MK
21162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2117
2118 * gdb.reverse/fstatat-reverse.c: New test.
2119 * gdb.reverse/fstatat-reverse.exp: New file.
2120 * gdb.reverse/getresuid-reverse.c: New test.
2121 * gdb.reverse/getresuid-reverse.exp: New file.
2122 * gdb.reverse/pipe-reverse.c: New test.
2123 * gdb.reverse/pipe-reverse.exp: New file.
2124 * gdb.reverse/readv-reverse.c: New test.
2125 * gdb.reverse/readv-reverse.exp: New file.
2126 * gdb.reverse/recvmsg-reverse.c: New test.
2127 * gdb.reverse/recvmsg-reverse.exp: New file.
2128 * gdb.reverse/time-reverse.c: New test.
2129 * gdb.reverse/time-reverse.exp: New file.
2130 * gdb.reverse/waitpid-reverse.c: New test.
2131 * gdb.reverse/waitpid-reverse.exp: New file.
2132
5e2e7507
JK
21332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2134
2135 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2136
0fde2c53
DE
21372015-10-26 Doug Evans <dje@google.com>
2138
2139 PR symtab/17391
2140 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2141 * gdb.dwarf2/bad-regnum.c: New file.
2142 * gdb.dwarf2/bad-regnum.exp: New file.
2143
1a70ae97
DE
21442015-10-26 Doug Evans <dje@google.com>
2145
2146 PR python/18938
2147 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2148 file.
2149
27dc26ab
JK
21502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2153 for a change by "Mention language in compile error message".
2154
bed91f4d
SM
21552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2156
2157 PR python/18073
2158 * gdb.python/py-type.c (C::a_method): New.
2159 (C::a_const_method): New.
2160 (C::a_static_method): New.
2161 (a_function): New.
2162 * gdb.python/py-type.exp (test_fields): Test getting fields
2163 from function and method.
2164
3f2f83dd
KB
21652015-10-21 Keven Boell <keven.boell@intel.com>
2166
2167 * gdb.fortran/vla-alloc-assoc.exp: New file.
2168 * gdb.fortran/vla-datatypes.exp: New file.
2169 * gdb.fortran/vla-datatypes.f90: New file.
2170 * gdb.fortran/vla-history.exp: New file.
2171 * gdb.fortran/vla-ptype-sub.exp: New file.
2172 * gdb.fortran/vla-ptype.exp: New file.
2173 * gdb.fortran/vla-sizeof.exp: New file.
2174 * gdb.fortran/vla-sub.f90: New file.
2175 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2176 * gdb.fortran/vla-value-sub-finish.exp: New file.
2177 * gdb.fortran/vla-value-sub.exp: New file.
2178 * gdb.fortran/vla-value.exp: New file.
2179 * gdb.fortran/vla-ptr-info.exp: New file.
2180 * gdb.mi/mi-vla-fortran.exp: New file.
2181 * gdb.mi/vla.f90: New file.
2182
27145d50
SL
21832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2184
2185 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2186 of hardwired timeout value.
2187
5f3ff4f8
JK
21882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2189 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2192 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2193
bfd09d20
JS
21942015-10-19 Josh Stone <jistone@redhat.com>
2195
2196 * gdb.base/catch-syscall.c: Include <sched.h>.
2197 (unknown_syscall): New variable.
2198 (main): Trigger a vfork and an unknown syscall.
2199 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2200 (unknown_syscall_number): Likewise.
2201 (check_call_to_syscall): Accept an optional syscall pattern.
2202 (check_return_from_syscall): Likewise.
2203 (check_continue): Likewise.
2204 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2205 (test_catch_syscall_skipping_return): New test toggling off 'catch
2206 syscall' to step over the syscall return, then toggling back on.
2207 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2208 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2209 (do_syscall_tests): Call test_catch_syscall_without_args and
2210 test_catch_syscall_mid_vfork.
2211 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2212 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2213
b32b93c6
AS
22142015-10-19 Andrew Stubbs <ams@codesourcery.com>
2215
2216 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2217 print g_vE): Add new pass patterns.
2218 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2219 print various symbol names for vptr fields.
2220
9d622bda
AB
22212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2224 results.
2225
0fd8ac1c
YQ
22262015-10-12 Yao Qi <yao.qi@linaro.org>
2227
2228 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2229
34240514
YQ
22302015-10-12 Yao Qi <yao.qi@linaro.org>
2231
2232 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2233 is aarch64*-*-linux*.
2234
8240f442
YQ
22352015-10-12 Yao Qi <yao.qi@linaro.org>
2236
2237 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2238 (can_relocate_bcond_true): ... it.
2239 (can_relocate_bcond_false): New function.
2240 (foo): Likewise.
2241 (can_relocate_bl): Likewise.
2242 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2243 can_relocate_bl.
2244
2520f728
PMR
22452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2246
2247 * gdb.base/nested-addr.c: New file.
2248 * gdb.base/nested-addr.exp: New testcase.
2249
abcef95a
MM
22502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2251
2252 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2253 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2254 its output. Ignore the output of "record goto begin" and instead
2255 check that GDB is replaying.
2256
145e3ddb
PA
22572015-10-09 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2260 (top level): Use it in the run with no args test.
2261
d5d8c4e1
IB
22622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2263
2264 * gdb.dlang/properties.exp: New file.
2265
06e635ef
SL
22662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2267
2268 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2269 whether or not address 0x1000 is mapped on the target.
2270
e019fd1d
SM
22712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2272
2273 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2274 build.
2275
77ba2a67
MM
22762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2277
2278 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2279 instruction-history test.
2280
c60eb31f
DE
22812015-09-28 Doug Evans <dje@google.com>
2282
2283 * gdb.base/gcore.c (array_func): Add reference to static_array.
2284
9a3c8263
SM
22852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2286
2287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2288 source line.
2289
9720e656
SL
22902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2291
2292 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2293 short or char as base type.
2294
938d3bf2
SL
22952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2296
2297 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2298 to allow any size enum.
2299
e6c2c623
PMR
23002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2301
2302 * gdb.ada/array_ptr_renaming.exp: New testcase.
2303 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2304 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2305
06da0f77
PL
23062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2307
2308 * gdb.trace/ftrace-lock.c: New file.
2309 * gdb.trace/ftrace-lock.exp: New file.
2310
4f51c22a
PL
23112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2312
2313 * gdb.arch/insn-reloc.c: New file.
2314 * gdb.arch/ftrace-insn-reloc.exp: New file.
2315
7041adf4
PL
23162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2317
2318 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2319 instruction.
2320 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2321 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2322 * gdb.trace/range-stepping.c: Likewise.
2323 * gdb.trace/trace-break.c: Likewise.
2324 * gdb.trace/trace-mt.c (thread_function): Likewise.
2325 * gdb.trace/ftrace.c (marker): Likewise.
2326 * gdb.trace/trace-condition.c (marker): Likewise.
2327 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2328 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2329 is_aarch64_target.
2330
015d2e7e
DE
23312015-09-18 Doug Evans <xdje42@gmail.com>
2332
2333 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2334 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2335
26b188a2
SL
23362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2337
2338 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2339 the breakpoint.
2340
79dc332b
SL
23412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2342
2343 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2344 the pending breakpoint. Remove timeout override for "Run till
2345 MI pending breakpoint on pendfunc3 on thread 2" test.
2346
f57929f2
SL
23472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2348
2349 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2350 filename pattern.
2351
3f469b17
SL
23522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2353
2354 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2355 in breakpoint filename pattern.
2356
515b89b3
SL
23572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2358
7800dbe4
SL
2359 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2360
23612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2362
515b89b3
SL
2363 * gdb.linespec/explicit.exp: Check for readline support for
2364 tab-completion tests. Fix obvious typo.
2365
d2939ba2
MM
23662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2367
2368 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2369 and replay.
2370
cbb55fa7
MM
23712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2372
2373 * gdb.btrace/non-stop.c: New.
2374 * gdb.btrace/non-stop.exp: New.
2375
43691ca1
PL
23762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2377 Yao Qi <yao.qi@linaro.org>
2378
2379 * gdb.trace/trace-condition.c: New file.
2380 * gdb.trace/trace-condition.exp: New file.
2381
d78908cf
WW
23822015-09-16 Wei-cheng Wang <cole945@gmail.com>
2383
2384 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2385 for testing bytecode compilation.
2386
1ed415e2
PA
23872015-09-16 Pedro Alves <palves@redhat.com>
2388 Sandra Loosemore <sandra@codesourcery.com>
2389
2390 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2391 (SECONDS): Redefine.
2392 (main): Call pthread_kill and alarm early.
2393 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2394 support.
2395 (test): If the target can't hardware step and doesn't support
2396 displaced stepping, increase the timeout.
2397
d136eff5
PA
23982015-09-16 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2401 (enable_debug): New procedures.
2402 (test): Use them. Bail out if waiting for threads fails.
2403 (top level): Bail out if a test fails.
2404
991f019c
YQ
24052015-09-16 Yao Qi <yao.qi@linaro.org>
2406
2407 * gdb.asm/asm-source.exp: Set asm-arch for
2408 aarch64*-*-* target.
2409 * gdb.asm/aarch64.inc: New file.
2410
bfca584f
PMR
24112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2412
2413 * gdb.ada/array_of_variable_length.exp: New testcase.
2414 * gdb.ada/array_of_variable_length/foo.adb: New file.
2415 * gdb.ada/array_of_variable_length/pck.adb: New file.
2416 * gdb.ada/array_of_variable_length/pck.ads: New file.
2417
b326e587
DE
24182015-09-15 Doug Evans <dje@google.com>
2419
2420 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2421 of function static local variable.
2422
5382cfab
PW
24232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2424
2425 * gdb.threads/tls-so_extern.exp: New test file.
2426 * gdb.threads/tls-so_extern.c: New test file.
2427 * gdb.threads/tls-so_extern_main.c: New test file.
2428
141c5cc4
JK
24292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 * gdb.opt/solib-intra-step-lib.c: New file.
2432 * gdb.opt/solib-intra-step-main.c: New file.
2433 * gdb.opt/solib-intra-step.exp: New file.
2434
d15dcecd
PA
24352015-09-15 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2438 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2439
4c2f2a79
PA
24402015-09-14 Pedro Alves <palves@redhat.com>
2441
2442 * gdb.base/hook-stop-continue.c: Delete.
2443 * gdb.base/hook-stop-continue.exp: Delete.
2444 * gdb.base/hook-stop-frame.c: Delete.
2445 * gdb.base/hook-stop-frame.exp: Delete.
2446 * gdb.base/hook-stop.c: New file.
2447 * gdb.base/hook-stop.exp: New file.
2448
919e6dbe
PMR
24492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2450
2451 * gdb.ada/access_to_packed_array.exp: New testcase.
2452 * gdb.ada/access_to_packed_array/foo.adb: New file.
2453 * gdb.ada/access_to_packed_array/pack.adb: New file.
2454 * gdb.ada/access_to_packed_array/pack.ads: New file.
2455
157280a4
MM
24562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2457
2458 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2459 buffer size test.
2460
2fd33e94
DB
24612015-09-11 Don Breazeal <donb@codesourcery.com>
2462
2463 * gdb.base/foll-exec.c: Add copyright header. Fix
2464 formatting issues.
2465 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2466 (do_exec_tests): Use clean_restart in place of zap_session,
2467 and for test initialization. Fix formatting issues. Use
2468 fail in place of perror.
2469 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2470 an expect statement to match an expression with output from
2471 the program under debug.
2472 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2473 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2474 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2475 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2476 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2477
e70b6e8e
DE
24782015-09-09 Doug Evans <dje@google.com>
2479
2480 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2481
7a551a51
DE
24822015-09-09 Doug Evans <dje@google.com>
2483
2484 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2485
4c666f84
DE
24862015-09-09 Doug Evans <dje@google.com>
2487
2488 * gdb.base/savedregs.exp: Fix typo.
2489
243a9253
PA
24902015-09-09 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2493
c0fa8fbd
SL
24942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2495
2496 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2497 command actually switches threads. Give up on remaining
2498 tests if target fails to stop at breakpoint.
2499
cd7c1778
PMR
25002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2501
2502 * gdb.ada/funcall_char.exp: New testcase.
2503 * gdb.ada/funcall_char/foo.adb: New file.
2504
dc5c8746
PMR
25052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2506
2507 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2508 expected outputs. Add two testcases for completing ambiguous
2509 functions.
2510 * gdb.ada/complete/aux_pck.adb: New file.
2511 * gdb.ada/complete/aux_pck.ads: New file.
2512 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2513 Ambiguous_Func functions.
2514 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2515 * gdb.ada/complete/pck.adb: Likewise.
2516
4e83a1e7
UW
25172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2518
2519 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2520 failures to run the test program under GDB.
2521
8ce74153
LM
25222015-08-26 Luis Machado <lgustavo@codesourcery.com>
2523
2524 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2525 to C.
2526
e9756d52
PP
25272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2528
2529 * gdb.base/run-after-attach.exp: New test file.
2530 * gdb.base/run-after-attach.c: New test file.
2531
8d37573b
DB
25322015-08-26 Don Breazeal <donb@codesourcery.com>
2533
2534 * gdb.base/foll-exec-2.c: New test program.
2535 * gdb.base/foll-exec-2.exp: New test.
2536
63e43d3a
PMR
25372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2538
2539 * gdb.base/nested-subp1.exp: New file.
2540 * gdb.base/nested-subp1.c: New file.
2541 * gdb.base/nested-subp2.exp: New file.
2542 * gdb.base/nested-subp2.c: New file.
2543 * gdb.base/nested-subp3.exp: New file.
2544 * gdb.base/nested-subp3.c: New file.
2545
3d40fbb5
PA
25462015-08-24 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.server/connect-without-multi-process.c: New file.
2549 * gdb.server/connect-without-multi-process.exp: New file.
2550
4422ac93
LM
25512015-08-24 Luis Machado <lgustavo@codesourcery.com>
2552
2553 * gdb.opt/inline-markers.c: Make z int.
2554
91dddb86
LM
25552015-08-24 Luis Machado <lgustavo@codesourcery.com>
2556
2557 * gdb.opt/inline-markers.c: Make z volatile.
2558
a48847ee
LM
25592015-08-24 Luis Machado <lgustavo@codesourcery.com>
2560
2561 * gdb.opt/inline-bt.c: New volatile global z.
2562 * gdb.opt/inline-cmds.c: Likewise.
2563 * gdb.opt/inline-locals.c: Likewise.
2564 * gdb.opt/inline-markers.c: New extern global z.
2565 (marker): Use z.
2566 (inline_fn): Likewise.
2567
0ebbc52b
PA
25682015-08-24 Pedro Alves <palves@redhat.com>
2569
2570 * config/m32r-stub.exp: Remove file.
2571 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2572 * gdb.base/call-rt-st.exp: Likewise.
2573 * gdb.base/call-strs.exp: Likewise.
2574 * gdb.base/default.exp: Remove references to h8300-*-hms and
2575 *-*-udi*.
2576 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2577
77c365df
AA
25782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2579
2580 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2581 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2582 and "return" use KFAIL when GDB can not read/write the vector
2583 return value.
2584
4313b8c0
GB
25852015-08-21 Gary Benson <gbenson@redhat.com>
2586
2587 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2588
0e433b32
PA
25892015-08-20 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.server/solib-list.exp: No longer expect an interior stop in
2592 non-stop mode.
2593
221e1a37
PA
25942015-08-20 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.server/connect-stopped-target.c: New file.
2597 * gdb.server/connect-stopped-target.exp: New file.
2598
40e3ad0e
PA
25992015-08-20 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.dwarf2/comp-unit-lang.exp: New file.
2602 * gdb.dwarf2/comp-unit-lang.c: New file.
2603
af39b327
PMR
26042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2605
2606 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2607 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2608
7d45c7c3 26092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2610
7d45c7c3
KB
2611 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2612 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2613
4d6cceb4
DE
26142015-08-18 Doug Evans <dje@google.com>
2615 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2616
2617 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2618 skip_python_tests. New arg prompt_regexp.
2619 (skip_python_tests): New function.
2620 * lib/mi-support.exp (mi_skip_python_tests): New function.
2621 * gdb.python/py-mi-objfile-gdb.py: New file.
2622 * gdb.python/py-mi-objfile.c: New file.
2623 * gdb.python/py-mi-objfile.exp: New file.
2624
ad89c2aa
KS
26252015-08-17 Keith Seitz <keiths@redhat.com>
2626
2627 * gdb.linespec/explicit.exp: Move strace test from here ...
2628 * gdb.trace/strace.exp: ... to here.
2629
e3ae3c43
PP
26302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2631
2632 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2633 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2634
604b2636
DE
26352015-08-14 Doug Evans <xdje42@gmail.com>
2636
2637 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2638 inferior before selecting a new file.
2639
6ff0ba5f
DE
26402015-08-14 Doug Evans <xdje42@gmail.com>
2641
2642 * gdb.mi/mi-disassemble.exp: Update.
2643 * gdb.base/disasm-optim.S: New file.
2644 * gdb.base/disasm-optim.c: New file.
2645 * gdb.base/disasm-optim.h: New file.
2646 * gdb.base/disasm-optim.exp: New file.
2647
9ca98f92
KS
26482015-08-14 Keith Seitz <keiths@redhat.com>
2649
2650 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2651 "evaluated-by".
2652
52bbc560
JB
26532015-08-13 Joel Brobecker <brobecker@adacore.com>
2654
2655 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2656
5d8c3ed3
PMR
26572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2658
2659 * gdb.ada/fun_renaming.exp: New testcase.
2660 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2661 * gdb.ada/fun_renaming/pack.adb: New file.
2662 * gdb.ada/fun_renaming/pack.ads: New file.
2663
ea8812bc
KS
26642015-08-12 Keith Seitz <keiths@redhat.com>
2665
2666 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2667 gdb_get_line_number.
2668
4dafcdeb
JB
26692015-08-12 Joel Brobecker <brobecker@adacore.com>
2670
2671 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2672 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2673 gdb.base/dso2dso.exp: New files.
2674
5ba32597
SDJ
26752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2676 Pedro Alves <palves@redhat.com>
2677 Keith Seitz <keiths@redhat.com>
2678
2679 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2680 GDBFLAGS.
2681
b6dafabf
PP
26822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2683
2684 * gdb.base/gdbhistsize-history.exp
2685 (test_histsize_history_setting): Use save_vars.
2686 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2687 Use save_vars.
2688 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2689 * gdb.base/readline.exp: Use save_vars.
2690
abe8e607
PP
26912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2692
2693 * lib/gdb.exp (save_vars): New proc.
2694
629500fa
KS
26952015-08-11 Keith Seitz <keiths@redhat.com>
2696
2697 * gdb.base/help.exp: Update help_breakpoint_text.
2698
eb8c4e2e
KS
26992015-08-11 Keith Seitz <keiths@redhat.com>
2700
2701 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2702 (at toplevel): Call test_explicit_breakpoints.
2703 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2704 breakpoints.
2705 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2706 breakpoint conditions, "-cond".
2707
87f0e720
KS
27082015-08-11 Keith Seitz <keiths@redhat.com>
2709
2710 * gdb.linespec/3explicit.c: New file.
2711 * gdb.linespec/cpexplicit.cc: New file.
2712 * gdb.linespec/cpexplicit.exp: New file.
2713 * gdb.linespec/explicit.c: New file.
2714 * gdb.linespec/explicit.exp: New file.
2715 * gdb.linespec/explicit2.c: New file.
2716 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2717 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2718 before using in the matching pattern.
2719 Clarify that `prefix' is a regular expression.
2720
f00aae0f
KS
27212015-08-11 Keith Seitz <keiths@redhat.com>
2722
2723 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2724 test.
2725 Add tests for missing ",FMT" and ",".
2726
e27852be
DE
27272015-08-10 Doug Evans <dje@google.com>
2728 Keith Seitz <keiths@redhat.com>
2729
2730 PR gdb/17960
2731 * gdb.base/completion.exp: Add location completer tests.
2732
7f03bd92
PA
27332015-08-07 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2736 tests here.
2737 (top level): Run do_test with and without displaced stepping.
2738
3fc8eb30
PA
27392015-08-07 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.base/valgrind-disp-step.c: New file.
2742 * gdb.base/valgrind-disp-step.exp: New file.
2743
d4569d7b
PA
27442015-08-07 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2747 Delete function.
2748 (main): Add alarm. Run an infinite loop instead of calling
2749 wait_threads.
2750 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2751 comment.
2752 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2753 Delete function.
2754 (main): Add alarm. Run an infinite loop instead of calling
2755 wait_threads.
2756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2757 comment.
2758
e1316e60
PA
27592015-08-07 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/checkpoint-ns.exp: New file.
2762 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2763 standard_testfile.
2764
da8c46d2
MM
27652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2766
2767 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2768 * gdb.btrace/instruction_history.exp: Update.
2769 * gdb.btrace/tsx.exp: New.
2770 * gdb.btrace/tsx.c: New.
2771
de1c2c52
PA
27722015-08-06 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2775 increase timeout.
2776 * gdb.reverse/until-precsave.exp: Bump timeouts.
2777
782e0bf4
PA
27782015-08-06 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2781
83e97ed0
PA
27822015-08-06 Pedro Alves <palves@redhat.com>
2783
2784 PR gdb/18749
2785 * gdb.threads/process-dies-while-handling-bp.c: New file.
2786 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2787
863d01bd
PA
27882015-08-06 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2791 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2792
0a39bb32
PA
27932015-08-05 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2796 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2797
ee2d2b10
SL
27982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2799
2800 * gdb.base/bp-permanent.exp: Report test as unsupported if
2801 the target cannot stop at the permanent breakpoint.
2802
4e1bdb00
DE
28032015-08-03 Doug Evans <dje@google.com>
2804
2805 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2806 10000.
2807
3d338901
DE
28082015-08-03 Doug Evans <dje@google.com>
2809
2810 * Makefile.in (workers/%.worker, build-perf): New rule.
2811 (GDB_PERFTEST_MODE): New variable.
2812 (check-perf): Use it.
2813 (clean): Clean up gdb.perf parallel build subdirs.
2814 * lib/build-piece.exp: New file.
2815 * lib/gdb.exp (make_gdb_parallel_path): New function
2816 (standard_output_file, standard_temp_file): Call it.
2817 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2818 of $GDB_PARALLEL.
2819 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2820
af061d3e
DE
28212015-08-03 Doug Evans <dje@google.com>
2822
8e1afc81 2823 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2824 (LOG_FILE_NAME): New global.
2825 (TextReporter.__init__): Initialize self.txt_sum.
2826 (TextReporter.report): Add support for multiple data-points.
2827 Move report to perftest.sum, put raw data in perftest.log.
2828 (TextReporter.start): Open sum and log files.
2829 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2830 * gdb.perf/lib/perftest/testresult.py
2831 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2832
2c8c5d37
PA
28332015-07-31 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2836 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2837 kill_wait_spawned_process instead of explicit "kill -9".
2838 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2839 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2840 kill_wait_spawned_process.
2841 * gdb.base/attach-twice.exp: Likewise.
2842 * gdb.base/attach.exp: Likewise.
2843 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2844 gdb_test_multiple.
2845 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2846 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2847 kill_wait_spawned_process.
2848 * gdb.base/valgrind-infcall.exp: Likewise.
2849 * gdb.multi/multi-attach.exp: Likewise.
2850 * gdb.python/py-prompt.exp: Likewise.
2851 * gdb.python/py-sync-interp.exp: Likewise.
2852 * gdb.server/ext-attach.exp: Likewise.
2853 * gdb.threads/attach-into-signal.exp (corefunc): Use
2854 spawn_wait_for_attach, spawn_id_get_pid and
2855 kill_wait_spawned_process.
2856 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2857 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2858 spawn_id_get_pid and kill_wait_spawned_process.
2859 * gdb.threads/attach-stopped.exp (corefunc): Use
2860 spawn_wait_for_attach, spawn_id_get_pid and
2861 kill_wait_spawned_process.
2862 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2863 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2864 kill_wait_spawned_process instead of explicit "kill -9".
2865 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2866 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2867 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2868 processes. Don't map cygwin/windows pids here. Now returns a
2869 spawn id list.
2870
032a0fca
SL
28712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2872
2873 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2874 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2875 correct patch.
2876
61a934ca
SL
28772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2878
2879 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2880
4bc4d428
SL
28812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2882
2883 Reapply:
2884 2014-05-21 Mark Wielaard <mjw@redhat.com>
2885
2886 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2887
998d452a
PA
28882015-07-30 Pedro Alves <palves@redhat.com>
2889
2890 * linux-low.c (handle_extended_wait): Set the child's last
2891 reported status to TARGET_WAITKIND_STOPPED.
2892
69dde7dc
PA
28932015-07-30 Pedro Alves <palves@redhat.com>
2894
2895 PR threads/18600
2896 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2897 only shows inferior 1.
2898
4dd63d48
PA
28992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2900 Pedro Alves <palves@redhat.com>
2901
2902 PR threads/18600
2903 * gdb.threads/fork-plus-threads.c: New file.
2904 * gdb.threads/fork-plus-threads.exp: New file.
2905
d618e4c5
PP
29062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2907
2908 * gdb.base/batch-preserve-term-settings.exp
2909 (test_terminal_settings_preserved_after_cli_exit): Use
2910 send_quit_command.
2911
1eef6428
PA
29122015-07-29 Pedro Alves <palves@redhat.com>
2913 Don Breazeal <donb@codesourcery.com>
2914
2915 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2916 output from both inferior_spawn_id and gdb_spawn_id.
2917
7da5b897
SDJ
29182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2919
2920 * gdb.threads/attach-into-signal.exp (corefunc): Use
2921 with_test_prefix on nested loops, uniquefying the test messages.
2922
dac804df
SDJ
29232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2924
2925 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2926 commit.
2927
06265e53
PP
29282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2929
2930 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2931 New proc.
2932 (test_terminal_settings_preserved_after_sigterm): New test.
2933
18206ca3
PP
29342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2935
2936 * gdb.base/batch-preserve-term-settings.exp
2937 (test_terminal_settings_preserved_after_cli_exit): New test.
2938
90074d11
PP
29392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2940
2941 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2942 manipulation of saved_gdbflags.
2943 (test_terminal_settings_preserved): Remove global declaration of
2944 the unused variable pagination_prompt. Remove manipulation of
2945 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2946 GDBFLAGS.
2947
eb1a7902
PA
29482015-07-29 Pedro Alves <palves@redhat.com>
2949
2950 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2951
8b75dd3b
PA
29522015-07-29 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2955 at the top.
2956
dedad4e3
PA
29572015-07-29 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2960 (main): Call gdb_unbuffer_output.
2961 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2962 (main): Call gdb_unbuffer_output.
2963 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2964 (main): Call gdb_unbuffer_output.
2965 * gdb.base/call-strs.exp: Adjust to step over the
2966 gdb_unbuffer_output call.
2967 * gdb.base/catch-gdb-caused-signals.c: Include
2968 "../lib/unbuffer_output.c".
2969 (main): Call gdb_unbuffer_output.
2970 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2971 (main): Call gdb_unbuffer_output.
2972 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2973 (main): Call gdb_unbuffer_output.
2974 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2975 (main): Call gdb_unbuffer_output.
2976 * gdb.base/shlib-call.exp: Adjust to step over the
2977 gdb_unbuffer_output call.
2978 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2979 (main): Call gdb_unbuffer_output.
2980 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2981 (main): Call gdb_unbuffer_output.
2982 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2983 (main): Rename to ...
2984 (test): ... this.
2985 (main): Reimplement.
2986 * gdb.base/varargs.exp: Run to test instead of to main.
2987 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2988 (main): Call gdb_unbuffer_output.
2989
58789a91
PA
29902015-07-29 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2993 factore out from mi_continue_dprintf. For call-style dprintfs,
2994 expect dprintf output out of $inferior_spawn_id.
2995 (mi_continue_dprintf): Use mi_expect_dprintf.
2996 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2997 (main): Call gdb_unbuffer_output.
2998
e8376742
PA
29992015-07-29 Pedro Alves <palves@redhat.com>
3000
3001 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3002 (default_mi_gdb_start): Set inferior_spawn_id instead of
3003 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3004 gdb_spawn_id.
3005 (mi_gdb_test): Always expect inferior output from both
3006 $inferior_spawn_id and $gdb_spawn_id.
3007
08280010
PA
30082015-07-29 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3011 send_inferior and $inferior_spawn_id.
3012
4d30e432
PA
30132015-07-29 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.gdb/complaints.exp (test_initial_complaints)
3016 (test_serial_complaints, test_short_complaints): Use
3017 gdb_test_stdio.
3018 (test_empty_complaint): Handle $inferior_spawn_id !=
3019 $gdb_spawn_id.
3020
0d30a335
PA
30212015-07-29 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/varargs.exp: Use gdb_test_stdio.
3024
39413b29
PA
30252015-07-29 Pedro Alves <palves@redhat.com>
3026
3027 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3028
7cb000a9
PA
30292015-07-29 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3032
d7b8ac82
PA
30332015-07-29 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3036 parameter into two new parameters, "inf_result" and "gdb_result".
3037 Expect inferior output and gdb output from $inferior_spawn_id and
3038 $gdb_spawn_id, respectively. Adjust all callers.
3039
789c3a0c
PA
30402015-07-29 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3043 of gdb_test_sequence.
3044
77e760c3
PA
30452015-07-29 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3048 (saw_spurious_output): Expect inferior output from
3049 $inferior_spawn_id. Use gdb_test_stdio.
3050
8396d2cd
PA
30512015-07-29 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/dprintf.exp: Use standard_testfile. Change
3054 prepare_for_testing call.
3055 (srcfile): Don't set.
3056 (restart): New procedure.
3057 (test_dprintf): New procecure, use to continue over dprintfs.
3058 (test_call, test_agent): New procedures, tests moved here.
3059 Restart gdb and recreate dprintfs. Adjust expected output.
3060
2051d61f
PA
30612015-07-29 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3064
452397af
PA
30652015-07-29 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3068
8aed9555
PA
30692015-07-29 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3072 gdb_test_stdio.
3073
188a61b4
PA
30742015-07-29 Pedro Alves <palves@redhat.com>
3075
3076 * lib/gdb.exp (gdb_test_stdio): New procedure.
3077
12264a45
PA
30782015-07-29 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3081
23ffc893
PA
30822015-07-29 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/call-signal-resume.exp: Remove check for
3085 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3086 * gdb.base/unwindonsignal.exp: Likewise.
3087 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3088 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3089
65566918
PA
30902015-07-29 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/siginfo-addr.c (pass): New function.
3093 (handler): Call it iff si_addr is correct.
3094 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3095 Set a breakpoint at "pass" and continue to it.
3096
d60a9221
SDJ
30972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3098
3099 * gdb.python/py-objfile.exp: Make some tests have unique names.
3100 * gdb.python/py-pp-registration.exp: Likewise.
3101
bde40b8f
PA
31022015-07-28 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3105
13e1dec8
SM
31062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3107
3108 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3109
da33c9a7
SM
31102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3113
077836f7
PP
31142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3115
3116 * gdb.base/gdb-sigterm-2.exp: New test.
3117
b8cc7b2e
DE
31182015-07-25 Doug Evans <xdje42@gmail.com>
3119
3120 Revert:
3121 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3122 (workers/%.worker, build-perf): New rule.
3123 (GDB_PERFTEST_MODE): New variable.
3124 (check-perf): Use it.
3125 (clean): Clean up gdb.perf parallel build subdirs.
3126 * lib/build-piece.exp: New file.
3127 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3128 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3129 name.
3130 (standard_temp_file): Ditto.
3131 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3132 of $GDB_PARALLEL.
3133
c8bd4544
DE
31342015-07-24 Doug Evans <dje@google.com>
3135
3136 * gdb.perf/lib/perftest/utils.py: New file.
3137 * gdb.perf/gm-hello.cc: New file.
3138 * gdb.perf/gm-pervasive-typedef.cc: New file.
3139 * gdb.perf/gm-pervasive-typedef.h: New file.
3140 * gdb.perf/gm-std.cc: New file.
3141 * gdb.perf/gm-std.h: New file.
3142 * gdb.perf/gm-use-cerr.cc: New file.
3143 * gdb.perf/gm-utils.h: New file.
3144 * gdb.perf/gmonster-null-lookup.py: New file.
3145 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3146 * gdb.perf/gmonster-print-cerr.py: New file.
3147 * gdb.perf/gmonster-ptype-string.py: New file.
3148 * gdb.perf/gmonster-runto-main.py: New file.
3149 * gdb.perf/gmonster-select-file.py: New file.
3150 * gdb.perf/gmonster1-null-lookup.exp: New file.
3151 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3152 * gdb.perf/gmonster1-print-cerr.exp: New file.
3153 * gdb.perf/gmonster1-ptype-string.exp: New file.
3154 * gdb.perf/gmonster1-runto-main.exp: New file.
3155 * gdb.perf/gmonster1-select-file.exp: New file.
3156 * gdb.perf/gmonster1.cc: New file.
3157 * gdb.perf/gmonster1.exp: New file.
3158 * gdb.perf/gmonster2-null-lookup.exp: New file.
3159 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3160 * gdb.perf/gmonster2-print-cerr.exp: New file.
3161 * gdb.perf/gmonster2-ptype-string.exp: New file.
3162 * gdb.perf/gmonster2-runto-main.exp: New file.
3163 * gdb.perf/gmonster2-select-file.exp: New file.
3164 * gdb.perf/gmonster2.cc: New file.
3165 * gdb.perf/gmonster2.exp: New file.
3166
6eab34f3
DE
31672015-07-24 Doug Evans <dje@google.com>
3168
3169 * gdb.perf/README: New file.
3170 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3171 * lib/gen-perf-test.exp: New file.
3172
63738bfd
DE
31732015-07-24 Doug Evans <dje@google.com>
3174
3175 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3176 (PerfTest::startup): New function.
3177 (PerfTest::run): Return result of calling body.
3178 (PerfTest::assemble): Rewrite.
3179 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3180 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3181 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3182 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3183 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3184
7b606f95
DE
31852015-07-24 Doug Evans <dje@google.com>
3186
3187 * lib/gdb.exp (clean_restart): Make executable optional.
3188
a97b16b8
DE
31892015-07-24 Doug Evans <dje@google.com>
3190
3191 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3192 compiler_info references.
3193 * gdb.cp/temargs.exp: Ditto.
3194 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3195 (get_compiler_info): Early exit if already computed. Set compiler_info
3196 to "unknown" if there was a problem.
3197 (test_compiler_info): Add function comment. Call get_compiler_info.
3198
35baa57f
DE
31992015-07-24 Doug Evans <dje@google.com>
3200
3201 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3202 (workers/%.worker, build-perf): New rule.
3203 (GDB_PERFTEST_MODE): New variable.
3204 (check-perf): Use it.
3205 (clean): Clean up gdb.perf parallel build subdirs.
3206 * lib/build-piece.exp: New file.
3207 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3208 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3209 name.
3210 (standard_temp_file): Ditto.
3211 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3212 of $GDB_PARALLEL.
3213
6ebea266
DE
32142015-07-24 Doug Evans <dje@google.com>
3215
3216 * lib/future.exp (gdb_default_target_compile): New option
3217 "early_flags".
3218 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3219 --as-needed.
3220
1e76a7e9
SDJ
32212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3222
3223 * gdb.base/catch-syscall.exp: Call gdb_exit before
3224 gdb_skip_xml_test.
3225
5068630a
PA
32262015-07-24 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.python/py-events.exp: Accept output between the stop event
3229 and the prompt.
3230 * gdb.python/py-evsignal.exp: Likewise.
3231 * gdb.python/py-evthreads.exp: Likewise.
3232
77598427
PA
32332015-07-24 Pedro Alves <palves@redhat.com>
3234
3235 PR gdb/18717
3236 * gdb.threads/non-ldr-exit.c: New file.
3237 * gdb.threads/non-ldr-exit.exp: New file.
3238
11e6c98f
YQ
32392015-07-24 Yao Qi <yao.qi@linaro.org>
3240
3241 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3242 restarting process.
3243
51aee833
YQ
32442015-07-24 Yao Qi <yao.qi@linaro.org>
3245
3246 * gdb.server/ext-restart.exp: New file.
3247
8cfe207c
YQ
32482015-07-24 Yao Qi <yao.qi@linaro.org>
3249
3250 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3251 argument options.
3252 * gdb.server/ext-wrapper.exp: New file.
3253
cc12ce38
DE
32542015-07-23 Doug Evans <dje@google.com>
3255
3256 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3257 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3258
d0d84780
PMR
32592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3260
3261 * gdb.ada/var_arr_typedef.exp: New testcase.
3262 * gdb.ada/var_arr_typedef/pack.adb: New file.
3263 * gdb.ada/var_arr_typedef/pack.ads: New file.
3264 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3265
8b558f79
JB
32662015-07-20 Joel Brobecker <brobecker@adacore.com>
3267
3268 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3269
775a3298
JK
32702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 * gdb.arch/i386-biarch-core.exp: Replace istarget
3273 by "complete set gnutarget". Remove expectation for the "core-file"
3274 command.
3275
db1ff28b
JK
32762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3277
3278 Revert the previous commit:
3279 Tests for validate symbol file using build-id.
3280
0a94970d
JK
32812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3282
3283 Tests for validate symbol file using build-id.
3284 * gdb.base/solib-mismatch-lib.c: New file.
3285 * gdb.base/solib-mismatch-libmod.c: New file.
3286 * gdb.base/solib-mismatch.c: New file.
3287 * gdb.base/solib-mismatch.exp: New file.
3288
03346981
SL
32892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3290
3291 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3292 nios2-*-linux*.
3293 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3294 * gdb.base/siginfo.exp: Likewise.
3295 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3296
42422cc7
PL
32972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3298
3299 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3300 Move it to ...
3301 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3302 ... here.
3303 * gdb.trace/range-stepping.exp: Check that the target supports
3304 range stepping.
3305
cfa68bae
JK
33062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3309
8ffdba26
PA
33102015-07-14 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/killed-outside.exp: New file.
3313 * gdb.base/killed-outside.c: New file.
3314
218a5a11
JK
33152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3318 (n at main): New.
3319 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3320
e03ed3c6
AA
33212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3322
3323 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3324 infcall tests instead of setting up for KFAIL.
3325
485668e5
MM
33262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3327
3328 * gdb.btrace/record_goto-step.exp: New.
3329
08464196
JK
33302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 PR compile/18484
3333 * gdb.compile/compile.c (struct struct_type): Add volatile to
3334 selffield's type.
3335 * gdb.compile/compile.exp
3336 (compile code struct_object.selffield = &struct_object): Skip further
3337 struct_object tests if this one xfails.
3338
bcf5c1d9
RC
33392015-07-08 Robert O'Callahan <robert@ocallahan.org>
3340
3341 PR exp/18617
3342 * gdb.trace/ax.exp: Add test.
3343
4931af25
YQ
33442015-07-07 Yao Qi <yao.qi@linaro.org>
3345
3346 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3347 instead of istarget "aarch64*-*-*".
3348 * gdb.arch/aarch64-fp.exp: Likewise.
3349 * gdb.base/float.exp: Likewise.
3350 * gdb.reverse/aarch64.exp: Likewise.
3351 * lib/gdb.exp (is_aarch64_target): New proc.
3352
9fcf688e
YQ
33532015-07-07 Yao Qi <yao.qi@linaro.org>
3354
3355 * lib/gdb.exp (is_aarch32_target): New proc.
3356 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3357 instead of "istarget "arm*-*-*"".
3358 * gdb.arch/arm-disp-step.exp: Likewise.
3359 * gdb.arch/thumb-bx-pc.exp: Likewise.
3360 * gdb.arch/thumb-prologue.exp: Likewise.
3361 * gdb.arch/thumb-singlestep.exp: Likewise.
3362 * gdb.base/disp-step-syscall.exp: Likewise.
3363 * gdb.base/float.exp: Likewise.
3364
fbd8d50d
YQ
33652015-07-07 Yao Qi <yao.qi@linaro.org>
3366
3367 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3368 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3369
71be1fdc
YQ
33702015-07-07 Yao Qi <yao.qi@linaro.org>
3371
3372 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3373 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3374 if it exists.
3375 * gdb.multi/multi-arch.exp: Likewise.
3376
3e221d36
SM
33772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3378
3379 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3380 print.
3381
d441430b
YQ
33822015-07-07 Yao Qi <yao.qi@linaro.org>
3383
3384 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3385
06f810bd
MG
33862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3387
3388 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3389 '[' and ']' characters.
3390
5e61e7c0
IB
33912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3392
3393 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3394
28bf096c
PA
33952015-06-29 Pedro Alves <palves@redhat.com>
3396
3397 PR threads/18127
3398 * gdb.threads/hand-call-new-thread.c: New file.
3399 * gdb.threads/hand-call-new-thread.c: New file.
3400
ee93cd5e
KS
34012015-06-26 Keith Seitz <keiths@redhat.com>
3402 Doug Evans <dje@google.com>
3403
3404 PR 16253
3405 * gdb.cp/var-tag-2.cc: New file.
3406 * gdb.cp/var-tag-3.cc: New file.
3407 * gdb.cp/var-tag-4.cc: New file.
3408 * gdb.cp/var-tag.cc: New file.
3409 * gdb.cp/var-tag.exp: New file.
3410
fc637f04
PP
34112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3412
3413 * gdb.base/history-duplicates.exp: New test.
3414
2e52ae68
PP
34152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3416
3417 * gdb.base/completion.exp: Test the completion of the "focus"
3418 command.
3419
6e22494e
JK
34202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3421
3422 * gdb.arch/amd64-prologue-skip.S: New file.
3423 * gdb.arch/amd64-prologue-skip.exp: New file.
3424
bf7b9cd9
SM
34252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3426
3427 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3428 is_address_zero_readable check.
3429
201e8dfd
PB
34302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3431
3432 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3433 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3434
5cd867b4
YQ
34352015-06-24 Yao Qi <yao.qi@linaro.org>
3436
3437 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3438 linux targets.
3439
4d7be007
YQ
34402015-06-24 Yao Qi <yao.qi@linaro.org>
3441
3442 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3443 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3444 * gdb.base/siginfo-thread.exp: Likewise.
3445
07fcd301
YQ
34462015-06-22 Yao Qi <yao.qi@linaro.org>
3447
3448 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3449
52042a00
YQ
34502015-06-22 Yao Qi <yao.qi@linaro.org>
3451
3452 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3453 aarch64*-*-*.
3454 (skip_hw_watchpoint_tests): Likewise.
3455
74bd41ce
PP
34562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3457
3458 * gdb.base/gdbinit-history.exp: Test the interaction between
3459 setting GDBHISTSIZE and setting the history size via .gdbinit.
3460
bc460514
PP
34612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3462
3463 PR gdb/16999
3464 * gdb.base/gdbhistsize-history.exp: New test.
3465
b58c513b
PP
34662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3467
3468 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3469 with GDBHISTSIZE.
3470 * gdb.base/readline.exp: Likewise.
3471
92046791
YQ
34722015-06-17 Yao Qi <yao.qi@linaro.org>
3473
3474 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3475 line.
3476
2093d2d3
PP
34772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3478
3479 * gdb.base/gdbinit-history.exp: Add test case to check that
3480 an unlimited history file does not get truncated on exit.
3481
e6c693af
AA
34822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3483
3484 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3485 (VECTOR): New macro. Use it...
3486 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3487 ...for these typedefs.
3488 (int8, char1, int1, double1): New typedefs.
3489 (struct just_int2, struct two_int2): New structures.
3490 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3491 (add_structvecs, add_singlevecs): New functions.
3492 (main): Call add_some_intvecs twice.
3493 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3494 the compile and exit upon failure. Try compiling for the "native"
3495 architecture. Test inferior function calls with vector arguments
3496 and vector return value handling with "finish" and "return".
3497
c74f7d1c
JT
34982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3499
3500 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3501 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3502 PE file.
3503 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3504
98aa42ee
AT
35052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3506
3507 PR breakpoints/16465
3508 * gdb.mi/mi-dprintf-pending.c: New file.
3509 * gdb.mi/mi-dprintf-pending.exp: New test.
3510 * gdb.mi/mi-dprintf-pendshr.c: New file.
3511
7d73c23c 35122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3513 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3514
3515 * gdb.arch/i386-mpx-map.c: New file.
3516 * gdb.arch/i386-mpx-map.exp: New File.
3517
35182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3519
3520 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3521 * gdb.arch/i386-mpx.exp: Indentation fixed.
3522
35232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3524
3525 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3526 function and improved indentation.
3527 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3528 gdb_test_multiple. Added additional tests to skip the test.
3529
35302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3531
3532 * gdb.arch/i386-avx512.c: Change path in include file.
3533 * gdb.arch/i386-avx512.exp: Change include dir path
3534 compilation flag.
3535 * gdb.arch/i386-mpx.c: Change path in include file.
3536 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3537 flag.
3538
d5eba19a
JK
35392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 * gdb.compile/compile-print.exp (compile print *vararray@3)
3542 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3543
7f361056
JK
35442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3545
3546 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3547 (do not keep jit in memory): ... this.
3548 (expect 5): Change it to ...
3549 (expect no 5): ... this.
3550
3b462ec2
SM
35512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3552
3553 PR gdb/15564
3554 * gdb.mi/mi-detach.exp: New file.
3555
e0619de6
JK
35562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3557
3558 PR symtab/18392
3559 * gdb.arch/amd64-tailcall-self.S: New file.
3560 * gdb.arch/amd64-tailcall-self.c: New file.
3561 * gdb.arch/amd64-tailcall-self.exp: New file.
3562
e970cb34
DB
35632015-05-28 Don Breazeal <donb@codesourcery.com>
3564
3565 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3566 tests for remote targets by checking is_target_gdbserver.
3567
b2e2f908
DE
35682015-05-27 Doug Evans <dje@google.com>
3569
3570 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3571 * gdb.dwarf2/opaque-type-lookup.c: New file.
3572 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3573
82c7be31
DE
35742015-05-26 Doug Evans <dje@google.com>
3575
3576 * gdb.cp/iostream.cc: New file.
3577 * gdb.cp/iostream.exp: New file.
3578
b4f54984
DE
35792015-05-26 Doug Evans <dje@google.com>
3580
3581 * gdb.dwarf2/dw2-op-call.exp: Update.
3582 * gdb.dwarf2/dw4-sig-types.exp: Update.
3583 * gdb.dwarf2/implptr.exp: Update.
3584 * gdb.mi/mi-cmd-param-changed.exp: Update.
3585
4ea6efe9
DE
35862015-05-26 Doug Evans <dje@google.com>
3587
3588 * gdb.python/py-lazy-string.c: New file.
3589 * gdb.python/py-lazy-string.exp: New file.
3590 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3591 (main): Update. Add estring3.
3592 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3593 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3594
f6bb7db3
YQ
35952015-05-26 Omair Javaid <omair.javaid@linaro.org>
3596 Yao Qi <yao.qi@linaro.org>
3597
3598 * gdb.reverse/aarch64.c: New.
3599 * gdb.reverse/aarch64.exp: New.
3600
a81bfbd0
OJ
36012015-05-26 Omair Javaid <omair.javaid@linaro.org>
3602
3603 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3604 (supports_reverse): Likewise.
3605
158bf1b4
PP
36062015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3607
3608 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3609 Use with_test_prefix.
3610
a0145030
AB
36112015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3612
3613 * gdb.base/completion.exp: Add test for completion of layout
3614 names.
3615
ebe3b578
AB
36162015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * lib/gdb.exp (skip_tui_tests): New proc.
3619 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3620
84204ed7
PA
36212015-05-19 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3624 Save the whole env array instead of just HOME. Unset HISTSIZE in
3625 the environment while testing. Restore whole environment
3626 afterwards.
3627
37442ce1
DE
36282015-05-16 Doug Evans <xdje42@gmail.com>
3629
3630 * gdb.guile/scm-ports.c: New file.
3631 * gdb.guile/scm-ports.exp: Add memory port tests.
3632
36de76f9
JK
36332015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3634
3635 * gdb.compile/compile-print.c: New file.
3636 * gdb.compile/compile-print.exp: New file.
3637
3a9558c4
JK
36382015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3639
3640 * gdb.compile/compile-ops.exp: Cast param to void.
3641 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3642 (compile code struct_object.selffield = &struct_object): Add xfail.
3643
aa715135
JG
36442015-05-15 Joel Brobecker <brobecker@adacore.com>
3645
3646 * gdb.ada/arr_enum_with_gap: New testcase.
3647
931e5bc3
JG
36482015-05-15 Joel Brobecker <brobecker@adacore.com>
3649
3650 * gdb.ada/byte_packed_arr: New testcase.
3651
9cd4d857
JB
36522015-05-15 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdb.ada/pckd_neg: New testcase.
3655
ebfd00d2
PP
36562015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3657
3658 PR gdb/17820
3659 * gdb.base/gdbinit-history.exp: New test.
3660 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3661 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3662
4c082a81
SC
36632015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3664
3665 * gdb.python/py-xmethods.cc: Enhance test case.
3666 * gdb.python/py-xmethods.exp: New tests.
3667 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3668 function.
3669 (B_indexoper): Likewise.
3670 (global_dm_list) : Add new xmethod worker functions.
3671
f7797074
SDJ
36722015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3673
3674 * gdb.base/coredump-filter.exp: Correctly unset
3675 "coredump_var_addr" array.
3676
a4674e4e
PA
36772015-05-08 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.server/non-existing-program.exp: Unset spawn_id.
3680
df2eb078
SC
36812015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3682
3683 PR python/18291
3684 * gdb.python/py-xmethods.exp: Add tests.
3685
422349a3
YQ
36862015-05-08 Yao Qi <yao.qi@linaro.org>
3687
3688 PR gdb/18208
3689 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3690 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3691 function set_coredump_filter, and remove remote_exec call.
3692 Remove argument ipid. Callers update.
3693 (top level): Don't get inferior's PID.
3694
63fc80ce
AA
36952015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3696
3697 * gdb.base/watch_thread_num.exp: Skip test on targets without
3698 access watchpoints.
3699
80ad801e
PA
37002015-05-06 Pedro Alves <palves@redhat.com>
3701
3702 PR server/18081
3703 * gdb.server/non-existing-program.exp: New file.
3704
0fa7fe50
JB
37052015-05-05 Joel Brobecker <brobecker@adacore.com>
3706
3707 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3708
3ea89b92
PMR
37092015-05-05 Joel Brobecker <brobecker@adacore.com>
3710
3711 * gdb.ada/out_of_line_in_inlined: New testcase.
3712
87b8eff0
JB
37132015-05-05 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.ada/var_rec_arr: New testcase.
3716
5fccc635
YQ
37172015-04-30 Yao Qi <yao.qi@linaro.org>
3718
3719 * gdb.base/break-idempotent.exp: If
3720 skip_hw_watchpoint_multi_tests returns true, skip the tests
3721 on "rwatch" and "awatch".
3722
42d38f42
YQ
37232015-04-30 Yao Qi <yao.qi@linaro.org>
3724
3725 * gdb.base/relativedebug.exp: Invoke gdb command
3726 "info sharedlibrary", and if libc.so doesn't have debug info,
3727 skip the test.
3728
2ce1cdbf
DE
37292015-04-29 Doug Evans <dje@google.com>
3730
3731 * gdb.python/py-xmethods.exp: Add ptype tests.
3732 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3733 get_result_type method.
3734
f24a38c5
LM
37352015-04-29 Luis Machado <lgustavo@codesourcery.com>
3736
3737 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3738 the target does not support hardware watchpoints.
3739
ecbf2b3c
LM
37402015-04-29 Luis Machado <lgustavo@codesourcery.com>
3741
3742 * gdb.base/break-always.exp: Abort testing if writing to memory
3743 causes an error.
3744
34f5f757
DE
37452015-04-28 Doug Evans <dje@google.com>
3746
3747 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3748 * gdb.python/py-pp-registration.exp: ... here. New file.
3749 * gdb.python/py-pp-registration.c: New file.
3750 * gdb.python/py-pp-registration.py: New file.
3751
69b4374a
DE
37522015-04-28 Doug Evans <dje@google.com>
3753
3754 * gdb.python/py-bad-printers.c: New file.
3755 * gdb.python/py-bad-printers.py: New file.
3756 * gdb.python/py-bad-printers.exp: New file.
3757
59fb7612
SS
37582015-04-28 Sasha Smundak <asmundak@google.com>
3759
3760 * gdb.python/py-type.exp: New test.
3761
2631b16a
AW
37622015-04-28 Andy Wingo <wingo@igalia.com>
3763
3764 * gdb.python/py-parameter.exp:
3765 * gdb.guile/scm-parameter.exp: Escape the path that we are
3766 matching against, as it might contain characters that are special
3767 to regular expressions.
3768
460efde1
JB
37692015-04-27 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.ada/rec_comp: New testcase.
3772
2d369d8e
SDJ
37732015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3774
3775 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3776 before using it.
3777
cf75d6c3
AB
37782015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3779
3780 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3781 new tests for verilog output.
3782
8dbe7ca5
YQ
37832015-04-24 Yao Qi <yao.qi@linaro.org>
3784
3785 * boards/remote-gdbserver-on-localhost.exp: New file.
3786
4ef9fb2f
PA
37872015-04-23 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3790 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3791 "end of file", remove $inferior_spawn_id from the indirect list.
3792
0a803169
PA
37932015-04-23 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3796
749ef8f8
PA
37972015-04-23 Pedro Alves <palves@redhat.com>
3798
3799 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3800 on $any_spawn_id instead of only on $gdb_spawn_id.
3801
8aae4344
PM
38022015-04-21 Pierre Muller <muller@sourceware.org>
3803
3804 PR pascal/17815
3805 * lib/pascal.exp (gpc_compile): Add new option "class".
3806 (fpc_compile): Likewise.
3807 * gdb.pascal/case-insensitive-symbols.pas: New file.
3808 * gdb.pascal/case-insensitive-symbols.exp: New file.
3809
1586c8fb
GB
38102015-04-20 Gary Benson <gbenson@redhat.com>
3811
3812 * gdb.base/attach.exp: Fix three extended remote failures.
3813
1b6e6f5c
GB
38142015-04-17 Gary Benson <gbenson@redhat.com>
3815
3816 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3817 the main executable over the remote protocol.
3818
e797481d
PA
38192015-04-16 Pedro Alves <palves@redhat.com>
3820
3821 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3822 a new gdbserver if gdbserver_reconnect_p is set.
3823
1ca99c42
PA
38242015-04-16 Pedro Alves <palves@redhat.com>
3825
3826 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3827 is set, don't exit gdbserver.
3828
af9fd6f8
AA
38292015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3830
3831 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3832 appropriate .insn, such that an older assembler can be used.
3833 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3834 the z/Architecture instruction set on 31-bit targets as well.
3835
04ff1e61
AA
38362015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3837
3838 * gdb.go/handcall.exp: Remove all logic related to the first
3839 breakpoint and rely on go_runto_main instead.
3840 * gdb.go/strings.exp: Likewise.
3841 * gdb.go/unsafe.exp: Likewise.
3842 * gdb.go/hello.exp: Likewise. Also rename the remaining
3843 breakpoint marker to "breakpoint 1".
3844 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3845 * gdb.go/strings.go: Likewise.
3846 * gdb.go/unsafe.go: Likewise.
3847 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3848 "set breakpoint 2 here" and rename the remaining breakpoint marker
3849 to "breakpoint 1".
3850
40d2f8d6
SM
38512015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3852
3853 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3854 if itertools.imap is not present.
3855 * gdb.python/py-objfile.exp: Add parentheses.
3856 * gdb.python/py-type.exp: Same.
3857 * gdb.python/py-unwind-maint.py: Same.
3858
8cbc97c6
YQ
38592015-04-15 Yao Qi <yao.qi@linaro.org>
3860
3861 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3862 of ":$ptr_size" and set its form explicitly.
3863
45fd756c
YQ
38642015-04-15 Pedro Alves <palves@redhat.com>
3865 Yao Qi <yao.qi@linaro.org>
3866
3867 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3868 timeout by factor of 4.
3869 (test_regular_watch): Likewise.
3870 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3871 * gdb.reverse/sigall-reverse.exp: Likewise.
3872 * gdb.reverse/until-precsave.exp: Likewise.
3873 * lib/gdb.exp (with_timeout_factor): New proc.
3874 (gdb_expect): Move some code to ...
3875 (get_largest_timeout): ... here. New procedure.
3876
9e811bc3
LM
38772015-04-14 Luis Machado <lgustavo@codesourcery.com>
3878
3879 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3880
0ff6fcb2
LM
38812015-04-13 Luis Machado <lgustavo@codesourcery.com>
3882
3883 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3884 to write to the .text section.
3885
7578d5f7
LM
38862015-04-13 Luis Machado <lgustavo@codesourcery.com>
3887
3888 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3889 Handle the case of targets that do not provide PID information.
3890
2efe15c4
YQ
38912015-04-13 Yao Qi <yao.qi@linaro.org>
3892
3893 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3894 and use expect instead of gdb_expect.
3895
8cd8f2f8
SDJ
38962015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3897
3898 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3899 "coredump_var_addr" to avoid naming conflict with other testcases.
3900
9ee41772
PA
39012015-04-10 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3904 gdb_test_sequence and gdb_assert.
3905
07473109
PA
39062015-04-10 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3909 test messages that don't include the breakpoint address.
3910
de3db44c
YQ
39112015-04-10 Yao Qi <yao.qi@linaro.org>
3912
3913 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3914 false for some offset and width combinations which aren't
3915 supported by linux kernel.
3916
c79d856c
PA
39172015-04-10 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3920 procedure, factored out from ...
3921 (top level): ... here. Add "set displaced-stepping" testing axis.
3922 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3923 parameter "displaced". Use it.
3924 (top level): Use foreach and add "set displaced-stepping" testing
3925 axis.
3926
ebc90b50
PA
39272015-04-10 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3930 Remove comment.
3931 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3932 both the address of the instruction that triggers the watchpoint
3933 and the address of the instruction immediately after, and use
3934 those addresses for the test. Fix comment.
3935
8f572e5c
PA
39362015-04-10 Pedro Alves <palves@redhat.com>
3937
3938 * gdb.base/sigstep.exp (breakpoint_to_handler)
3939 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3940 Test "backtrace" in handler.
3941 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3942 (top level): Add new "displaced" test axis to
3943 breakpoint_to_handler, breakpoint_to_handler_entry and
3944 breakpoint_over_handler.
3945
8d707a12
PA
39462015-04-10 Pedro Alves <palves@redhat.com>
3947
3948 PR gdb/18216
3949 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3950
ef713951
YQ
39512015-04-10 Yao Qi <yao.qi@linaro.org>
3952
3953 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3954 (test_add_rn_pc): New function.
3955 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3956 (top level): Invoke test_add_rn_pc.
3957
906d60cf
PA
39582015-04-10 Pedro Alves <palves@redhat.com>
3959
3960 PR gdb/13858
3961 * gdb.base/step-over-no-symbols.exp: New file.
3962
f2983cc3
AW
39632015-04-09 Andy Wingo <wingo@igalia.com>
3964
3965 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3966 after the Python tests.
3967
6d62641c
SDJ
39682015-04-08 Keith Seitz <keiths@redhat.com>
3969
3970 PR python/16699
3971 * gdb.python/py-completion.exp: New tests for completion.
3972 * gdb.python/py-completion.py (CompleteLimit1): New class.
3973 (CompleteLimit2): Likewise.
3974 (CompleteLimit3): Likewise.
3975 (CompleteLimit4): Likewise.
3976 (CompleteLimit5): Likewise.
3977 (CompleteLimit6): Likewise.
3978 (CompleteLimit7): Likewise.
3979
f3770638
PA
39802015-04-08 Pedro Alves <palves@redhat.com>
3981
3982 PR gdb/18214
3983 PR gdb/18216
3984 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3985 function.
3986 (main): Install it as SIGUSR1 handler.
3987 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3988 parameter. Always use "setup" as prefix. Toggle "set
3989 displaced-stepping" off/on depending on global. Don't switch to
3990 thread 1 here.
3991 (top level): Add displaced stepping "off/on" test axis. Update
3992 "setup" calls. Wrap each subtest with with_test_prefix. Test
3993 continuing with a queued signal in each thread.
3994
4496bed7
PA
39952015-04-08 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3998 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3999 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4000 Return early if running to main fails.
4001 * gdb.trace/while-stepping.exp: Likewise.
4002
b97fde92
PA
40032015-04-07 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4006 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4007 interact with inferior program.
4008
f71c18e7
PA
40092015-04-07 Pedro Alves <palves@redhat.com>
4010
4011 * lib/gdb.exp (inferior_spawn_id): New global.
4012 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4013 spawn id after processing the user code.
4014 (default_gdb_start): Set inferior_spawn_id.
4015 (send_inferior): New procedure.
4016 * lib/gdbserver-support.exp (gdbserver_start): Set
4017 inferior_spawn_id.
4018 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4019
6423214f
PA
40202015-04-07 Pedro Alves <palves@redhat.com>
4021
4022 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4023 * lib/gdbserver-support.exp (gdbserver_start): Make
4024 $server_spawn_id global.
4025 (gdbserver_start): Don't wait for gdbserver's spawn id with
4026 expect_background.
4027 (close_gdbserver): New procedure.
4028 (gdb_exit): Rename the default version and reimplement.
4029
71c0ee8c
PA
40302015-04-07 Pedro Alves <palves@redhat.com>
4031
72f4393d 4032 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4033 append the substituted item, not the original item.
4034
203bc29b
PA
40352015-04-07 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4038 gdb_expect.
4039
508a3ddf
PA
40402015-04-07 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4043 output appearing once only.
4044
9f6dbe2b
PA
40452015-04-07 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4048 that doesn't expect anything. Return early if running to main
4049 fails.
4050
337532fa
YQ
40512015-04-07 Yao Qi <yao.qi@linaro.org>
4052
4053 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4054 (child_function): Call alarm.
4055 (main): Move call to alarm into the loop.
4056 * gdb.threads/non-stop-fair-events.exp: Build program with
4057 -DTIMEOUT=$timeout.
4058
01b622d4
DE
40592015-04-06 Doug Evans <xdje42@gmail.com>
4060
4061 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4062 Fix dest parameter to board_info.
4063 (fpc_compile): Ditto.
4064 (gdb_compile_pascal): Rename dest arg to destfile.
4065
961f4160
PMR
40662015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4067
4068 * gdb.ada/funcall_ref.exp: New file.
4069 * gdb.ada/funcall_ref/foo.adb: New file.
4070
cafda597
YQ
40712015-04-02 Yao Qi <yao.qi@linaro.org>
4072
4073 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4074 is remote.
4075
fed040c6
GB
40762015-04-02 Gary Benson <gbenson@redhat.com>
4077
4078 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4079
d11916aa
SS
40802015-04-01 Sasha Smundak <asmundak@google.com>
4081
4082 * gdb.python/py-unwind-maint.c: New file.
4083 * gdb.python/py-unwind-maint.exp: New test.
4084 * gdb.python/py-unwind-maint.py: New file.
4085 * gdb.python/py-unwind.c: New file.
4086 * gdb.python/py-unwind.exp: New test.
4087 * gdb.python/py-unwind.py: New test.
4088
a1471180
PA
40892015-04-01 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4092 to fail instead of non-existent $test.
4093
0bbeccb1
PA
40942015-04-01 Pedro Alves <palves@redhat.com>
4095
4096 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4097 GDBFLAGS if not empty.
4098
3c724c8c
PMR
40992015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4100
4101 * gdb.ada/complete.exp: Remove "multi_line".
4102 * gdb.ada/info_exc.exp: Remove "multi_line".
4103 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4104 * gdb.ada/ptype_field.exp: Remove "multi_line".
4105 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4106 * gdb.ada/tagged.exp: Remove "multi_line".
4107 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4108 [multi_line ...]
4109 * gdb.btrace/delta.exp: Likewise.
4110 * gdb.btrace/exception.exp: Likewise.
4111 * gdb.btrace/function_call_history.exp: Likewise.
4112 * gdb.btrace/instruction_history.exp: Likewise.
4113 * gdb.btrace/nohist.exp: Likewise.
4114 * gdb.btrace/record_goto.exp: Likewise.
4115 * gdb.btrace/segv.exp: Likewise.
4116 * gdb.btrace/stepi.exp: Likewise.
4117 * gdb.btrace/tailcall.exp: Likewise.
4118 * gdb.btrace/unknown_functions.exp: Likewise.
4119 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4120 * lib/gdb.exp: Add the "multi_line" helper.
4121
4eec2deb
PA
41222015-04-01 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.threads/tid-reuse.c: New file.
4125 * gdb.threads/tid-reuse.exp: New file.
4126
df8411da
SDJ
41272015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4128
4129 PR corefiles/16092
4130 * gdb.base/coredump-filter.c: New file.
4131 * gdb.base/coredump-filter.exp: Likewise.
4132
6ef37366
PM
41332015-03-27 Petr Machata <pmachata@redhat.com>
4134
4135 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4136 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4137 (Dwarf::assemble): Initialize them.
4138 (Dwarf::lines): New function.
4139
7ec911b0
JT
41402015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4141
4142 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4143 SYMBOL_PREFIX for x86_64-*-cygwin.
4144
ff908ebf
AW
41452015-03-26 Andy Wingo <wingo@igalia.com>
4146
4147 PR symtab/18148
4148 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4149 const_value but not a location.
4150 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4151 location defined in non-main CUs are visible.
4152
6d5f0679
YQ
41532015-03-26 Yao Qi <yao.qi@linaro.org>
4154
4155 PR testsuite/18139
4156 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4157 Add a line number entry for the same line.
4158 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4159 Add a line number entry for the same line.
4160
2898689b
YQ
41612015-03-26 Yao Qi <yao.qi@linaro.org>
4162
4163 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4164 .int 0.
4165 (func): Likewise. Add .Lfunc_1 label.
4166 Use .Lfunc_1 label.
4167 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4168 .int 0.
4169 (func): Likewise.
4170 Use .Lfunc_1 label.
4171
85180498
YQ
41722015-03-26 Yao Qi <yao.qi@linaro.org>
4173
4174 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4175 Call gdb_compile instead to compile each .s files without debug
4176 information.
4177
8aa08a8d
YQ
41782015-03-26 Yao Qi <yao.qi@linaro.org>
4179
4180 * gdb.base/savedregs.exp (process_saved_regs): Make
4181 "Saved registers:" optional in the pattern.
4182
66849923
MM
41832015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4184
4185 * gdb.btrace/next.exp: Merged into step.exp.
4186 * gdb.btrace/finish.exp: Merged into step.exp.
4187 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4188 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4189 "record goto" and checking the exact replay position.
4190 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4191 check for "Recording format" in "info record" output.
4192 * gdb.btrace/record_goto.exp: Choose test file based on target.
4193 * gdb.btrace/x86-record_goto.S: Renamed into ...
4194 * gdb.btrace/x86_64-record_goto.S: ... this.
4195 * gdb.btrace/i686-record_goto.S: New.
4196 * gdb.btrace/x86-tailcall.S: Renamed into ...
4197 * gdb.btrace/x86_64-tailcall.S: ... this.
4198 * gdb.btrace/i686-tailcall.S: New.
4199 * gdb.btrace/x86-tailcall.c: Renamed into ...
4200 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4201 separate statements. Update test.
4202 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4203 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4204 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4205 * gdb.btrace/tailcall.exp: Choose test file based on target.
4206 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4207
11cc1b74
MM
42082015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4209
4210 * gdb.btrace/exception.exp: Increase BTS buffer size.
4211
a25d8bf9
PA
42122015-03-24 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4215
856e7dd6
PA
42162015-03-24 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.threads/schedlock.exp (test_step): No longer expect that
4219 "set scheduler-locking step" with "next" over a function call runs
4220 threads unlocked.
4221
ad235a41
AT
42222015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4223
4224 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4225
15630549
AT
42262015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4227
4228 PR breakpoints/16466
4229 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4230 * gdb.mi/mi-pending.c (thread_func): New function.
4231 (int main): Add threading support required.
4232 * gdb.mi/mi-pending.exp: Add tests for this issue.
4233 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4234 (pendfunc2): Remove stdio dependency.
4235 * gdb.mi/mi-pendshr2.c: New file.
4236
693dca06
KS
42372015-03-23 Keith Seitz <keiths@redhat.com>
4238
4239 * gdb.linespec/keywords.c: New file.
4240 * gdb.linespec/keywords.exp: New file.
4241
7e993ebf
KS
42422015-03-23 Keith Seitz <keiths@redhat.com>
4243
4244 PR gdb/18021
4245 * gdb.dwarf2/staticvirtual.exp: New test.
4246
bc23328c
JK
42472015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4250 * README: Remove HP-UX and gdb.hp.
4251 (configuration):
4252 * configure: Regenerate.
4253 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4254 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4255 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4256 gdb.hp/gdb.defects/Makefile.
4257 * gdb.hp/Makefile.in: File deleted.
4258 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4259 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4260 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4261 * gdb.hp/gdb.aCC/run.c: File deleted.
4262 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4263 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4264 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4265 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4266 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4267 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4268 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4269 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4270 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4271 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4272 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4273 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4274 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4275 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4276 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4277 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4278 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4279 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4280 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4281 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4282 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4283 * gdb.hp/gdb.compat/average.c: File deleted.
4284 * gdb.hp/gdb.compat/sum.c: File deleted.
4285 * gdb.hp/gdb.compat/xdb.c: File deleted.
4286 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4287 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4288 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4289 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4290 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4291 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4292 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4293 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4294 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4295 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4296 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4297 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4298 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4299 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4300 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4301 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4302 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4303 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4304 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4305 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4306 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4307 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4308 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4309 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4310 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4311 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4312 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4313 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4314 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4315 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4316 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4317 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4318 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4319 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4320 * gdb.hp/tools/odump: File deleted.
4321
8bf3b159
PA
43222015-03-19 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4325 (saw_thread_3): New globals.
4326 (top level): Increment them when an event for the corresponding
4327 thread is seen.
4328 (no thread starvation): New test.
4329
eb54c8bf
PA
43302015-03-19 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.threads/continue-pending-status.c: New file.
4333 * gdb.threads/continue-pending-status.exp: New file.
4334
32d2e5d6
PA
43352015-03-18 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4338 Use gdb_is_target_remote instead of is_remote. Use
4339 gdb_test_multiple instead of gdb_expect. Exit early if
4340 gdb_test_multiple hits its internal matches. Tighten stepi tests
4341 expected output. Fail on exit with any signal, instead of just
4342 SIGILL.
4343
f68f11b7
YQ
43442015-03-18 Yao Qi <yao.qi@linaro.org>
4345
4346 PR tdep/18107
4347 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4348 variable.
4349 * gdb.base/catch-syscall.exp: Don't skip it on
4350 aarch64*-*-linux* target. Remove elements in all_syscalls.
4351 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4352 target.
4353 (setup_all_syscalls): New proc.
4354
ca5fd19b
YQ
43552015-03-16 Yao Qi <yao.qi@linaro.org>
4356
4357 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4358 (top level): Skip tests if valid_addr_p returns false for
4359 $cmd1 or $cmd2.
4360
85642ba0
AW
43612015-03-11 Andy Wingo <wingo@igalia.com>
4362
4363 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4364
e03f9645
YQ
43652015-03-11 Yao Qi <yao.qi@linaro.org>
4366
4367 * gdb.base/catch-syscall.exp: Fix typo in comments.
4368
5d0962b2
YQ
43692015-03-11 Yao Qi <yao.qi@linaro.org>
4370
4371 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4372
b2df3cef
PA
43732015-03-09 Pedro Alves <palves@redhat.com>
4374
4375 * dg-extract-results.py: Delete.
4376
ef878e53
PA
43772015-03-09 Pedro Alves <palves@redhat.com>
4378
4379 Merge dg-extract-results.sh from GCC upstream (r218843).
4380
4381 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4382 * dg-extract-results.sh: Use --text with grep to avoid issues with
4383 binary files. Fall back to cat -v, if that doesn't work.
4384
9494d219
PA
43852015-03-05 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4388
a8d9763a
SM
43892015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4390
4391 * lib/mi-support.exp (mi_expect_interrupt): Accept
4392 alternative event for when in all-stop mode.
4393
be9957b8
PA
43942015-03-04 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4397
d57be0f4 43982015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4399
4400 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4401
c214c7cf
AA
44022015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4403
4404 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4405 regexps for GDB's current line display, accept a hex address
4406 preceding the line number.
4407
6d74a497
AA
44082015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4409
4410 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4411 the 'arch1' variable for "s390*-linux*" targets.
4412
511aee7c
PA
44132015-03-04 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4416 (main): Pass missing retval argument to pthread_join call.
4417
95e50b27
PA
44182015-03-02 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4421 (top level): Call do_test with non-stop as well.
4422
28054d69
PA
44232015-03-02 Pedro Alves <palves@redhat.com>
4424
4425 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4426 -1.
4427
4fa5d7b4
AA
44282015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4429
4430 * gdb.arch/s390-vregs.exp: New test.
4431 * gdb.arch/s390-vregs.S: New file.
4432
97c18565
PA
44332015-02-27 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4436 call to catch_command_errors.
4437 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4438 catch_command_errors.
4439
a37bfa30
PA
44402015-02-27 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4443 "true" for boolean result.
4444 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4445 prototype of main.
4446
6f98576f
PA
44472015-02-27 Pedro Alves <palves@redhat.com>
4448
4449 * lib/unbuffer_output.c: New file.
4450 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4451 (main): Call gdb_unbuffer_output.
4452
eba5ab56
YQ
44532015-02-27 Yao Qi <yao.qi@linaro.org>
4454
4455 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4456 target.
4457
0def5aaa
DE
44582015-02-26 Doug Evans <dje@google.com>
4459
4460 * gdb.cp/class2.cc (Dbase, D): New classes.
4461 (main): New local delta.
4462 * gdb.cp/class2.exp: Test printing delta.
4463 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4464 (dynbar): New global.
4465 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4466
081a1c2c
JK
44672015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4468
4469 * gdb.compile/compile-ifunc.c: New file.
4470 * gdb.compile/compile-ifunc.exp: New file.
4471
2f41223f
AT
44722015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4473
4474 * gdb.base/structs.exp: Check for correct struct on finish.
4475
03eddd80
YQ
44762015-02-26 Yao Qi <yao.qi@linaro.org>
4477
4478 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4479 is zero.
4480
80c57053
JK
44812015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4482
4483 * gdb.arch/cordic.ko.bz2: New file.
4484 * gdb.arch/cordic.ko.debug.bz2: New file.
4485 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4486
21613c12
YQ
44872015-02-25 Yao Qi <yao.qi@linaro.org>
4488
4489 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4490 aarch64*-*-* target.
4491
d8b901ed
PA
44922015-02-23 Pedro Alves <palves@redhat.com>
4493
4494 * lib/gdb.exp (delete_breakpoints): Rewrite using
4495 gdb_test_multiple.
4496
e5b85ead
PA
44972015-02-23 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.base/info-os.c: Include stdlib.h.
4500
85c3a371
DE
45012015-02-22 Doug Evans <xdje42@gmail.com>
4502
4503 PR symtab/17855
4504 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4505 is read after symbols have been re-read.
4506 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4507 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4508
96553a0c
DE
45092015-02-21 Doug Evans <dje@google.com>
4510
4511 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4512
97a0c697
JK
45132015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 PR corefiles/17808
4516 * gdb.arch/i386-biarch-core.core.bz2: New file.
4517 * gdb.arch/i386-biarch-core.exp: New file.
4518
a47cd6e9
PA
45192015-02-21 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4522 runto_main fails.
4523
c5facdc4
PA
45242015-02-20 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4527 info probes.
4528
2db9a427
PA
45292015-02-20 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4532
60fb7e9e
PA
45332015-02-20 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4536 clean_restart before gdb_target_supports_trace.
4537
5c5019c2
PA
45382015-02-20 Pedro Alves <palves@redhat.com>
4539
4540 PR threads/18006
4541 * gdb.threads/clone-thread_db.c: New file.
4542 * gdb.threads/clone-thread_db.exp: New file.
4543
c9587f88
AT
45442015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4545
4546 PR breakpoints/16812
4547 * gdb.base/catch-gdb-caused-signals.c: New file.
4548 * gdb.base/catch-gdb-caused-signals.exp: New file.
4549
f6a88844
JM
45502015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4551
4552 * configure: Regenerated.
4553 * configure.ac: Use GDB_AC_TRANSFORM.
4554 * aclocal.m4: sinclude ../transform.m4.
4555
497c491b
JM
45562015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4557
4558 * lib/dtrace.exp: New file.
4559 * gdb.base/dtrace-probe.exp: Likewise.
4560 * gdb.base/dtrace-probe.d: Likewise.
4561 * gdb.base/dtrace-probe.c: Likewise.
4562 * lib/pdtrace.in: Likewise.
4563 * configure.ac: Output variables with the transformed names of
4564 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4565 * configure: Regenerated.
4566
03e98035
JM
45672015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4568
4569 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4570 expected message when trying to access $_probe_* convenience
4571 variables while not on a probe.
4572
63cc30e9
JK
45732015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4576
0703599a
PA
45772015-02-11 Pedro Alves <pedro@codesourcery.com>
4578
4579 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4580 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4581
7e60a48e
DE
45822015-02-10 Doug Evans <xdje42@gmail.com>
4583
4584 * lib/gdb.exp (gdb_load): Always return a result.
4585
01b088bc
PA
45862015-02-10 Pedro Alves <palves@redhat.com>
4587
4588 * gdb.threads/signal-sigtrap.c: New file.
4589 * gdb.threads/signal-sigtrap.exp: New file.
4590
b05ec7a5
AT
45912015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4592
4593 * gdb.trace/no-attach-trace.c: New file.
4594 * gdb.trace/no-attach-trace.exp: New file.
4595
a2c2acaf
MW
45962015-02-09 Mark Wielaard <mjw@redhat.com>
4597
4598 * gdb.dwarf2/atomic.c: New file.
4599 * gdb.dwarf2/atomic-type.exp: Likewise.
4600
31fd9caa
MM
46012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4602
4603 * gdb.btrace/buffer-size.exp: Update "info record" output.
4604 * gdb.btrace/delta.exp: Update "info record" output.
4605 * gdb.btrace/enable.exp: Update "info record" output.
4606 * gdb.btrace/finish.exp: Update "info record" output.
4607 * gdb.btrace/instruction_history.exp: Update "info record" output.
4608 * gdb.btrace/next.exp: Update "info record" output.
4609 * gdb.btrace/nexti.exp: Update "info record" output.
4610 * gdb.btrace/step.exp: Update "info record" output.
4611 * gdb.btrace/stepi.exp: Update "info record" output.
4612 * gdb.btrace/nohist.exp: Update "info record" output.
4613
d33501a5
MM
46142015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4615
4616 * gdb.btrace/buffer-size: New.
4617
f4abbc16
MM
46182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4619
4620 * gdb.btrace/delta.exp: Update "info record" output.
4621 * gdb.btrace/enable.exp: Update "info record" output.
4622 * gdb.btrace/finish.exp: Update "info record" output.
4623 * gdb.btrace/instruction_history.exp: Update "info record" output.
4624 * gdb.btrace/next.exp: Update "info record" output.
4625 * gdb.btrace/nexti.exp: Update "info record" output.
4626 * gdb.btrace/step.exp: Update "info record" output.
4627 * gdb.btrace/stepi.exp: Update "info record" output.
4628 * gdb.btrace/nohist.exp: Update "info record" output.
4629
b9d61307
SM
46302015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4631
4632 PR gdb/15678
4633 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4634
e584fdbc
PA
46352015-02-06 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4638 macro.
4639 (seconds_left, again): New globals.
4640 (main): Wait seconds_left in a 1-second sleep loop instead of
4641 sleeping 180 seconds. If 'again' is set, reset the seconds
4642 counter.
4643 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4644 'again' in the inferior before detaching. Print the seconds left.
4645 (options): New global.
4646 (top level): Build program with -DTIMEOUT=$timeout.
4647
77f41761
PA
46482015-02-06 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4651 determine how many seconds to pass to 'alarm'.
4652 * gdb.base/gdb-sigterm.exp (top level): Build program with
4653 -DTIMEOUT=$timeout.
4654 (do_test): Return success/failure indication. Add more verbose
4655 logging. Don't fail if 200 single steps are seen. Instead, fail
4656 when the test times out.
4657 (passes): New global.
4658 (top level): Break the testing loop if testing fails on any
4659 iteration. Use gdb_assert.
4660
b9394193
DB
46612015-02-04 Don Breazeal <donb@codesourcery.com>
4662
4663 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4664 and initialize them.
4665 (ipc_cleanup): New function.
4666 (main): Don't declare shmid, semid, and msqid. Add a call to
4667 atexit so that we call ipc_cleanup on exit.
4668
42d9e528
PA
46692015-02-04 Pedro Alves <palves@redhat.com>
4670
4671 * boards/native-extended-gdbserver.exp: Remove any target variant
4672 specifications from the board name before clearing the isremote
4673 flag from board_info.
4674
ae6ae975
DE
46752015-01-31 Doug Evans <xdje42@gmail.com>
4676
4677 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4678
cfb069a8
GB
46792015-01-31 Gary Benson <gbenson@redhat.com>
4680
4681 * gdb.base/completion.exp: Disable completion limiting for
4682 existing tests. Add new tests to check completion limiting.
4683 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4684
5dd31d79
DE
46852015-01-31 Doug Evans <xdje42@gmail.com>
4686
4687 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4688
9f050062
DE
46892015-01-31 Doug Evans <xdje42@gmail.com>
4690
4691 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4692 entries. Duplicate file section script entries.
4693 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4694 inlined entries. Add test for safe-path rejection.
4695 * gdb.python/py-section-script.c: Add duplicate inlined section script
4696 entries. Duplicate file section script entries.
4697 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4698 inlined entries. Add test for safe-path rejection.
4699
df25ebbd
JB
47002015-01-29 Joel Brobecker <brobecker@adacore.com>
4701
4702 * gdb.ada/disc_arr_bound: New testcase.
4703
4a0ca9ec
JB
47042015-01-29 Joel Brobecker <brobecker@adacore.com>
4705
4706 * gdb.ada/mi_var_array: New testcase.
4707
3a8b707a
DE
47082015-01-27 Doug Evans <dje@google.com>
4709
4710 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4711 Add test for objfile.filename, objfile.username after objfile
4712 has been unloaded.
4713
f8313f6e
JB
47142015-01-26 Joel Brobecker <brobecker@adacore.com>
4715
4716 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4717 the second test to print the name attribute of value
4718 returned by the call to gdb.lookup_type, and adjust
4719 the expected output accordingly.
4720
37bc665e
MW
47212015-01-25 Mark Wielaard <mjw@redhat.com>
4722
4723 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4724 * gdb.base/disp-step-fork.c: Include unistd.h.
4725 * gdb.base/siginfo-obj.c: Include stdio.h.
4726 * gdb.base/siginfo-thread.c: Likewise.
4727 * gdb.mi/non-stop.c: Include unistd.h.
4728 * gdb.mi/nsthrexec.c: Include stdio.h.
4729 * gdb.mi/pthreads.c: Include unistd.h.
4730 * gdb.modula2/unbounded1.c (main): Declare returns int.
4731 * gdb.reverse/consecutive-reverse.c: Likewise.
4732 * gdb.threads/create-fail.c: Include unistd.h.
4733 * gdb.threads/killed.c: Likewise.
4734 * gdb.threads/linux-dp.c: Likewise.
4735 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4736 * gdb.threads/non-ldr-exc-2.c: Likewise.
4737 * gdb.threads/non-ldr-exc-3.c: Likewise.
4738 * gdb.threads/non-ldr-exc-4.c: Likewise.
4739 * gdb.threads/pthreads.c: Include unistd.h.
4740 (main): Declare returns int.
4741 * gdb.threads/tls-main.c (foo): New declaration.
4742 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4743
f7e5394d
SM
47442015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4745
4746 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4747 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4748
743649fd
MW
47492015-01-15 Mark Wielaard <mjw@redhat.com>
4750
4751 * gdb.base/noreturn-return.c: New file.
4752 * gdb.base/noreturn-return.exp: New file.
4753 * gdb.base/noreturn-finish.c: New file.
4754 * gdb.base/noreturn-finish.exp: New file.
4755
198297aa
PA
47562015-01-23 Pedro Alves <palves@redhat.com>
4757
4758 * gdb.threads/continue-pending-after-query.c: New file.
4759 * gdb.threads/continue-pending-after-query.exp: New file.
4760
717cf30c
AG
47612015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4762 Simon Marchi <simon.marchi@ericsson.com>
4763
4764 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4765 * gdb.base/valgrind-db-attach.exp: Same.
4766 * gdb.base/valgrind-infcall.exp: Same.
4767 * lib/mi-support.exp (default_mi_gdb_start): Same.
4768 * lib/prompt.exp (default_prompt_gdb_start): Same.
4769 * lib/gdb.exp (default_gdb_spawn): Same.
4770 (gdb_interact): New.
4771
4772
4b62a76e
JK
47732015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4774
4775 * gdb.compile/compile.exp (pointer to jit function): New test.
4776
b4cdae6f
WW
47772015-01-17 Wei-cheng Wang <cole945@gmail.com>
4778
4779 * lib/gdb.exp (supports_process_record): Return true for
4780 powerpc*-*-linux*.
4781 (supports_reverse): Likewise.
4782
d221e7ef
DB
47832015-01-15 Don Breazeal <donb@codesourcery.com>
4784
4785 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4786 instead of checking whether the target board is remote and
4787 use spawn_wait_for_attach instead of exec/sleep.
4788 * gdb.base/attach-twice.exp: Likewise.
4789
bafffb51
JB
47902015-01-15 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.ada/var_arr_attrs: New testcase.
4793
5589af0e
PA
47942015-01-14 Pedro Alves <palves@redhat.com>
4795 Joel Brobecker <brobecker@adacore.com>
4796
4797 PR gdb/17525
4798 * gdb.base/bp-cmds-execution-x-script.c: New file.
4799 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4800 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4801
6c400b59
PA
48022015-01-14 Pedro Alves <palves@redhat.com>
4803
4804 PR cli/17828
4805 * gdb.base/batch-preserve-term-settings.c: New file.
4806 * gdb.base/batch-preserve-term-settings.exp: New file.
4807
e02c96a7
DE
48082015-01-13 Doug Evans <dje@google.com>
4809
4810 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4811 binary.
4812
576fd14c
JB
48132015-01-13 Joel Brobecker <brobecker@adacore.com>
4814
4815 * Makefile.in (clean mostlyclean): Do not delete *.py.
4816
04dccad0
JB
48172015-01-13 Joel Brobecker <brobecker@adacore.com>
4818
4819 * gdb.python/py-lookup-type.exp: New file.
4820
3d230f71
PA
48212015-01-12 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4824 restore GDBFLAGS before returning.
4825
7e67715d
JK
48262015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4829 is_amd64_regs_target and is_x86_like_target.
4830
f2e0d4b4
DE
48312015-01-11 Doug Evans <xdje42@gmail.com>
4832
4833 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4834 is given without an explicit form.
4835 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4836 attributes.
4837 * gdb.dwarf/corrupt.exp: Ditto.
4838 * gdb.dwarf2/enum-type.exp: Ditto.
4839 * gdb.trace/entry-values.exp: Ditto.
4840 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4841
439250fb
DE
48422015-01-11 Doug Evans <xdje42@gmail.com>
4843
4844 PR gdb/15830
4845 * gdb.base/maint.exp: Remove references to "maint demangle".
4846 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4847 Add tests for explicitly specifying language to demangle.
4848 * gdb.dlang/demangle.exp: Ditto.
4849
ede9f622
PA
48502015-01-09 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.threads/non-stop-fair-events.c: New file.
4853 * gdb.threads/non-stop-fair-events.exp: New file.
4854
a7b796db
PA
48552015-01-09 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4858 the global scope. Set a breakpoint after all threads are started
4859 rather than stepping over two source lines. Expect the prompt.
4860 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4861 global.
4862 (NUM): Now 15.
4863 (main): Use threads_started_barrier to wait for all threads to
4864 start. Main thread no longer calls thread_function. Exit after
4865 180 seconds.
4866 (loop): New function.
4867 (thread_function): Wait on threads_started_barrier barrier. Call
4868 'loop' at each iteration.
4869 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4870 threads have started, instead of hardcoding number of "next"
4871 steps. Use an access watchpoint instead of a write watchpoint.
4872
9665ffdd
PA
48732015-01-09 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4876 (thread_func): Wait on barrier.
4877 (main): Wait for all threads to start before stopping GDB.
4878 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4879 global.
4880 (thread1_func, thread2_func): Wait on barrier.
4881 (main): Wait for all threads to start before stopping GDB.
4882 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4883 New global.
4884 (thread1_func, thread2_func): Wait on barrier.
4885 (main): Wait for all threads to start before stopping GDB.
4886
c945a99f
PA
48872015-01-09 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.threads/attach-many-short-lived-threads.c: New file.
4890 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4891
c1a747c1
PA
48922014-01-09 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4895 instead of to thread 2.
4896 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4897 Add barrier around each pthread_create call instead of around all
4898 calls.
4899 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4900 Set a break on thread_function and have the child threads hit it
4901 one at at a time.
4902
60b3033e
PA
49032015-01-09 Pedro Alves <palves@redhat.com>
4904
4905 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4906 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4907 false.
4908 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4909 checking whether the target board is remote.
4910 * gdb.multi/multi-attach.exp: Likewise.
4911 * gdb.python/py-sync-interp.exp: Likewise.
4912 * gdb.server/ext-attach.exp: Likewise.
4913 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4914 tests that need to attach, instead of checking whether the target
4915 board is remote at the top of the file.
4916
acc018ac
YQ
49172015-01-08 Yao Qi <yao@codesourcery.com>
4918
4919 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4920
50a18af8
JK
49212015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4922
4923 Fix testcase compilation.
4924 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4925
8503d6e1
JB
49262015-01-06 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.python/py-type.exp: Add a couple test about empty
4929 array creation, and negative-length array creation.
4930
cc73dbcc
DE
49312015-01-02 Doug Evans <xdje42@gmail.com>
4932
4933 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4934
0300bbc7
DE
49352015-01-02 Doug Evans <dje@google.com>
4936
4937 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4938
9d85a0ec
YQ
49392014-12-29 Yao Qi <yao@codesourcery.com>
4940
4941 * gdb.trace/entry-values.exp: Update comments. Rename variable
4942 bar_call_foo to returned_from_foo.
4943
87186c6a
MMN
49442014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4945
4946 PR gdb/17394
4947 * gdb.linespec/break-asm-file.c: New file.
4948 * gdb.linespec/break-asm-file.exp: New file.
4949 * gdb.linespec/break-asm-file0.s: New file.
4950 * gdb.linespec/break-asm-file1.s: New file.
4951
1bab7383
YQ
49522014-12-18 Nigel Stephens <nigel@mips.com>
4953 Maciej W. Rozycki <macro@codesourcery.com>
4954
4955 * gdb.base/float.exp: Handle the new output from "info float" on
4956 MIPS targets.
4957
1bc1068a
JK
49582014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 Fix MinGW compilation.
4961 * gdb.compile/compile-ops.exp: Update untested message if
4962 !skip_compile_feature_tests.
4963 * gdb.compile/compile-setjmp.exp: Likewise.
4964 * gdb.compile/compile-tls.exp: Likewise.
4965 * gdb.compile/compile.exp: Likewise.
4966 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4967 supported on this host".
4968
b6615d10
DE
49692014-12-16 Doug Evans <xdje42@gmail.com>
4970
4971 * boards/stabs.exp: New file.
4972
25dda427
AA
49732014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4974
4975 * gdb.base/completion.exp: Adjust to format changes of "maint
4976 print user-registers".
4977
bf330350
CU
49782014-12-16 Catalin Udma <catalin.udma@freescale.com>
4979
4980 PR server/17457
4981 * gdb.arch/aarch64-fp.c: New file.
4982 * gdb.arch/aarch64-fp.exp: New file.
4983
395cf596
SDJ
49842014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4985
4986 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4987 r210637, r210913, r211666, r215400, r215817).
4988
4989 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4990 * dg-extract-results.py: New file.
4991 * dg-extract-results.sh: Use it if the environment seems
4992 suitable.
4993
4994 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4995
4996 * dg-extract-results.py (parse_run): Handle warnings that
4997 are printed before a test harness is run.
4998
4999 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5000
5001 * dg-extract-results.py (Named): Remove __cmp__ method.
5002 (output_variation): Use a key to sort variation.harnesses.
5003
5004 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5005
5006 * dg-extract-results.py: For Python 3, force sys.stdout to
5007 handle surrogate escape sequences.
5008 (safe_open): New function.
5009 (output_segment, main): Use it.
5010
5011 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5012
5013 * dg-extract-results.py (Prog.result_re): Include options
5014 in test name.
5015
5016 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5017
5018 * dg-extract-results.py (output_variation): Always sort if
5019 do_sum.
5020
e882ef3c
SM
50212014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5022
5023 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5024 as long as we get pagination notifications.
5025
4992aa20
JM
50262014-12-15 Jason Merrill <jason@redhat.com>
5027
5028 * Makefile.in (check-gdb.%): Restore.
5029 * README: Mention it.
5030
c1b5a1a6
JB
50312014-12-13 Joel Brobecker <brobecker@adacore.com>
5032
5033 * gdb.ada/str_uninit: New testcase.
5034
5537b577
JK
50352014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 PR symtab/17642
5038 * gdb.base/vla-stub-define.c: New file.
5039 * gdb.base/vla-stub.c: New file.
5040 * gdb.base/vla-stub.exp: New file.
5041
bb2ec1b3
TT
50422014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5043 Jan Kratochvil <jan.kratochvil@redhat.com>
5044 Tom Tromey <tromey@redhat.com>
5045
5046 * configure.ac: Add gdb.compile/.
5047 * configure: Regenerate.
5048 * gdb.compile/Makefile.in: New file.
5049 * gdb.compile/compile-ops.exp: New file.
5050 * gdb.compile/compile-ops.c: New file.
5051 * gdb.compile/compile-tls.c: New file.
5052 * gdb.compile/compile-tls.exp: New file.
5053 * gdb.compile/compile-constvar.S: New file.
5054 * gdb.compile/compile-constvar.c: New file.
5055 * gdb.compile/compile-mod.c: New file.
5056 * gdb.compile/compile-nodebug.c: New file.
5057 * gdb.compile/compile-setjmp-mod.c: New file.
5058 * gdb.compile/compile-setjmp.c: New file.
5059 * gdb.compile/compile-setjmp.exp: New file.
5060 * gdb.compile/compile-shlib.c: New file.
5061 * gdb.compile/compile.c: New file.
5062 * gdb.compile/compile.exp: New file.
5063 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5064
4ff709eb
TT
50652014-12-12 Tom Tromey <tromey@redhat.com>
5066
5067 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5068 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5069
6dddd6a5
DE
50702014-12-12 Doug Evans <dje@google.com>
5071
5072 * lib/gdb-python.exp (get_python_valueof): New function.
5073 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5074
71c24708
AA
50752014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5076
5077 * gdb.base/completion.exp: Add test for completion of "info
5078 registers ".
5079
3e29f34a
MR
50802014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5081
5082 * gdb.base/func-ptrs.c: New file.
5083 * gdb.base/func-ptrs.exp: New file.
5084
fc126975
SM
50852014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5086
5087 PR breakpoints/17012
5088 * gdb.base/dprintf-detach.c: New file.
5089 * gdb.base/dprintf-detach.exp: New file.
5090
0a46d518
SM
50912014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5092
5093 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5094 * lib/gdb.exp (target_is_gdbserver): New procedure.
5095
a0be3e44
DE
50962014-12-08 Doug Evans <dje@google.com>
5097
5098 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5099
df1b803a
YQ
51002014-12-05 Yao Qi <yao@codesourcery.com>
5101
5102 * gdb.guile/scm-error.exp: Remove the third argument to
5103 gdb_remote_download.
5104 * gdb.guile/scm-frame-args.exp: Likewise.
5105 * gdb.guile/scm-section-script.exp: Likewise.
5106
ddb9f679
YQ
51072014-12-05 Yao Qi <yao@codesourcery.com>
5108
5109 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5110
86e4ed39
DE
51112014-12-04 Doug Evans <dje@google.com>
5112
5113 * gdb.python/py-objfile.exp: Add tests for
5114 objfile.add_separate_debug_file.
5115
7c50a931
DE
51162014-12-04 Doug Evans <dje@google.com>
5117
5118 * lib/gdb.exp (get_build_id): New function.
5119 (build_id_debug_filename_get): Rewrite to use it.
5120 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5121
621661e3
MR
51222014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5123
5124 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5125 `method(long)', not just 0x0.
5126 * gdb.cp/nsalias.exp: Align code labels to 4.
5127 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5128 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5129 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5130 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5131 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5132 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5133
29f0c3b7
DE
51342014-12-02 Doug Evans <dje@google.com>
5135
e1e061e7 5136 PR symtab/17602
29f0c3b7 5137 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5138 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5139 * gdb.cp/anon-ns.exp: Update.
5140
162078c8
NB
51412014-12-02 Nick Bull <nicholaspbull@gmail.com>
5142
5143 * gdb.python/py-events.py (inferior_call_handler): New.
5144 (register_changed_handler, memory_changed_handler): New.
5145 (test_events.invoke): Register new handlers.
5146 * gdb.python/py-events.exp: Add tests for inferior call,
5147 memory_changed and register_changed events.
5148
fdb09caf
AA
51492014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5150
5151 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5152 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5153 if the linker doesn't understand this.
5154
55cfb2c4
SM
51552014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5156
5157 * gdb.python/python.exp: Change expected reply to help().
5158
9e8cd6df
YQ
51592014-12-01 Yao Qi <yao@codesourcery.com>
5160
5161 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5162 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5163 * configure: Re-generated.
5164
6c659fc2
SC
51652014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5166
5167 * gdb.cp/chained-calls.cc: New file.
5168 * gdb.cp/chained-calls.exp: New file.
5169 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5170
d7fc3181
SM
51712014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5172
5173 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5174 * gdb.dwarf2/symtab-producer.exp: Same.
5175 * gdb.gdb/python-interrupts.exp: Same.
5176 * gdb.gdb/python-selftest.exp: Same.
5177 * gdb.python/py-linetable.exp: Same.
5178 * gdb.python/py-type.exp: Same.
5179 * gdb.python/py-value-cc.exp: Same.
5180 * gdb.python/py-value.exp: Same.
5181
10e79639
YQ
51822014-11-28 Yao Qi <yao@codesourcery.com>
5183
5184 * gdb.base/break-probes.exp: Match library name prefixed with
5185 sysroot.
5186
f28a0564
SM
51872014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5190 test expected output. Add parentheses for the call to print.
5191 Remove L suffix from integers.
5192
3fe1ce1d
DE
51932014-11-26 Doug Evans <dje@google.com>
5194
5195 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5196
84429e27
YQ
51972014-11-22 Yao Qi <yao@codesourcery.com>
5198
5199 * gdb.trace/entry-values.c: Remove asms.
5200 (foo): Add foo_label.
5201 (bar): Add bar_label.
5202 * gdb.trace/entry-values.exp: Remove code computing foo's
5203 length and bar's length.
5204 (Dwarf::assemble): Invoke function_range for bar and use
5205 MACRO_AT_func for foo.
5206
26741859
YQ
52072014-11-22 Yao Qi <yao@codesourcery.com>
5208
5209 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5210 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5211 Use .Lgcc43_procstart instead of gcc43.
5212
45e44d27
JB
52132014-11-21 Joel Brobecker <brobecker@adacore.com>
5214
5215 * gdb.ada/n_arr_bound: New testcase.
5216
458c8db8
SDJ
52172014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5218
5219 PR breakpoints/10737
5220 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5221 test_catch_syscall_multi_arch.
5222 (test_catch_syscall_multi_arch): New function.
5223
43f3e411
DE
52242014-11-20 Doug Evans <xdje42@gmail.com>
5225
5226 * gdb.base/maint.exp: Update expected output.
5227
0d7b2549
AA
52282014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5229
5230 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5231 4-byte instruction on S390.
5232
8908fca5
JB
52332014-11-19 Joel Brobecker <brobecker@adacore.com>
5234
5235 * gdb.ada/arr_arr: New testcase.
5236
4a46959e
JB
52372014-11-19 Joel Brobecker <brobecker@adacore.com>
5238
5239 * gdb.ada/pkd_arr_elem: New Testcase.
5240
470e2f4e
LM
52412014-11-18 Luis Machado <lgustavo@codesourcery.com>
5242
5243 * gdb.reverse/break-precsave: Expect completion message for
5244 core file reads.
5245 * gdb.reverse/consecutive-precsave.exp: Likewise.
5246 * gdb.reverse/finish-precsave.exp: Likewise.
5247 * gdb.reverse/i386-precsave.exp: Likewise.
5248 * gdb.reverse/machinestate-precsave.exp: Likewise.
5249 * gdb.reverse/sigall-precsave.exp: Likewise.
5250 * gdb.reverse/solib-precsave.exp: Likewise.
5251 * gdb.reverse/step-precsave.exp: Likewise.
5252 * gdb.reverse/until-precsave.exp: Likewise.
5253 * gdb.reverse/watch-precsave.exp: Likewise.
5254
a267f3ad
AA
52552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5256
5257 * gdb.base/bp-permanent.c: Include unistd.h.
5258 * gdb.python/py-framefilter-mi.c (main): Add return type.
5259 * gdb.python/py-framefilter.c (main): Likewise.
5260 * gdb.trace/actions-changed.c (main): Likewise.
5261
12084a9a
AA
52622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5263
5264 * gdb.mi/until.c: Add eye-catchers.
5265 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5266 line numbers.
5267
dc7e1a77
AA
52682014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5269
5270 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5271 function header variants in break1.c.
5272 * gdb.base/ena-dis-br.exp: Likewise.
5273 * gdb.base/hbreak2.exp: Likewise.
5274 * gdb.reverse/until-precsave.exp: Drop references to removed
5275 non-prototype function header variants in ur1.c.
5276 * gdb.reverse/until-reverse.exp: Likewise.
5277
41c77605
PM
52782014-11-17 Petr Machata <pmachata@redhat.com>
5279
5280 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5281 ${_cu_offset_size} bytes abbrev offset.
5282
34248c3a
DE
52832014-11-15 Doug Evans <xdje42@gmail.com>
5284
5285 PR symtab/17559
5286 * gdb.base/line-symtabs.exp: New file.
5287 * gdb.base/line-symtabs.c: New file.
5288 * gdb.base/line-symtabs.h: New file.
5289
646da059
YQ
52902014-11-14 Yao Qi <yao@codesourcery.com>
5291
5292 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5293 (func): Add label func_label.
5294 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5295 Replace low_pc and high_pc with MACRO_AT_range.
5296 Replace name, low_pc and high_pc with MACRO_AT_func.
5297
9301ebe6
YQ
52982014-11-14 Yao Qi <yao@codesourcery.com>
5299
5300 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5301 Replace name, low_pc and high_pc with MACRO_AT_func.
5302
f166b542
YQ
53032014-11-14 Yao Qi <yao@codesourcery.com>
5304
5305 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5306 produce debug information.
5307 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5308
0f6e71e3
YQ
53092014-11-14 Yao Qi <yao@codesourcery.com>
5310
5311 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5312 object and get function length.
5313 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5314 with MACRO_AT_func.
5315 (top-level): Replace gdb_compile and clean_restart with
5316 prepare_for_testing.
5317 * gdb.dwarf2/main.c (main): Add label main_label.
5318
876c4df9
YQ
53192014-11-14 Yao Qi <yao@codesourcery.com>
5320
5321 * lib/dwarf.exp (function_range): New procedure.
5322 (Dwarf::_handle_macro_at_func): New procedure.
5323 (Dwarf::_handle_macro_at_range): New procedure.
5324 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5325
02ad9cf1
YQ
53262014-11-14 Yao Qi <yao@codesourcery.com>
5327
5328 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5329 (_handle_attribute): New procedure.
5330
a59add0c
AA
53312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5332
5333 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5334 * gdb.base/call-sc.c (zed): Likewise.
5335 * gdb.base/checkpoint.c (main): Likewise.
5336 * gdb.base/dump.c (main): Likewise.
5337 * gdb.base/gcore.c (main): Likewise.
5338 * gdb.base/huge.c (main): Likewise.
5339 * gdb.base/multi-forks.c (main): Likewise.
5340 * gdb.base/pr10179-a.c (main): Likewise.
5341 * gdb.base/savedregs.c (main): Likewise.
5342 * gdb.base/sigaltstack.c (main): Likewise.
5343 * gdb.base/siginfo.c (main): Likewise.
5344 * gdb.base/structs.c (zed): Likewise.
5345 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5346 * gdb.mi/mi-syn-frame.c (main): Likewise.
5347 * gdb.mi/until.c (foo, main): Likewise.
5348 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5349 * gdb.base/solib-weak.c (foo): Declare.
5350 * gdb.base/attach-twice.c: Include stdio.h.
5351 * gdb.base/weaklib1.c: Likewise.
5352 * gdb.base/weaklib2.c: Likewise.
5353 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5354 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5355 unistd.h.
5356 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5357 * gdb.mi/mi-exit-code.c: Likewise.
5358 * gdb.base/break-interp-lib.c: Include string.h.
5359 * gdb.base/coremaker.c: Likewise.
5360 * gdb.base/testenv.c: Likewise.
5361 * gdb.python/py-finish-breakpoint.c: Likewise.
5362 * gdb.base/inferior-died.c: Include sys/wait.h.
5363 * gdb.base/fileio.c: Include time.h.
5364 * gdb.base/async-shell.c: Include unistd.h.
5365 * gdb.base/dprintf-non-stop.c: Likewise.
5366 * gdb.base/info-os.c: Likewise.
5367 * gdb.mi/mi-console.c: Likewise.
5368 * gdb.mi/watch-nonstop.c: Likewise.
5369 * gdb.python/py-events.c: Likewise.
5370 * gdb.base/async.c (baz): Move up before its invocation.
5371 * gdb.base/code_elim2.c (my_global_func): Likewise.
5372 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5373 * gdb.base/advance.c (func2): Likewise.
5374
3b5d5997
AA
53752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5376
5377 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5378 variant.
5379 * gdb.base/annota3.c: Likewise.
5380 * gdb.base/async.c: Likewise.
5381 * gdb.base/average.c: Likewise.
5382 * gdb.base/call-ar-st.c: Likewise.
5383 * gdb.base/call-rt-st.c: Likewise.
5384 * gdb.base/call-sc.c: Likewise.
5385 * gdb.base/call-strs.c: Likewise.
5386 * gdb.base/ending-run.c: Likewise.
5387 * gdb.base/execd-prog.c: Likewise.
5388 * gdb.base/exprs.c: Likewise.
5389 * gdb.base/foll-exec.c: Likewise.
5390 * gdb.base/foll-fork.c: Likewise.
5391 * gdb.base/foll-vfork.c: Likewise.
5392 * gdb.base/funcargs.c: Likewise.
5393 * gdb.base/gcore.c: Likewise.
5394 * gdb.base/jump.c: Likewise.
5395 * gdb.base/langs0.c: Likewise.
5396 * gdb.base/langs1.c: Likewise.
5397 * gdb.base/langs2.c: Likewise.
5398 * gdb.base/mips_pro.c: Likewise.
5399 * gdb.base/nodebug.c: Likewise.
5400 * gdb.base/opaque0.c: Likewise.
5401 * gdb.base/opaque1.c: Likewise.
5402 * gdb.base/recurse.c: Likewise.
5403 * gdb.base/run.c: Likewise.
5404 * gdb.base/scope0.c: Likewise.
5405 * gdb.base/scope1.c: Likewise.
5406 * gdb.base/setshow.c: Likewise.
5407 * gdb.base/setvar.c: Likewise.
5408 * gdb.base/shmain.c: Likewise.
5409 * gdb.base/shr1.c: Likewise.
5410 * gdb.base/shr2.c: Likewise.
5411 * gdb.base/sigall.c: Likewise.
5412 * gdb.base/signals.c: Likewise.
5413 * gdb.base/so-indr-cl.c: Likewise.
5414 * gdb.base/solib2.c: Likewise.
5415 * gdb.base/structs.c: Likewise.
5416 * gdb.base/sum.c: Likewise.
5417 * gdb.base/vforked-prog.c: Likewise.
5418 * gdb.base/watchpoint.c: Likewise.
5419 * gdb.reverse/shr2.c: Likewise.
5420 * gdb.reverse/until-reverse.c: Likewise.
5421 * gdb.reverse/ur1.c: Likewise.
5422 * gdb.reverse/watch-reverse.c: Likewise.
5423
066a77c5
AA
54242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5425
5426 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5427 variant.
5428 * gdb.base/sepdebug.exp: Drop references to removed code.
5429
4f204ea5
AA
54302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5431
5432 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5433 variant. Preserve original line numbering.
5434 * gdb.base/list1.c: Likewise.
5435
3b377a3a
AA
54362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5437
5438 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5439 variant.
5440 * gdb.base/break1.c: Likewise.
5441 * gdb.base/break.exp: Drop references to removed code.
5442
e444df73
AA
54432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5444
5445 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5446 variant.
5447
8008f2a7
AA
54482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5449
5450 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5451
a5a06887
AA
54522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5453
5454 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5455 logic into perform_all_tests() and invoke it with and without
5456 function header prototypes.
5457 (do_function_calls): Remove conditional XFAIL for PR 5318.
5458 (rerun_and_prepare): Remove duplicate code.
5459 (perform_all_tests): New. Main logic moved here.
5460
44dba9b9
AA
54612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5462
5463 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5464 code guarded by #ifdef NO_PROTOTYPES.
5465 (t_double_many_args): Likewise.
5466 (DEF_FUNC_MANY_ARGS_1): Likewise.
5467 (DEF_FUNC_VALUES_1): Likewise.
5468 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5469 guarded by #ifdef PROTOTYPES.
5470
d1fbcd56
AA
54712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5472
5473 * gdb.mi/mi-console.c: Add eye-catcher.
5474 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5475 instead of literal line number.
5476
b0e59b8f
AA
54772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5478
5479 * gdb.base/shr2.c: Add eye-catcher.
5480 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5481 line number.
5482
78f98cca
AA
54832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * gdb.base/jump.c: Add eye-catchers.
5486 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5487 numbers.
5488
58fa2af0
AA
54892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5490
5491 * gdb.base/execd-prog.c: Add eye-catchers.
5492 * gdb.base/foll-exec.c: Likewise.
5493 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5494 line numbers.
5495
04e5059b
AA
54962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5497
5498 * gdb.base/ending-run.c: Add eye-catchers.
5499 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5500 literal line numbers.
5501
dbfdb174
AA
55022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5503
5504 * gdb.base/call-rt-st.c: Add eye-catchers.
5505 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5506 literal line numbers.
5507
888a2ade
AA
55082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5509
5510 * gdb.base/call-ar-st.c: Add eye-catchers.
5511 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5512 literal line numbers.
5513
6acc2dde
AA
55142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5515
5516 * gdb.base/average.c: Add eye-catchers.
5517 * gdb.base/sum.c: Likewise.
5518 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5519 regexps dynamically.
5520
9ecfcd1d
AA
55212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5522
5523 * gdb.base/solib1.c: Add eye-catchers.
5524 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5525 literal line numbers.
5526
78708b7c
PA
55272014-11-12 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5530 leader has exited.
5531
af48d08f
PA
55322014-11-12 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.arch/i386-bp_permanent.c: New file.
5535 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5536 (srcfile): Set to i386-bp_permanent.c.
5537 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5538 that stepi does not execute the 'leave' instruction, instead of
5539 testing it does execute.
5540 * gdb.base/bp-permanent.c: New file.
5541 * gdb.base/bp-permanent.exp: New file.
5542
af3768e9
DE
55432014-11-10 Doug Evans <xdje42@gmail.com>
5544
5545 PR symtab/17564
5546 * gdb.base/symtab-search-order.exp: New file.
5547 * gdb.base/symtab-search-order.c: New file.
5548 * gdb.base/symtab-search-order-1.c: New file.
5549 * gdb.base/symtab-search-order-shlib-1.c: New file.
5550
9de00a4a
PA
55512014-11-07 Pedro Alves <palves@redhat.com>
5552
5553 PR gdb/17511
5554 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5555 i?86-*-linux*.
5556
e0f52461
SC
55572014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5558
5559 PR c++/17494
5560 * gdb.cp/pr17494.cc: New file.
5561 * gdb.cp/pr17494.exp: New file.
5562
6ce8c980
YQ
55632014-11-02 Yao Qi <yao@codesourcery.com>
5564
5565 * gdb.python/python.exp: Get working directory and match the
5566 output of "set extended-prompt \\w " with it.
5567
02be9a71
DE
55682014-10-30 Doug Evans <dje@google.com>
5569
5570 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5571 in objfiles.
5572 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5573 in progspaces.
5574
3bdff46b
LM
55752014-10-30 Janis Johnson <janisjo@codesourcery.com>
5576
5577 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5578 * gdb.base/realname-expand.exp: Likewise.
5579 * gdb.linespec/macro-relative.exp: Likewise.
5580
ab917dfb
PA
55812014-10-29 Pedro Alves <palves@redhat.com>
5582
5583 PR gdb/17408
5584 * gdb.threads/schedlock.c (some_function): New function.
5585 (call_function): New global.
5586 (MAYBE_CALL_SOME_FUNCTION): New macro.
5587 (thread_function): Call it.
5588 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5589 and use it instead of a global counter. Adjust all callers.
5590 (get_current_thread): Use "find current thread" for test message
5591 here rather than having all callers pass down the same string.
5592 (goto_loop): New procedure, factored out from ...
5593 (my_continue): ... this.
5594 (step_ten_loops): Change parameter from test message to command to
5595 use. Adjust.
5596 (list_count): Delete global.
5597 (check_result): New procedure, factored out from duplicate top
5598 level code.
5599 (continue tests): Wrap in with_test_prefix.
5600 (test_step): New procedure, factored out from duplicate top level
5601 code.
5602 (top level): Test "step" in combination with all scheduler-locking
5603 modes. Test "next" in combination with all scheduler-locking
5604 modes, and in combination with stepping over a function call or
5605 not.
5606 * gdb.threads/next-bp-other-thread.c: New file.
5607 * gdb.threads/next-bp-other-thread.exp: New file.
5608
d3d4baed
PA
56092014-10-29 Pedro Alves <palves@redhat.com>
5610
5611 PR python/17372
5612 * gdb.python/python.exp: Test a multi-line command that spawns
5613 interactive Python.
5614 * gdb.base/multi-line-starts-subshell.exp: New file.
5615
563e8d85
YQ
56162014-10-29 Yao Qi <yao@codesourcery.com>
5617
5618 * gdb.base/fileio.exp: Make directories on host.
5619
0ea4d52e
YQ
56202014-10-29 Yao Qi <yao@codesourcery.com>
5621
5622 * gdb.base/fileio.c (test_write): Close the file.
5623
7f5ef605
PA
56242014-10-28 Pedro Alves <palves@redhat.com>
5625
5626 PR gdb/12623
5627 * gdb.base/sigstep.c (no_handler): New global.
5628 (main): If 'no_handler is true, set the signal handlers to
5629 SIG_IGN.
5630 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5631 with_sw_watch and no_handler parameters. Handle them.
5632 (top level) <stepping over handler when stopped at a breakpoint
5633 test>: Add a test axis for testing with a software watchpoint, and
5634 another for testing with the signal handler set to SIG_IGN.
5635 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5636 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5637
abbdbd03
PA
56382014-10-28 Pedro Alves <palves@redhat.com>
5639
5640 PR gdb/17511
5641 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5642 * gdb.base/sigstep.exp (other_handler_location): New global.
5643 (advance): Support stepping into the signal handler, and running
5644 commands while in the handler.
5645 (in_handler_map): New global.
5646 (top level): In the advance test, add combinations for getting
5647 into the handler with stepping commands, and for running commands
5648 in the handler. Add comment descripting the advancei tests.
5649
1df4399f
PA
56502014-10-28 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.base/sigstep.exp: Use build_executable instead of
5653 prepare_for_testing.
5654 (top level): Move code that starts GDB, runs to main and creates a
5655 display to ...
5656 (restart): ... this new procedure.
5657 (top level): Move backtrace from signal handler test to ...
5658 (validate_backtrace): ... this new procedure.
5659 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5660 with_test_prefix. Always restart GDB.
5661 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5662 with_test_prefix. Always restart GDB. No need to delete
5663 breakpoints after the test.
5664 (test_skip_handler): Remove prefix parameter.
5665 (skip_over_handler, breakpoint_to_handler)
5666 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5667 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5668 restart GDB. No need to delete breakpoints after the test.
5669 (top level): Use foreach to call the test procedures with
5670 different commands.
5671
a5b6e449
PA
56722014-10-28 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5675 instead of GNATS numbers.
5676 * gdb.base/sigbpt.exp: Likewise.
5677 * gdb.base/siginfo.exp: Likewise.
5678 * gdb.base/sigstep.exp: Likewise.
5679
e5f8a7cc
PA
56802014-10-27 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.base/sigstep.c (dummy): New global.
5683 (main): Issue a couple writes to the new global.
5684 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5685 procedures.
5686 (skip_over_handler): Use test_skip_handler.
5687 (top level): Call skip_over_handler for stepi and nexti too.
5688 (breakpoint_over_handler): Use test_skip_handler.
5689 (top level): Call breakpoint_over_handler for stepi and nexti too.
5690
763905a3
YQ
56912014-10-27 Yao Qi <yao@codesourcery.com>
5692
5693 * gdb.trace/tfile.c (adjust_function_address)
5694 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5695 function descriptor.
5696
6f259a23
DB
56972014-10-24 Don Breazeal <donb@codesourcery.com>
5698
5699 * gdb.base/foll-fork.exp (test_follow_fork,
5700 catch_fork_child_follow): Check for updated fork messages emitted
5701 from infrun.c.
5702 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5703 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5704 vfork_and_exec_child_follow_through_step): Check for updated vfork
5705 messages emitted from infrun.c.
5706
09dd9a69
PA
57072014-10-24 Pedro Alves <palves@redhat.com>
5708
5709 * gdb.base/corefile.exp: Remove references to ultrix.
5710 * gdb.base/interrupt.exp: Likewise.
5711 * gdb.base/whatis.exp: Likewise.
5712 * gdb.gdb/selftest.exp: Likewise.
5713 * gdb.threads/manythreads.exp: Likewise.
5714 * gdb.threads/print-threads.exp: Likewise.
5715 * gdb.threads/pthreads.exp:: Likewise.
5716 * gdb.threads/schedlock.exp: Likewise.
5717
3433cfa5
SC
57182014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5719
5720 * gdb.cp/non-trivial-retval.cc: Add a test case.
5721 * gdb.cp/non-trivial-retval.exp: Add a test.
5722
092f880b
YQ
57232014-10-20 Yao Qi <yao@codesourcery.com>
5724
5725 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5726 * gdb.python/py-objfile-script-gdb.py: New file.
5727 * gdb.python/py-objfile-script.exp: Update reference to
5728 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5729 of remote_download. Remove the dest file.
5730
acbdb7f3
YQ
57312014-10-20 Yao Qi <yao@codesourcery.com>
5732
5733 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5734 * gdb.base/step-line.exp: Likewise.
5735 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5736 * gdb.dwarf2/dw2-basic.exp: Likewise.
5737 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5738 * gdb.dwarf2/dw2-filename.exp: Likewise.
5739 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5740 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5741 * gdb.dwarf2/dw2-producer.exp: Likewise.
5742 * gdb.dwarf2/mac-fileno.exp: Likewise.
5743 * gdb.python/py-frame-args.exp: Likewise.
5744 * gdb.python/py-framefilter.exp: Likewise.
5745 * gdb.python/py-mi.exp: Likewise.
5746 * gdb.python/py-objfile-script.exp: Likewise
5747 * gdb.python/py-pp-integral.exp: Likewise.
5748 * gdb.python/py-pp-re-notag.exp: Likewise.
5749 * gdb.python/py-prettyprint.exp: Likewise.
5750 * gdb.python/py-section-script.exp: Likewise.
5751 * gdb.python/py-typeprint.exp: Likewise.
5752 * gdb.python/py-xmethods.exp: Likewise.
5753 * gdb.stabs/weird.exp: Likewise.
5754 * gdb.xml/tdesc-regs.exp: Likewise.
5755
bd286a29
KCY
57562014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5757
5758 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5759 (out_cu): Use addr_len for the size of addresses.
5760 (out_line): Likewise. Size DW_LNE_set_address instruction
5761 according to addr_len.
5762 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5763 (FUNC): Add START_INSNS to definition.
5764
673dc4a0
YQ
57652014-10-18 Yao Qi <yao@codesourcery.com>
5766
5767 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5768 gdb_has_argv0 return true.
5769 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5770 check [target_info exists noargs], check [gdb_has_argv0]
5771 instead.
5772 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5773 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5774 procedures.
5775
4ffbba72
DE
57762014-10-17 Doug Evans <dje@google.com>
5777
5778 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5779 event.
5780 * gdb.python/py-events.py: Add clear_objfiles event.
5781
d096d8c1
DE
57822014-10-17 Doug Evans <dje@google.com>
5783
5784 * gdb.python/py-objfile.exp: Test progspace attribute.
5785
a80db015
LM
57862014-10-17 Luis Machado <lgustavo@codesourcery.com>
5787
5788 * gdb.guile/scm-breakpoint.exp: Do not assume any
5789 directory separators when matching source file paths.
5790 * gdb.python/py-breakpoint.exp: Likewise.
5791 * gdb.reverse/break-precsave.exp: Likewise.
5792 * gdb.reverse/break-reverse.exp: Likewise.
5793 * gdb.reverse/consecutive-precsave.exp: Likewise.
5794 * gdb.reverse/finish-precsave.exp: Likewise.
5795 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5796 * gdb.reverse/finish-reverse.exp: Likewise.
5797 * gdb.reverse/i386-precsave.exp: Likewise.
5798 * gdb.reverse/i387-env-reverse.exp: Likewise.
5799 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5800 * gdb.reverse/machinestate-precsave.exp: Likewise.
5801 * gdb.reverse/machinestate.exp: Likewise.
5802 * gdb.reverse/sigall-precsave.exp: Likewise.
5803 * gdb.reverse/solib-precsave.exp: Likewise.
5804 * gdb.reverse/step-precsave.exp: Likewise.
5805 * gdb.reverse/until-precsave.exp: Likewise.
5806 * gdb.reverse/watch-precsave.exp: Likewise.
5807 * gdb.reverse/watch-reverse.exp: Likewise.
5808
b22089ab
YQ
58092014-10-17 Yao Qi <yao@codesourcery.com>
5810
5811 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5812 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5813
6c4486e6
PA
58142014-10-17 Pedro Alves <palves@redhat.com>
5815
5816 PR gdb/17471
5817 * gdb.base/bg-execution-repeat.c: New file.
5818 * gdb.base/bg-execution-repeat.exp: New file.
5819
0ff33695
PA
58202014-10-17 Pedro Alves <palves@redhat.com>
5821
5822 PR gdb/17300
5823 * gdb.base/continue-all-already-running.c: New file.
5824 * gdb.base/continue-all-already-running.exp: New file.
5825
6fdebc3d
PA
58262014-10-17 Pedro Alves <palves@redhat.com>
5827
5828 PR gdb/17472
5829 * gdb.base/annota-input-while-running.c: New file.
5830 * gdb.base/annota-input-while-running.exp: New file.
5831
32a8097b
PA
58322014-10-17 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/callfuncs.exp: emove references to osf.
5835 * gdb.base/sigall.exp: Likewise.
5836 * gdb.gdb/selftest.exp: Likewise.
5837 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5838 * gdb.mi/non-stop.c: Likewise.
5839 * gdb.mi/pthreads.c: Likewise.
5840 * gdb.reverse/sigall-precsave.exp: Likewise.
5841 * gdb.reverse/sigall-reverse.exp: Likewise.
5842 * gdb.threads/pthreads.c: Likewise.
5843 * gdb.threads/pthreads.exp: Likewise.
5844
7a3517ff
YQ
58452014-10-17 Yao Qi <yao@codesourcery.com>
5846
5847 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5848 check 'target_info exists noargs'.
5849 (test_command_prompt_position): Likewise.
5850 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5851 Remove "set args".
5852 (progvar_simple_while_test): Likewise.
5853 (progvar_complex_if_while_test): Likewise.
5854 (if_while_breakpoint_command_test): Likewise.
5855 (infrun_breakpoint_command_test): Likewise.
5856 (breakpoint_command_test): Likewise.
5857 (watchpoint_command_test): Likewise.
5858 (bp_deleted_in_command_test): Likewise.
5859 (temporary_breakpoint_commands): Likewise.
5860
bb99c472
YQ
58612014-10-16 Yao Qi <yao@codesourcery.com>
5862
5863 * gdb.base/remotetimeout.exp: Remove noargs checking.
5864
7c16b83e
PA
58652014-10-15 Pedro Alves <palves@redhat.com>
5866
5867 PR breakpoints/9649
5868 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5869 * gdb.base/breakpoint-in-ro-region.exp
5870 (probe_target_hardware_step): New procedure.
5871 (top level): Probe hardware stepping and hardware breakpoint
5872 support. Test stepping through a read-only region, with both
5873 "breakpoint auto-hw" on and off and both "always-inserted" on and
5874 off.
5875
35a49624
IB
58762014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5877
5878 * gdb.dlang/demangle.exp: Update for demangling changes.
5879
2d1c107c
SC
58802014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5881
5882 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5883 * gdb.cp/non-trivial-retval.exp: Add new tests.
5884
778811d5
SC
58852014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5886
5887 PR c++/13403
5888 PR c++/15154
5889 * gdb.cp/non-trivial-retval.cc: New file.
5890 * gdb.cp/non-trivial-retval.exp: New file.
5891
10c5f0a8
YQ
58922014-10-15 Yao Qi <yao@codesourcery.com>
5893
5894 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5895 remote host.
5896
65d7b369
YQ
58972014-10-15 Yao Qi <yao@codesourcery.com>
5898
5899 * gdb.python/py-symbol.exp: Match file base name if host is
5900 remote, otherwise match file name with dir name.
5901 * gdb.python/py-symtab.exp: Likewise.
5902 * gdb.python/python.exp: Likewise.
5903
46dc1394
YQ
59042014-10-15 Yao Qi <yao@codesourcery.com>
5905
5906 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5907 pattern.
5908 * gdb.python/py-symtab.exp: Likewise.
5909 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5910 locationn.
5911
c40cc657
JB
59122014-10-14 Joel Brobecker <brobecker@adacore.com>
5913
5914 * gdb.ada/addr_arith: New testcase.
5915
2abf49e1
MR
59162014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5917
5918 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5919 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5920 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5921 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5922
f7088df3
SDJ
59232014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5924
5925 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5926 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5927 * gdb.arch/stap-eval-lang-ada.exp: New file.
5928
4dc06805
YQ
59292014-10-14 Yao Qi <yao@codesourcery.com>
5930
5931 * gdb.mi/mi-var-child.c (nothing1): New function.
5932 (nothing2): New function.
5933 (do_children_tests): Set function pointers by nothing1 and
5934 nothing2.
5935 * gdb.mi/mi-var-child.exp: Step over new added statements.
5936 Update test to match the new output.
5937 * gdb.mi/var-cmd.c (nothing1): New function.
5938 (nothing2): New function.
5939 (do_children_tests): Set function pointers by nothing1 and
5940 nothing2.
5941 * gdb.mi/mi-var-display.exp: Update test to match output.
5942 Step to the line specified by $line_dct_nothing.
5943 Increase the number of lines to step.
5944
46a93de2
YQ
59452014-10-14 Yao Qi <yao@codesourcery.com>
5946
5947 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5948 tests.
5949 * gdb.mi/mi2-var-child.exp: Likewise.
5950
14ea52ee
DE
59512014-10-13 Doug Evans <dje@google.com>
5952
5953 * gdb.python/py-objfile.exp: Change name of file name test.
5954
e5c6e92b
DE
59552014-10-13 Doug Evans <dje@google.com>
5956
5957 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5958 from the start of the CU.
5959
c780cc2f
JK
59602014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5961 Yao Qi <yao@codesourcery.com>
5962
5963 Fix "save breakpoints" for "catch" command.
5964 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5965 Remove -nonewline. Match also the added "main" line.
5966
99894e11
JK
59672014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5968
5969 Fix "save breakpoints" for "disable $bpnum" command.
5970 * gdb.base/save-bp.c (main): Add label.
5971 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5972
6e1ac5a3
JK
59732014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5976
754dd2b0
YQ
59772014-10-11 Yao Qi <yao@codesourcery.com>
5978
5979 * gdb.server/server-kill.exp: Execute command
5980 "set remote trace-status-packet on" before "tstatus".
5981
f90183d7
YQ
59822014-10-11 Yao Qi <yao@codesourcery.com>
5983
5984 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5985 (main): Call getppid.
5986 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5987 and continue to it. Read variable "server_pid".
5988
bf40a607
YQ
59892014-10-11 Yao Qi <yao@codesourcery.com>
5990
5991 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5992
052ca370
YQ
59932014-10-11 Yao Qi <yao@codesourcery.com>
5994
5995 * gdb.threads/thread-find.exp: Don't execute command
5996 "info threads".
5997 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5998 * gdb.threads/linux-dp.exp: Don't check the condition
5999 $threads_created equals to zero.
6000
3831839c
PA
60012014-10-10 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.base/bigcore.exp: Remove references to IRIX.
6004 * gdb.base/funcargs.exp: Likewise.
6005 * gdb.base/interrupt.exp: Likewise.
6006 * gdb.base/mips_pro.exp: Likewise.
6007 * gdb.base/nodebug.exp: Likewise.
6008 * gdb.base/setvar.exp: Likewise.
6009 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6010
8b9a549d
PA
60112014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6012 Pedro Alves <palves@redhat.com>
6013
6014 PR symtab/14466
6015 * gdb.base/vdso-warning.c: New file.
6016 * gdb.base/vdso-warning.exp: New file.
6017
d48ba5e8
DE
60182014-10-02 Doug Evans <dje@google.com>
6019
6020 * gdb.base/structs.c (main): Don't run forever.
6021
2278c276
PA
60222014-10-02 Pedro Alves <palves@redhat.com>
6023
6024 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6025 (top level) <stop threads 1, stop threads 2>: Use it.
6026
b57bacec
PA
60272014-10-02 Pedro Alves <palves@redhat.com>
6028
6029 * gdb.threads/break-while-running.exp (test): Add new
6030 'update_thread_list' argument. Skip "info threads" if false.
6031 (top level): Add new 'update_thread_list' axis.
6032
13fd3ff3
PA
60332014-10-02 Pedro Alves <palves@redhat.com>
6034
6035 PR breakpoints/17431
6036 * gdb.base/execl-update-breakpoints.c: New file.
6037 * gdb.base/execl-update-breakpoints.exp: New file.
6038
0fec99e8
PA
60392014-10-01 Pedro Alves <palves@redhat.com>
6040
6041 * gdb.base/breakpoint-in-ro-region.c: New file.
6042 * gdb.base/breakpoint-in-ro-region.exp: New file.
6043
2ddf4301
SM
60442014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6045
6046 * gdb.mi/mi-exit-code.exp: New file.
6047 * gdb.mi/mi-exit-code.c: New file.
6048
6a5f3f43
YQ
60492014-09-30 Yao Qi <yao@codesourcery.com>
6050
6051 * lib/prelink-support.exp (build_executable_own_libs): Error if
6052 the target isn't native.
6053
345bcc73
YQ
60542014-09-30 Yao Qi <yao@codesourcery.com>
6055
6056 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6057 false.
6058
a25a5a45
PA
60592014-09-22 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.threads/break-while-running.exp: New file.
6062 * gdb.threads/break-while-running.c: New file.
6063
00ba3162
YQ
60642014-09-19 Yao Qi <yao@codesourcery.com>
6065
6066 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6067 Invoke test. Restart GDB with --readnow and invoke test again.
6068
c3b7b696
YQ
60692014-09-19 Yao Qi <yao@codesourcery.com>
6070
6071 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6072 proc set_breakpoint_on_gcd_function. Invoke
6073 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6074 invoke set_breakpoint_on_gcd_function again.
6075
2b4fd423
DE
60762014-09-18 Doug Evans <dje@google.com>
6077
6078 * gdb.dwarf2/symtab-producer.exp: New file.
6079
a5947601
SDJ
60802014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6081
6082 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6083 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6084 * gdb.base/global-var-nested-by-dso.c: Likewise.
6085 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6086
91c19059
SDJ
60872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6088 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/watch-bitfields.exp: Pass string other than test file
6091 name to prepare_for_testing.
6092 (watch): New procedure.
6093 (expect_watchpoint): Use with_test_prefix.
6094 (top level): Factor out tests to ...
6095 (test_watch_location, test_regular_watch): ... these new
6096 procedures, and use with_test_prefix and gdb_continue_to_end.
6097
bb9d5f81
PP
60982014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6099
6100 PR breakpoints/12526
6101 * gdb.base/watch-bitfields.exp: New file.
6102 * gdb.base/watch-bitfields.c: New file.
6103
635856f5
PA
61042014-09-16 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6107 software and hardware addresses, not software address against
6108 itself.
6109
7280ceea
PA
61102014-09-16 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6113 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6114
428b16bd
PA
61152014-09-16 Pedro Alves <palves@redhat.com>
6116
6117 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6118 files.
6119 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6120 "*-*-vxworks*" throughout.
6121 * gdb.base/break.exp: Likewise.
6122 * gdb.base/default.exp: Likewise.
6123 * gdb.base/scope.exp: Likewise.
6124 * gdb.base/sepdebug.exp: Likewise.
6125 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6126 throughout.
6127 * gdb.base/run.c: Likewise.
6128 * gdb.base/sepdebug.c: Likewise.
6129 * gdb.hp/gdb.aCC/run.c: Likewise.
6130 * gdb.reverse/until-reverse.c: Likewise.
6131 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6132
666d413c
YQ
61332014-09-16 Yao Qi <yao@codesourcery.com>
6134
6135 * boards/local-remote-host-native.exp: New file.
6136
57cbd724
DE
61372014-09-14 Doug Evans <xdje42@gmail.com>
6138
6139 * gdb.threads/queue-signal.c (thread_count): New variable.
6140 (thread_count_mutex, thread_count_condvar): New variables.
6141 (incr_thread_count, wait_all_threads_running): New functions.
6142 (main): Wait for all threads to be in their thread functions.
6143
81219e53
DE
61442014-09-13 Doug Evans <xdje42@gmail.com>
6145
6146 * gdb.threads/queue-signal.c: New file.
6147 * gdb.threads/queue-signal.exp: New file.
6148
3714cea7
DE
61492014-09-13 Doug Evans <xdje42@gmail.com>
6150
6151 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6152 be consistent with what default_gdb_init uses.
6153 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6154 the plain text of the prompt. Add some logging printfs.
6155 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6156
fa43b1d7
PA
61572014-09-12 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6160 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6161 * gdb.arch/i386-size-overlap.exp: Likewise.
6162 * gdb.arch/i386-size.exp: Likewise.
6163 * gdb.arch/i386-unwind.exp: Likewise.
6164 * gdb.base/a2-run.exp: Likewise.
6165 * gdb.base/break.exp: Likewise.
6166 * gdb.base/charset.exp: Likewise.
6167 * gdb.base/chng-syms.exp: Likewise.
6168 * gdb.base/commands.exp: Likewise.
6169 * gdb.base/dbx.exp: Likewise.
6170 * gdb.base/find.exp: Likewise.
6171 * gdb.base/funcargs.exp: Likewise.
6172 * gdb.base/jit-simple.exp: Likewise.
6173 * gdb.base/reread.exp: Likewise.
6174 * gdb.base/sepdebug.exp: Likewise.
6175 * gdb.base/step-bt.exp: Likewise.
6176 * gdb.cp/mb-inline.exp: Likewise.
6177 * gdb.cp/mb-templates.exp: Likewise.
6178 * gdb.objc/basicclass.exp: Likewise.
6179 * gdb.threads/killed.exp: Likewise.
6180
9d9bf2df
EBM
61812014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6182
6183 PR tdep/17379
6184 * gdb.arch/powerpc-stackless.S: New file.
6185 * gdb.arch/powerpc-stackless.exp: New file.
6186
1cf2f1b0
JK
61872014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * gdb.base/attach.c: Include unistd.h.
6190 (main): Call alarm. Add label postloop.
6191 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6192 gdb_breakpoint, gdb_continue_to_breakpoint.
6193 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6194
98880d46
PA
61952014-09-11 Pedro Alves <palves@redhat.com>
6196
6197 PR gdb/17347
6198 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6199 * gdb.base/attach.exp (test_command_line_attach_run): New
6200 procedure.
6201 (top level): Call it.
6202
4c92ff2c
PA
62032014-09-11 Pedro Alves <palves@redhat.com>
6204
6205 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6206 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6207 (do_command_attach_tests): Use spawn_wait_for_attach.
6208 * gdb.base/solib-overlap.exp: Likewise.
6209 * gdb.multi/multi-attach.exp: Likewise.
6210 * gdb.python/py-prompt.exp: Likewise.
6211 * gdb.python/py-sync-interp.exp: Likewise.
6212 * gdb.server/ext-attach.exp: Likewise.
6213
3adc1a7d
GKB
62142014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6215
6216 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6217 command in testcase. Simplify testcase.
6218
96334934
JB
62192014-09-10 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6222
eb479039
JB
62232014-09-10 Joel Brobecker <brobecker@adacore.com>
6224
6225 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6226
deede10c
JB
62272014-09-10 Joel Brobecker <brobecker@adacore.com>
6228
6229 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6230
7828a5f5
JB
62312014-09-10 Joel Brobecker <brobecker@adacore.com>
6232
6233 * gdb.dwarf2/dynarr-ptr.c: New file.
6234 * gdb.dwarf2/dynarr-ptr.exp: New file.
6235
33aeebcf
MR
62362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6237
6238 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6239 of 30 rather than hardcoding 120 for a slow test case. Take the
6240 `gdb,timeout' target setting into account for this calculation.
6241 Don't extend the timeout for the test cases that don't need it.
6242
7b415901
MR
62432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6244
6245 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6246 a factor of 2 for a slow test case. Take the `gdb,timeout'
6247 target setting into account for this calculation.
6248 * gdb.reverse/until-precsave.exp: Increase the timeout by
6249 a factor of 15 and 3 respectively rather than adding 120
6250 for a pair of slow test cases. Take the `gdb,timeout'
6251 target setting into account for this calculation.
6252
4a40f85a
MR
62532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6254
6255 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6256 timeout, don't pass one down to gdb_expect.
6257 (gdb_expect): Rework timeout selection.
6258
09635af7
MR
62592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6260
6261 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6262 exception on timeout.
6263 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6264 (gdbserver_start_extended): Catch any `gdbserver_start' error
6265 exceptions.
6266 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6267 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6268 `gdbserver_gdb_load' error exceptions.
6269
2bdd10b7
MR
62702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6271
6272 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6273 120 on waiting for the TCP socket to open.
6274
316935f0
DE
62752014-09-09 Doug Evans <xdje42@gmail.com>
6276
6277 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6278 _caller_matches, _any_caller_is, _any_caller_matches.
6279
83740597
DE
62802014-09-09 Doug Evans <xdje42@gmail.com>
6281
6282 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6283
4c122fc3
YQ
62842014-09-09 Yao Qi <yao@codesourcery.com>
6285
6286 * gdb.mi/mi-var-display.exp: Set print symbol off.
6287
a9f116cb
GKB
62882014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6289
6290 PR gdb/17035
6291 * gdb.base/commands.exp: Add tests to verify user-defined
6292 commands with empty bodies.
6293 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6294 python commands in `show user command`.
6295 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6296 scheme commands in `show user command`.
6297
c75bd3a2
JK
62982014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6299
6300 PR python/17355
6301 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6302 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6303 * gdb.python/py-framefilter-invalidarg.exp: New file.
6304 * gdb.python/py-framefilter-invalidarg.py: New file.
6305
faa42425
DE
63062014-09-06 Doug Evans <xdje42@gmail.com>
6307
6308 PR 15276
6309 * gdb.python/py-caller-is.c: New file.
6310 * gdb.python/py-caller-is.exp: New file.
6311
474ca4f6
SDJ
63122014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6313
6314 PR gdb/17235
6315 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6316 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6317
eb0b0463
SDJ
63182014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6319
6320 PR fortran/17237
6321 * gdb.fortran/print-formatted.exp: New file.
6322 * gdb.fortran/print-formatted.f90: Likewise.
6323
5f3b99cf
SS
63242014-09-03 Sasha Smundak <asmundak@google.com>
6325
6326 * gdb.python/py-frame.exp: Test Frame.read_register.
6327
7d793aa9
SDJ
63282014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6329
6330 PR python/16699
6331 * gdb.python/py-completion.exp: New file.
6332 * gdb.python/py-completion.py: Likewise.
6333
fb0576e9
DE
63342014-08-28 Doug Evans <dje@google.com>
6335
6336 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6337 eax,etc. are live with values set by gdb and thus the compiler can't
6338 use them.
6339 * gdb.arch/i386-pseudo.c (main): Ditto.
6340
ee92b0dd
DE
63412014-08-27 Doug Evans <dje@google.com>
6342
6343 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6344
6649db35
DE
63452014-08-25 Doug Evans <dje@google.com>
6346
6347 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6348 (main): Ditto.
6349
564b7600
DE
63502014-08-25 Doug Evans <dje@google.com>
6351
6352 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6353
3881fb67
YQ
63542014-08-24 Yao Qi <yao@codesourcery.com>
6355
6356 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6357 symbol off.
6358 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6359
a05a36a5
DE
63602014-08-22 Doug Evans <dje@google.com>
6361
6362 PR 17276
6363 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6364 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6365 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6366
7c343b48
YQ
63672014-08-22 Yao Qi <yao@codesourcery.com>
6368
6369 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6370 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6371 * gdb.python/python.exp: Likewise. Use .py file on the host
6372 instead of the build.
6373
22fd09ae
JK
63742014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6375
6376 * gdb.threads/gcore-stale-thread.c: New file.
6377 * gdb.threads/gcore-stale-thread.exp: New file.
6378
a8454a7c
PA
63792014-08-21 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6382 * gdb.base/gcore-relro-pie.exp: Likewise.
6383 * gdb.base/gcore-relro.exp: Likewise.
6384 * gdb.base/gcore.exp: Likewise.
6385 * gdb.base/print-symbol-loading.exp: Likewise.
6386 * gdb.threads/gcore-thread.exp: Likewise.
6387 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6388
2a31c623
PA
63892014-08-20 Pedro Alves <palves@redhat.com>
6390 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6393 configure.
6394 (EXPECT): Handle READ1 being set.
6395 (all): Depend on EXTRA_RULES.
6396 (check-read1, expect-read1, read1.so, read1): New rules.
6397 * README (Testsuite Parameters): Document the READ1 make variable.
6398 (Race detection): New section.
6399 * configure: Regenerate.
6400 * configure.ac: If build==host==target, and running under a
6401 GNU/glibc system, add read1 to the extra Makefile rules.
6402 (EXTRA_RULES): AC_SUBST it.
6403 * lib/read1.c: New file.
6404
d36430db
JB
64052014-08-20 Joel Brobecker <brobecker@adacore.com>
6406
6407 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6408 the handling of variables declared as a typedef to an array
6409 which a DW_AT_data_location attribute.
6410
9a0dc9e3
PA
64112014-08-19 Andrew Burgess <aburgess@broadcom.com>
6412 Pedro Alves <palves@redhat.com>
6413
6414 PR symtab/14604
6415 PR symtab/14605
6416 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6417 gdb_test.
6418
0718a8da
PA
64192014-08-19 Pedro Alves <palves@redhat.com>
6420
6421 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6422
13b448cd
YQ
64232014-08-19 Yao Qi <yao@codesourcery.com>
6424
6425 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6426 right line.
6427
1cbf5077
DB
64282014-08-18 David Blaikie <dblaikie@gmail.com>
6429
6430 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6431
bf0fae19
JB
64322014-08-18 Joel Brobecker <brobecker@adacore.com>
6433
6434 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6435 attribute in array range.
6436
3c8c5dcc
JB
64372014-08-18 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6440
e66d4446
SC
64412014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6442
6443 PR c++/17132
6444 * gdb.cp/pr17132.cc: New file.
6445 * gdb.cp/pr17132.exp: New file.
6446
940df408
SC
64472014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6448
6449 * gdb.python/py-xmethods.py (A_getarrayind)
6450 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6451 Use 'print' with function call syntax.
6452 (E_method_matcher.match): Fix tab vs space indentation mixup.
6453
ebcc6c3a
YQ
64542014-08-15 Yao Qi <yao@codesourcery.com>
6455
6456 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6457 false.
6458
775e0f04
YQ
64592014-08-15 Yao Qi <yao@codesourcery.com>
6460
6461 * gdb.cp/casts.exp: Set print symbol off.
6462 * gdb.cp/class2.exp: Likewise.
6463 * gdb.cp/overload.exp: Likewise.
6464 * gdb.cp/templates.exp: Likewise.
6465
d769e349
DE
64662014-08-11 Doug Evans <dje@google.com>
6467
6468 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6469 (test_load_shlib): Update.
6470
20c6f1e1
YQ
64712014-08-09 Yao Qi <yao@codesourcery.com>
6472
6473 * gdb.base/display.exp: Invoke is_address_zero_readable.
6474 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6475 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6476 * gdb.base/hbreak-unmapped.exp: Return if
6477 is_address_zero_readable returns true.
6478 * gdb.base/signest.exp: Likewise.
6479 * gdb.base/signull.exp: Likewise.
6480 * gdb.base/sigbpt.exp: Likewise.
6481 * gdb.guile/scm-disasm.exp: Do the test if
6482 is_address_zero_readable returns false.
6483 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6484 * gdb.python/py-arch.exp: Likewise.
6485 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6486 * lib/gdb.exp (is_address_zero_readable): New proc.
6487
5792e8e3
YQ
64882014-08-09 Yao Qi <yao@codesourcery.com>
6489
6490 PR testsuite/13443
6491 * gdb.mi/mi-var-display.exp: Make test messages unique.
6492
3cecbbbe
TT
64932014-08-04 Tom Tromey <tromey@redhat.com>
6494
6495 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6496 target 0".
6497
00b51ff5
TT
64982014-08-04 Tom Tromey <tromey@redhat.com>
6499
6500 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6501 "target_resume".
6502
6908c509
JB
65032014-08-01 Joel Brobecker <brobecker@adacore.com>
6504
6505 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6506 inner_vla_struct_object_size.
6507 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6508 as xfail.
6509
cc6563d2
PA
65102014-07-30 Pedro Alves <palves@redhat.com>
6511
6512 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6513 comment.
6514
7e09a223
YQ
65152014-07-29 Yao Qi <yao@codesourcery.com>
6516
6517 PR gdb/17206
6518 * gdb.base/until-nodebug.exp: New.
6519
7ebdbe92
DE
65202014-07-28 Doug Evans <xdje42@gmail.com>
6521
6522 PR guile/17203
6523 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6524 previously existing parameter, and previously ambiguously spelled
6525 parameter.
6526
fdb1adc6
WN
65272014-07-28 Will Newton <will.newton@linaro.org>
6528
6529 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6530
186fcde0
DE
65312014-07-26 Ludovic Courtès <ludo@gnu.org>
6532 Doug Evans <xdje42@gmail.com>
6533
6534 PR guile/17146
6535 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6536
70509625
PA
65372014-07-25 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.threads/signal-command-handle-nopass.c: New file.
6540 * gdb.threads/signal-command-handle-nopass.exp: New file.
6541 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6542 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6543 * gdb.threads/signal-delivered-right-thread.c: New file.
6544 * gdb.threads/signal-delivered-right-thread.exp: New file.
6545
c3f814a1
PA
65462014-07-25 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.base/double-prompt-target-event-error.exp
6549 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6550 match.
6551 (cancel_pagination_in_target_event): Rework double prompt
6552 detection.
6553 * gdb.base/paginate-after-ctrl-c-running.exp
6554 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6555 <return>' match.
6556 * gdb.base/paginate-bg-execution.exp
6557 (test_bg_execution_pagination_return)
6558 (test_bg_execution_pagination_cancel): Remove '-notransfer
6559 <return>' matches.
6560 * gdb.base/paginate-execution-startup.exp
6561 (test_fg_execution_pagination_return)
6562 (test_fg_execution_pagination_cancel): Remove '-notransfer
6563 <return>' matches.
6564 * gdb.base/paginate-inferior-exit.exp
6565 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6566 match.
6567 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6568 * lib/gdb.exp (pagination_prompt): Run text through
6569 string_to_regexp.
6570 (gdb_test_multiple): Match $pagination_prompt instead of
6571 "<return>".
6572 (string_to_regexp): Move to lib/gdb-utils.exp.
6573
e214cf6c
JK
65742014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 * gdb.arch/amd64-entry-value-paramref.S: New file.
6577 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6578 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6579 * gdb.arch/amd64-optimout-repeat.S: New file.
6580 * gdb.arch/amd64-optimout-repeat.c: New file.
6581 * gdb.arch/amd64-optimout-repeat.exp: New file.
6582
17d0c5c8
JK
65832014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 PR gdb/17170
6586 * gdb.base/statistics.exp: New file.
6587
b8b8facf
DE
65882014-07-17 Doug Evans <dje@google.com>
6589
74b49205 6590 PR gdb/17170
b8b8facf
DE
6591 * gdb.base/maint.exp: Update testing of per-command stats.
6592
1b5d0ab3
PA
65932014-07-16 Pedro Alves <palves@redhat.com>
6594
6595 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6596 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6597 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6598 (tfile_write_buf): New functions.
6599 (add_memory_block): Rewrite using the above.
6600 (adjust_function_address): New function.
6601 (FUNCTION_ADDRESS): New macro.
6602 (write_basic_trace_file): Remove short_x local, and use
6603 tfile_write_16. Change type of func_addr local to unsigned long
6604 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6605 here. Cast argument of add_memory_block to char pointer.
6606 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6607 (main): Remove parameters.
6608 * gdb.trace/tfile.exp: Remove nowarnings.
6609
4d974e88
SM
66102014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6611
6612 * gdb.base/debug-expr.exp: Test string evaluation with
6613 "debug expression" on.
6614
41e99568
PA
66152014-07-15 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/reread.exp: Use clean_restart.
6618
487d9753
PL
66192014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6620
6621 * gdb.arch/avr-flash-qualifer.c: New.
6622 * gdb.arch/avr-flash-qualifer.exp: New.
6623
cc1c52ad
PA
66242014-07-14 Pedro Alves <palves@redhat.com>
6625
6626 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6627 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6628
1e973570
PA
66292014-07-14 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.base/double-prompt-target-event-error.c: New file.
6632 * gdb.base/double-prompt-target-event-error.exp: New file.
6633
93d6eb10
PA
66342014-07-14 Pedro Alves <palves@redhat.com>
6635
6636 PR gdb/17072
6637 * gdb.base/paginate-inferior-exit.c: New file.
6638 * gdb.base/paginate-inferior-exit.exp: New file.
6639
0017922d
PA
66402014-07-14 Pedro Alves <palves@redhat.com>
6641
6642 PR gdb/17072
6643 * gdb.base/paginate-bg-execution.c: New file.
6644 * gdb.base/paginate-bg-execution.exp: New file.
6645
94696ad3
PA
66462014-07-14 Pedro Alves <palves@redhat.com>
6647
6648 PR gdb/17072
6649 * gdb.base/paginate-execution-startup.c: New file.
6650 * gdb.base/paginate-execution-startup.exp: New file.
6651 * lib/gdb.exp (pagination_prompt): New global.
6652 (default_gdb_spawn): New procedure, factored out from
6653 default_gdb_spawn.
6654 (default_gdb_start): Adjust to call default_gdb_spawn.
6655 (gdb_spawn): New procedure.
6656
bd293940
PA
66572014-07-14 Pedro Alves <palves@redhat.com>
6658
6659 * lib/gdb.exp (gdb_assert): New procedure.
6660 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6661
c933f875
PA
66622014-07-14 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.base/execution-termios.c: New file.
6665 * gdb.base/execution-termios.exp: New file.
6666
d98b7a16
TT
66672014-07-14 Tom Tromey <tromey@redhat.com>
6668
6669 * gdb.cp/vla-cxx.cc: New file.
6670 * gdb.cp/vla-cxx.exp: New file.
6671
548740d6
TT
66722014-07-14 Tom Tromey <tromey@redhat.com>
6673
6674 * gdb.reverse/rerun-prec.c: New file.
6675 * gdb.reverse/rerun-prec.exp: New file.
6676
a25eb028
MR
66772014-07-12 Maciej W. Rozycki <macro@mips.com>
6678 Maciej W. Rozycki <macro@codesourcery.com>
6679
6680 * lib/gdb-utils.exp: New file.
6681 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6682 inline `gdb_init_command' processing.
6683 (gdb_start_cmd): Likewise.
6684 * lib/mi-support.exp (mi_run_cmd): Likewise.
6685 * README: Document `gdb_init_command' and `gdb_init_commands'.
6686
218c2655
JK
66872014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6688
6689 Fix false FAIL running under a very long directory name.
6690 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6691 and "set print elements 10000". Twice.
6692
5401fde3
YQ
66932014-07-11 Yao Qi <yao@codesourcery.com>
6694
6695 * gdb.base/exprs.exp: "set print symbol off".
6696
e76126e8
PA
66972014-07-11 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.threads/kill.c: New file.
6700 * gdb.threads/kill.exp: New file.
6701
2d6f0de6
YQ
67022014-07-10 Yao Qi <yao@codesourcery.com>
6703
6704 * gdb.trace/tfile.c (write_basic_trace_file)
6705 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6706 address written to trace file.
6707
7180e04a
PA
67082014-07-09 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.base/attach-wait-input.exp: New file.
6711 * gdb.base/attach-wait-input.c: New file.
6712
9a9a7608
AB
67132014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6714
6715 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6716 setting up test structures.
6717 (main): Call new test function.
6718 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6719 test function, continue into test function and walk test
6720 structures.
6721
161ac41e
YQ
67222014-07-02 Yao Qi <yao@codesourcery.com>
6723
6724 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6725 'bar_start' at the beginning of functions 'foo' and 'bar'
6726 respectively.
6727 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6728 instead of 'foo' and 'bar'.
6729
1f267ae3
MM
67302014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6731
6732 * gdb.btrace/segv.exp: New.
6733 * gdb.btrace/segv.c: New.
6734
2b239efb
LM
67352014-07-02 Luis Machado <lgustavo@codesourcery.com>
6736
6737 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6738 instruction.
6739
cf363f18
MW
67402014-06-30 Mark Wielaard <mjw@redhat.com>
6741
6742 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6743 vulture, vilify, villar): New volatile array constants.
6744 (vindictive, vegetation): New const volatile array constants.
6745 * gdb.base/volatile.exp: Test volatile and const volatile array
6746 types.
6747
aebf9d24
AA
67482014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6749
6750 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6751 target lacks support for awatch, rwatch, or hbreak.
6752
b67a2c6f
YQ
67532014-06-27 Yao Qi <yao@codesourcery.com>
6754
6755 * gdb.multi/dummy-frame-restore.exp: New.
6756 * gdb.multi/dummy-frame-restore.c: New.
6757
aef92902
MM
67582014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6759
6760 * gdb.btrace/gcore.exp: New.
6761
8e9db26e
PA
67622014-06-23 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/watchpoint-reuse-slot.c: New file.
6765 * gdb.base/watchpoint-reuse-slot.exp: New file.
6766
70afc5b7
SC
67672014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6768
6769 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6770 progspace's filename in 'info', 'enable' and 'disable' command
6771 tests.
6772
b972bd9c
JK
67732014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6774
6775 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6776 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6777 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6778
125f8a3d
GB
67792014-06-20 Gary Benson <gbenson@redhat.com>
6780
6781 * gdb.arch/i386-avx.exp: Fix include file location.
6782 * gdb.arch/i386-sse.exp: Likewise.
6783
3ed9baed
IB
67842014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6785
6786 * gdb.dlang/expression.exp: New file.
6787
034f788c
PA
67882014-06-19 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6791 out from ...
6792 (top level): ... here. Iterate running tests under different
6793 scheduler-locking settings.
6794
45371d0c
LM
67952014-06-18 Luis Machado <lgustavo@codesourcery.com>
6796
6797 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6798 to DW_FORM_addr and use non-zero addresses.
6799
5d376983
SC
68002014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6801
6802 PR gdb/17017
6803 * gdb.python/py-xmethods.cc: Add global function call counters and
6804 increment them in their respective functions. Remove "cout"
6805 statements.
6806 * gdb.python/py-xmethods.exp: Make tests check the global function
6807 call counters instead of depending on inferior IO.
6808
a1aa2221
LM
68092014-06-18 Don Breazeal <donb@codesourcery.com>
6810
6811 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6812 Deleted procedure.
6813 (explicit_fork_parent_follow): Deleted procedure.
6814 (explicit_fork_child_follow): Deleted procedure.
6815 (test_follow_fork): New procedure.
6816 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6817 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6818 procedure calls.
6819
0fc05997
YQ
68202014-06-17 Yao Qi <yao@codesourcery.com>
6821
6822 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6823 CP1252.
6824
70795c52
LM
68252014-06-17 Luis Machado <lgustavo@codesourcery.com>
6826
6827 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6828 Initialize ptr and S explicitly.
6829 (skip_type_update_when_not_use_rtti_test): Likewise.
6830
6be47f0c
KS
68312014-06-16 Keith Seitz <keiths@redhat.com>
6832
6833 PR mi/15863
6834 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6835 the inferior is started.
6836
d03de421
PA
68372014-06-16 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.base/break-main-file-remove-fail.c: New file.
6840 * gdb.base/break-main-file-remove-fail.exp: New file.
6841 * gdb.base/break-unload-file.exp: Use build_executable instead of
6842 prepare_for_testing.
6843 (test_break): New parameter "initial_load". Handle it.
6844 (top level): Add initial_load cmdline/file axis.
6845
f9579b99
TT
68462014-06-12 Tom Tromey <tromey@redhat.com>
6847
6848 * gdb.base/completion.exp: Don't use directory name in test.
6849
3657956b
GB
68502014-06-09 Gary Benson <gbenson@redhat.com>
6851
6852 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6853 separate the always-available ANSI-standard signals from the
6854 signals that require checking.
6855 (main): Likewise.
6856 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6857 Likewise.
6858 (main): Likewise.
6859
4186eb54
KS
68602014-06-07 Keith Seitz <keiths@redhat.com>
6861
6862 Revert:
6863 PR c++/16253
6864 * gdb.cp/var-tag.cc: New file.
6865 * gdb.cp/var-tag.exp: New file.
6866 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6867 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6868 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6869 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6870
25326a28 68712014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6872
6873 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6874
829155c9
PA
68752014-06-06 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6878 in target debug output instead of looking at RSP packets,
6879 disabling the test on any target that uses hardware stepping.
6880 Update comments.
6881
61c8d22e
PA
68822014-06-06 Pedro Alves <palves@redhat.com>
6883
6884 * gdb.base/break-unload-file.exp: Fix typo.
6885
d9a47287
YQ
68862014-06-06 Yao Qi <yao@codesourcery.com>
6887
6888 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6889 from "jit_function" to "^jit_function".
6890
e5e01dbf
YQ
68912014-06-06 Yao Qi <yao@codesourcery.com>
6892
6893 * gdb.base/async.c (foo): Add one statement.
6894 * gdb.base/async.exp: Get the next instruction address and
6895 match the output of "nexti" by instruction address. Match
6896 the hex address in the output of "finish".
6897
73ba372c
GB
68982014-06-06 Gary Benson <gbenson@redhat.com>
6899
6900 * gdb.base/call-signals.c: Remove preprocessor conditionals
6901 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6902 SIGSEGV and SIGTERM.
6903 * gdb.base/sigall.c: Likewise.
6904 * gdb.base/unwindonsignal.c: Likewise.
6905 * gdb.reverse/sigall-reverse.c: Likewise.
6906
831517df
YQ
69072014-06-06 Yao Qi <yao@codesourcery.com>
6908
6909 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6910 readable, skip the test.
6911
b8b91e98
YQ
69122014-06-06 Yao Qi <yao@codesourcery.com>
6913
6914 * gdb.threads/staticthreads.c (thread_function): Move the line
6915 setting breakpoint on forward.
6916 * gdb.threads/staticthreads.exp: Update comments.
6917
fb934770
LC
69182014-06-05 Ludovic Courtès <ludo@gnu.org>
6919
6920 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6921 "history-append! type error".
6922
6ef284bd
SM
69232014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6926 erroneous dprintf expected input.
6927
a872e241
DE
69282014-06-04 Doug Evans <xdje42@gmail.com>
6929
6930 * gdb.guile/scm-generics.exp: Delete.
6931
16f691fb
DE
69322014-06-04 Doug Evans <xdje42@gmail.com>
6933
6934 * gdb.guile/scm-breakpoint.exp: Update.
6935 Add tests for breakpoint registration.
6936
012370f6
TT
69372014-06-04 Tom Tromey <tromey@redhat.com>
6938
6939 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6940 VLA-in-union.
6941 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6942 inner_vla_struct, vla_union types. Initialize objects of those
6943 types and compute their sizes.
6944
9f5a4cef
HZ
69452014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6946 Hui Zhu <hui@codesourcery.com>
6947
6948 * gdb.base/fileio.exp: Add test for shell not available as well as
6949 available.
6950 * gdb.base/fileio.c (test_system): Check for shell twice.
6951
90a45c4d
YQ
69522014-06-04 Yao Qi <yao@codesourcery.com>
6953
6954 * gdb.base/auto-connect-native-target.exp: Remove redundant
6955 space from the regexp pattern.
6956
70017e41
YQ
69572014-06-04 Yao Qi <yao@codesourcery.com>
6958
6959 * gdb.base/default.exp: Replace "child" with "native" in
6960 regexp pattern.
6961
883964a7
SC
69622014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6963
6964 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6965 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6966 * gdb.python/py-xmethods.py: Python script supporting the
6967 new testcase and tests.
6968
ef370185
JB
69692014-06-03 Joel Brobecker <brobecker@adacore.com>
6970 Pedro Alves <palves@redhat.com>
6971
6972 PR breakpoints/17000
6973 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6974 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6975
1e2ccb61
BM
69762014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6977
6978 * gdb.base/subst.exp: Add tests to verify partial path matching
6979 output.
6980
c6ec5ab2
PA
69812014-06-03 Pedro Alves <palves@redhat.com>
6982
6983 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6984 target that doesn't use software single-stepping.
6985
835c559f
PA
69862014-06-03 Pedro Alves <palves@redhat.com>
6987
6988 PR breakpoints/17000
6989 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6990 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6991
06eb1586
DE
69922014-06-02 Doug Evans <xdje42@gmail.com>
6993
6994 * gdb.guile/scm-parameter.exp: New file.
6995
e698b8c4
DE
69962014-06-02 Doug Evans <xdje42@gmail.com>
6997
6998 * gdb.guile/scm-cmd.c: New file.
6999 * gdb.guile/scm-cmd.exp: New file.
7000
ded03782
DE
70012014-06-02 Doug Evans <xdje42@gmail.com>
7002
7003 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7004 pretty-printer lookup.
7005 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7006 (make-pp_s-printer): Call it.
7007 (make-pretty-printer-from-dict): New function.
7008 (lookup-pretty-printer-maker-from-dict): New function.
7009 (*pretty-printer*): Simplify.
7010 (make-objfile-pp_s-printer): New function.
7011 (install-objfile-pretty-printers!): New function.
7012 (make-progspace-pp_s-printer): New function.
7013 (install-progspace-pretty-printers!): New function.
7014 * gdb.guile/scm-progspace.c: New file.
7015 * gdb.guile/scm-progspace.exp: New file.
7016
41fac0cf
PA
70172014-06-02 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.base/dprintf-bp-same-addr.c: New file.
7020 * gdb.base/dprintf-bp-same-addr.exp: New file.
7021
96ae5695
EBM
70222014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7023
7024 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7025 * gdb.arch/powerpc-power.s: Likewise.
7026
da02b3a8
JB
70272014-06-02 Joel Brobecker <brobecker@adacore.com>
7028
7029 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7030
c72b2e7b
YQ
70312014-06-01 Yao Qi <yao@codesourcery.com>
7032
7033 * gdb.base/watchpoint.exp (test_watch_location): Check null
7034 pointer can be dereferenced. If not, do the test, otherwise
7035 skip it.
7036
53e8a631
AB
70372014-05-30 Andrew Burgess <aburgess@broadcom.com>
7038
7039 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7040 results.
7041 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7042
938f0e2f
AB
70432014-05-30 Andrew Burgess <aburgess@broadcom.com>
7044
7045 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7046 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7047 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7048 * gdb.arch/amd64-invalid-stack-top.c: New file.
7049 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7050
9ba6657a
PA
70512014-05-30 Pedro Alves <palves@redhat.com>
7052
7053 PR breakpoints/17000
7054 * gdb.base/sss-bp-on-user-bp.c: New file.
7055 * gdb.base/sss-bp-on-user-bp.exp: New file.
7056
522c09bf
DB
70572014-05-30 David Blaikie <dblaikie@gmail.com>
7058
7059 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7060 gnu_inline semantics via attribute.
7061 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7062 source explicitly specifies the required semantics.
7063
bf4ef81e
MR
70642014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7065
7066 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7067
329ea579
PA
70682014-05-29 Pedro Alves <palves@redhat.com>
7069 Tom Tromey <tromey@redhat.com>
7070
7071 * gdb.base/async-shell.exp: Don't enable target-async.
7072 * gdb.base/async.exp
7073 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7074 parameter. Adjust.
7075 (top level): Don't test with "target-async".
7076 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7077 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7078 * gdb.base/inferior-died.exp: Don't enable target-async.
7079 * gdb.base/interrupt-noterm.exp: Likewise.
7080 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7081 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7082 * gdb.mi/mi-nonstop.exp: Likewise.
7083 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7084 * gdb.mi/mi-nsintrall.exp: Likewise.
7085 * gdb.mi/mi-nsmoribund.exp: Likewise.
7086 * gdb.mi/mi-nsthrexec.exp: Likewise.
7087 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7088 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7089 * gdb.python/py-evsignal.exp: Don't enable target-async.
7090 * gdb.python/py-evthreads.exp: Likewise.
7091 * gdb.python/py-prompt.exp: Likewise.
7092 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7093 * gdb.server/solib-list.exp: Don't enable target-async.
7094 * gdb.threads/thread-specific-bp.exp: Likewise.
7095 * lib/mi-support.exp: Adjust to use mi-async.
7096
fd664c91
PA
70972014-05-29 Pedro Alves <palves@redhat.com>
7098
7099 PR gdb/13860
7100 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7101 reason, even in sync mode.
7102
251bde03
PA
71032014-05-29 Pedro Alves <palves@redhat.com>
7104 Hui Zhu <hui@codesourcery.com>
7105
7106 PR PR15693
7107 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7108 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7109 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7110 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7111
7f3c0343
JB
71122014-05-28 Joel Brobecker <brobecker@adacore.com>
7113
7114 * config/monitor.exp (gdb_target_monitor): Replace use of
7115 "set remotebaud" by "set serial baud".
7116
b2715b27
AW
71172014-05-26 Andy Wingo <wingo@igalia.com>
7118
7119 * gdb.guile/scm-breakpoint.exp:
7120 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7121 properties instead of gdb-object-properties.
7122
498a4489
YQ
71232014-05-26 Yao Qi <yao@codesourcery.com>
7124
7125 * gdb.server/no-thread-db.exp: Specify source file name
7126 explicitly when setting a breakpoint.
7127
589fdceb
MM
71282014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7129
7130 * gdb.btrace/vdso.c: New.
7131 * gdb.btrace/vdso.exp: New.
7132
e9089e05
MM
71332014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7134
7135 * gdb.base/gcore.exp (capture_command_output): Move ...
7136 * lib/gdb.exp (capture_command_output): ... here.
7137
67b5c0c1
MM
71382014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7139
7140 * gdb.btrace/data.exp: Test memory access during btrace replay.
7141
a2199296
SM
71422014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7145
17b2616c
PA
71462014-05-21 Pedro Alves <palves@redhat.com>
7147
7148 PR gdb/13860
7149 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7150 (top level): Test that output related to execution commands is
7151 sent to the console with CLI commands, but not with MI commands.
7152 Test that breakpoint events are always mirrored to the console.
7153 Also expect the new source line to be output after a "next" in
7154 async mode too. Make it a pass/fail test.
7155 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7156 output.
7157 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7158
5166082f
PA
71592014-05-21 Pedro Alves <palves@redhat.com>
7160
7161 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7162 Use them to test variations of "list" after reaching a breakpoint.
7163 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7164 Test "list" with listsize 10 after reaching a breakpoint.
7165 * gdb.python/python.exp (decode_line current location line
7166 number): Adjust expected line number.
7167
2f25d70f
SM
71682014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7169
7170 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7171 behavior for $args, pass it directly to "run".
7172
ff604a67
MR
71732014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7174
7175 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7176 30000 to 65536.
7177
6a3cb8e8
PA
71782014-05-21 Pedro Alves <palves@redhat.com>
7179
7180 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7181 auto-connect-native-target off".
7182 * gdb.base/auto-connect-native-target.c: New file.
7183 * gdb.base/auto-connect-native-target.exp: New file.
7184
4ebfc96e
PA
71852014-05-21 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.base/default.exp: Test "target native" instead of "target
7188 child".
7189
36d46afb
MW
71902014-05-21 Mark Wielaard <mjw@redhat.com>
7191
7192 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7193
5876f503
JK
71942014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 Fix TLS access for -static -pthread.
7197 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7198 <HAVE_TLS> (thread_function, main): Initialize it.
7199 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7200 Add clean_restart.
7201 <$have_tls != "">: Check TLSVAR.
7202
0256a6ac
PA
72032014-05-21 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.base/dcache-line-read-error.c: New.
7206 * gdb.base/dcache-line-read-error.exp: New.
7207
936d2992
PA
72082014-05-20 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/compare-sections.c: New file.
7211 * gdb.base/compare-sections.exp: New file.
7212
802e8e6d
PA
72132014-05-20 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/break-idempotent.c: New file.
7216 * gdb.base/break-idempotent.exp: New file.
7217
e59fa00f
MM
72182014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7219
7220 * gdb.btrace/nohist.exp: New.
7221
8b696e31
YQ
72222014-05-20 Yao Qi <yao@codesourcery.com>
7223
7224 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7225 gdb.reverse directory and gdb_reverse_timeout exists in board
7226 setting.
7227 * README: Document gdb_reverse_timeout.
7228
73c9764f
YQ
72292014-05-20 Yao Qi <yao@codesourcery.com>
7230
7231 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7232 'test_file_name'. Treat args as a string instead of a list.
7233 (gdb_init): Rename argument 'args' by 'test_file_name'.
7234
f1f4348a
JK
72352014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 * gdb.arch/powerpc-power.exp: New file.
7238 * gdb.arch/powerpc-power.s: New file.
7239
0dbe70ce
DE
72402014-05-16 Doug Evans <dje@google.com>
7241
7242 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7243 * gdb.base/completion.exp: Check that all expected files exist
7244 before doing file completion.
0dbe70ce 7245
8d551b02
DE
72462014-05-16 Doug Evans <dje@google.com>
7247
7248 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7249 Update.
7250 (do_syscall_tests_without_xml): Update.
7251
73eb7709
PA
72522014-05-16 Pedro Alves <palves@redhat.com>
7253
7254 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7255 instead of "unknown output after running".
7256
3fae92fc
YQ
72572014-05-16 Yao Qi <yao@codesourcery.com>
7258
7259 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7260 file1.txt from host at the end.
7261 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7262
c2b2ccc5
DE
72632014-05-15 Doug Evans <dje@google.com>
7264
7265 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7266 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7267 loading file. Add test for TU lookup.
7268
8c217a4b
SM
72692014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7270
7271 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7272 calling "-exec-arguments" or "set args" before running the
7273 inferior.
7274
3deb39c6
SM
72752014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7276
7277 * lib/mi-support.exp (mi_expect_stop): Expect message for
7278 inferiors that exit with non-zero exit code.
7279
71a79f8c
YQ
72802014-05-14 Yao Qi <yao@codesourcery.com>
7281
7282 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7283 match absolute path on remote host.
7284 (test_file_list_exec_source_files): Remove "/" from the
7285 pattern.
7286
f23fcd46
YQ
72872014-05-14 Yao Qi <yao@codesourcery.com>
7288
7289 * boards/local-remote-host-notty.exp (${board}_file): New
7290 proc.
7291
9404b58f
KM
72922014-05-07 Kyle McMartin <kyle@redhat.com>
7293
7294 Pushed by Joel Brobecker <brobecker@adacore.com>.
7295 * gdb.arch/aarch64-atomic-inst.c: New file.
7296 * gdb.arch/aarch64-atomic-inst.exp: New file.
7297
5e45f04c
YQ
72982014-05-07 Yao Qi <yao@codesourcery.com>
7299
7300 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7301 in current context" too.
7302
c888a17d
KS
73032014-05-05 Keith Seitz <keiths@redhat.com>
7304
7305 * gdb.linespec/ls-dollar.exp: Add test for linespec
7306 file:convenience_variable.
7307
290a839c
YQ
73082014-05-05 Yao Qi <yao@codesourcery.com>
7309
7310 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7311 traceframes into tfile and ctf trace files. Read data from
7312 trace file and test collected data.
7313 (gdb_collect_locals_test): Likewise.
7314 (gdb_unavailable_registers_test): Likewise.
7315 (gdb_unavailable_floats): Likewise.
7316 (gdb_collect_globals_test): Likewise.
7317 (top-level): Append "ctf" to trace_file_targets if GDB
7318 supports.
7319
b5262cd0
YQ
73202014-05-05 Yao Qi <yao@codesourcery.com>
7321
7322 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7323 code to ...
7324 (gdb_collect_args_test_1): ... it. New proc.
7325 (gdb_collect_locals_test): Move some code to ...
7326 (gdb_collect_locals_test_1): ... it. New proc.
7327 (gdb_unavailable_registers_test): Move some code to ...
7328 (gdb_unavailable_registers_test_1): ... it. New proc.
7329 (gdb_unavailable_floats): Move some code to ...
7330 (gdb_unavailable_floats_1): ... it. New proc.
7331
30a1e6cc
SDJ
73322014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7333
7334 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7335 probes to test for bitness recognition.
7336 * gdb.arch/amd64-stap-optional-prefix.exp
7337 (test_probe_value_without_reg): New procedure.
7338 Add code to test for different kinds of bitness.
7339
f33da99a
SDJ
73402014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7341
7342 PR breakpoints/16889
7343 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7344 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7345
5b80f00d
PA
73462014-05-01 Pedro Alves <palves@redhat.com>
7347
7348 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7349 gdb_file_cmd if no file is specified.
7350 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7351 last_loaded_file to set the remote exec-file.
7352
f8c2a73c
PA
73532014-05-01 Pedro Alves <palves@redhat.com>
7354
7355 * boards/local-remote-host.exp: New file.
7356
be6e8ac7
PA
73572014-05-01 Pedro Alves <palves@redhat.com>
7358
7359 * boards/local-remote-host.exp: Rename to ...
7360 * boards/local-remote-host-notty.exp: ... this.
7361
cac0dc8f
JB
73622014-04-28 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.ada/dyn_arrayidx: New testcase.
7365
9730e6cc
YQ
73662014-04-26 Yao Qi <yao@codesourcery.com>
7367
7368 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7369 and compute the length of function main. Save it in
7370 $main_length.
7371 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7372 (top-level): Use gdb_compile to compile objects into
7373 executable and restart GDB. Remove invocation to
7374 prepare_for_testing.
7375
7ae1a6a6
PA
73762014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7377 Pedro Alves <palves@redhat.com>
7378
7379 PR server/16255
7380 * gdb.multi/multi-attach.c: New file.
7381 * gdb.multi/multi-attach.exp: New file.
7382
4082afcc
PA
73832014-04-25 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7386 user.
7387 (top level): Test that "set remote conditional-breakpoints-packet
7388 off" works as intended.
7389 * gdb.base/dprintf.exp: Test that "set remote
7390 breakpoint-commands-packet off" works as intended.
7391 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7392 New function.
7393 (top level): Call it.
7394 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7395 remote fast-tracepoints-packet off" works as intended.
7396 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7397 * lib/gdb.exp (gdb_is_target_remote): ... here.
7398
2abc3f8d
DB
73992014-04-24 David Blaikie <dblaikie@gmail.com>
7400
7401 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7402 ensure clang would not discard them.
7403 * gdb.base/gdbvars.c: Ditto.
7404 * gdb.base/memattr.c: Ditto.
7405 * gdb.base/whatis.c: Ditto.
7406 * gdb.python/py-prettyprint.c: Ditto.
7407 * gdb.trace/actions.c: Ditto.
7408 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7409 ensure clang would not discard it.
7410
bfd39632
DB
74112014-04-24 David Blaikie <dblaikie@gmail.com>
7412
7413 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7414 clang to emit the full definition of type required by the test
7415 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7416
22842ff6
DB
74172014-04-24 David Blaikie <dblaikie@gmail.com>
7418
7419 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7420 coax Clang into emitting the definition of the type.
7421 * gdb.cp/pr10728-x.h (y): Ditto.
7422 * gdb.cp/pr10728-y.cc (y): Ditto.
7423
c2e827ad
DB
74242014-04-24 David Blaikie <dblaikie@gmail.com>
7425
7426 * gdb.base/label.exp: XFAIL label related tests under Clang.
7427 * gdb.cp/cplabel.exp: Ditto.
7428 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7429 under Clang those using labels.
7430
4c2d33e7
YQ
74312014-04-25 Yao Qi <yao@codesourcery.com>
7432
7433 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7434 double_label.
7435 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7436 partial_label and double_label.
7437
56083b99
DB
74382014-04-24 David Blaikie <dblaikie@gmail.com>
7439
7440 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7441
25d4e99d
DB
74422014-04-24 David Blaikie <dblaikie@gmail.com>
7443
7444 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7445 of the function to work across GCC and Clang.
7446 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7447 pointer types (const void ** const V void **).
7448
01f9f808
MS
74492014-04-24 Michael Sturm <michael.sturm@mintel.com>
7450 Walfred Tedeschi <walfred.tedeschi@intel.com>
7451
7452 * Makefile.in (EXECUTABLES): Added i386-avx512.
7453 * gdb.arch/i386-avx512.c: New file.
7454 * gdb.arch/i386-avx512.exp: Likewise.
7455
4b48d439
KS
74562014-04-23 Keith Seitz <keiths@redhat.com>
7457
7458 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7459 (mi_make_breakpoint_table): New procedure.
7460 (mi_create_breakpoint): Use mi_make_breakpoint
7461 and return the result.
7462 (mi_make_breakpoint): New procedure.
7463 (mi_build_kv_pairs): New procedure.
7464
7465 * gdb.mi/mi-break.exp: Remove unused globals,
7466 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7467 All callers updated.
7468 * gdb.mi/mi-dprintf.exp: Use variable to track command
7469 number.
7470 Update all callers of mi_create_breakpoint and use
7471 mi_make_breakpoint_table.
7472 Remove any unused global variables.
7473 * gdb.mi/mi-nonstop.exp: Likewise.
7474 * gdb.mi/mi-nsintrall.exp: Likewise.
7475 * gdb.mi/mi-nsmoribund.exp: Likewise.
7476 * gdb.mi/mi-nsthrexec.exp: Likewise.
7477 * gdb.mi/mi-reverse.exp: Likewise.
7478 * gdb.mi/mi-simplerun.exp: Likewise.
7479 * gdb.mi/mi-stepn.exp: Likewise.
7480 * gdb.mi/mi-syn-frame.exp: Likewise.
7481 * gdb.mi/mi-until.exp: Likewise.
7482 * gdb.mi/mi-var-cp.exp: Likewise.
7483 * gdb.mi/mi-var-display.exp: Likewise.
7484 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7485 * gdb.mi/mi2-var-child.exp: Likewise.
7486 * gdb.mi/mi-vla-c99.exp: Likewise.
7487 * lib/mi-support.exp: Likewise.
7488
7489 From Ian Lance Taylor <iant@cygnus.com>:
7490 * lib/gdb.exp (parse_args): New procedure.
7491
08351840
PA
74922014-04-23 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/break-unload-file.c: New file.
7495 * gdb.base/break-unload-file.exp: New file.
7496 * gdb.base/sym-file-lib.c (baz): New function.
7497 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7498 field.
7499 (load): Store the segment's mapped size.
7500 (unload): New function.
7501 (unload_shlib): New function.
7502 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7503 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7504 set a breakpoint at baz, and call it.
7505 * gdb.base/sym-file.exp: New tests for stale breakpoint
7506 instructions.
7507
076855f9
PA
75082014-04-23 Pedro Alves <palves@redhat.com>
7509
7510 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7511 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7512 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7513 * gdb.base/hbreak-unmapped.c: New file.
7514 * gdb.base/hbreak-unmapped.exp: New file.
7515 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7516 * lib/gdb.exp (gdb_is_target_remote): ... here.
7517
483805cf
PA
75182014-04-22 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.base/consecutive-step-over.c: New file.
7521 * gdb.base/consecutive-step-over.exp: New file.
7522
06d97543
PA
75232014-04-22 Pedro Alves <palves@redhat.com>
7524
7525 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7526 instead of send_gdb/gdb_expect.
7527
b4429ea2
YQ
75282014-04-22 Yao Qi <yao@codesourcery.com>
7529
7530 * lib/trace-support.exp (generate_tracefile): New procedure.
7531 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7532 return 0.
7533 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7534 if generate_tracefile returns 1.
7535
51d48146
PA
75362014-04-18 Tom Tromey <palves@redhat.com>
7537 Pedro alves <tromey@redhat.com>
7538
7539 PR backtrace/15558
7540 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7541 with a backtrace limit.
7542 * gdb.python/py-frame-inline.exp: Test running to an inline
7543 function with a backtrace limit, and printing the newest frame.
7544 * gdb.python/py-frame-inline.c (main): Call f.
7545
bd1dce5f
MS
75462014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7547
7548 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7549
40d1a503
MS
75502014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7551
7552 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7553 Drop prefix from unsupported source file path.
7554
389b98f7
YQ
75552014-04-17 Yao Qi <yao@codesourcery.com>
7556
7557 * lib/gdb.exp (with_target_charset): New proc.
7558 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7559 with_target_charset.
7560 (test_print_strings): Likewise.
7561 (test_repeat_bytes): Likewise.
7562 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7563 for some tests.
7564
22869d73
KS
75652014-04-16 Keith Seitz <keiths@redhat.com>
7566
7567 PR gdb/15827
7568 * gdb.dwarf2/corrupt.c: New file.
7569 * gdb.dwarf2/corrupt.exp: New file.
7570
c4f87ca6
KS
75712014-04-16 Keith Seitz <keiths@redhat.com>
7572
7573 PR c++/16597
7574 * gdb.cp/namelessclass.cc: New file.
7575 * gdb.cp/namelessclass.exp: New file.
7576 * gdb.cp/namelessclass.S: New file.
7577
ab19de87
DE
75782014-04-16 Doug Evans <dje@google.com>
7579
7580 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7581 Add comment.
7582 (gdbserver_default_get_comm_port): New function.
7583 (gdbserver_start): Check if board file provided
7584 "gdbserver,get_comm_port" and use it if so.
7585 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7586 (gdb,socketport): Set to "stdio".
7587 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7588 (stdio_gdbserver_template): Delete.
7589 (${board}_get_remote_address): Update.
7590 (${board}_build_remote_cmd): Delete.
7591 (${board}_get_comm_port): New function.
7592 (${board}_spawn): Update.
7593 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7594 Delete.
7595 (${board}_get_remote_address): Update.
7596 (${board}_get_comm_port): New function.
7597
fc98a809
AB
75982014-04-16 Andrew Burgess <aburgess@broadcom.com>
7599
7600 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7601 appearing in any order.
7602
87fd9e6e
DE
76032014-04-15 Doug Evans <dje@google.com>
7604
7605 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7606 uninitialized value of "description".
7607
099fc3ea
KS
76082014-04-15 Keith Seitz <keiths@redhat.com>
7609
7610 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7611 Remove unused globals.
7612 (test_running_the_program): Likewise.
7613 (test_controlled_execution): Likewise.
7614 (test_controlling_breakpoints): Likewise.
7615 (test_program_termination): Likewise.
7616
5da151d4
KS
76172014-04-15 Keith Seitz <keiths@redhat.com>
7618
7619 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7620 unused globals.
7621 (test_rbreak_creation_and_listing): Likewise.
7622 (test_ignore_count): Likewise.
7623 (test_error): Likewise.
7624
35e5d2f0
PA
76252014-04-15 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7628 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7629 sym-file-loader.c.
7630 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7631 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7632 to sym-file-loader.c.
7633 (struct library): Forward declare.
7634 (load_shlib, lookup_function): Change prototypes.
7635 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7636 (translate_offset): Remove declarations.
7637 (get_text_addr): New declaration.
7638 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7639 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7640 sym-file-loader.h.
7641 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7642 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7643 here from sym-file-loader.h.
7644 (struct library): New structure.
7645 (load_shlib, lookup_function): Change prototypes and adjust to
7646 work with a struct library.
7647 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7648 (translate_offset): Make static.
7649 (get_text_addr): New function.
7650 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7651
eb4c1710
PA
76522014-04-15 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7655
2d1baf52
PA
76562014-04-15 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/sym-file-loader.c: Include <limits.h>.
7659 (SELF_LINK): New define.
7660 (get_origin): New function.
7661 (load_shlib): Use it.
7662 * gdb.base/sym-file.exp: Don't early return if the target is
7663 remote. Use runto_main, and issue fail is that fails. Use
7664 gdb_load_shlibs.
7665 (shlib_name): Delete.
7666 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7667
7dd6df01
PA
76682014-04-15 Pedro Alves <palves@redhat.com>
7669
7670 * gdb.base/sym-file.exp: Remove regex characters from test
7671 message. Don't refer to breakpoint numbers in test messages.
7672
b50c8614
KS
76732014-04-14 Keith Seitz <keiths@redhat.com>
7674
7675 PR c++/16253
7676 * gdb.cp/var-tag.cc: New file.
7677 * gdb.cp/var-tag.exp: New file.
7678 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7679 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7680 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7681 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7682
3d567982
TT
76832014-04-14 Tom Tromey <tromey@redhat.com>
7684
7685 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7686 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7687 type.
7688 * gdb.cp/enum-class.exp: New file.
7689 * gdb.cp/enum-class.cc: New file.
7690
0626fc76
TT
76912014-04-14 Tom Tromey <tromey@redhat.com>
7692
7693 * gdb.dwarf2/enum-type.exp: New file.
7694
dca325b3
SA
76952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7696
7697 * gdb.mi/mi-vla-c99.exp: New file.
7698 * gdb.mi/vla.c: New file.
7699
5854b38a
SA
77002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7701
7702 * gdb.base/vla-datatypes.c: New file.
7703 * gdb.base/vla-datatypes.exp: New file.
7704
463bb957
SA
77052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7706
7707 * gdb.base/vla-ptr.c: New file.
7708 * gdb.base/vla-ptr.exp: New file.
7709
3dd170be
SA
77102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7711
7712 * gdb.dwarf2/count.exp: New file.
7713
5ecaaa66
SA
77142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7715
7716 * gdb.base/vla-sideeffect.c: New file.
7717 * gdb.base/vla-sideeffect.exp: New file.
7718
41f1ada5
DB
77192014-04-14 David Blaikie <dblaikie@gmail.com>
7720
7721 * gdb.mi/non-stop.c: Add return value for non-void function return
7722 statement.
7723 * gdb.threads/staticthreads.c: Ditto.
7724
0be03e84
DE
77252014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7726 Doug Evans <xdje42@gmail.com>
7727
7728 * gdb.guile/scm-value.c: Improve test case.
7729 * gdb.guile/scm-value.exp: Add new test.
7730
f180a1fb
DB
77312014-04-11 David Blaikie <dblaikie@gmail.com>
7732
7733 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7734 override Clang's default.
7735
6b662e19
JB
77362014-04-11 Joel Brobecker <brobecker@adacore.com>
7737
7738 Revert the following changes (regressions):
7739
7740 * gdb.base/vla-sideeffect.c: New file.
7741 * gdb.base/vla-sideeffect.exp: New file.
7742
7743 * gdb.dwarf2/count.exp: New file.
7744
7745 * gdb.base/vla-multi.c: New file.
7746 * gdb.base/vla-multi.exp: New file.
7747
7748 * gdb.base/vla-ptr.c: New file.
7749 * gdb.base/vla-ptr.exp: New file.
7750
7751 * gdb.base/vla-datatypes.c: New file.
7752 * gdb.base/vla-datatypes.exp: New file.
7753
7754 * gdb.mi/mi-vla-c99.exp: New file.
7755 * gdb.mi/vla.c: New file.
7756
245a5f0b
KS
77572014-04-11 Keith Seitz <keiths@redhat.com>
7758
7759 PR c++/16675
7760 * gdb.cp/cpsizeof.exp: New file.
7761 * gdb.cp/cpsizeof.cc: New file.
7762
58a84dcf
SA
77632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7764
191a8a90
JB
7765 * gdb.mi/mi-vla-c99.exp: New file.
7766 * gdb.mi/vla.c: New file.
58a84dcf 7767
c8655f75
SA
77682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7769
7770 * gdb.base/vla-datatypes.c: New file.
7771 * gdb.base/vla-datatypes.exp: New file.
7772
024e13b4
SA
77732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7774
7775 * gdb.base/vla-ptr.c: New file.
7776 * gdb.base/vla-ptr.exp: New file.
7777
1a237e0e
SA
77782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7779
7780 * gdb.base/vla-multi.c: New file.
7781 * gdb.base/vla-multi.exp: New file.
7782
504f3432
SA
77832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7784
7785 * gdb.dwarf2/count.exp: New file.
7786
3bce8237
SA
77872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7788
191a8a90
JB
7789 * gdb.base/vla-sideeffect.c: New file.
7790 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7791
322f9c21
YQ
77922014-04-11 Yao Qi <yao@codesourcery.com>
7793
7794 * gdb.base/completion.exp: Check file exists before running tests
7795 on file completion.
7796
d708bcd1
PA
77972014-04-10 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/cond-eval-mode.c: New file.
7800 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7801 prepare_for_testing to build the new file. Check result of
7802 runto_main.
7803 (test_break, test_watch): New procedures.
7804 (top level): Use them.
7805
ae1d2761
PM
78062014-04-08 Pierre Muller <muller@sourceware.org>
7807
7808 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7809 Ctrl-V use for mingw hosts.
7810
7af389b8
SC
78112014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7812
7813 * gdb.python/py-value.c: Improve test case.
7814 * gdb.python/py-value.exp: Add new test.
7815
5e703181
DE
78162014-04-07 David Blaikie <dblaikie@gmail.com>
7817
7818 * lib/compiler.c: Identify the clang compiler.
7819 * lib/compiler.cc: Ditto.
7820
9810b410
YQ
78212014-04-03 Yao Qi <yao@codesourcery.com>
7822
7823 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7824
98d1b8dc
AB
78252014-04-01 Anton Blanchard <anton@samba.org>
7826
7827 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7828 messages unique.
7829
3114cea1
AB
78302014-04-01 Anton Blanchard <anton@samba.org>
7831
7832 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7833 prepare_for_testing.
7834
62f7182c
AB
78352014-04-01 Anton Blanchard <anton@samba.org>
7836
7837 * gdb.arch/ppc64-atomic-inst.c: Remove.
7838 * gdb.arch/ppc64-atomic-inst.S: New file.
7839 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7840
770e7fc7
DE
78412014-03-31 Doug Evans <dje@google.com>
7842
7843 * gdb.base/print-symbol-loading-lib.c: New file.
7844 * gdb.base/print-symbol-loading-main.c: New file.
7845 * gdb.base/print-symbol-loading.exp: New file.
7846
46e2bafa
YQ
78472014-03-31 Yao Qi <yao@codesourcery.com>
7848
7849 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7850
8776cfe9
JB
78512014-03-28 Joel Brobecker <brobecker@adacore.com>
7852
7853 * gdb.ada/mi_dyn_arr: New testcase.
7854
5d1ef361
DE
78552014-03-27 Doug Evans <dje@google.com>
7856
7857 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7858
b5bee914
YQ
78592014-03-27 Yao Qi <yao@codesourcery.com>
7860
7861 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7862 if target is nios2-*-*.
7863
0d4d0e77
YQ
78642014-03-26 Yao Qi <yao@codesourcery.com>
7865
7866 * lib/gdb.exp (readline_is_used): New proc.
7867 * gdb.base/completion.exp: Move tests on command complete up.
7868 Skip the rest of tests if readline is not used.
7869 * gdb.ada/complete.exp: Skp the test if readline is not
7870 used.
7871 * gdb.base/filesym.exp: Likewise.
7872 * gdb.base/macscp.exp: Likewise.
7873 * gdb.base/readline-ask.exp: Likewise.
7874 * gdb.base/readline.exp: Likewise.
7875 * gdb.python/py-cmd.exp: Likewise.
7876 * gdb.trace/tfile.exp: Likewise.
7877
29361eee
YQ
78782014-03-26 Yao Qi <yao@codesourcery.com>
7879
7880 * gdb.base/macscp.exp: Fix code format issues.
7881
bc9a5525
UW
78822014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7883
7884 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7885 * gdb.asm/powerpc64le.inc: New file.
7886
d3839ede
PA
78872014-03-25 Pedro Alves <palves@redhat.com>
7888 Doug Evans <dje@google.com>
7889
7890 * gdb.base/source-execution.c: New file.
7891 * gdb.base/source-execution.exp: New file.
7892 * gdb.base/source-execution.gdb: New file.
7893
01672a57
DE
78942014-03-24 Doug Evans <dje@google.com>
7895
7896 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7897 using fission.
7898
88bbeca9
HZ
78992014-03-24 Hui Zhu <hui@codesourcery.com>
7900 Pedro Alves <palves@redhat.com>
7901
7902 PR breakpoints/16101
7903 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7904 test pass/fail messages. Detect missing support for dprintf when
7905 breakpoints are actually inserted.
7906 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7907 breakpoints are actually inserted.
7908 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7909 fails.
7910
d2348791
JK
79112014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7914
feef67ab
DE
79152014-03-22 Doug Evans <xdje42@gmail.com>
7916
7917 * gdb.python/python.exp (python not supported): Verify multi-line
7918 python command issues an error.
25d743f9 7919 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7920 guile command issues an error.
feef67ab 7921
ecebef6a
MR
79222014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7923
7924 * gdb.threads/thread-specific.exp: Handle the lack of usable
7925 $this_breakpoint and $this_thread.
7926
ccdd1909
HZ
79272014-03-21 Hui Zhu <hui@codesourcery.com>
7928
7929 * gdb.base/attach.exp (do_command_attach_tests): New.
7930
beb460e8
PA
79312014-03-20 Tom Tromey <tromey@redhat.com>
7932 Pedro Alves <palves@redhat.com>
7933
7934 PR cli/15718
7935 * gdb.base/condbreak-call-false.c: New file.
7936 * gdb.base/condbreak-call-false.exp: New file.
7937
40acf43a
PA
79382014-03-20 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7941 Delete.
7942 (block_signals, unblock_signals): Delete.
7943 (child_function_2, main): Remove references to deleted variable
7944 and functions.
7945
9f5e1e02
PA
79462014-03-20 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7949 Use pthread_kill to signal thread 2.
7950 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7951 Adjust to make the test send itself a signal rather than using the
7952 host's "kill" command.
7953
99619bea
PA
79542014-03-20 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.threads/multiple-step-overs.c: New file.
7957 * gdb.threads/multiple-step-overs.exp: New file.
7958 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7959 Adjust expected infrun debug output.
7960
2adfaa28
PA
79612014-03-20 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7964 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7965
31e77af2
PA
79662014-03-20 Pedro Alves <palves@redhat.com>
7967
7968 PR breakpoints/7143
7969 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7970 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7971 of gdb_test_multiple.
7972 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7973 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7974
b9f437de
PA
79752014-03-20 Pedro Alves <palves@redhat.com>
7976
7977 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7978 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7979
05adc73e
PA
79802014-03-19 Pedro Alves <palves@redhat.com>
7981
7982 * gdb.base/async.exp: Remove early return.
7983
6048b950
PA
79842014-03-19 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7987
8bcfb00a
PA
79882014-03-19 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.base/async.exp (test_background): Expect \r\n after
7991 "completed." in the fail pattern.
7992
884e37dc
PA
79932014-03-19 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.base/async.exp (test_background): New procedure.
7996 Use it for all background execution command tests.
7997
148e57e2
PA
79982014-03-19 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/async.exp: Use prepare_for_testing.
8001
f48088c7
PA
80022014-03-19 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8005 the same line.
8006
e2f6c966
PA
80072014-03-19 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/async.c (main): Add "jump here" and "until here" line
8010 marker comments.
8011 * gdb.base/async.exp (jump_here): New global.
8012 (jump& test): Use it.
8013 (until_here): New global.
8014 (until& test): Use it.
8015
c30568d4
PA
80162014-03-19 Pedro Alves <palves@redhat.com>
8017
8018 * gdb.base/async.exp: Don't frob gdb_protocol.
8019
0172b6a7
DE
80202014-03-18 Doug Evans <xdje42@gmail.com>
8021
8022 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8023 Fix spelling of exec-done-display.
8024
06c868a8
JK
80252014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 PR gdb/15358
8028 * gdb.base/gdb-sigterm.c: New file.
8029 * gdb.base/gdb-sigterm.exp: New file.
8030
0c7e1a46
PA
80312014-03-18 Pedro Alves <palves@redhat.com>
8032
8033 PR gdb/13860
8034 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8035 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8036 solib-event.
8037
f7c77d93
JB
80382014-03-17 Joel Brobecker <brobecker@adacore.com>
8039
8040 * gdb.ada/pckd_arr_ren: New testcase.
8041
5a1e8c7a
DE
80422014-03-13 Doug Evans <xdje42@gmail.com>
8043
8044 PR guile/16612
8045 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8046 collect after discarding symbols.
8047
350e1a76
DE
80482014-03-13 Ludovic Courtès <ludo@gnu.org>
8049 Doug Evans <xdje42@gmail.com>
8050
8051 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8052 to history survives a gc.
8053
a69900ae
PA
80542014-03-13 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/default.exp: Don't test "target procfs".
8057
5db9f0bd
PA
80582014-03-13 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.base/default.exp: Update "target child" and "target procfs"
8061 tests to not expect "Unix".
8062
b3ccfe11
TT
80632014-03-12 Tom Tromey <tromey@redhat.com>
8064
8065 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8066 New procs. Add target-async tests.
8067 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8068 Add target-async tests.
8069
646f4417
AA
80702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8071
8072 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8073 'func_start' and 'func_end' for the beginning and end of the
8074 function code, respectively.
8075 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8076 'func_end' instead of 'func' and 'main'.
8077
288c211f
AA
80782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8079
8080 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8081 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8082 generate the debug info assembler source.
8083
e0c0f156
AA
80842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8085
8086 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8087 * gdb.dwarf2/arr-subrange.exp: Likewise.
8088 * gdb.dwarf2/dwz.exp: Likewise.
8089 * gdb.dwarf2/method-ptr.exp: Likewise.
8090 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8091 * gdb.dwarf2/subrange.exp: Likewise.
8092 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8093 * gdb.dwarf2/implptrpiece.exp: Likewise.
8094 * gdb.dwarf2/nostaticblock.exp: Likewise.
8095
0e5c4555
AA
80962014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8097
8098 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8099 directory to absolute path name arguments.
8100
5ec18f2b
JG
81012014-03-10 Joel Brobecker <brobecker@adacore.com>
8102
8103 * gdb.ada/tagged_access: New testcase.
8104
847fc4f2
MM
81052014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8106
8107 * gdb.btrace/data.exp: Update expected output.
8108
cc3da688
YQ
81092014-03-06 Yao Qi <yao@codesourcery.com>
8110
8111 * gdb.trace/pr16508.exp: New file.
8112
0f26cec1
PA
81132014-03-05 Pedro Alves <palves@redhat.com>
8114
8115 PR gdb/16575
8116 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8117 procedure.
8118 (top level): Adjust to use it. Add tests that exercise breakpoint
8119 interaction with the code-cache.
8120
7a5a839f
LC
81212014-02-26 Ludovic Courtès <ludo@gnu.org>
8122
8123 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8124 test for 'history-append!'.
8125
31aa7e4e
JB
81262014-02-26 Joel Brobecker <brobecker@adacore.com>
8127
8128 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8129 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8130 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8131 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8132 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8133 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8134
1b588015
JB
81352014-02-26 Joel Brobecker <brobecker@adacore.com>
8136
8137 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8138 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8139 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8140
55426c9d
JB
81412014-02-26 Joel Brobecker <brobecker@adacore.com>
8142
8143 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8144
dc53a7ad
JB
81452014-02-26 Joel Brobecker <brobecker@adacore.com>
8146
8147 * gdb.dwarf2/arr-stride.c: New file.
8148 * gdb.dwarf2/arr-stride.exp: New file.
8149
12ab52e9
PA
81502014-02-26 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8153 that won't ever trigger. Make sure that GDB reports the correct
8154 breakpoint that caused the stop.
8155
849c862e
JK
81562014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 PR gdb/16626
8159 * gdb.base/auto-load-script: New file.
8160 * gdb.base/auto-load.c: New file.
8161 * gdb.base/auto-load.exp: New file.
8162
71b7d793
JK
8163 PR gdb/16626
8164 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8165
e2f0d509
JK
81662014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8167
8168 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8169 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8170
50cc37c8
DE
81712014-02-24 Doug Evans <dje@google.com>
8172
8173 * lib/gdb.exp (run_on_host): Log error output if program fails.
8174
ea4758f2
PA
81752014-02-21 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.threads/step-after-sr-lock.c: Rename to ...
8178 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8179 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8180 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8181 ... this.
8182
d7b30f67
SDJ
81832014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8184
8185 PR tdep/16397
8186 * gdb.arch/amd64-stap-special-operands.exp: New file.
8187 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8188 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8189 * gdb.arch/amd64-stap-triplet.S: Likewise.
8190 * gdb.arch/amd64-stap-triplet.c: Likewise.
8191
83deb43f
JB
81922014-02-20 Joel Brobecker <brobecker@adacore.com>
8193
8194 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8195 in .section pseudo-op.
8196
adde2bff
DE
81972014-02-20 lin zuojian <manjian2006@gmail.com>
8198 Joel Brobecker <brobecker@adacore.com>
8199 Doug Evans <xdje42@gmail.com>
8200
8201 PR symtab/16581
8202 * gdb.dwarf2/dw2-icycle.S: New file.
8203 * gdb.dwarf2/dw2-icycle.c: New file.
8204 * gdb.dwarf2/dw2-icycle.exp: New file.
8205
f7bd0f78
SC
82062014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8207
8208 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8209 operations on gdb.Value objects.
8210 * gdb.python/py-value-cc.exp: Add new test to test operations on
8211 gdb.Value objects.
8212
c17ef0d5
DE
82132014-02-18 Doug Evans <dje@google.com>
8214
8215 * Makefile.in (TESTS): New variable.
8216 (expanded_tests, expanded_tests_or_none): New variables
8217 (check-single): Pass $(expanded_tests_or_none) to runtest.
8218 (check-parallel): Only run tests in $(TESTS) if non-empty.
8219 (check/no-matching-tests-found): New rule.
8220 * README: Document TESTS makefile variable.
8221
5dd3176f
DE
82222014-02-18 Doug Evans <dje@google.com>
8223
8224 * Makefile.in (check-parallel): rm -rf outputs temp.
8225
0b10be4f
JK
82262014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8227
8228 Fix "ERROR: no fileid for" in the testsuite.
8229 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8230
85f224e7
DE
82312014-02-12 Doug Evans <dje@google.com>
8232
8233 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8234 (MISCELLANEOUS): New variable.
8235 (clean): rm -rf $(MISCELLANEOUS).
8236 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8237 dwp live in the same directory as symlinks, with each symlink pointed
8238 to a differently named file in a different directory.
8239
149b30ff
DE
82402014-02-11 Doug Evans <dje@google.com>
8241
8242 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8243 of Tcl file commands.
8244
1dfdac32
MK
82452014-02-10 Mark Kettenis <kettenis@gnu.org>
8246
8247 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8248 "kill -SIGUSR1 -1".
8249
aa4fb036
JB
82502014-02-10 Joel Brobecker <brobecker@adacore.com>
8251
8252 * gdb.ada/tick_length_array_enum_idx: New testcase.
8253
ed3ef339
DE
82542014-02-10 Doug Evans <xdje42@gmail.com>
8255
8256 * configure.ac (AC_OUTPUT): Add gdb.guile.
8257 * configure: Regenerate.
8258 * lib/gdb-guile.exp: New file.
8259 * lib/gdb.exp (get_target_charset): New function.
8260 * gdb.base/help.exp: Update expected output from "apropos apropos".
8261 * gdb.guile/Makefile.in: New file.
8262 * gdb.guile/guile.exp: New file.
8263 * gdb.guile/scm-arch.c: New file.
8264 * gdb.guile/scm-arch.exp: New file.
8265 * gdb.guile/scm-block.c: New file.
8266 * gdb.guile/scm-block.exp: New file.
8267 * gdb.guile/scm-breakpoint.c: New file.
8268 * gdb.guile/scm-breakpoint.exp: New file.
8269 * gdb.guile/scm-disasm.c: New file.
8270 * gdb.guile/scm-disasm.exp: New file.
8271 * gdb.guile/scm-equal.c: New file.
8272 * gdb.guile/scm-equal.exp: New file.
8273 * gdb.guile/scm-error.exp: New file.
8274 * gdb.guile/scm-error.scm: New file.
8275 * gdb.guile/scm-frame-args.c: New file.
8276 * gdb.guile/scm-frame-args.exp: New file.
8277 * gdb.guile/scm-frame-args.scm: New file.
8278 * gdb.guile/scm-frame-inline.c: New file.
8279 * gdb.guile/scm-frame-inline.exp: New file.
8280 * gdb.guile/scm-frame.c: New file.
8281 * gdb.guile/scm-frame.exp: New file.
8282 * gdb.guile/scm-generics.exp: New file.
8283 * gdb.guile/scm-gsmob.exp: New file.
8284 * gdb.guile/scm-iterator.c: New file.
8285 * gdb.guile/scm-iterator.exp: New file.
8286 * gdb.guile/scm-math.c: New file.
8287 * gdb.guile/scm-math.exp: New file.
8288 * gdb.guile/scm-objfile-script-gdb.in: New file.
8289 * gdb.guile/scm-objfile-script.c: New file.
8290 * gdb.guile/scm-objfile-script.exp: New file.
8291 * gdb.guile/scm-objfile.c: New file.
8292 * gdb.guile/scm-objfile.exp: New file.
8293 * gdb.guile/scm-ports.exp: New file.
8294 * gdb.guile/scm-pretty-print.c: New file.
8295 * gdb.guile/scm-pretty-print.exp: New file.
8296 * gdb.guile/scm-pretty-print.scm: New file.
8297 * gdb.guile/scm-section-script.c: New file.
8298 * gdb.guile/scm-section-script.exp: New file.
8299 * gdb.guile/scm-section-script.scm: New file.
8300 * gdb.guile/scm-symbol.c: New file.
8301 * gdb.guile/scm-symbol.exp: New file.
8302 * gdb.guile/scm-symtab-2.c: New file.
8303 * gdb.guile/scm-symtab.c: New file.
8304 * gdb.guile/scm-symtab.exp: New file.
8305 * gdb.guile/scm-type.c: New file.
8306 * gdb.guile/scm-type.exp: New file.
8307 * gdb.guile/scm-value-cc.cc: New file.
8308 * gdb.guile/scm-value-cc.exp: New file.
8309 * gdb.guile/scm-value.c: New file.
8310 * gdb.guile/scm-value.exp: New file.
8311 * gdb.guile/source2.scm: New file.
8312 * gdb.guile/types-module.cc: New file.
8313 * gdb.guile/types-module.exp: New file.
8314
7026a7c1
YQ
83152014-02-10 Yao Qi <yao@codesourcery.com>
8316
8317 PR testsuite/16543
8318 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8319 * configure: Regenerated.
8320 * Makefile.in: New file.
8321
6c466447
AS
83222014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8323
8324 * gdb.python/py-framefilter.exp: Fix typo.
8325
6e854735
YQ
83262014-02-08 Yao Qi <yao@codesourcery.com>
8327
8328 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8329 that no =breakpoint-modified is emitted when breakpoints are
8330 modified through MI commands.
8331
d137e6dc
PA
83322014-02-07 Pedro Alves <pedro@codesourcery.com>
8333 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.threads/step-after-sr-lock.c: New file.
8336 * gdb.threads/step-after-sr-lock.exp: New file.
8337
b5ee5a50
PA
83382014-02-07 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8341
3c77faf3
JK
83422014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8343
8344 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8345 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8346
6dddc817
DE
83472014-02-06 Doug Evans <xdje42@gmail.com>
8348
8349 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8350 output.
8351
8352 * gdb.gdb/python-interrupts.exp: New file.
8353
de7b2893
YQ
83542014-02-05 Yao Qi <yao@codesourcery.com>
8355
8356 * gdb.trace/report.exp (use_collected_data): Test the output
8357 of "info threads" and "info inferiors".
8358
66d032ac
YQ
83592014-02-05 Yao Qi <yao@codesourcery.com>
8360
8361 Revert this patch:
8362
8363 2013-05-24 Yao Qi <yao@codesourcery.com>
8364
8365 * gdb.trace/tfile.exp: Test inferior and thread.
8366
591a12a1
UW
83672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8368
8369 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8370 on a function.
8371 * gdb.base/step-bt.c: Call hello via function pointer to make
8372 sure its first instruction is executed on powerpc64le-linux.
8373
0ff3e01f
UW
83742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8375
8376 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8377
084ee545
UW
83782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8379
8380 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8381 of the test patterns for use on little-endian systems.
8382
6ed14ff3
UW
83832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8384
8385 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8386 (decimal_vector): Fix for little-endian.
8387
401e27fd
JM
83882014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8389
8390 * gdb.arch/sparc-sysstep.exp: New file.
8391 * gdb.arch/sparc-sysstep.c: Likewise.
8392
8393 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8394
8b924729
EBM
83952014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8396
8397 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8398
fb151210
JB
83992014-01-23 Tom Tromey <tromey@redhat.com>
8400
8401 * gdb.ada/array_char_idx: New testcase.
8402
0740f8d8
TT
84032014-01-23 Tom Tromey <tromey@redhat.com>
8404
8405 PR python/16487:
8406 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8407 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8408 classes.
8409
21909fa1
TT
84102014-01-23 Tom Tromey <tromey@redhat.com>
8411
8412 PR python/16491:
8413 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8414 string from an inferior frame.
8415 * gdb.python/py-framefilter-mi.exp: Update.
8416
87ce2a04
DE
84172014-01-22 Doug Evans <dje@google.com>
8418
8419 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8420
237b092b
AA
84212014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8422
8423 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8424
d674a709
AA
84252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8426
8427 * gdb.trace/entry-values.exp: Remove excess space character from
8428 regex patterns. Handle s390 call instruction.
8429
20fa3390
AA
84302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8431
8432 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8433 define "*_start" label. Make "name" static.
8434 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8435 ${name} by references to ${name}_start.
8436
78466714
AA
84372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8438
8439 * gdb.base/info-macros.exp: Remove "debug" from the compile
8440 options.
8441
ec9f644a
IB
84422014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8443
8444 * gdb.dlang/demangle.exp: New file.
8445
94b1b47e
IB
84462014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8447
8448 * gdb.dlang/primitive-types.exp: New file.
8449
7f420862
IB
84502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8451
8452 * configure.ac: Create gdb.dlang/Makefile.
8453 * configure: Regenerate.
8454 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8455 * gdb.dlang/Makefile.in: New file.
8456 * lib/d-support.exp: New file.
8457 * lib/gdb.exp (skip_d_tests): New proc.
8458
52834460
MM
84592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8460
8461 * gdb.btrace/delta.exp: Check reverse stepi.
8462 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8463 * gdb.btrace/finish.exp: New.
8464 * gdb.btrace/next.exp: New.
8465 * gdb.btrace/nexti.exp: New.
8466 * gdb.btrace/record_goto.c: Add comments.
8467 * gdb.btrace/step.exp: New.
8468 * gdb.btrace/stepi.exp: New.
8469 * gdb.btrace/multi-thread-step.c: New.
8470 * gdb.btrace/multi-thread-step.exp: New.
8471 * gdb.btrace/rn-dl-bind.c: New.
8472 * gdb.btrace/rn-dl-bind.exp: New.
8473 * gdb.btrace/data.c: New.
8474 * gdb.btrace/data.exp: New.
8475 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8476
6e07b1d2
MM
84772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8478
8479 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8480 * gdb.btrace/exception.exp: Update.
8481 * gdb.btrace/instruction_history.exp: Update.
8482 * gdb.btrace/record_goto.exp: Update.
8483 * gdb.btrace/tailcall.exp: Update.
8484 * gdb.btrace/unknown_functions.exp: Update.
8485 * gdb.btrace/delta.exp: New.
8486
0b722aec
MM
84872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8488
8489 * gdb.btrace/record_goto.exp: Add backtrace test.
8490 * gdb.btrace/tailcall.exp: Add backtrace test.
8491
066ce621
MM
84922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8493
8494 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8495 * gdb.btrace/record_goto.c: New.
8496 * gdb.btrace/record_goto.exp: New.
8497 * gdb.btrace/x86-record_goto.S: New.
8498
0688d04e
MM
84992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8500
8501 * gdb.btrace/function_call_history.exp: Update tests.
8502 * gdb.btrace/instruction_history.exp: Update tests.
8503
8710b709
MM
85042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8505
8506 * gdb.btrace/function_call_history.exp: Fix expected field
8507 order for "record function-call-history".
8508 Add new tests for "record function-call-history /c".
8509 * gdb.btrace/exception.cc: New.
8510 * gdb.btrace/exception.exp: New.
8511 * gdb.btrace/tailcall.exp: New.
8512 * gdb.btrace/x86-tailcall.S: New.
8513 * gdb.btrace/x86-tailcall.c: New.
8514 * gdb.btrace/unknown_functions.c: New.
8515 * gdb.btrace/unknown_functions.exp: New.
8516 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8517
5de9129b
MM
85182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8519
8520 * gdb.btrace/instruction_history.exp: Update.
8521 * gdb.btrace/function_call_history.exp: Update.
8522
23a7fe75
MM
85232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8524
8525 * gdb.btrace/function_call_history.exp: Fix expected function
8526 trace.
8527 * gdb.btrace/instruction_history.exp: Initialize traced.
8528 Remove traced_functions.
8529
724c7dd8
MM
85302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8531
8532 * gdb.btrace/function_call_history.exp: Update
8533 * gdb.btrace/instruction_history.exp: Update.
8534
6d78d93b
MM
85352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8536
8537 * gdb.btrace/enable.exp: Update expected text.
8538
93a360cc
OJ
85392014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8540
8541 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8542 bytes.
8543
3772b53f
MR
85442014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8545
8546 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8547
596662fa
OJ
85482014-01-15 Omair Javaid <omair.javaid@linaro.org>
8549
8550 * lib/gdb.exp (supports_process_record): Return true for
8551 arm*-linux*. (supports_reverse): Likewise.
8552
b5b08fb4
SC
85532014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8554
8555 PR python/15464
8556 PR python/16113
8557 * gdb.python/py-type.c: Enhance test case.
8558 * gdb.python/py-value-cc.cc: Likewise
8559 * gdb.python/py-type.exp: Add new tests.
8560 * gdb.python/py-value-cc.exp: Likewise
8561
52d7fb13
AA
85622014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8563 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8566 Make "name" extern.
8567 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8568 references to ${name}_start by references to ${name}.
8569
a2cd8cfe
JB
85702014-01-10 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8573
4e23fced
JB
85742014-01-10 Joel Brobecker <brobecker@adacore.com>
8575
8576 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8577
c6a9e42c
PA
85782014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8579 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8582 mi_gdb_target_load.
c6a9e42c 8583
b7ea362b
PA
85842014-01-08 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.threads/reconnect-signal.c: New file.
8587 * gdb.threads/reconnect-signal.exp: New file.
8588
5e3f4fab
EBM
85892014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 * gdb.base/source-dir.exp: New file.
8592
79301218
JB
85932014-01-07 Joel Brobecker <brobecker@adacore.com>
8594
8595 * gdb.ada/mi_interface: New testcase.
8596
8e355c5d
JB
85972014-01-07 Joel Brobecker <brobecker@adacore.com>
8598
8599 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8600 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8601 gdb.ada/pp-rec-component/pck.ads: New files.
8602
c0d48811
JB
86032014-01-07 Joel Brobecker <brobecker@adacore.com>
8604
8605 * gdb.python/py-pp-integral.c: New file.
8606 * gdb.python/py-pp-integral.py: New file.
8607 * gdb.python/py-pp-integral.exp: New file.
8608
17b609c3 8609For older changes see ChangeLog-1993-2013.
c906108c 8610\f
8d8cb839
EZ
8611;; Local Variables:
8612;; mode: change-log
8613;; left-margin: 8
8614;; fill-column: 74
8615;; version-control: never
8616;; End:
902f2ccb 8617
618f726f 8618 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8619 Copying and distribution of this file, with or without modification,
8620 are permitted provided the copyright notice and this notice are preserved.
This page took 2.68879 seconds and 4 git commands to generate.