]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Second fix for grammar in error message.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3cfe46b6
YQ
12016-07-12 Yao Qi <yao.qi@linaro.org>
2
3 * lib/selftest-support.exp (selftest_setup): Match the output
4 when captured_main is inlined.
5
4f19a0e6
WT
62016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7
8 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9 New variables.
10 (print this%a, print this%b, print this): New tests.
11 * gdb.fortran/derived-types.f90 (this): New object and
12 initialization.
13
986cf455
SM
142016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15
16 * gdb.ada/arraydim.exp: Remove extra directory level in build
17 directory.
18
f0464b23
SM
192016-07-06 Simon Marchi <simon.marchi@ericsson.com>
20
21 * lib/ada.exp: Remove extra directory level in build directory.
22 * gdb.ada/cond_lang.exp: Likewise.
23 * gdb.ada/exec_changed.exp: Likewise.
24 * gdb.ada/lang_switch.exp: Likewise.
25
42d94011
MG
262016-07-06 Manish Goregaokar <manish@mozilla.com>
27
28 * simple.rs: Add test for raw pointer subscripting
29 * simple.exp: Add test expectations
30
647c264c
YQ
312016-07-05 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.mi/mi-reverse.exp: Match =record-started output.
34
20aa2c60
PA
352016-07-01 Pedro Alves <palves@redhat.com>
36
37 * gdb.base/jit-reader.exp (info_registers_current_frame): New
38 procedure.
39 (jit_reader_test): Test the jit reader's unwinder.
40 * gdb.base/jithost.c (jit_function_00_code): New global.
41 (main): Use memcpy to fill in the mmapped code, instead of poking
42 bytes manually here.
43 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
44 value.
45 (read_debug_info): Save the function's range.
46 (read_sp): New function.
47 (unwind_frame): Use it. Also unwind RBP.
48 (get_frame_id): Use read_sp.
49 (gdb_init_reader): Use calloc instead of malloc.
50 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
51 parameter. Use gdb_test_multiple.
52
ced2dffb
PA
532016-07-01 Pedro Alves <palves@redhat.com>
54 Antoine Tremblay <antoine.tremblay@ericsson.com>
55
56 * gdb.threads/process-dies-while-detaching.c: New file.
57 * gdb.threads/process-dies-while-detaching.exp: New file.
58
63000888
PA
592016-07-01 Pedro Alves <palves@redhat.com>
60
61 * gdb.multi/watchpoint-multi-exit.c: New file.
62 * gdb.multi/watchpoint-multi-exit.exp: New file.
63
038d4868
PA
642016-06-30 Pedro Alves <palves@redhat.com>
65
66 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
67 unset inferior_spawn_id.
68
994e9c83
PA
692016-06-30 Pedro Alves <palves@redhat.com>
70
71 * lib/mi-support.exp (default_mi_gdb_start): Declare global
72 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
73
e5653468
YQ
742016-06-29 Yao Qi <yao.qi@linaro.org>
75
76 * gdb.base/return.c: Add copyright header.
77
803b47e5
TT
782016-06-29 Tom Tromey <tom@tromey.com>
79
80 PR python/20129:
81 * gdb.python/py-framefilter.exp: Add tests for setting priority
82 and disabling of non-existent frame filter.
83
28244707
YQ
842016-06-29 Yao Qi <yao.qi@linaro.org>
85
86 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
87 0x0f07ff.
88
a31d2f06
YQ
892016-06-28 Yao Qi <yao.qi@linaro.org>
90
91 * gdb.base/catch-syscall.exp: Remove check on isnative and target
92 triplets. Start gdb, execute catch syscall, and continue. Check
93 gdb's output to determine catch syscall is supported.
94
921d8f54
MG
952016-06-27 Manish Goregaokar <manish@mozilla.com>
96
25d49b86
PA
97 * gdb.rust/simple.rs: Add test for returning unit in a function.
98 * gdb.rust/simple.exp: Add expectation for functions returning
99 unit.
921d8f54 100
f4952523
PMR
1012016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
102
103 * gdb.python/py-breakpoint-create-fail.c,
104 gdb.python/py-breakpoint-create-fail.exp,
105 gdb.python/py-breakpoint-create-fail.py: New testcase.
106
fccb08f8
MG
1072016-06-25 Manish Goregaokar <manish@mozilla.com>
108
109 PR gdb/20239
110 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
111 * gdb.rust/simple.exp: Add test expectations for new NonZero
112 tests.
fccb08f8 113
6b850546
DT
1142016-06-24 David Taylor <dtaylor@emc.com>
115
116 * gdb.base/offsets.exp: New file.
117 * gdb.base/offsets.c: New file.
118
17621150
TT
1192016-06-23 Tom Tromey <tom@tromey.com>
120
121 PR gdb/16483:
122 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
123 before any filters are loaded.
124
04d59df6
WT
1252016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
126
127 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
128 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
129 structs.
130 * gdb.fortran/derived-type-function.exp: New file.
131 * gdb.fortran/derived-type-function.f90: New file.
132
133
ac69f786
PA
1342016-06-21 Pedro Alves <palves@redhat.com>
135
136 * gdb.base/new-ui.exp: New file.
137 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
138 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
139 (with_spawn_id): New procedure.
140
49940788
PA
1412016-06-21 Pedro Alves <palves@redhat.com>
142
143 * gdb.mi/mi-exec-run.exp: New file.
144
ef274d26
PA
1452016-06-21 Pedro Alves <palves@redhat.com>
146
147 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
148 breakpoint command's output on the main UI.
149 (test_break): New procedure, factored out from calls in the top
150 level.
151 (top level): Use foreach_with_prefix to test MI as main UI and as
152 separate UI.
153
468afe6c
PA
1542016-06-21 Pedro Alves <palves@redhat.com>
155
156 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
157 (test_awatch_creation_and_listing)
158 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
159 Remove 'type' parameter.
160 (test_watchpoint_all): New parameter mi_mode. Remove
161 with_test_prefix.
162 (top level): Use foreach_with_prefix, and add main/separate UI MI
163 testing axis.
164
51f77c37
PA
1652016-06-21 Pedro Alves <palves@redhat.com>
166
167 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
168 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
169 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
170 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
171 (gdb_main_spawn_id, mi_spawn_id): Declare and
172 comment.
173 (mi_create_inferior_pty): New procedure,
174 factored out from default_mi_gdb_start.
175 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
176 procedures.
177 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
178 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
179 Use mi_create_inferior_pty.
180 (mi_gdb_start): Use eval to pass down args list.
181
8980e177
PA
1822016-06-21 Pedro Alves <palves@redhat.com>
183
184 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
185 * gdb.opt/inline-cmds.exp: Add MI tests.
186
f38d3ad1
PA
1872016-06-21 Pedro Alves <palves@redhat.com>
188
189 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
190
45db7c09
PA
1912016-06-21 Pedro Alves <palves@redhat.com>
192
193 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
194 (top level): Use it instead of mi_execute_to.
195
5a069ab3
PA
1962016-06-21 Pedro Alves <palves@redhat.com>
197
198 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
199 (cont_handler_str): New.
200 (signal_stop_handler): Set stop_handler_str instead of printing to
201 stdout.
202 (continue_handler): Set cont_handler_str instead of printing to
203 stdout.
204 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
205 mi_send_resuming_command. Print stop_handler_str and
206 cont_handler_str instead of expecting the python events print
207 directly.
208
2838cc1d
SD
2092016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
210
211 * gdb.base/jit-reader.exp: New file.
212 * gdb.base/jithost.c: New file.
213 * gdb.base/jithost.h: New file.
214 * gdb.base/jitreader.c : New file.
215 * gdb.base/jit-protocol.h: New file.
216
21a77091
YQ
2172016-06-17 Yao Qi <yao.qi@linaro.org>
218
219 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
220 parameters follow_fork and detach_on_fork. Set follow-fork-mode
221 and detach-on-fork. Adjust tests.
222 (top level): Invoke break_cond_on_syscall with combinations of
223 syscall, follow-fork-mode and detach-on-fork.
224
f50bf8e5
YQ
2252016-06-17 Yao Qi <yao.qi@linaro.org>
226
227 * gdb.base/step-over-exit.c: New.
228 * gdb.base/step-over-exit.exp: New.
229
a28d8e50
YTL
2302016-06-17 Yan-Ting Lin <currygt52@gmail.com>
231
232 * gdb.base/float.exp: Add target check for nds32*-*-*.
233 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
234
cad8e26d
AB
2352016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
238 for unsupported target features.
239 * gdb.base/call-rt-st.exp: Likewise.
240 * gdb.base/call-sc.exp: Likewise.
241 * gdb.base/call-signal-resume.exp: Likewise.
242 * gdb.base/call-strs.exp: Likewise.
243 * gdb.base/callexit.exp: Likewise.
244 * gdb.base/callfuncs.exp: Likewise.
245 * gdb.base/nodebug.exp: Likewise.
246 * gdb.base/printcmds.exp: Likewise.
247 * gdb.base/ptype.exp: Likewise.
248 * gdb.base/structs.exp: Likewise.
249 * gdb.base/unwindonsignal.exp: Likewise.
250 * gdb.cp/gdb2495.exp: Likewise.
251 * gdb.cp/templates.exp: Likewise.
252 * gdb.cp/virtfunc.exp: Likewise.
253 * gdb.threads/hand-call-in-threads.exp: Likewise.
254 * gdb.threads/interrupted-hand-call.exp: Likewise.
255 * gdb.threads/thread-unwindonsignal.exp: Likewise.
256
347dc102
TT
2572016-06-10 Tom Tromey <tom@tromey.com>
258
259 PR rust/20110:
260 * gdb.rust/expr.exp: Add test for integer constant larger than
261 i32.
262
5e13cf25
BH
2632016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
264
265 * gdb.fortran/nested-funcs.exp: New.
266 * gdb.fortran/nested-funcs.f90: New.
267
bb556f1f
TK
2682016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
269
270 * gdb.base/examine-backward.c: New file.
271 * gdb.base/examine-backward.exp: New file.
272
38b022b4
SM
2732016-06-06 Simon Marchi <simon.marchi@ericsson.com>
274
275 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
276 matching.
277
1b40ec05
TT
2782016-06-02 Tom Tromey <tom@tromey.com>
279
280 PR python/18984:
281 * gdb.python/py-shared.exp: Add solib_name test.
282
193bd378
SM
2832016-06-02 Simon Marchi <simon.marchi@ericsson.com>
284
285 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
286
3326303b
MG
2872016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
288
289 PR c++/19893
290 * gdb.dwarf2/implref.exp: Rename to...
291 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
292 * gdb.dwarf2/implref-array.c: New file.
293 * gdb.dwarf2/implref-array.exp: Likewise.
294 * gdb.dwarf2/implref-global.c: Likewise.
295 * gdb.dwarf2/implref-global.exp: Likewise.
296 * gdb.dwarf2/implref-struct.c: Likewise.
297 * gdb.dwarf2/implref-struct.exp: Likewise.
298
825c8ef2
AT
2992016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
300
301 * gdb.trace/trace-condition.exp: Add 64bit tests.
302
2320162a
AT
3032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
304
305 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
306 bits types.
307 (main): Adapt to 8 to 64 bits types.
308 * gdb.trace/trace-condition.exp: Add new tests.
309
a7818233
AT
3102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
311
312 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
313
0d336466
AT
3142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
315
316 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
317 Move condition tests...
318 * gdb.trace/trace-condition.exp: Here.
319
7faeb45a
AT
3202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
321
322 * gdb.trace/trace-condition.exp: Add counter-case tests.
323
e385593e
JK
3242016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
325
326 PR c++/15231
327 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
328 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
329
744608cc
PA
3302016-05-27 Pedro Alves <palves@redhat.com>
331
332 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
333 New procedure.
334 (top level): Call it, and bail out of DejaGnu is known to be bad.
335
ac775bf4
AB
3362016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.base/whatis.c: Extend the test case.
339 * gdb.base/whatis.exp: Add additional tests.
340
2bbad2ea
BH
3412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
342
343* gdb.fortran/type.f90: Add pointer variable.
344* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
345
8b70175d
BH
3462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
347
348 * gdb.fortran/vla-type.exp: Fix testcase name.
349
86d8a848
BH
3502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
351
352 * gdb.fortran/vla-type.exp: Access elements in nested structs.
353
e188eb36
BH
3542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
355
356 * gdb.fortran/type.f90: Add nested structures.
357 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
358 * gdb.fortran/derived-type.exp: Adapt expected output.
359 * gdb.fortran/vla-type.exp: Adapt expected output.
360
9b2db1fd
BH
3612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
362
363 * gdb.fortran/whatis_type.exp: Adapt expected output.
364
72b17055
BH
3652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
366
367 * gdb.fortran/print_type.exp: Fix expected output.
368 * gdb.fortran/whatis_type.exp: Fix expected output.
369
3cd81d8d
BH
3702016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
371
372 * gdb.fortran/whatis_type.exp: Use multi_line.
373
ddae9462
TT
3742016-05-24 Tom Tromey <tom@tromey.com>
375
376 PR python/17386:
377 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
378 use value as an index.
379
1957f6b8
TT
3802016-05-23 Tom Tromey <tom@tromey.com>
381
382 PR python/17981:
383 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
384 no-breakpoint case.
385
026a9174
PA
3862016-05-24 Pedro Alves <palves@redhat.com>
387
388 PR gdb/19828
389 * gdb.threads/clone-attach-detach.c: New file.
390 * gdb.threads/clone-attach-detach.exp: New file.
391
e70a7231
FR
3922016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
393
394 * gdb.base/annota-input-while-running.exp: Fix syntax error.
395
0f6ed0e0
TT
3962016-05-23 Tom Tromey <tom@tromey.com>
397
398 PR python/19438, PR python/18393:
399 * gdb.python/py-progspace.exp: Add "dir" test.
400 * gdb.python/py-objfile.exp: Add "dir" test.
401
ffd19d61
YQ
4022016-05-23 Yao Qi <yao.qi@linaro.org>
403
404 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
405 * gdb.arch/thumb2-it.exp: Likewise.
406
9e8f9b05
SM
4072016-05-18 Simon Marchi <simon.marchi@ericsson.com>
408
409 * gdb.mi/mi-threads-interrupt.c: New file.
410 * gdb.mi/mi-threads-interrupt.exp: New file.
411
61c6156d
SM
4122016-05-17 Simon Marchi <simon.marchi@ericsson.com>
413
414 PR gdb/18077
415 * gdb.mi/mi-async-run.exp: New file.
416 * gdb.mi/mi-async-run.c: New file.
417
67218854
TT
4182016-05-17 Tom Tromey <tom@tromey.com>
419 Manish Goregaokar <manishsmail@gmail.com>
420
421 * lib/rust-support.exp: New file.
422 * lib/gdb.exp (skip_rust_tests): New proc.
423 (build_executable_from_specs): Handle rust.
424 * lib/future.exp (gdb_find_rustc): New proc.
425 (gdb_default_target_compile): Handle rust.
426 * gdb.rust/expr.exp: New file.
427 * gdb.rust/generics.exp: New file.
428 * gdb.rust/generics.rs: New file.
429 * gdb.rust/methods.exp: New file.
430 * gdb.rust/methods.rs: New file.
431 * gdb.rust/modules.exp: New file.
432 * gdb.rust/modules.rs: New file.
433 * gdb.rust/simple.exp: New file.
434 * gdb.rust/simple.rs: New file.
435
c44af4eb
TT
4362016-05-17 Tom Tromey <tom@tromey.com>
437
438 * gdb.base/default.exp (set language): Add rust.
439
dcd1f979
TT
4402016-05-17 Tom Tromey <tom@tromey.com>
441
442 * gdb.gdb/unittest.exp: New file.
443
155b7f57
YQ
4442016-05-16 Yao Qi <yao.qi@linaro.org>
445
446 * gdb.base/batch-preserve-term-settings.exp: Remove variable
447 shell_prompt. Update shell_prompt_re.
448
8ddd5a6c
DE
4492016-05-12 Doug Evans <dje@google.com>
450
451 PR symtab/19999
452 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
453 $options when building executable.
454 * gdb.dwarf2/fission-loclists-pie.S: New file.
455 * gdb.dwarf2/fission-loclists-pie.exp: New file.
456
02e370d9
SM
4572016-05-04 Simon Marchi <simon.marchi@ericsson.com>
458
459 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
460 of [is_remote target],
461
8929ad8b
SM
4622016-05-04 Simon Marchi <simon.marchi@ericsson.com>
463
464 * lib/gdb.exp (use_gdb_stub): New procedure.
465
6c447423
DE
4662016-05-03 Yunlian Jiang <yunlian@google.com>
467 Doug Evans <dje@google.com>
468
469 PR symtab/19914
470 * gdb.dwarf2/dwp-sepdebug.c: New file.
471 * gdb.dwarf2/dwp-sepdebug.exp: New file.
472
444e826c
SM
4732016-05-02 Simon Marchi <simon.marchi@ericsson.com>
474
475 * gdb.base/detach.exp: Remove is_remote check.
476
740feeaa
SM
4772016-05-02 Simon Marchi <simon.marchi@ericsson.com>
478
479 * gdb.base/annota-input-while-running.exp: Don't check for
480 [is_remote target]. Enable annotations after running to main.
481 Remove unused "set test..." line.
482
9080ac9d
SM
4832016-04-28 Simon Marchi <simon.marchi@ericsson.com>
484
485 * gdb.trace/trace-enable-disable.exp: New file.
486 * gdb.trace/trace-enable-disable.c: New file.
487
952ebca5
SM
4882016-04-28 Simon Marchi <simon.marchi@ericsson.com>
489
490 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
491 use it in info sharedlibrary test.
492 * gdb.trace/ftrace-lock.exp: Likewise.
493 * gdb.trace/ftrace.exp: Likewise.
494 * gdb.trace/range-stepping.exp: Likewise.
495 * gdb.trace/trace-break.exp: Likewise.
496 * gdb.trace/trace-condition.exp: Likewise.
497 * gdb.trace/trace-mt.exp: Likewise.
498
d9019901
SM
4992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
500
501 * lib/gdb.exp (gdb_load_shlibs): Rename to...
502 (gdb_load_shlib): ... this.
503 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
504 gdb_load_shlib.
505 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
506 * gdb.base/ctxobj.exp: Likewise.
507 * gdb.base/dprintf-pending.exp: Likewise.
508 * gdb.base/dso2dso.exp: Likewise.
509 * gdb.base/fixsection.exp: Likewise.
510 * gdb.base/gcore-relro.exp: Likewise.
511 * gdb.base/gdb1555.exp: Likewise.
512 * gdb.base/global-var-nested-by-dso.exp: Likewise.
513 * gdb.base/gnu-ifunc.exp: Likewise.
514 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
515 * gdb.base/jit-so.exp (one_jit_test): Likewise.
516 * gdb.base/pending.exp: Likewise.
517 * gdb.base/print-file-var.exp: Likewise.
518 * gdb.base/print-symbol-loading.exp: Likewise.
519 * gdb.base/shlib-call.exp: Likewise.
520 * gdb.base/shreloc.exp: Likewise.
521 * gdb.base/so-impl-ld.exp: Likewise.
522 * gdb.base/solib-disc.exp: Likewise.
523 * gdb.base/solib-nodir.exp: Likewise.
524 * gdb.base/solib-overlap.exp: Likewise.
525 * gdb.base/solib-symbol.exp: Likewise.
526 * gdb.base/solib-weak.exp (do_test): Likewise.
527 * gdb.base/sym-file.exp: Likewise.
528 * gdb.base/symtab-search-order.exp: Likewise.
529 * gdb.base/type-opaque.exp: Likewise.
530 * gdb.base/unload.exp: Likewise.
531 * gdb.base/watchpoint-solib.exp: Likewise.
532 * gdb.compile/compile.exp: Likewise.
533 * gdb.cp/gdb2384.exp: Likewise.
534 * gdb.cp/infcall-dlopen.exp: Likewise.
535 * gdb.cp/re-set-overloaded.exp: Likewise.
536 * gdb.fortran/library-module.exp: Likewise.
537 * gdb.opt/solib-intra-step.exp: Likewise.
538 * gdb.python/py-finish-breakpoint.exp: Likewise.
539 * gdb.python/py-shared.exp: Likewise.
540 * gdb.reverse/solib-precsave.exp: Likewise.
541 * gdb.reverse/solib-reverse.exp: Likewise.
542 * gdb.server/solib-list.exp: Likewise.
543 * gdb.threads/dlopen-libpthread.exp: Likewise.
544 * gdb.threads/tls-shared.exp: Likewise.
545 * gdb.threads/tls-so_extern.exp: Likewise.
546 * gdb.trace/change-loc.exp: Likewise.
547 * gdb.trace/ftrace-lock.exp: Likewise.
548 * gdb.trace/ftrace.exp: Likewise.
549 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
550 * gdb.trace/pending.exp: Likewise.
551 * gdb.trace/range-stepping.exp: Likewise.
552 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
553 (strace_info_marker): Likewise.
554 (strace_probe_marker): Likewise.
555 (strace_trace_on_same_addr): Likewise.
556 (strace_trace_on_diff_addr): Likewise.
557 * gdb.trace/trace-break.exp: Likewise.
558 * gdb.trace/trace-condition.exp: Likewise.
559 * gdb.trace/trace-mt.exp: Likewise.
560
fca4cfd9
SM
5612016-04-27 Simon Marchi <simon.marchi@ericsson.com>
562
563 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
564 result of gdb_remote_download.
565 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
566 * gdb.base/dso2dso.exp: Likewise.
567 * gdb.base/global-var-nested-by-dso.exp: Likewise.
568 * gdb.base/print-file-var.exp: Likewise.
569 * gdb.base/shlib-call.exp: Likewise.
570 * gdb.base/shreloc.exp: Likewise.
571 * gdb.base/solib-overlap.exp: Likewise.
572 * gdb.base/solib-weak.exp (do_test): Likewise.
573 * gdb.base/unload.exp: Likewise.
574
11cf4ffb
YQ
5752016-04-27 Yao Qi <yao.qi@linaro.org>
576
577 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
578 exists.
579
3e2e34f8
KB
5802016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
581
582 * vla-type.exp: Print structure from toplevel.
583
8f07e298
BH
5842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
585
586 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
587 of dynamic types.
588 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
589 of dynamic types.
590
9920b434
BH
5912016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
592
593 * gdb.fortran/vla-type.f90: New file.
594 * gdb.fortran/vla-type.exp: New file.
595
f3abeff5
YQ
5962016-04-25 Yao Qi <yao.qi@linaro.org>
597
598 * gdb.base/branch-to-self.c: New file.
599 * gdb.base/branch-to-self.exp: New file.
600
0a5d52f0
YQ
6012016-04-22 Yao Qi <yao.qi@linaro.org>
602
603 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
604 more after $hex.
605
495346f6
YQ
6062016-04-22 Yao Qi <yao.qi@linaro.org>
607
608 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
609 * gdb.base/annota3.exp: Likewise.
610
4a7e075c
YQ
6112016-04-22 Yao Qi <yao.qi@linaro.org>
612
613 * gdb.reverse/step-precsave.exp: Do one step and test program
614 stops in "callee" and do multiple steps until program goes out
615 of "callee".
616 * gdb.reverse/step-reverse.exp: Likewise.
617
5b061e98
YQ
6182016-04-22 Yao Qi <yao.qi@linaro.org>
619
620 * gdb.trace/signal.exp: Also pass if
621 $tracepoint_hits($i) > $iterations.
622
5c5dc57f
YQ
6232016-04-22 Yao Qi <yao.qi@linaro.org>
624
625 * gdb.trace/signal.c: New file.
626 * gdb.trace/signal.exp: New file.
627
a55411b9
DE
6282016-04-19 Doug Evans <xdje42@gmail.com>
629
630 * gdb.base/bad-file.exp: New file.
631
a22df60a
MG
6322016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
633
634 * gdb.dwarf2/implref.exp: New file.
635
0c13f7e5
BH
6362016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
637
638 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
639 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
640 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
641 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
642 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
643 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
644 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
645 * lib/fortran.exp (fortran_int4): New procedure.
646 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
647 (fortran_logical4): Likewise.
648
9b9b09e9
BH
6492016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
650
651 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
652
a14d1f4d
BH
6532016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
654
655 * lib/compiler.c: Add Intel specific preprocessor macros.
656 * lib/compiler.cc: Likewise.
25d49b86 657
7d49b1d0
LM
6582016-04-13 Luis Machado <lgustavo@codesourcery.com>
659
660 * gdb.server/connect-with-no-symbol-file.c: New file.
661 * gdb.server/connect-with-no-symbol-file.exp: New file.
662
8392fa22
SM
6632016-04-13 Simon Marchi <simon.marchi@ericsson.com>
664
665 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
666
8c4c4aeb
SM
6672016-04-13 Simon Marchi <simon.marchi@ericsson.com>
668
669 * boards/gdbserver-base.exp (${board}_download): Copy source file to
670 standard output directory.
671
45e3745e
AT
6722016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
673
674 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
675
e26b7e41
MM
6762016-04-13 Markus Metzger <markus.t.metzger@intel.com>
677
678 * gdb.btrace/instruction_history.c (loop): Add declaration.
679
8ce09462
AT
6802016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
681
682 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
683
2e88a1ea
SM
6842016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
685
686 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
687 parentheses to print.
688 (continue_handler): Likewise.
689
f48e22e3
SM
6902016-04-08 Simon Marchi <simon.marchi@ericsson.com>
691
692 * gdb.server/solib-list.exp: Remove is_remote check.
693 Pass shlib= to gdb_compile. Don't link shared library with
694 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
695 Run binary filename through "readlink -f" on the target.
696
096be756
PA
6972016-04-08 Pedro Alves <palves@redhat.com>
698
699 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
700 interpreter filename as argument to gdbserver_spawn.
701 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
702 Return empty if $last_loaded_file does not exist.
703
06500533
JK
7042016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
705
706 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
707 * gdb.base/jit-main.c: Use exit after usage.
708
2d35e871
JK
7092016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
710
711 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
712 GDBHISTSIZE prior to the tests.
713 * gdb.base/gdbinit-history.exp: Likewise.
714
7152016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
716
717 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
718 instead of build_executable. Use gdb_load_shlibs.
719
c8064e7e
YQ
7202016-04-07 Yao Qi <yao.qi@linaro.org>
721
722 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
723 Execute "si" command.
724
bde47561
YQ
7252016-04-07 Yao Qi <yao.qi@linaro.org>
726
727 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
728 number instead of the comments on some line.
729
b16f8a3b
DB
7302016-04-06 Don Breazeal <donb@codesourcery.com>
731
732 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
733 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
734
c2f901df
SM
7352016-04-06 Simon Marchi <simon.marchi@ericsson.com>
736
737 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
738 standard_output_file. Remove unused binfile variable.
739
ac17fda0
CU
7402016-04-05 Catalin Udma <catalin.udma@freescale.com>
741
742 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
743 * gdb.python/py-mi-objfile.exp: Match "list main" output
744 in console format.
745
03a8c4df
SM
7462016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
747
748 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
749 absolute.
750
6e774b13
SM
7512016-04-05 Simon Marchi <simon.marchi@ericsson.com>
752
753 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
754 absolute.
755 * gdb.trace/ftrace.exp: Likewise.
756 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
757 targets as well.
758 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
759 (gdb_load_shlibs): Copy libraries to test directory when testing
760 natively. Only set solib-search-path if testing remotely.
761 * lib/mi-support.exp (mi_load_shlibs): Likewise.
762
7817ea46
SM
7632016-04-05 Simon Marchi <simon.marchi@ericsson.com>
764
765 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
766 gdb_download. Use it even if the target is not remote.
767 * gdb.base/jit.exp (compile_jit_test): Likewise.
768 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
769 output directory if the destination board is local, otherwise use
770 the standard remote_download from DejaGnu.
771 (gdb_download): Remove.
772 (gdb_load_shlibs): Use gdb_remote_download instead of
773 gdb_download.
774 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
775 Use gdb_remote_download instead of gdb_download. Use it even if
776 the target is not remote.
777 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
778 instead of gdb_download.
779
7beb7f68
SM
7802016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
781
782 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
783 (test_insert_delete_modify): Call mi_load_shlibs before trying to
784 run.
785
cc63428a
AV
7862016-04-01 Artemiy Volkov <artemiyv@acm.org>
787
788 PR gdb/19820
789 * gdb.base/printcmds.exp: Add artificial arrays tests.
790
64cdf930
PA
7912016-03-31 Pedro Alves <palves@redhat.com>
792
793 PR gdb/19858
794 * gdb.base/jit-main.c: Include unistd.h.
795 (ATTACH): Define to 0 if not already defined.
796 (wait_for_gdb, mypid): New globals.
797 (WAIT_FOR_GDB): New macro.
798 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
799 some breakpoint locations.
800 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
801 New procedures.
802 (one_jit_test): Add REATTACH parameter, and handle it. Use
803 continue_to_test_location.
804 (top level): Test attach, and adjusts calls to one_jit_test.
805
40dea8cb
PA
8062016-03-31 Pedro Alves <palves@redhat.com>
807
808 PR gdb/19858
809 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
810 BINSUFFIX parameter, and handle it.
811 (top level): Adjust calls compile_jit_test.
812
e7ea3ec7
CU
8132016-03-31 Catalin Udma <catalin.udma@freescale.com>
814
815 PR python/19743
816 * gdb.python/py-mi-events-gdb.py: New file.
817 * gdb.python/py-mi-events.c: New file.
818 * gdb.python/py-mi-events.exp: New file.
819
e6359af3
YQ
8202016-03-30 Yao Qi <yao.qi@linaro.org>
821
822 * gdb.reverse/until-precsave.exp: Match function name only.
823 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
824 Move malloc to a condition block.
825 * gdb.reverse/until-reverse.exp: Match function name only.
826
a4105d04
MK
8272016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
828
829 * gdb.trace/ftrace.exp: Set arg0exp for s390.
830 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
831 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
832 variable for GPR 0 instead of assuming it is register 0.
833 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
834 * lib/trace-support.exp: Add s390 registers.
835
bfa6adb9
YQ
8362016-03-29 Yao Qi <yao.qi@linaro.org>
837
838 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
839
1e6697ea
YQ
8402016-03-24 Yao Qi <yao.qi@linaro.org>
841
842 * gdb.reverse/break-reverse.exp: Add quotation mark in the
843 test message.
844
64bcd522
AA
8452016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
846
847 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
848 maintaining separate logic for constructing the output path.
849
7868401b
DB
8502016-03-16 Don Breazeal <donb@codesourcery.com>
851
852 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
853 Retry fork and waitpid on interrupted system call errors.
854 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
855 Use with_timeout_factor to increase timeout by factor of 10.
856
1cafadb4
DB
8572016-03-15 Don Breazeal <donb@codesourcery.com>
858
859 * gdb.cp/scope-err.cc: New test program.
860 * gdb.cp/scope-err.exp: New test script.
861 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
862 lines and "set breakpoint here" comment.
863 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
864 Fixed some whitespace and format issues.
865 * gdb.mi/mi-linespec-err-cp.cc: New test program.
866 * gdb.mi/mi-linespec-err-cp.exp: New test script.
867
81516450
DE
8682016-03-15 Doug Evans <dje@google.com>
869
870 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
871 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
872 All callers updated. Add tests for enums, mixed flags register.
873
aa52b601
DE
8742016-03-15 Doug Evans <dje@google.com>
875
876 * gdb.base/skip.c (main): Call test_skip_file_and_function.
877 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
878
fa4ff313
SM
8792016-03-14 Simon Marchi <simon.marchi@ericsson.com>
880
881 * gdb.base/default.exp: Add $_as_string to the list of expected
882 convenience functions.
883
f2403c39
AB
8842016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.base/maint.exp: New tests for 'maint info line-table'.
887
f2f3ccb9
SM
8882016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
889
890 * gdb.python/py-as-string.exp: New file.
891 * gdb.python/py-as-string.c: New file.
892
00dbd492
PA
8932016-03-09 Pedro Alves <palves@redhat.com>
894
895 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
896 signal" -> "Thread NN received signal" output change.
897 * gdb.threads/ia64-sigill.exp: Likewise.
898 * gdb.threads/linux-dp.exp: Likewise.
899 * gdb.threads/manythreads.exp: Likewise.
900 * gdb.threads/pending-step.exp: Likewise.
901 * gdb.threads/print-threads.exp: Likewise.
902 * gdb.threads/sigstep-threads.exp: Likewise.
903 * gdb.threads/staticthreads.exp: Likewise.
904 * gdb.threads/tls.exp: Likewise.
905
1e6697ea
YQ
9062016-03-09 Pedro Alves <palves@redhat.com>
907
908 * gdb.base/command-line-input.exp: New file.
909
b04fd3be
MK
9102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
911
912 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
913 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
914 * gdb.trace/pending.exp: Accept leading dot before function name.
915 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
916 * lib/trace-support.exp: Set registers for ppc.
917
98fa59e9
MK
9182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
919
920 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
921 use it for disassembly; accept .main in addition to main in backtrace.
922
f77198c8
MK
9232016-03-09 Wei-cheng Wang <cole945@gmail.com>
924 Marcin Kościelnicki <koriakin@0x04.net>
925
926 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
927 (gdb_recursion_test_ptr): New global variable.
928 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
929 gdb_recursion_test.
930 (gdb_c_test): Ditto.
931
ba84e0da
MK
9322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
933
934 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
935 ordering.
936
4366d36e
MK
9372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
938
939 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
940 (bar): Add bar_start_lbl label.
941 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
942 of foo/bar for emitting DWARF and tracing.
943
5eb264df
SDJ
9442016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
945
946 * analyze-racy-logs.py: Set executable bit.
947
fb6a751f
SDJ
9482016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
949
950 * Makefile.in (DEFAULT_RACY_ITER): New variable.
951 (CHECK_TARGET_TMP): Likewise.
952 (check-single-racy): New rule.
953 (check-parallel-racy): Likewise.
954 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
955 (do-check-parallel-racy): New rule.
956 (check-racy/%.exp): Likewise.
957 * README (Racy testcases): New section.
958 * analyze-racy-logs.py: New file.
959
bdf7e230
DE
9602016-03-03 Doug Evans <dje@google.com>
961
962 * gdb.base/skip.exp: Use with_test_prefix.
963
4719d415
YQ
9642016-03-03 Yao Qi <yao.qi@linaro.org>
965
966 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
967 Invoke step_over_syscall "clone" and break_cond_on_syscall
968 "clone".
969 * gdb.base/step-over-clone.c: New file.
970
ea507862
YQ
9712016-03-03 Yao Qi <yao.qi@linaro.org>
972
973 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
974 code format.
975
8fc8cbda
YQ
9762016-03-03 Yao Qi <yao.qi@linaro.org>
977
978 * gdb.base/disp-step-fork.c: Rename to ...
979 * gdb.base/step-over-fork.c: ... it. New file.
980 * gdb.base/disp-step-vfork.c: Rename to ...
981 * gdb.base/step-over-vfork.c: ... it. New file.
982 * gdb.base/disp-step-syscall.exp: Rename to ...
983 * gdb.base/step-over-syscall.exp: ... it. New file.
984 (disp_step_cross_syscall): Rename to ...
985 (step_over_syscall): ... it.
986
92fa70b0
YQ
9872016-03-03 Yao Qi <yao.qi@linaro.org>
988
989 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
990 If target supports condition evaluation on target, invoke
991 break_cond_on_syscall for fork and vfork.
992
e197ad3c
YQ
9932016-03-03 Yao Qi <yao.qi@linaro.org>
994
995 * gdb.base/disp-step-syscall.exp: Don't invoke
996 support_displaced_stepping.
997 (disp_step_cross_syscall): Test with displaced stepping off and
998 on if supported.
999
0b47da9f
YQ
10002016-03-03 Yao Qi <yao.qi@linaro.org>
1001
1002 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1003 proc.
1004 (setup): New proc.
1005 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1006 and setup.
1007
065ab6dc
BH
10082016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1009
1010 * gdb.fortran/vla-history.exp: Remove breakpoint.
1011
07e448ad 10122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1013
25d49b86
PA
1014 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1015 exceeds timeout.
07e448ad 1016
9ac2d526 10172016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1018
25d49b86
PA
1019 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1020 breakpoint.
9ac2d526 1021
17807369
BH
10222016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1023
1024 * gdb.mi/vla.f90: Nullify pointer after declaration.
1025
86e501af
PA
10262016-03-01 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1029
1e903e32
PA
10302016-03-01 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1033 before anything else.
1034 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1035 _GNU_SOURCE here.
1036 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1037 before anything else.
1038 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1039
6ccb54e2
PA
10402016-03-01 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1043
30ca9da1
YQ
10442016-03-01 Yao Qi <yao.qi@linaro.org>
1045
1046 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1047 prepare_for_testing.
1048
dc856b38
YQ
10492016-03-01 Yao Qi <yao.qi@linaro.org>
1050
1051 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1052
4a932159
AA
10532016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1054
1055 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1056 manually constructing the output path.
1057
f2489477
AA
10582016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1059
1060 * gdb.arch/s390-stackless.S: New.
1061 * gdb.arch/s390-stackless.exp: New.
1062
38899f16
IB
10632016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1064
1065 * gdb.dlang/circular.c: New file.
1066 * gdb.dlang/circular.exp: New file.
1067
9fde51ed
YQ
10682016-02-26 Yao Qi <yao.qi@linaro.org>
1069
1070 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1071 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1072 (testcases): Update.
1073
ce90fefe
YQ
10742016-02-26 Yao Qi <yao.qi@linaro.org>
1075
1076 * gdb.reverse/aarch64.c: Rename to ...
1077 * gdb.reverse/insn-reverse.c: ... it.
1078 * gdb.reverse/aarch64.exp: Rename to ...
1079 * gdb.reverse/insn-reverse.exp: ... it.
1080
3263bceb
YQ
10812016-02-26 Yao Qi <yao.qi@linaro.org>
1082
1083 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1084 (testcase_ftype): New.
1085 (testcases): New array.
1086 (n_testcases): New.
1087 (main): Call each element in testcases.
1088 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1089 (read_testcase): New.
1090 Do the tests in a loop.
1091
6cb59ff1
YQ
10922016-02-25 Yao Qi <yao.qi@linaro.org>
1093
1094 * gdb.base/branches.c: Remove.
1095
ae91f625
MK
10962016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1097
1098 PR gdb/13808
1099 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1100
678b48b7
MK
11012016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1102
1103 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1104
7337a6f2
MK
11052016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1106
1107 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1108 change x86_64 call_insn to 'callq'.
1109
861ca91f
AT
11102016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1111
1112 * gdb.trace/tfile-avx.c: Move to...
1113 * gdb.trace/tracefile-pseudo-reg.c: Here.
1114 * gdb.trace/tfile-avx.exp: Move to...
1115 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1116
bf74e428
GB
11172016-02-24 Gary Benson <gbenson@redhat.com>
1118
1119 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1120 message on attach.
1121
cce0e923
DE
11222016-02-23 Doug Evans <dje@google.com>
1123
1124 * gdb.base/skip.c (test_skip): New function.
1125 (end_test_skip_file_and_function): New function.
1126 (test_skip_file_and_function): New function.
1127 * gdb.base/skip1.c (test_skip): New function.
1128 (skip1_test_skip_file_and_function): New function.
1129 * gdb.base/skip.exp: Add tests for new skip options.
1130 * gdb.base/skip-solib.exp: Update expected output.
1131 * gdb.perf/skip-command.cc: New file.
1132 * gdb.perf/skip-command.exp: New file.
1133 * gdb.perf/skip-command.py: New file.
1134
4000e47e
MK
11352016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1136
1137 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1138 info registers pattern.
1139
24f75ead
IB
11402016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1141
1142 * lib/future.exp: Add D support.
1143 (gdb_find_gdc): New proc.
1144 (gdb_default_target_compile): Add D support.
1145
fbb7bcbe
WW
11462016-02-18 Wei-cheng Wang <cole945@gmail.com>
1147
1148 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1149 user+system time.
1150 (trace_speed_test): Determine the iteration count for a time
1151 between 15..30 seconds.
1152
012b3a21
WT
11532016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1154
1155 * gdb.arch/i386-mpx-sigsegv.c: New file.
1156 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1157 * gdb.arch/i386-mpx-simple_segv.c: New file.
1158 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1159
2d5189bd
YQ
11602016-02-18 Yao Qi <yao.qi@linaro.org>
1161
1162 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1163 Don't call setup_kfail.
1164
40fb20d0
YQ
11652016-02-18 Yao Qi <yao.qi@linaro.org>
1166
1167 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1168 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1169
21b1f8d2
DE
11702016-02-16 Doug Evans <dje@google.com>
1171
1172 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1173 * gdb.base/skip1.c: Ditto.
1174 * gdb.base/skip.exp: Whitespace cleanup.
1175
4041ed77
DB
11762016-02-16 Don Breazeal <donb@codesourcery.com>
1177
1178 PR remote/19496
1179 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1180 Remove kfail for PR remote/19496.
1181
c4ef31bf
SM
11822016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1183
1184 * lib/gdb.exp (standard_temp_file): Return a path specific to
1185 the runtest invocation.
1186
266b65b3
SM
11872016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1188
1189 * gdb.trace/save-trace.exp: Change relative path to be in the
1190 standard output directory.
1191
a7a0a6a9
JK
11922016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 * gdb.arch/i386-prologue.c: Add missing prototypes.
1195
c99dbb42
JK
11962016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1199 * gdb.arch/i386-prologue.exp: Likewise.
1200 * gdb.arch/i386-size.exp: Likewise.
1201
aa480355
SM
12022016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1205 define object file path.
1206 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1207 file path.
1208 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1209 standard_output_file to define binfile.
1210
ba881f50
JK
12112016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 Fix compatibility with recent gfortran-5.3.1.
1214 * gdb.fortran/vla-history.exp (print vla1 allocated)
1215 (print vla2 allocated, print $2, print $3): Remove
1216 (print $4): Rename to ...
1217 (print $2): ... here.
1218 (print $9): Rename to ...
1219 (print $5): ... here.
1220 (print $10): Rename to ...
1221 (print $6): ... here.
1222 * gdb.fortran/vla.f90: Add pvla initialization.
1223
e9fb005c
JK
12242016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1225
1226 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1227 New test.
1228 * gdb.fortran/vla-value-sub.exp: Likewise.
1229
e44e00ff
MK
12302016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1231
1232 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1233
97e94151
SM
12342016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1235
1236 * i386-biarch-core.exp: Define corefile using
1237 standard_output_file.
1238
01113bc1
YQ
12392016-02-12 Yao Qi <yao.qi@linaro.org>
1240
1241 * gdb.arch/arm-single-step-kernel-helper.c: New.
1242 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1243
33b4777c
MM
12442016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1245
1246 * gdb.btrace/tailcall-only.exp: New.
1247 * gdb.btrace/tailcall-only.c: New.
1248 * gdb.btrace/x86_64-tailcall-only.S: New.
1249 * gdb.btrace/i686-tailcall-only.S: New.
1250
acc23c11
PA
12512016-02-11 Pedro Alves <palves@redhat.com>
1252
1253 * README (Parallel testing): Add missing double quotes.
1254
e352bf0a
PA
12552016-02-11 Pedro Alves <palves@redhat.com>
1256
1257 * README (Parallel testing): New section.
1258 (GDB_PARALLEL): Rewrite.
1259 (FORCE_PARALLEL): Document.
1260
9f5fed78
MK
12612016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1262
1263 * gdb.trace/tfile-avx.c: New test.
1264 * gdb.trace/tfile-avx.exp: New test.
1265
9ef9e6a6
KS
12662016-02-09 Keith Seitz <keiths@redhat.com>
1267
1268 PR breakpoints/19546
1269 * gdb.base/infcall-exec.c: New file.
1270 * gdb.base/infcall-exec2.c: New file.
1271 * gdb.base/infcall-exec.exp: New file.
1272
a96e36da
KS
12732016-02-09 Keith Seitz <keiths@redhat.com>
1274
1275 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1276 (toplevel): Call test_bkpt_address.
1277
9f61929f
KS
12782016-02-09 Keith Seitz <keiths@redhat.com>
1279
1280 PR python/19506
1281 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1282 (toplevel): Call test_bkpt_address.
1283
1e94266c
SM
12842016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1285
1286 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1287 to AC_OUTPUT.
1288 * configure: Regenerate.
1289
2a7f3dff
PA
12902016-02-09 Pedro Alves <palves@redhat.com>
1291
1292 PR breakpoints/19548
1293 * gdb.base/execl-update-breakpoints.c (some_function): New
1294 function.
1295 (main): Call it.
1296 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1297 Tighten expected GDB output.
1298
2151ccc5
SM
12992016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1300
1301 * Makefile.in (ALL_SUBDIRS): Remove.
1302 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1303 (distclean maintainer-clean realclean): Likewise.
1304 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1305 * configure: Regenerate.
1306 * gdb.ada/Makefile.in: Delete.
1307 * gdb.arch/Makefile.in: Likewise.
1308 * gdb.asm/Makefile.in: Likewise.
1309 * gdb.base/Makefile.in: Likewise.
1310 * gdb.btrace/Makefile.in: Likewise.
1311 * gdb.cell/Makefile.in: Likewise.
1312 * gdb.compile/Makefile.in: Likewise.
1313 * gdb.cp/Makefile.in: Likewise.
1314 * gdb.disasm/Makefile.in: Likewise.
1315 * gdb.dlang/Makefile.in: Likewise.
1316 * gdb.dwarf2/Makefile.in: Likewise.
1317 * gdb.fortran/Makefile.in: Likewise.
1318 * gdb.gdb/Makefile.in: Likewise.
1319 * gdb.go/Makefile.in: Likewise.
1320 * gdb.guile/Makefile.in: Likewise.
1321 * gdb.java/Makefile.in: Likewise.
1322 * gdb.linespec/Makefile.in: Likewise.
1323 * gdb.mi/Makefile.in: Likewise.
1324 * gdb.modula2/Makefile.in: Likewise.
1325 * gdb.multi/Makefile.in: Likewise.
1326 * gdb.objc/Makefile.in: Likewise.
1327 * gdb.opencl/Makefile.in: Likewise.
1328 * gdb.opt/Makefile.in: Likewise.
1329 * gdb.pascal/Makefile.in: Likewise.
1330 * gdb.perf/Makefile.in: Likewise.
1331 * gdb.python/Makefile.in: Likewise.
1332 * gdb.reverse/Makefile.in: Likewise.
1333 * gdb.server/Makefile.in: Likewise.
1334 * gdb.stabs/Makefile.in: Likewise.
1335 * gdb.threads/Makefile.in: Likewise.
1336 * gdb.trace/Makefile.in: Likewise.
1337 * gdb.xml/Makefile.in: Likewise.
1338 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1339 GDB_PARALLEL.
1340 (standard_output_file): Remove check for GDB_PARALLEL, always
1341 return path in outputs/$subdir/$testname.
1342
437277d4
SM
13432016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1344
1345 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1346 (site.exp): Assign abs_srcdir to tcl's srcdir.
1347
31d913c7
YQ
13482016-02-04 Yao Qi <yao.qi@linaro.org>
1349
1350 * gdb.base/foll-exec-mode.c: Include limits.h.
1351 (main): Add parameters argc and argv. Get directory from
1352 argv[0].
1353 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1354 compilation.
1355 * gdb.base/foll-exec.c: Include limits.h.
1356 (main): Add parameters argc and argv.
1357 Get directory from argv[0].
1358 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1359 Adjust tests on the number of lines as source code changed.
1360 * gdb.base/foll-vfork-exit.c: Include limits.h.
1361 (main): Add one line of statement before vfork.
1362 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1363 (main): Add parameters argc and argv. Get directory from
1364 argv[0].
1365 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1366 (setup_gdb): Set tbreak to skip some source lines.
1367 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1368 (main): Add parameters argc and argv. Get directory from
1369 argv[0].
1370 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1371 compilation.
1372 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1373 (main): Add parameters argc and argv. Get directory from
1374 argv[0].
1375 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1376 compilation.
1377
9482b9fb
DE
13782016-02-01 Doug Evans <dje@google.com>
1379
1380 * gdb.base/skip.exp: Clean up multiple references to same test name.
1381
6b2e4f10
PA
13822016-02-01 Pedro Alves <palves@redhat.com>
1383
ccb6afd6 1384 PR remote/19496
6b2e4f10
PA
1385 * gdb.threads/forking-threads-plus-breakpoint.exp
1386 (displaced_stepping_supported): New global.
1387 (probe_displaced_stepping_support): New procedure.
1388 (do_test): Add 'displaced' parameter, and use it.
1389 (top level): Check for displaced stepping support. Add displaced
1390 stepping on/off testing axis.
1391
37a8db1a
AB
13922016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1395 pointer. Don't perform further tests on the unassociated pointer
1396 if the first test fails.
1397
5fdf6324
AB
13982016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.base/max-value-size.c: New file.
1401 * gdb.base/max-value-size.exp: New file.
1402 * gdb.base/huge.exp: Disable max-value-size for this test.
1403
935c6144
IB
14042016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1405
1406 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1407
7fe8399d
YQ
14082016-01-28 Yao Qi <yao.qi@linaro.org>
1409
1410 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1411
a2077e25
PA
14122016-01-25 Pedro Alves <palves@redhat.com>
1413
1414 PR threads/19461
1415 * gdb.base/fork-running-state.c: New file.
1416 * gdb.base/fork-running-state.exp: New file.
1417
1d2736d4
PA
14182016-01-25 Pedro Alves <palves@redhat.com>
1419
1420 PR gdb/19494
1421 * gdb.base/catch-fork-kill.c: New file.
1422 * gdb.base/catch-fork-kill.exp: New file.
1423
f1da4b11
PA
14242016-01-25 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1427 Delete, moved to lib/gdb.exp.
1428 * gdb.threads/forking-threads-plus-breakpoint.exp
1429 (foreach_with_prefix): Likewise.
1430 * gdb.threads/process-dies-while-handling-bp.exp
1431 (foreach_with_prefix): Likewise.
1432 * lib/gdb.exp (foreach_with_prefix): New procedure.
1433
45f38546
MK
14342016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1435
1436 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1437 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1438
dc29a1ce
MK
14392016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1440
1441 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1442 endian targets.
1443
092127d7
JK
14442016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1445 Pedro Alves <palves@redhat.com>
1446
1447 Fix testsuite compatibility with Guile.
1448 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1449 number.
1450
31d765d3
JK
14512016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1452
1453 Fix testsuite compatibility with Guile.
1454 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1455 (thread 1): New test for backtrace through signal handler.
1456
1ac78c04
YQ
14572016-01-22 Yao Qi <yao.qi@linaro.org>
1458
1459 PR testsuite/19491
1460 * gdb.base/multi-forks.c: Include
1461 ../lib/unbuffer_output.c
1462 (main): Call gdb_unbuffer_output.
1463
4f5946a8
DE
14642016-01-21 Doug Evans <dje@google.com>
1465
1466 * lib/ada.exp (gdb_compile_ada): Fix typo.
1467
305e13e6
JB
14682016-01-21 Joel Brobecker <brobecker@adacore.com>
1469
1470 * gdb.base/break-fun-addr.exp: New file.
1471 * gdb.base/break-fun-addr1.c: New file.
1472 * gdb.base/break-fun-addr2.c: New file.
1473
5f5dfff6
SM
14742016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1475
1476 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1477 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1478 enum flag values.
1479
fd356fa2
AA
14802016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1483 when GDB can not set the vector return value. Add more comments
1484 for clarification.
1485
9df22175
AT
14862016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1487
1488 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1489 command.
1490
41d1845e
SM
14912016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1492
1493 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1494
01ac6840
SM
14952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1496
1497 * Makefile.in (check-single): Pass --status to runtest.
1498 (check/%.exp): Likewise.
1499
15002016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1501
1502 * Makefile.in (check-parallel): Propagate return code from make
1503 do-check-parallel.
1504
bd0a71fa
MK
15052016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1506
1507 * gdb.trace/ftrace.exp: Fix expected message on continue.
1508 * gdb.trace/pending.exp: Fix expected message on continue.
1509 * gdb.trace/trace-break.exp: Fix expected message on continue.
1510
8bcbad33
SM
15112016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1512
1513 * lib/gdb.exp (gdb_test): Remove unused global references.
1514
f303dbd6
PA
15152016-01-18 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/async-shell.exp: Adjust expected output.
1518 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1519 * gdb.base/siginfo-thread.exp: Adjust expected output.
1520 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1521 * gdb.java/jnpe.exp: Adjust expected output.
1522 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1523 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1524 * gdb.threads/leader-exit.exp: Adjust expected output.
1525 * gdb.threads/manythreads.exp: Adjust expected output.
1526 * gdb.threads/pthreads.exp: Adjust expected output.
1527 * gdb.threads/schedlock.exp: Adjust expected output.
1528 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1529 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1530 expected output.
1531 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1532 output.
1533 * gdb.threads/sigthread.exp: Adjust expected output.
1534 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1535
b2789696
YQ
15362016-01-18 Yao Qi <yao.qi@linaro.org>
1537
1538 * gdb.guile/scm-section-script.c: Replace @progbits with
1539 %progbits.
1540 * gdb.python/py-section-script.c: Likewise.
1541
71ef29a8
PA
15422016-01-15 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.multi/tids.exp: Test star wildcard ranges.
1545
3f5b7598
PA
15462016-01-15 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1549 command from "thread apply" invocation.
1550 (thr_apply_info_thr_invalid): Default the expected output to the
1551 input tid list.
1552 (top level): Add tests that use convenience variables. Add tests
1553 for "thread apply" with a valid TID list, but missing the command.
1554
663f6d42
PA
15552016-01-13 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/default.exp: Expect $_gthread as well.
1558 * gdb.multi/tids.exp: Test $_gthread.
1559 * gdb.threads/thread-specific.exp: Test $_gthread.
1560
c84f6bbf
PA
15612016-01-13 Pedro Alves <palves@redhat.com>
1562
1563 * gdb.multi/tids.exp: Test "info threads -gid".
1564
22a02324
PA
15652016-01-13 Pedro Alves <palves@redhat.com>
1566
1567 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1568 Breakpoint.thread.
1569 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1570
5d5658a1
PA
15712016-01-07 Pedro Alves <palves@redhat.com>
1572
1573 * gdb.base/break.exp: Adjust to output changes.
1574 * gdb.base/hbreak2.exp: Likewise.
1575 * gdb.base/sepdebug.exp: Likewise.
1576 * gdb.base/watch_thread_num.exp: Likewise.
1577 * gdb.linespec/keywords.exp: Likewise.
1578 * gdb.multi/info-threads.exp: Likewise.
1579 * gdb.threads/thread-find.exp: Likewise.
1580 * gdb.multi/tids.c: New file.
1581 * gdb.multi/tids.exp: New file.
1582
84654457
PA
15832016-01-13 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1586
e3940304
PA
15872016-01-13 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.base/default.exp: Expect $_inferior as well.
1590 * gdb.multi/base.exp: Test $_inferior.
1591
a911d87a
PA
15922016-01-13 Pedro Alves <palves@redhat.com>
1593
1594 PR breakpoints/19388
1595 * gdb.base/catch-signal-siginfo-cond.c: New file.
1596 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1597
82075af2
JS
15982016-01-12 Josh Stone <jistone@redhat.com>
1599 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1600
1601 * gdb.base/catch-syscall.c (do_execve): New variable.
1602 (main): Conditionally trigger an execve.
1603 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1604 (test_catch_syscall_execve): New, check entry/return across execve.
1605 (do_syscall_tests): Call test_catch_syscall_execve.
1606
e46eeedd
PA
16072016-01-12 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.base/random-signal.exp (do_test): New procedure, with body
1610 of testcase moved in.
1611
01d8c27e
JK
16122016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1613 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.base/funcargs.exp (finish from indirectly called function):
1616 Reintroduce the case for 'First'.
1617
9a706302
JK
16182016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1619 Pedro Alves <palves@redhat.com>
1620
1621 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1622 (tcatch_vfork_then_child_follow_exec)
1623 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1624 identification.
1625
c0ecb95f
JK
16262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1629 and repeats to unlimited.
1630 * gdb.python/py-value.exp: Likewise.
1631 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1632 and repeats to unlimited.
1633
6cfc1fcb
JK
16342016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1637 and reordering the functions.
1638 * gdb.multi/hangout.c: Likewise.
1639 * gdb.multi/hello.c: Likewise.
1640
582a1b00
SM
16412016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1642
1643 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1644 absolute.
1645 (SingleStatisticTestResult.report): Use dict.keys instead of
1646 dict.iterkeys.
1647
79bc59cb
PA
16482016-01-06 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1651
43368e1d
MM
16522016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1653
1654 * gdb.btrace/dlopen.exp: New.
1655 * gdb.btrace/dlopen.c: New.
1656 * gdb.btrace/dlopen-dso.c: New.
1657
79fad5b8
SL
16582015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1659
1660 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1661 PATTERN argument is optional.
1662
ab8314b3
JB
16632015-12-24 Joel Brobecker <brobecker@adacore.com>
1664
1665 * lib/ada.exp (target_compile_ada_from_dir): New function.
1666 (gdb_compile_ada): Reimplement avoiding the use of project files.
1667 * gdb.ada/gnat_ada.gpr: Delete.
1668 * gdb.ada/cond_lang.exp: Adjust test to make path before
1669 filename optional.
1670 * gdb.ada/small_reg_param.exp: Likewise.
1671
fe33faff
SM
16722015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1673
1674 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1675
6d265cb4
TP
16762015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1677
1678 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1679 case.
1680
10125099
SM
16812015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1682
1683 * gdb.base/break.exp: Remove dead code.
1684 * gdb.base/sepdebug.exp: Likewise.
1685
3ca22649
SM
16862015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1687
1688 * gdb.asm/asm-source.exp: Remove HP-UX references.
1689 * gdb.base/annota1.exp: Likewise.
1690 * gdb.base/annota3.exp: Likewise.
1691 * gdb.base/attach.exp: Likewise.
1692 * gdb.base/bigcore.exp: Likewise.
1693 * gdb.base/break.exp: Likewise.
1694 * gdb.base/call-ar-st.exp: Likewise.
1695 * gdb.base/callfuncs.exp: Likewise.
1696 * gdb.base/catch-fork-static.exp: Likewise.
1697 * gdb.base/display.exp: Likewise.
1698 * gdb.base/foll-exec-mode.exp: Likewise.
1699 * gdb.base/foll-exec.exp: Likewise.
1700 * gdb.base/foll-fork.exp: Likewise.
1701 * gdb.base/foll-vfork.exp: Likewise.
1702 * gdb.base/funcargs.exp: Likewise.
1703 * gdb.base/hbreak2.exp: Likewise.
1704 * gdb.base/inferior-died.exp: Likewise.
1705 * gdb.base/interrupt.exp: Likewise.
1706 * gdb.base/multi-forks.exp: Likewise.
1707 * gdb.base/nodebug.exp: Likewise.
1708 * gdb.base/sepdebug.exp: Likewise.
1709 * gdb.base/solib1.c: Likewise.
1710 * gdb.base/step-test.exp: Likewise.
1711 * gdb.mi/non-stop.c: Likewise.
1712 * gdb.mi/pthreads.c: Likewise.
1713 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1714 * gdb.threads/pthreads.c: Likewise.
1715 * gdb.threads/staticthreads.exp: Likewise.
1716 * lib/future.exp: Likewise.
1717 * lib/gdb.exp: Likewise.
1718 * gdb.base/so-indr-cl.c: Remove.
1719 * gdb.base/so-indr-cl.exp: Likewise.
1720 * gdb.base/solib.c: Likewise.
1721 * gdb.base/solib.exp: Likewise.
1722 * gdb.base/solib2.c: Likewise.
1723
b6304613
SM
17242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1725
1726 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1727 * gdb.base/call-ar-st.exp: Likewise.
1728 * gdb.base/callfuncs.exp: Likewise.
1729 * gdb.base/condbreak.exp: Likewise.
1730 * gdb.base/constvars.exp: Likewise.
1731 * gdb.base/hbreak2.exp: Likewise.
1732 * gdb.base/langs.exp: Likewise.
1733 * gdb.base/list.exp: Likewise.
1734 * gdb.base/long_long.exp: Likewise.
1735 * gdb.base/ptype.exp: Likewise.
1736 * gdb.base/scope.exp: Likewise.
1737 * gdb.base/signals.exp: Likewise.
1738 * gdb.base/so-impl-ld.exp: Likewise.
1739 * gdb.base/varargs.exp: Likewise.
1740 * gdb.base/volatile.exp: Likewise.
1741 * gdb.base/whatis.exp: Likewise.
1742 * gdb.cp/cplusfuncs.exp: Likewise.
1743 * gdb.cp/inherit.exp: Likewise.
1744 * gdb.cp/local.exp: Likewise.
1745 * gdb.cp/member-ptr.exp: Likewise.
1746 * gdb.cp/method.exp: Likewise.
1747 * gdb.cp/overload.exp: Likewise.
1748 * gdb.cp/templates.exp: Likewise.
1749 * gdb.stabs/weird.exp: Likewise.
1750 * lib/compiler.c: Likewise.
1751 * lib/compiler.cc: Likewise.
1752 * lib/cp-support.exp: Likewise.
1753 * lib/gdb.exp: Likewise.
1754
bf401b07
SM
17552015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1756
1757 * configure.ac: Remove HP-UX case.
1758 * configure: Regenerate.
1759
aff9c0f8
SM
17602015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1761
1762 * lib/gdb.exp (gdb_compile): Add function doc.
1763
a6904d5a
PA
17642015-12-17 Pedro Alves <palves@redhat.com>
1765
1766 PR threads/19354
1767 * gdb.multi/info-threads.exp: New file.
1768
a22279dd
YQ
17692015-12-15 Yao Qi <yao.qi@linaro.org>
1770
1771 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1772 is aarch64*-*-*.
1773
0588c796
SL
17742015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1775
1776 * gdb.base/history-duplicates.exp: Skip if no readline support.
1777
5d978e17
SL
17782015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1779
1780 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1781
7e763b86
SL
17822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1783
1784 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1785
87a3a92c
SL
17862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1787
1788 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1789 ctrl-C if nointerrupts target property is set.
1790 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1791 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1792 * gdb.base/paginate-bg-execution.exp: Likewise.
1793 * gdb.base/paginate-execution-startup.exp: Likewise.
1794 * gdb.base/random-signal.exp: Likewise.
1795 * gdb.base/range-stepping.exp: Likewise.
1796 * gdb.cp/annota2.exp: Likewise.
1797 * gdb.cp/annota3.exp: Likewise.
1798 * gdb.gdb/selftest.exp: Likewise.
1799 * gdb.threads/continue-pending-status.exp: Likewise.
1800 * gdb.threads/leader-exit.exp: Likewise.
1801 * gdb.threads/manythreads.exp: Likewise.
1802 * gdb.threads/pthreads.exp: Likewise.
1803 * gdb.threads/schedlock.exp: Likewise.
1804 * gdb.threads/sigthread.exp: Likewise.
1805
a8f077dc
DB
18062015-12-11 Don Breazeal <donb@codesourcery.com>
1807
1808 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1809 remote.
1810 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1811 * gdb.base/foll-exec.exp (main): Enable for target remote.
1812 * gdb.base/foll-fork.exp (main): Likewise.
1813 * gdb.base/foll-vfork.exp (main): Likewise.
1814 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1815 (proc continue_to_exit_bp_loc): Use clean_restart.
1816 * gdb.base/pie-execl.exp (main): Disable for target remote.
1817 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1818 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1819 * gdb.threads/execl.exp (main): Likewise.
1820 * gdb.threads/fork-child-threads.exp (main): Likewise.
1821 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1822 remote.
1823 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1824 remote.
1825 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1826 pid.tid style ptids, instead of just tid.
1827 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1828 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1829 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1830 ptids, instead of just tid.
1831
3b2464a8
AB
18322015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.base/list.exp (test_list_forward): Add end of file error
1835 test.
1836 (test_repeat_list_command): Add end of file error test.
1837 (test_list_backwards): Add beginning of file error test.
1838
a0def019
AB
18392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.base/list.exp (test_list_invalid_args): New function,
1842 defined, and called.
1843
5c000dff
AB
18442015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1845
1846 * gdb.base/list.exp (test_list): Make test names unique.
1847
f1637ebe
YQ
18482015-12-11 Yao Qi <yao.qi@linaro.org>
1849
1850 * gdb.base/coremaker2.c: Remove.
1851
36d6fc0a
PA
18522015-12-10 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.multi/base.exp: Remove stale "spaces" references.
1855
762f7747
PA
18562015-12-10 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.multi/base.exp: Don't use nowarnings.
1859 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1860 * gdb.multi/hangout.c: Include stdio.h.
1861 * gdb.multi/hello.c: Include stdlib.h.
1862 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1863 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1864 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1865
28d2bfb9
AB
18662015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.dwarf2/dw2-ranges-base.c: New file.
1869 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1870 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1871 support additional line table, and debug ranges generation.
1872 (Dwarf::ranges): New function, generate .debug_ranges.
1873 (Dwarf::lines): Support generating simple line table programs.
1874 (Dwarf::assemble): Initialise new namespace variables.
1875
5fc2beac
KB
18762015-12-09 Kevin Buettner <kevinb@redhat.com>
1877
1878 * gdb.base/async.exp (proc test_background): Add case for
1879 asynchronous execution not supported.
1880
1c35a88f
LM
18812015-12-09 Luis Machado <lgustavo@codesourcery.com>
1882
1883 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1884 format and change test names to make them unique.
1885
b593e3d9
RK
18862015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1887 Pedro Alves <pedro@redhat.com>
1888
1889 PR gdb/18702
1890 Add checking of floatformats setup on x86_64 hosts.
1891 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1892 (smallval, bigval): New labels/constants.
1893 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1894 float" after loading bigval and smallval.
1895
d72413e6
PMR
18962015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1897
1898 * gdb.ada/fun_overload_menu.exp: New testcase.
1899 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1900
ece66d65
JS
19012015-12-04 Josh Stone <jistone@redhat.com>
1902
1903 * gdb.base/catch-fork-static.exp: New.
1904
41d0efca
YQ
19052015-12-03 Yao Qi <yao.qi@linaro.org>
1906
1907 * gdb.base/sizeof.c: Don't include stdio.h and
1908 ../lib/unbuffer_output.c.
1909 (main): New variable 'size' and 'value'. Remove printf and
1910 gdb_unbuffer_output. Assign return value to size and value.
1911 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1912 at the beginning.
1913 (check_sizeof): Check the result by printing variable 'size'.
1914 (check_valueof): Check the result by printing variable 'value'.
1915
99fd02d9
YQ
19162015-12-01 Yao Qi <yao.qi@linaro.org>
1917
1918 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1919 for aarch64*-*-linux* target.
1920
f2faf941
PA
19212015-11-30 Pedro Alves <palves@redhat.com>
1922
1923 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1924
04bf20c5
PA
19252015-11-30 Pedro Alves <palves@redhat.com>
1926
1927 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1928 Handle non-stop mode vCont replies.
1929
09df4675
PA
19302015-11-30 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1933 prepare_for_testing. Start gdb with "set non-stop on" appended to
1934 GDBFLAGS. Lax expected stop output.
1935
58b584af
YQ
19362015-11-27 Yao Qi <yao.qi@linaro.org>
1937
1938 * gdb.arch/arm-neon.exp: New.
1939 * gdb.arch/arm-neon.c: New.
1940
dfcb77a8
YQ
19412015-11-27 Yao Qi <yao.qi@linaro.org>
1942
1943 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1944
88e8ec1b
YQ
19452015-11-27 Yao Qi <yao.qi@linaro.org>
1946
1947 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1948 frames-invalid annotation.
1949
bfde72c2
YQ
19502015-11-27 Yao Qi <yao.qi@linaro.org>
1951
1952 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1953
f6512a69
SM
19542015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1955
1956 * gdb.threads/names.exp: New file.
1957 * gdb.threads/names.c: New file.
1958 * README: Mention gdb,no_thread_names.
1959
46a3515b
MM
19602015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1961
1962 PR 19297
1963 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1964 support" error.
1965
62147a22
PA
19662015-11-24 Pedro Alves <palves@redhat.com>
1967
1968 PR 17539
1969 * gdb.base/display.exp: Expect displays to be sorted in ascending
1970 order. Use multi_line.
1971 * gdb.base/solib-display.exp: Likewise.
1972
2f341b6e
PA
19732015-11-24 Pedro Alves <palves@redhat.com>
1974
1975 PR 17539
25d49b86
PA
1976 * gdb.base/display.exp: Expect displays to be sorted in ascending
1977 order. Use multi_line.
1978 * gdb.base/solib-display.exp: Likewise.
2f341b6e 1979
7e0aa6aa
PA
19802015-11-24 Pedro Alves <palves@redhat.com>
1981
1982 PR 17539
1983 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1984 threads in ascending order.
1985 * gdb.base/foll-fork.exp: Likewise.
1986 * gdb.base/foll-vfork.exp: Likewise.
1987 * gdb.base/multi-forks.exp: Likewise.
1988 * gdb.mi/mi-nonstop.exp: Likewise.
1989 * gdb.mi/mi-nsintrall.exp: Likewise.
1990 * gdb.multi/base.exp: Likewise.
1991 * gdb.multi/multi-arch.exp: Likewise.
1992 * gdb.python/py-inferior.exp: Likewise.
1993 * gdb.threads/break-while-running.exp: Likewise.
1994 * gdb.threads/execl.exp: Likewise.
1995 * gdb.threads/gcore-thread.exp: Likewise.
1996 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1997 * gdb.threads/kill.exp: Likewise.
1998 * gdb.threads/linux-dp.exp: Likewise.
1999 * gdb.threads/multiple-step-overs.exp: Likewise.
2000 * gdb.threads/next-bp-other-thread.exp: Likewise.
2001 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2002 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2003 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2004 * gdb.threads/thread-find.exp: Likewise.
2005 * gdb.threads/tls.exp: Likewise.
2006 * lib/mi-support.exp (mi_reverse_list): Delete.
2007 (mi_check_thread_states): No longer reverse list.
2008
2cc57ad8
PA
20092015-11-24 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2012 use lowercase.
2013
c93e8391
SM
20142015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.trace/actions.c: Include trace-common.h.
2017 (main): Add a location for a fast tracepoint.
2018 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2019 the normal tracepoints.
2020 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2021
045ccf91
SM
20222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2023
2024 * save-trace.exp: Factor out code to these...
2025 (gdb_save_tracepoints): New.
2026 (gdb_load_tracepoints): New.
2027 (do_save_load_test): New.
2028
5506f9f6
KB
20292015-11-23 Kevin Buettner <kevinb@redhat.com>
2030
2031 * gdb.base/asmlabel.exp: New test.
2032 * gdb.base/asmlabel.c: New test case.
2033
16c3b12f
JB
20342015-11-23 Joel Brobecker <brobecker@adacore.com>
2035
2036 * gdb.base/wrong_frame_bt_full-main.c: New file.
2037 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2038 * gdb.base/wrong_frame_bt_full.exp: New file.
2039
155bfbd3
JB
20402015-11-23 Joel Brobecker <brobecker@adacore.com>
2041
2042 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2043
bb097445
JM
20442015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2045
206853a0 2046 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2047 pstate register when comparing registers values in
2048 sparc64-*-linux-gnu targets to avoid spurious differences.
2049
9c88ed8f
JM
20502015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2051
206853a0 2052 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2053
96161e25
SL
20542015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2055
2056 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2057 as type argument to gdb_compile.
2058 * gdb.base/nested-subp2.exp: Likewise.
2059 * gdb.base/nested-subp3.exp: Likewise.
2060
340c2830
DV
20612015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2062
2063 * lib/dwarf.exp (_note): Fix left shift of negative value.
2064 * gdb.trace/trace-condition.exp: Likewise.
2065
c1862d0f
YQ
20662015-11-13 Yao Qi <yao.qi@linaro.org>
2067
2068 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2069 comments about d10v.
2070 (test_scalar_returns): Likewise.
2071 * gdb.base/d10v.ld: Remove.
2072 * gdb.base/overlays.exp: Remove the target triplet checking for
2073 d10v-*-*.
2074 * gdb.base/structs.exp (test_struct_returns): Remove the
2075 comments about d10v.
2076 (test_struct_calls): Likewise.
2077
77ae9c19
YQ
20782015-11-13 Yao Qi <yao.qi@linaro.org>
2079
2080 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2081 * gdb.base/gnu_vector.c: Don't include stdio.h.
2082 (main): Don't print res and call add_some_intvecs.
2083
430e004e
MK
20842015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2085
2086 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2087 macro.
2088 (func5): Removed.
2089 (func4): Use FAST_TRACEPOINT_LABEL.
2090 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2091 macro.
2092 (func): Removed.
2093 (thread_function): Use FAST_TRACEPOINT_LABEL.
2094 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2095 (func): Remove.
2096 (marker): Use FAST_TRACEPOINT_LABEL.
2097 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2098 (pendfunc1): Remove.
2099 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2100 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2101 (foo): Remove.
2102 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2103 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2104 macro.
2105 (func): Remove.
2106 (marker): Use FAST_TRACEPOINT_LABEL.
2107 * gdb.trace/trace-common.h: New header.
2108 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2109 macro.
2110 (func): Remove.
2111 (marker): Use FAST_TRACEPOINT_LABEL.
2112 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2113 (func): Remove.
2114 (thread_function): Use FAST_TRACEPOINT_LABEL.
2115
6e7675a7
MK
21162015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2117
2118 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2119 in front.
2120 * gdb.trace/change-loc.exp: Use global pcreg definition.
2121 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2122 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2123 in front.
2124 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2125 * gdb.trace/pending.exp: Likewise.
2126 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2127 * gdb.trace/trace-break.exp: Likewise.
2128 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2129 in front.
2130 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2131 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2132 in front.
2133 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2134
dddc0e16
JB
21352015-11-09 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.ada/fin_fun_out: New testcase.
2138
c6f0b406
KB
21392015-11-07 Kevin Buettner <kevinb@redhat.com>
2140
2141 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2142 value associated with DW_AT_byte_size.
2143 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2144 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2145 DW_AT_upper_bound.
2146
f01dcfd9
KB
21472015-11-07 Kevin Buettner <kevinb@redhat.com>
2148
2149 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2150 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2151 version.
2152 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2153 gdb.dwarf2/dw2-canonicalize-type.exp,
2154 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2155 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2156 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2157 provided by gdb_target_symbol_prefix_flags_asm.
2158 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2159 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2160 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2161 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2162 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2163 macros where needed). Use this macro for symbols which require
2164 the prefix provided by SYMBOL_PREFIX.
2165
2223449a
KB
21662015-11-05 Kevin Buettner <kevinb@redhat.com>
2167
2168 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2169 New procs.
2170 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2171 representing expressions, of more than one list element.
2172 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2173 to prepend linker symbol prefix to f.
2174 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2175 table_1 and table_2.
2176 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2177 Likewise, for f and g.
2178 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2179 for ptr.
2180 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2181 for main.
2182 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2183 table_1_ptr and table_2_ptr.
2184
6f2f1a3a
JK
21852015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2186 Joel Brobecker <brobecker@adacore.com>
2187
2188 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2189
566c56c9
MK
21902015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2191
2192 * gdb.reverse/s390-mvcle.c: New test.
2193 * gdb.reverse/s390-mvcle.exp: New file.
2194 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2195
d5f0636b
MK
21962015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2197
2198 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2199
7ad8b86c
MK
22002015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2201
2202 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2203 reaching marker2.
2204 * gdb.reverse/getresuid-reverse.exp: Likewise.
2205 * gdb.reverse/pipe-reverse.exp: Likewise.
2206 * gdb.reverse/readv-reverse.exp: Likewise.
2207 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2208 * gdb.reverse/time-reverse.exp: Likewise.
2209 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2210
4081c0f1
YQ
22112015-10-30 Yao Qi <yao.qi@linaro.org>
2212
2213 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2214 (empty_cycle): Remove.
2215 (main): Don't call empty_cycle. Don't use watch_count_done.
2216 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2217 empty_cycle. Rewrite the code counting HW watchpoints.
2218
452b4ba5
MK
22192015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2220
2221 * gdb.reverse/fstatat-reverse.c: New test.
2222 * gdb.reverse/fstatat-reverse.exp: New file.
2223 * gdb.reverse/getresuid-reverse.c: New test.
2224 * gdb.reverse/getresuid-reverse.exp: New file.
2225 * gdb.reverse/pipe-reverse.c: New test.
2226 * gdb.reverse/pipe-reverse.exp: New file.
2227 * gdb.reverse/readv-reverse.c: New test.
2228 * gdb.reverse/readv-reverse.exp: New file.
2229 * gdb.reverse/recvmsg-reverse.c: New test.
2230 * gdb.reverse/recvmsg-reverse.exp: New file.
2231 * gdb.reverse/time-reverse.c: New test.
2232 * gdb.reverse/time-reverse.exp: New file.
2233 * gdb.reverse/waitpid-reverse.c: New test.
2234 * gdb.reverse/waitpid-reverse.exp: New file.
2235
5e2e7507
JK
22362015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2239
0fde2c53
DE
22402015-10-26 Doug Evans <dje@google.com>
2241
2242 PR symtab/17391
2243 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2244 * gdb.dwarf2/bad-regnum.c: New file.
2245 * gdb.dwarf2/bad-regnum.exp: New file.
2246
1a70ae97
DE
22472015-10-26 Doug Evans <dje@google.com>
2248
2249 PR python/18938
2250 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2251 file.
2252
27dc26ab
JK
22532015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2256 for a change by "Mention language in compile error message".
2257
bed91f4d
SM
22582015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2259
2260 PR python/18073
2261 * gdb.python/py-type.c (C::a_method): New.
2262 (C::a_const_method): New.
2263 (C::a_static_method): New.
2264 (a_function): New.
2265 * gdb.python/py-type.exp (test_fields): Test getting fields
2266 from function and method.
2267
3f2f83dd
KB
22682015-10-21 Keven Boell <keven.boell@intel.com>
2269
2270 * gdb.fortran/vla-alloc-assoc.exp: New file.
2271 * gdb.fortran/vla-datatypes.exp: New file.
2272 * gdb.fortran/vla-datatypes.f90: New file.
2273 * gdb.fortran/vla-history.exp: New file.
2274 * gdb.fortran/vla-ptype-sub.exp: New file.
2275 * gdb.fortran/vla-ptype.exp: New file.
2276 * gdb.fortran/vla-sizeof.exp: New file.
2277 * gdb.fortran/vla-sub.f90: New file.
2278 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2279 * gdb.fortran/vla-value-sub-finish.exp: New file.
2280 * gdb.fortran/vla-value-sub.exp: New file.
2281 * gdb.fortran/vla-value.exp: New file.
2282 * gdb.fortran/vla-ptr-info.exp: New file.
2283 * gdb.mi/mi-vla-fortran.exp: New file.
2284 * gdb.mi/vla.f90: New file.
2285
27145d50
SL
22862015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2287
2288 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2289 of hardwired timeout value.
2290
5f3ff4f8
JK
22912015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2292 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2295 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2296
bfd09d20
JS
22972015-10-19 Josh Stone <jistone@redhat.com>
2298
2299 * gdb.base/catch-syscall.c: Include <sched.h>.
2300 (unknown_syscall): New variable.
2301 (main): Trigger a vfork and an unknown syscall.
2302 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2303 (unknown_syscall_number): Likewise.
2304 (check_call_to_syscall): Accept an optional syscall pattern.
2305 (check_return_from_syscall): Likewise.
2306 (check_continue): Likewise.
2307 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2308 (test_catch_syscall_skipping_return): New test toggling off 'catch
2309 syscall' to step over the syscall return, then toggling back on.
2310 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2311 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2312 (do_syscall_tests): Call test_catch_syscall_without_args and
2313 test_catch_syscall_mid_vfork.
2314 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2315 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2316
b32b93c6
AS
23172015-10-19 Andrew Stubbs <ams@codesourcery.com>
2318
2319 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2320 print g_vE): Add new pass patterns.
2321 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2322 print various symbol names for vptr fields.
2323
9d622bda
AB
23242015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2327 results.
2328
0fd8ac1c
YQ
23292015-10-12 Yao Qi <yao.qi@linaro.org>
2330
2331 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2332
34240514
YQ
23332015-10-12 Yao Qi <yao.qi@linaro.org>
2334
2335 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2336 is aarch64*-*-linux*.
2337
8240f442
YQ
23382015-10-12 Yao Qi <yao.qi@linaro.org>
2339
2340 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2341 (can_relocate_bcond_true): ... it.
2342 (can_relocate_bcond_false): New function.
2343 (foo): Likewise.
2344 (can_relocate_bl): Likewise.
2345 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2346 can_relocate_bl.
2347
2520f728
PMR
23482015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2349
2350 * gdb.base/nested-addr.c: New file.
2351 * gdb.base/nested-addr.exp: New testcase.
2352
abcef95a
MM
23532015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2354
2355 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2356 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2357 its output. Ignore the output of "record goto begin" and instead
2358 check that GDB is replaying.
2359
145e3ddb
PA
23602015-10-09 Pedro Alves <palves@redhat.com>
2361
2362 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2363 (top level): Use it in the run with no args test.
2364
d5d8c4e1
IB
23652015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2366
2367 * gdb.dlang/properties.exp: New file.
2368
06e635ef
SL
23692015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2370
2371 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2372 whether or not address 0x1000 is mapped on the target.
2373
e019fd1d
SM
23742015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2375
2376 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2377 build.
2378
77ba2a67
MM
23792015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2380
2381 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2382 instruction-history test.
2383
c60eb31f
DE
23842015-09-28 Doug Evans <dje@google.com>
2385
2386 * gdb.base/gcore.c (array_func): Add reference to static_array.
2387
9a3c8263
SM
23882015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2389
2390 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2391 source line.
2392
9720e656
SL
23932015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2394
2395 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2396 short or char as base type.
2397
938d3bf2
SL
23982015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2399
2400 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2401 to allow any size enum.
2402
e6c2c623
PMR
24032015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2404
2405 * gdb.ada/array_ptr_renaming.exp: New testcase.
2406 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2407 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2408
06da0f77
PL
24092015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2410
2411 * gdb.trace/ftrace-lock.c: New file.
2412 * gdb.trace/ftrace-lock.exp: New file.
2413
4f51c22a
PL
24142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2415
2416 * gdb.arch/insn-reloc.c: New file.
2417 * gdb.arch/ftrace-insn-reloc.exp: New file.
2418
7041adf4
PL
24192015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2420
2421 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2422 instruction.
2423 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2424 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2425 * gdb.trace/range-stepping.c: Likewise.
2426 * gdb.trace/trace-break.c: Likewise.
2427 * gdb.trace/trace-mt.c (thread_function): Likewise.
2428 * gdb.trace/ftrace.c (marker): Likewise.
2429 * gdb.trace/trace-condition.c (marker): Likewise.
2430 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2431 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2432 is_aarch64_target.
2433
015d2e7e
DE
24342015-09-18 Doug Evans <xdje42@gmail.com>
2435
2436 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2437 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2438
26b188a2
SL
24392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2440
2441 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2442 the breakpoint.
2443
79dc332b
SL
24442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2445
2446 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2447 the pending breakpoint. Remove timeout override for "Run till
2448 MI pending breakpoint on pendfunc3 on thread 2" test.
2449
f57929f2
SL
24502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2451
2452 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2453 filename pattern.
2454
3f469b17
SL
24552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2456
2457 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2458 in breakpoint filename pattern.
2459
515b89b3
SL
24602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2461
7800dbe4
SL
2462 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2463
24642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2465
515b89b3
SL
2466 * gdb.linespec/explicit.exp: Check for readline support for
2467 tab-completion tests. Fix obvious typo.
2468
d2939ba2
MM
24692015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2470
2471 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2472 and replay.
2473
cbb55fa7
MM
24742015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2475
2476 * gdb.btrace/non-stop.c: New.
2477 * gdb.btrace/non-stop.exp: New.
2478
43691ca1
PL
24792015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2480 Yao Qi <yao.qi@linaro.org>
2481
2482 * gdb.trace/trace-condition.c: New file.
2483 * gdb.trace/trace-condition.exp: New file.
2484
d78908cf
WW
24852015-09-16 Wei-cheng Wang <cole945@gmail.com>
2486
2487 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2488 for testing bytecode compilation.
2489
1ed415e2
PA
24902015-09-16 Pedro Alves <palves@redhat.com>
2491 Sandra Loosemore <sandra@codesourcery.com>
2492
2493 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2494 (SECONDS): Redefine.
2495 (main): Call pthread_kill and alarm early.
2496 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2497 support.
2498 (test): If the target can't hardware step and doesn't support
2499 displaced stepping, increase the timeout.
2500
d136eff5
PA
25012015-09-16 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2504 (enable_debug): New procedures.
2505 (test): Use them. Bail out if waiting for threads fails.
2506 (top level): Bail out if a test fails.
2507
991f019c
YQ
25082015-09-16 Yao Qi <yao.qi@linaro.org>
2509
2510 * gdb.asm/asm-source.exp: Set asm-arch for
2511 aarch64*-*-* target.
2512 * gdb.asm/aarch64.inc: New file.
2513
bfca584f
PMR
25142015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2515
2516 * gdb.ada/array_of_variable_length.exp: New testcase.
2517 * gdb.ada/array_of_variable_length/foo.adb: New file.
2518 * gdb.ada/array_of_variable_length/pck.adb: New file.
2519 * gdb.ada/array_of_variable_length/pck.ads: New file.
2520
b326e587
DE
25212015-09-15 Doug Evans <dje@google.com>
2522
2523 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2524 of function static local variable.
2525
5382cfab
PW
25262015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2527
2528 * gdb.threads/tls-so_extern.exp: New test file.
2529 * gdb.threads/tls-so_extern.c: New test file.
2530 * gdb.threads/tls-so_extern_main.c: New test file.
2531
141c5cc4
JK
25322015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 * gdb.opt/solib-intra-step-lib.c: New file.
2535 * gdb.opt/solib-intra-step-main.c: New file.
2536 * gdb.opt/solib-intra-step.exp: New file.
2537
d15dcecd
PA
25382015-09-15 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2541 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2542
4c2f2a79
PA
25432015-09-14 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.base/hook-stop-continue.c: Delete.
2546 * gdb.base/hook-stop-continue.exp: Delete.
2547 * gdb.base/hook-stop-frame.c: Delete.
2548 * gdb.base/hook-stop-frame.exp: Delete.
2549 * gdb.base/hook-stop.c: New file.
2550 * gdb.base/hook-stop.exp: New file.
2551
919e6dbe
PMR
25522015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2553
2554 * gdb.ada/access_to_packed_array.exp: New testcase.
2555 * gdb.ada/access_to_packed_array/foo.adb: New file.
2556 * gdb.ada/access_to_packed_array/pack.adb: New file.
2557 * gdb.ada/access_to_packed_array/pack.ads: New file.
2558
157280a4
MM
25592015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2560
2561 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2562 buffer size test.
2563
2fd33e94
DB
25642015-09-11 Don Breazeal <donb@codesourcery.com>
2565
2566 * gdb.base/foll-exec.c: Add copyright header. Fix
2567 formatting issues.
2568 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2569 (do_exec_tests): Use clean_restart in place of zap_session,
2570 and for test initialization. Fix formatting issues. Use
2571 fail in place of perror.
2572 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2573 an expect statement to match an expression with output from
2574 the program under debug.
2575 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2576 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2577 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2578 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2579 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2580
e70b6e8e
DE
25812015-09-09 Doug Evans <dje@google.com>
2582
2583 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2584
7a551a51
DE
25852015-09-09 Doug Evans <dje@google.com>
2586
2587 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2588
4c666f84
DE
25892015-09-09 Doug Evans <dje@google.com>
2590
2591 * gdb.base/savedregs.exp: Fix typo.
2592
243a9253
PA
25932015-09-09 Pedro Alves <palves@redhat.com>
2594
2595 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2596
c0fa8fbd
SL
25972015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2598
2599 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2600 command actually switches threads. Give up on remaining
2601 tests if target fails to stop at breakpoint.
2602
cd7c1778
PMR
26032015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2604
2605 * gdb.ada/funcall_char.exp: New testcase.
2606 * gdb.ada/funcall_char/foo.adb: New file.
2607
dc5c8746
PMR
26082015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2609
2610 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2611 expected outputs. Add two testcases for completing ambiguous
2612 functions.
2613 * gdb.ada/complete/aux_pck.adb: New file.
2614 * gdb.ada/complete/aux_pck.ads: New file.
2615 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2616 Ambiguous_Func functions.
2617 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2618 * gdb.ada/complete/pck.adb: Likewise.
2619
4e83a1e7
UW
26202015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2621
2622 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2623 failures to run the test program under GDB.
2624
8ce74153
LM
26252015-08-26 Luis Machado <lgustavo@codesourcery.com>
2626
2627 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2628 to C.
2629
e9756d52
PP
26302015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2631
2632 * gdb.base/run-after-attach.exp: New test file.
2633 * gdb.base/run-after-attach.c: New test file.
2634
8d37573b
DB
26352015-08-26 Don Breazeal <donb@codesourcery.com>
2636
2637 * gdb.base/foll-exec-2.c: New test program.
2638 * gdb.base/foll-exec-2.exp: New test.
2639
63e43d3a
PMR
26402015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2641
2642 * gdb.base/nested-subp1.exp: New file.
2643 * gdb.base/nested-subp1.c: New file.
2644 * gdb.base/nested-subp2.exp: New file.
2645 * gdb.base/nested-subp2.c: New file.
2646 * gdb.base/nested-subp3.exp: New file.
2647 * gdb.base/nested-subp3.c: New file.
2648
3d40fbb5
PA
26492015-08-24 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.server/connect-without-multi-process.c: New file.
2652 * gdb.server/connect-without-multi-process.exp: New file.
2653
4422ac93
LM
26542015-08-24 Luis Machado <lgustavo@codesourcery.com>
2655
2656 * gdb.opt/inline-markers.c: Make z int.
2657
91dddb86
LM
26582015-08-24 Luis Machado <lgustavo@codesourcery.com>
2659
2660 * gdb.opt/inline-markers.c: Make z volatile.
2661
a48847ee
LM
26622015-08-24 Luis Machado <lgustavo@codesourcery.com>
2663
2664 * gdb.opt/inline-bt.c: New volatile global z.
2665 * gdb.opt/inline-cmds.c: Likewise.
2666 * gdb.opt/inline-locals.c: Likewise.
2667 * gdb.opt/inline-markers.c: New extern global z.
2668 (marker): Use z.
2669 (inline_fn): Likewise.
2670
0ebbc52b
PA
26712015-08-24 Pedro Alves <palves@redhat.com>
2672
2673 * config/m32r-stub.exp: Remove file.
2674 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2675 * gdb.base/call-rt-st.exp: Likewise.
2676 * gdb.base/call-strs.exp: Likewise.
2677 * gdb.base/default.exp: Remove references to h8300-*-hms and
2678 *-*-udi*.
2679 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2680
77c365df
AA
26812015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2682
2683 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2684 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2685 and "return" use KFAIL when GDB can not read/write the vector
2686 return value.
2687
4313b8c0
GB
26882015-08-21 Gary Benson <gbenson@redhat.com>
2689
2690 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2691
0e433b32
PA
26922015-08-20 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.server/solib-list.exp: No longer expect an interior stop in
2695 non-stop mode.
2696
221e1a37
PA
26972015-08-20 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.server/connect-stopped-target.c: New file.
2700 * gdb.server/connect-stopped-target.exp: New file.
2701
40e3ad0e
PA
27022015-08-20 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.dwarf2/comp-unit-lang.exp: New file.
2705 * gdb.dwarf2/comp-unit-lang.c: New file.
2706
af39b327
PMR
27072015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2708
2709 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2710 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2711
7d45c7c3 27122015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2713
7d45c7c3
KB
2714 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2715 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2716
4d6cceb4
DE
27172015-08-18 Doug Evans <dje@google.com>
2718 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2719
2720 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2721 skip_python_tests. New arg prompt_regexp.
2722 (skip_python_tests): New function.
2723 * lib/mi-support.exp (mi_skip_python_tests): New function.
2724 * gdb.python/py-mi-objfile-gdb.py: New file.
2725 * gdb.python/py-mi-objfile.c: New file.
2726 * gdb.python/py-mi-objfile.exp: New file.
2727
ad89c2aa
KS
27282015-08-17 Keith Seitz <keiths@redhat.com>
2729
2730 * gdb.linespec/explicit.exp: Move strace test from here ...
2731 * gdb.trace/strace.exp: ... to here.
2732
e3ae3c43
PP
27332015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2734
2735 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2736 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2737
604b2636
DE
27382015-08-14 Doug Evans <xdje42@gmail.com>
2739
2740 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2741 inferior before selecting a new file.
2742
6ff0ba5f
DE
27432015-08-14 Doug Evans <xdje42@gmail.com>
2744
2745 * gdb.mi/mi-disassemble.exp: Update.
2746 * gdb.base/disasm-optim.S: New file.
2747 * gdb.base/disasm-optim.c: New file.
2748 * gdb.base/disasm-optim.h: New file.
2749 * gdb.base/disasm-optim.exp: New file.
2750
9ca98f92
KS
27512015-08-14 Keith Seitz <keiths@redhat.com>
2752
2753 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2754 "evaluated-by".
2755
52bbc560
JB
27562015-08-13 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2759
5d8c3ed3
PMR
27602015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2761
2762 * gdb.ada/fun_renaming.exp: New testcase.
2763 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2764 * gdb.ada/fun_renaming/pack.adb: New file.
2765 * gdb.ada/fun_renaming/pack.ads: New file.
2766
ea8812bc
KS
27672015-08-12 Keith Seitz <keiths@redhat.com>
2768
2769 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2770 gdb_get_line_number.
2771
4dafcdeb
JB
27722015-08-12 Joel Brobecker <brobecker@adacore.com>
2773
2774 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2775 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2776 gdb.base/dso2dso.exp: New files.
2777
5ba32597
SDJ
27782015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2779 Pedro Alves <palves@redhat.com>
2780 Keith Seitz <keiths@redhat.com>
2781
2782 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2783 GDBFLAGS.
2784
b6dafabf
PP
27852015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2786
2787 * gdb.base/gdbhistsize-history.exp
2788 (test_histsize_history_setting): Use save_vars.
2789 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2790 Use save_vars.
2791 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2792 * gdb.base/readline.exp: Use save_vars.
2793
abe8e607
PP
27942015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2795
2796 * lib/gdb.exp (save_vars): New proc.
2797
629500fa
KS
27982015-08-11 Keith Seitz <keiths@redhat.com>
2799
2800 * gdb.base/help.exp: Update help_breakpoint_text.
2801
eb8c4e2e
KS
28022015-08-11 Keith Seitz <keiths@redhat.com>
2803
2804 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2805 (at toplevel): Call test_explicit_breakpoints.
2806 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2807 breakpoints.
2808 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2809 breakpoint conditions, "-cond".
2810
87f0e720
KS
28112015-08-11 Keith Seitz <keiths@redhat.com>
2812
2813 * gdb.linespec/3explicit.c: New file.
2814 * gdb.linespec/cpexplicit.cc: New file.
2815 * gdb.linespec/cpexplicit.exp: New file.
2816 * gdb.linespec/explicit.c: New file.
2817 * gdb.linespec/explicit.exp: New file.
2818 * gdb.linespec/explicit2.c: New file.
2819 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2820 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2821 before using in the matching pattern.
2822 Clarify that `prefix' is a regular expression.
2823
f00aae0f
KS
28242015-08-11 Keith Seitz <keiths@redhat.com>
2825
2826 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2827 test.
2828 Add tests for missing ",FMT" and ",".
2829
e27852be
DE
28302015-08-10 Doug Evans <dje@google.com>
2831 Keith Seitz <keiths@redhat.com>
2832
2833 PR gdb/17960
2834 * gdb.base/completion.exp: Add location completer tests.
2835
7f03bd92
PA
28362015-08-07 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2839 tests here.
2840 (top level): Run do_test with and without displaced stepping.
2841
3fc8eb30
PA
28422015-08-07 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.base/valgrind-disp-step.c: New file.
2845 * gdb.base/valgrind-disp-step.exp: New file.
2846
d4569d7b
PA
28472015-08-07 Pedro Alves <palves@redhat.com>
2848
2849 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2850 Delete function.
2851 (main): Add alarm. Run an infinite loop instead of calling
2852 wait_threads.
2853 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2854 comment.
2855 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2856 Delete function.
2857 (main): Add alarm. Run an infinite loop instead of calling
2858 wait_threads.
2859 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2860 comment.
2861
e1316e60
PA
28622015-08-07 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.base/checkpoint-ns.exp: New file.
2865 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2866 standard_testfile.
2867
da8c46d2
MM
28682015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2869
2870 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2871 * gdb.btrace/instruction_history.exp: Update.
2872 * gdb.btrace/tsx.exp: New.
2873 * gdb.btrace/tsx.c: New.
2874
de1c2c52
PA
28752015-08-06 Pedro Alves <palves@redhat.com>
2876
2877 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2878 increase timeout.
2879 * gdb.reverse/until-precsave.exp: Bump timeouts.
2880
782e0bf4
PA
28812015-08-06 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2884
83e97ed0
PA
28852015-08-06 Pedro Alves <palves@redhat.com>
2886
2887 PR gdb/18749
2888 * gdb.threads/process-dies-while-handling-bp.c: New file.
2889 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2890
863d01bd
PA
28912015-08-06 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2894 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2895
0a39bb32
PA
28962015-08-05 Pedro Alves <palves@redhat.com>
2897
2898 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2899 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2900
ee2d2b10
SL
29012015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2902
2903 * gdb.base/bp-permanent.exp: Report test as unsupported if
2904 the target cannot stop at the permanent breakpoint.
2905
4e1bdb00
DE
29062015-08-03 Doug Evans <dje@google.com>
2907
2908 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2909 10000.
2910
3d338901
DE
29112015-08-03 Doug Evans <dje@google.com>
2912
2913 * Makefile.in (workers/%.worker, build-perf): New rule.
2914 (GDB_PERFTEST_MODE): New variable.
2915 (check-perf): Use it.
2916 (clean): Clean up gdb.perf parallel build subdirs.
2917 * lib/build-piece.exp: New file.
2918 * lib/gdb.exp (make_gdb_parallel_path): New function
2919 (standard_output_file, standard_temp_file): Call it.
2920 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2921 of $GDB_PARALLEL.
2922 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2923
af061d3e
DE
29242015-08-03 Doug Evans <dje@google.com>
2925
8e1afc81 2926 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2927 (LOG_FILE_NAME): New global.
2928 (TextReporter.__init__): Initialize self.txt_sum.
2929 (TextReporter.report): Add support for multiple data-points.
2930 Move report to perftest.sum, put raw data in perftest.log.
2931 (TextReporter.start): Open sum and log files.
2932 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2933 * gdb.perf/lib/perftest/testresult.py
2934 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2935
2c8c5d37
PA
29362015-07-31 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2939 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2940 kill_wait_spawned_process instead of explicit "kill -9".
2941 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2942 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2943 kill_wait_spawned_process.
2944 * gdb.base/attach-twice.exp: Likewise.
2945 * gdb.base/attach.exp: Likewise.
2946 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2947 gdb_test_multiple.
2948 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2949 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2950 kill_wait_spawned_process.
2951 * gdb.base/valgrind-infcall.exp: Likewise.
2952 * gdb.multi/multi-attach.exp: Likewise.
2953 * gdb.python/py-prompt.exp: Likewise.
2954 * gdb.python/py-sync-interp.exp: Likewise.
2955 * gdb.server/ext-attach.exp: Likewise.
2956 * gdb.threads/attach-into-signal.exp (corefunc): Use
2957 spawn_wait_for_attach, spawn_id_get_pid and
2958 kill_wait_spawned_process.
2959 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2960 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2961 spawn_id_get_pid and kill_wait_spawned_process.
2962 * gdb.threads/attach-stopped.exp (corefunc): Use
2963 spawn_wait_for_attach, spawn_id_get_pid and
2964 kill_wait_spawned_process.
2965 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2966 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2967 kill_wait_spawned_process instead of explicit "kill -9".
2968 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2969 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2970 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2971 processes. Don't map cygwin/windows pids here. Now returns a
2972 spawn id list.
2973
032a0fca
SL
29742015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2975
2976 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2977 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2978 correct patch.
2979
61a934ca
SL
29802015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2981
2982 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2983
4bc4d428
SL
29842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2985
2986 Reapply:
2987 2014-05-21 Mark Wielaard <mjw@redhat.com>
2988
2989 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2990
998d452a
PA
29912015-07-30 Pedro Alves <palves@redhat.com>
2992
2993 * linux-low.c (handle_extended_wait): Set the child's last
2994 reported status to TARGET_WAITKIND_STOPPED.
2995
69dde7dc
PA
29962015-07-30 Pedro Alves <palves@redhat.com>
2997
2998 PR threads/18600
2999 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3000 only shows inferior 1.
3001
4dd63d48
PA
30022015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3003 Pedro Alves <palves@redhat.com>
3004
3005 PR threads/18600
3006 * gdb.threads/fork-plus-threads.c: New file.
3007 * gdb.threads/fork-plus-threads.exp: New file.
3008
d618e4c5
PP
30092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3010
3011 * gdb.base/batch-preserve-term-settings.exp
3012 (test_terminal_settings_preserved_after_cli_exit): Use
3013 send_quit_command.
3014
1eef6428
PA
30152015-07-29 Pedro Alves <palves@redhat.com>
3016 Don Breazeal <donb@codesourcery.com>
3017
3018 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3019 output from both inferior_spawn_id and gdb_spawn_id.
3020
7da5b897
SDJ
30212015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3022
3023 * gdb.threads/attach-into-signal.exp (corefunc): Use
3024 with_test_prefix on nested loops, uniquefying the test messages.
3025
dac804df
SDJ
30262015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3027
3028 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3029 commit.
3030
06265e53
PP
30312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3032
3033 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3034 New proc.
3035 (test_terminal_settings_preserved_after_sigterm): New test.
3036
18206ca3
PP
30372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3038
3039 * gdb.base/batch-preserve-term-settings.exp
3040 (test_terminal_settings_preserved_after_cli_exit): New test.
3041
90074d11
PP
30422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3043
3044 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3045 manipulation of saved_gdbflags.
3046 (test_terminal_settings_preserved): Remove global declaration of
3047 the unused variable pagination_prompt. Remove manipulation of
3048 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3049 GDBFLAGS.
3050
eb1a7902
PA
30512015-07-29 Pedro Alves <palves@redhat.com>
3052
3053 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3054
8b75dd3b
PA
30552015-07-29 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3058 at the top.
3059
dedad4e3
PA
30602015-07-29 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3063 (main): Call gdb_unbuffer_output.
3064 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3065 (main): Call gdb_unbuffer_output.
3066 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3067 (main): Call gdb_unbuffer_output.
3068 * gdb.base/call-strs.exp: Adjust to step over the
3069 gdb_unbuffer_output call.
3070 * gdb.base/catch-gdb-caused-signals.c: Include
3071 "../lib/unbuffer_output.c".
3072 (main): Call gdb_unbuffer_output.
3073 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3074 (main): Call gdb_unbuffer_output.
3075 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3076 (main): Call gdb_unbuffer_output.
3077 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3078 (main): Call gdb_unbuffer_output.
3079 * gdb.base/shlib-call.exp: Adjust to step over the
3080 gdb_unbuffer_output call.
3081 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3082 (main): Call gdb_unbuffer_output.
3083 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3084 (main): Call gdb_unbuffer_output.
3085 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3086 (main): Rename to ...
3087 (test): ... this.
3088 (main): Reimplement.
3089 * gdb.base/varargs.exp: Run to test instead of to main.
3090 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3091 (main): Call gdb_unbuffer_output.
3092
58789a91
PA
30932015-07-29 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3096 factore out from mi_continue_dprintf. For call-style dprintfs,
3097 expect dprintf output out of $inferior_spawn_id.
3098 (mi_continue_dprintf): Use mi_expect_dprintf.
3099 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3100 (main): Call gdb_unbuffer_output.
3101
e8376742
PA
31022015-07-29 Pedro Alves <palves@redhat.com>
3103
3104 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3105 (default_mi_gdb_start): Set inferior_spawn_id instead of
3106 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3107 gdb_spawn_id.
3108 (mi_gdb_test): Always expect inferior output from both
3109 $inferior_spawn_id and $gdb_spawn_id.
3110
08280010
PA
31112015-07-29 Pedro Alves <palves@redhat.com>
3112
3113 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3114 send_inferior and $inferior_spawn_id.
3115
4d30e432
PA
31162015-07-29 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.gdb/complaints.exp (test_initial_complaints)
3119 (test_serial_complaints, test_short_complaints): Use
3120 gdb_test_stdio.
3121 (test_empty_complaint): Handle $inferior_spawn_id !=
3122 $gdb_spawn_id.
3123
0d30a335
PA
31242015-07-29 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.base/varargs.exp: Use gdb_test_stdio.
3127
39413b29
PA
31282015-07-29 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3131
7cb000a9
PA
31322015-07-29 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3135
d7b8ac82
PA
31362015-07-29 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3139 parameter into two new parameters, "inf_result" and "gdb_result".
3140 Expect inferior output and gdb output from $inferior_spawn_id and
3141 $gdb_spawn_id, respectively. Adjust all callers.
3142
789c3a0c
PA
31432015-07-29 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3146 of gdb_test_sequence.
3147
77e760c3
PA
31482015-07-29 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3151 (saw_spurious_output): Expect inferior output from
3152 $inferior_spawn_id. Use gdb_test_stdio.
3153
8396d2cd
PA
31542015-07-29 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.base/dprintf.exp: Use standard_testfile. Change
3157 prepare_for_testing call.
3158 (srcfile): Don't set.
3159 (restart): New procedure.
3160 (test_dprintf): New procecure, use to continue over dprintfs.
3161 (test_call, test_agent): New procedures, tests moved here.
3162 Restart gdb and recreate dprintfs. Adjust expected output.
3163
2051d61f
PA
31642015-07-29 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3167
452397af
PA
31682015-07-29 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3171
8aed9555
PA
31722015-07-29 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3175 gdb_test_stdio.
3176
188a61b4
PA
31772015-07-29 Pedro Alves <palves@redhat.com>
3178
3179 * lib/gdb.exp (gdb_test_stdio): New procedure.
3180
12264a45
PA
31812015-07-29 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3184
23ffc893
PA
31852015-07-29 Pedro Alves <palves@redhat.com>
3186
3187 * gdb.base/call-signal-resume.exp: Remove check for
3188 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3189 * gdb.base/unwindonsignal.exp: Likewise.
3190 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3191 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3192
65566918
PA
31932015-07-29 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/siginfo-addr.c (pass): New function.
3196 (handler): Call it iff si_addr is correct.
3197 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3198 Set a breakpoint at "pass" and continue to it.
3199
d60a9221
SDJ
32002015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3201
3202 * gdb.python/py-objfile.exp: Make some tests have unique names.
3203 * gdb.python/py-pp-registration.exp: Likewise.
3204
bde40b8f
PA
32052015-07-28 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3208
13e1dec8
SM
32092015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3212
da33c9a7
SM
32132015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3214
3215 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3216
077836f7
PP
32172015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3218
3219 * gdb.base/gdb-sigterm-2.exp: New test.
3220
b8cc7b2e
DE
32212015-07-25 Doug Evans <xdje42@gmail.com>
3222
3223 Revert:
3224 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3225 (workers/%.worker, build-perf): New rule.
3226 (GDB_PERFTEST_MODE): New variable.
3227 (check-perf): Use it.
3228 (clean): Clean up gdb.perf parallel build subdirs.
3229 * lib/build-piece.exp: New file.
3230 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3231 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3232 name.
3233 (standard_temp_file): Ditto.
3234 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3235 of $GDB_PARALLEL.
3236
c8bd4544
DE
32372015-07-24 Doug Evans <dje@google.com>
3238
3239 * gdb.perf/lib/perftest/utils.py: New file.
3240 * gdb.perf/gm-hello.cc: New file.
3241 * gdb.perf/gm-pervasive-typedef.cc: New file.
3242 * gdb.perf/gm-pervasive-typedef.h: New file.
3243 * gdb.perf/gm-std.cc: New file.
3244 * gdb.perf/gm-std.h: New file.
3245 * gdb.perf/gm-use-cerr.cc: New file.
3246 * gdb.perf/gm-utils.h: New file.
3247 * gdb.perf/gmonster-null-lookup.py: New file.
3248 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3249 * gdb.perf/gmonster-print-cerr.py: New file.
3250 * gdb.perf/gmonster-ptype-string.py: New file.
3251 * gdb.perf/gmonster-runto-main.py: New file.
3252 * gdb.perf/gmonster-select-file.py: New file.
3253 * gdb.perf/gmonster1-null-lookup.exp: New file.
3254 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3255 * gdb.perf/gmonster1-print-cerr.exp: New file.
3256 * gdb.perf/gmonster1-ptype-string.exp: New file.
3257 * gdb.perf/gmonster1-runto-main.exp: New file.
3258 * gdb.perf/gmonster1-select-file.exp: New file.
3259 * gdb.perf/gmonster1.cc: New file.
3260 * gdb.perf/gmonster1.exp: New file.
3261 * gdb.perf/gmonster2-null-lookup.exp: New file.
3262 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3263 * gdb.perf/gmonster2-print-cerr.exp: New file.
3264 * gdb.perf/gmonster2-ptype-string.exp: New file.
3265 * gdb.perf/gmonster2-runto-main.exp: New file.
3266 * gdb.perf/gmonster2-select-file.exp: New file.
3267 * gdb.perf/gmonster2.cc: New file.
3268 * gdb.perf/gmonster2.exp: New file.
3269
6eab34f3
DE
32702015-07-24 Doug Evans <dje@google.com>
3271
3272 * gdb.perf/README: New file.
3273 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3274 * lib/gen-perf-test.exp: New file.
3275
63738bfd
DE
32762015-07-24 Doug Evans <dje@google.com>
3277
3278 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3279 (PerfTest::startup): New function.
3280 (PerfTest::run): Return result of calling body.
3281 (PerfTest::assemble): Rewrite.
3282 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3283 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3284 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3285 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3286 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3287
7b606f95
DE
32882015-07-24 Doug Evans <dje@google.com>
3289
3290 * lib/gdb.exp (clean_restart): Make executable optional.
3291
a97b16b8
DE
32922015-07-24 Doug Evans <dje@google.com>
3293
3294 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3295 compiler_info references.
3296 * gdb.cp/temargs.exp: Ditto.
3297 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3298 (get_compiler_info): Early exit if already computed. Set compiler_info
3299 to "unknown" if there was a problem.
3300 (test_compiler_info): Add function comment. Call get_compiler_info.
3301
35baa57f
DE
33022015-07-24 Doug Evans <dje@google.com>
3303
3304 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3305 (workers/%.worker, build-perf): New rule.
3306 (GDB_PERFTEST_MODE): New variable.
3307 (check-perf): Use it.
3308 (clean): Clean up gdb.perf parallel build subdirs.
3309 * lib/build-piece.exp: New file.
3310 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3311 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3312 name.
3313 (standard_temp_file): Ditto.
3314 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3315 of $GDB_PARALLEL.
3316
6ebea266
DE
33172015-07-24 Doug Evans <dje@google.com>
3318
3319 * lib/future.exp (gdb_default_target_compile): New option
3320 "early_flags".
3321 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3322 --as-needed.
3323
1e76a7e9
SDJ
33242015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3325
3326 * gdb.base/catch-syscall.exp: Call gdb_exit before
3327 gdb_skip_xml_test.
3328
5068630a
PA
33292015-07-24 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.python/py-events.exp: Accept output between the stop event
3332 and the prompt.
3333 * gdb.python/py-evsignal.exp: Likewise.
3334 * gdb.python/py-evthreads.exp: Likewise.
3335
77598427
PA
33362015-07-24 Pedro Alves <palves@redhat.com>
3337
3338 PR gdb/18717
3339 * gdb.threads/non-ldr-exit.c: New file.
3340 * gdb.threads/non-ldr-exit.exp: New file.
3341
11e6c98f
YQ
33422015-07-24 Yao Qi <yao.qi@linaro.org>
3343
3344 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3345 restarting process.
3346
51aee833
YQ
33472015-07-24 Yao Qi <yao.qi@linaro.org>
3348
3349 * gdb.server/ext-restart.exp: New file.
3350
8cfe207c
YQ
33512015-07-24 Yao Qi <yao.qi@linaro.org>
3352
3353 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3354 argument options.
3355 * gdb.server/ext-wrapper.exp: New file.
3356
cc12ce38
DE
33572015-07-23 Doug Evans <dje@google.com>
3358
3359 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3360 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3361
d0d84780
PMR
33622015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3363
3364 * gdb.ada/var_arr_typedef.exp: New testcase.
3365 * gdb.ada/var_arr_typedef/pack.adb: New file.
3366 * gdb.ada/var_arr_typedef/pack.ads: New file.
3367 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3368
8b558f79
JB
33692015-07-20 Joel Brobecker <brobecker@adacore.com>
3370
3371 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3372
775a3298
JK
33732015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3374
3375 * gdb.arch/i386-biarch-core.exp: Replace istarget
3376 by "complete set gnutarget". Remove expectation for the "core-file"
3377 command.
3378
db1ff28b
JK
33792015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 Revert the previous commit:
3382 Tests for validate symbol file using build-id.
3383
0a94970d
JK
33842015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3385
3386 Tests for validate symbol file using build-id.
3387 * gdb.base/solib-mismatch-lib.c: New file.
3388 * gdb.base/solib-mismatch-libmod.c: New file.
3389 * gdb.base/solib-mismatch.c: New file.
3390 * gdb.base/solib-mismatch.exp: New file.
3391
03346981
SL
33922015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3393
3394 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3395 nios2-*-linux*.
3396 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3397 * gdb.base/siginfo.exp: Likewise.
3398 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3399
42422cc7
PL
34002015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3401
3402 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3403 Move it to ...
3404 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3405 ... here.
3406 * gdb.trace/range-stepping.exp: Check that the target supports
3407 range stepping.
3408
cfa68bae
JK
34092015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3410
3411 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3412
8ffdba26
PA
34132015-07-14 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.base/killed-outside.exp: New file.
3416 * gdb.base/killed-outside.c: New file.
3417
218a5a11
JK
34182015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3419
3420 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3421 (n at main): New.
3422 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3423
e03ed3c6
AA
34242015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3425
3426 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3427 infcall tests instead of setting up for KFAIL.
3428
485668e5
MM
34292015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3430
3431 * gdb.btrace/record_goto-step.exp: New.
3432
08464196
JK
34332015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 PR compile/18484
3436 * gdb.compile/compile.c (struct struct_type): Add volatile to
3437 selffield's type.
3438 * gdb.compile/compile.exp
3439 (compile code struct_object.selffield = &struct_object): Skip further
3440 struct_object tests if this one xfails.
3441
bcf5c1d9
RC
34422015-07-08 Robert O'Callahan <robert@ocallahan.org>
3443
3444 PR exp/18617
3445 * gdb.trace/ax.exp: Add test.
3446
4931af25
YQ
34472015-07-07 Yao Qi <yao.qi@linaro.org>
3448
3449 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3450 instead of istarget "aarch64*-*-*".
3451 * gdb.arch/aarch64-fp.exp: Likewise.
3452 * gdb.base/float.exp: Likewise.
3453 * gdb.reverse/aarch64.exp: Likewise.
3454 * lib/gdb.exp (is_aarch64_target): New proc.
3455
9fcf688e
YQ
34562015-07-07 Yao Qi <yao.qi@linaro.org>
3457
3458 * lib/gdb.exp (is_aarch32_target): New proc.
3459 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3460 instead of "istarget "arm*-*-*"".
3461 * gdb.arch/arm-disp-step.exp: Likewise.
3462 * gdb.arch/thumb-bx-pc.exp: Likewise.
3463 * gdb.arch/thumb-prologue.exp: Likewise.
3464 * gdb.arch/thumb-singlestep.exp: Likewise.
3465 * gdb.base/disp-step-syscall.exp: Likewise.
3466 * gdb.base/float.exp: Likewise.
3467
fbd8d50d
YQ
34682015-07-07 Yao Qi <yao.qi@linaro.org>
3469
3470 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3471 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3472
71be1fdc
YQ
34732015-07-07 Yao Qi <yao.qi@linaro.org>
3474
3475 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3476 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3477 if it exists.
3478 * gdb.multi/multi-arch.exp: Likewise.
3479
3e221d36
SM
34802015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3481
3482 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3483 print.
3484
d441430b
YQ
34852015-07-07 Yao Qi <yao.qi@linaro.org>
3486
3487 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3488
06f810bd
MG
34892015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3490
3491 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3492 '[' and ']' characters.
3493
5e61e7c0
IB
34942015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3495
3496 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3497
28bf096c
PA
34982015-06-29 Pedro Alves <palves@redhat.com>
3499
3500 PR threads/18127
3501 * gdb.threads/hand-call-new-thread.c: New file.
3502 * gdb.threads/hand-call-new-thread.c: New file.
3503
ee93cd5e
KS
35042015-06-26 Keith Seitz <keiths@redhat.com>
3505 Doug Evans <dje@google.com>
3506
3507 PR 16253
3508 * gdb.cp/var-tag-2.cc: New file.
3509 * gdb.cp/var-tag-3.cc: New file.
3510 * gdb.cp/var-tag-4.cc: New file.
3511 * gdb.cp/var-tag.cc: New file.
3512 * gdb.cp/var-tag.exp: New file.
3513
fc637f04
PP
35142015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3515
3516 * gdb.base/history-duplicates.exp: New test.
3517
2e52ae68
PP
35182015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3519
3520 * gdb.base/completion.exp: Test the completion of the "focus"
3521 command.
3522
6e22494e
JK
35232015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3524
3525 * gdb.arch/amd64-prologue-skip.S: New file.
3526 * gdb.arch/amd64-prologue-skip.exp: New file.
3527
bf7b9cd9
SM
35282015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3529
3530 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3531 is_address_zero_readable check.
3532
201e8dfd
PB
35332015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3534
3535 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3536 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3537
5cd867b4
YQ
35382015-06-24 Yao Qi <yao.qi@linaro.org>
3539
3540 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3541 linux targets.
3542
4d7be007
YQ
35432015-06-24 Yao Qi <yao.qi@linaro.org>
3544
3545 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3546 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3547 * gdb.base/siginfo-thread.exp: Likewise.
3548
07fcd301
YQ
35492015-06-22 Yao Qi <yao.qi@linaro.org>
3550
3551 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3552
52042a00
YQ
35532015-06-22 Yao Qi <yao.qi@linaro.org>
3554
3555 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3556 aarch64*-*-*.
3557 (skip_hw_watchpoint_tests): Likewise.
3558
74bd41ce
PP
35592015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3560
3561 * gdb.base/gdbinit-history.exp: Test the interaction between
3562 setting GDBHISTSIZE and setting the history size via .gdbinit.
3563
bc460514
PP
35642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3565
3566 PR gdb/16999
3567 * gdb.base/gdbhistsize-history.exp: New test.
3568
b58c513b
PP
35692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3570
3571 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3572 with GDBHISTSIZE.
3573 * gdb.base/readline.exp: Likewise.
3574
92046791
YQ
35752015-06-17 Yao Qi <yao.qi@linaro.org>
3576
3577 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3578 line.
3579
2093d2d3
PP
35802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3581
3582 * gdb.base/gdbinit-history.exp: Add test case to check that
3583 an unlimited history file does not get truncated on exit.
3584
e6c693af
AA
35852015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3586
3587 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3588 (VECTOR): New macro. Use it...
3589 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3590 ...for these typedefs.
3591 (int8, char1, int1, double1): New typedefs.
3592 (struct just_int2, struct two_int2): New structures.
3593 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3594 (add_structvecs, add_singlevecs): New functions.
3595 (main): Call add_some_intvecs twice.
3596 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3597 the compile and exit upon failure. Try compiling for the "native"
3598 architecture. Test inferior function calls with vector arguments
3599 and vector return value handling with "finish" and "return".
3600
c74f7d1c
JT
36012015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3602
3603 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3604 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3605 PE file.
3606 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3607
98aa42ee
AT
36082015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3609
3610 PR breakpoints/16465
3611 * gdb.mi/mi-dprintf-pending.c: New file.
3612 * gdb.mi/mi-dprintf-pending.exp: New test.
3613 * gdb.mi/mi-dprintf-pendshr.c: New file.
3614
7d73c23c 36152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3616 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3617
3618 * gdb.arch/i386-mpx-map.c: New file.
3619 * gdb.arch/i386-mpx-map.exp: New File.
3620
36212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3622
3623 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3624 * gdb.arch/i386-mpx.exp: Indentation fixed.
3625
36262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3627
3628 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3629 function and improved indentation.
3630 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3631 gdb_test_multiple. Added additional tests to skip the test.
3632
36332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3634
3635 * gdb.arch/i386-avx512.c: Change path in include file.
3636 * gdb.arch/i386-avx512.exp: Change include dir path
3637 compilation flag.
3638 * gdb.arch/i386-mpx.c: Change path in include file.
3639 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3640 flag.
3641
d5eba19a
JK
36422015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3643
3644 * gdb.compile/compile-print.exp (compile print *vararray@3)
3645 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3646
7f361056
JK
36472015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3648
3649 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3650 (do not keep jit in memory): ... this.
3651 (expect 5): Change it to ...
3652 (expect no 5): ... this.
3653
3b462ec2
SM
36542015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3655
3656 PR gdb/15564
3657 * gdb.mi/mi-detach.exp: New file.
3658
e0619de6
JK
36592015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 PR symtab/18392
3662 * gdb.arch/amd64-tailcall-self.S: New file.
3663 * gdb.arch/amd64-tailcall-self.c: New file.
3664 * gdb.arch/amd64-tailcall-self.exp: New file.
3665
e970cb34
DB
36662015-05-28 Don Breazeal <donb@codesourcery.com>
3667
3668 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3669 tests for remote targets by checking is_target_gdbserver.
3670
b2e2f908
DE
36712015-05-27 Doug Evans <dje@google.com>
3672
3673 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3674 * gdb.dwarf2/opaque-type-lookup.c: New file.
3675 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3676
82c7be31
DE
36772015-05-26 Doug Evans <dje@google.com>
3678
3679 * gdb.cp/iostream.cc: New file.
3680 * gdb.cp/iostream.exp: New file.
3681
b4f54984
DE
36822015-05-26 Doug Evans <dje@google.com>
3683
3684 * gdb.dwarf2/dw2-op-call.exp: Update.
3685 * gdb.dwarf2/dw4-sig-types.exp: Update.
3686 * gdb.dwarf2/implptr.exp: Update.
3687 * gdb.mi/mi-cmd-param-changed.exp: Update.
3688
4ea6efe9
DE
36892015-05-26 Doug Evans <dje@google.com>
3690
3691 * gdb.python/py-lazy-string.c: New file.
3692 * gdb.python/py-lazy-string.exp: New file.
3693 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3694 (main): Update. Add estring3.
3695 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3696 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3697
f6bb7db3
YQ
36982015-05-26 Omair Javaid <omair.javaid@linaro.org>
3699 Yao Qi <yao.qi@linaro.org>
3700
3701 * gdb.reverse/aarch64.c: New.
3702 * gdb.reverse/aarch64.exp: New.
3703
a81bfbd0
OJ
37042015-05-26 Omair Javaid <omair.javaid@linaro.org>
3705
25d49b86
PA
3706 * lib/gdb.exp (supports_process_record): Return true for
3707 aarch64*-linux*.
a81bfbd0
OJ
3708 (supports_reverse): Likewise.
3709
158bf1b4
PP
37102015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3711
3712 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3713 Use with_test_prefix.
3714
a0145030
AB
37152015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3716
3717 * gdb.base/completion.exp: Add test for completion of layout
3718 names.
3719
ebe3b578
AB
37202015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * lib/gdb.exp (skip_tui_tests): New proc.
3723 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3724
84204ed7
PA
37252015-05-19 Pedro Alves <palves@redhat.com>
3726
3727 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3728 Save the whole env array instead of just HOME. Unset HISTSIZE in
3729 the environment while testing. Restore whole environment
3730 afterwards.
3731
37442ce1
DE
37322015-05-16 Doug Evans <xdje42@gmail.com>
3733
3734 * gdb.guile/scm-ports.c: New file.
3735 * gdb.guile/scm-ports.exp: Add memory port tests.
3736
36de76f9
JK
37372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3738
3739 * gdb.compile/compile-print.c: New file.
3740 * gdb.compile/compile-print.exp: New file.
3741
3a9558c4
JK
37422015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * gdb.compile/compile-ops.exp: Cast param to void.
3745 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3746 (compile code struct_object.selffield = &struct_object): Add xfail.
3747
aa715135
JG
37482015-05-15 Joel Brobecker <brobecker@adacore.com>
3749
3750 * gdb.ada/arr_enum_with_gap: New testcase.
3751
931e5bc3
JG
37522015-05-15 Joel Brobecker <brobecker@adacore.com>
3753
3754 * gdb.ada/byte_packed_arr: New testcase.
3755
9cd4d857
JB
37562015-05-15 Joel Brobecker <brobecker@adacore.com>
3757
3758 * gdb.ada/pckd_neg: New testcase.
3759
ebfd00d2
PP
37602015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3761
3762 PR gdb/17820
3763 * gdb.base/gdbinit-history.exp: New test.
3764 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3765 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3766
4c082a81
SC
37672015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3768
3769 * gdb.python/py-xmethods.cc: Enhance test case.
3770 * gdb.python/py-xmethods.exp: New tests.
3771 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3772 function.
3773 (B_indexoper): Likewise.
3774 (global_dm_list) : Add new xmethod worker functions.
3775
f7797074
SDJ
37762015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3777
3778 * gdb.base/coredump-filter.exp: Correctly unset
3779 "coredump_var_addr" array.
3780
a4674e4e
PA
37812015-05-08 Pedro Alves <palves@redhat.com>
3782
3783 * gdb.server/non-existing-program.exp: Unset spawn_id.
3784
df2eb078
SC
37852015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3786
3787 PR python/18291
3788 * gdb.python/py-xmethods.exp: Add tests.
3789
422349a3
YQ
37902015-05-08 Yao Qi <yao.qi@linaro.org>
3791
3792 PR gdb/18208
3793 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3794 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3795 function set_coredump_filter, and remove remote_exec call.
3796 Remove argument ipid. Callers update.
3797 (top level): Don't get inferior's PID.
3798
63fc80ce
AA
37992015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3800
3801 * gdb.base/watch_thread_num.exp: Skip test on targets without
3802 access watchpoints.
3803
80ad801e
PA
38042015-05-06 Pedro Alves <palves@redhat.com>
3805
3806 PR server/18081
3807 * gdb.server/non-existing-program.exp: New file.
3808
0fa7fe50
JB
38092015-05-05 Joel Brobecker <brobecker@adacore.com>
3810
3811 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3812
3ea89b92
PMR
38132015-05-05 Joel Brobecker <brobecker@adacore.com>
3814
3815 * gdb.ada/out_of_line_in_inlined: New testcase.
3816
87b8eff0
JB
38172015-05-05 Joel Brobecker <brobecker@adacore.com>
3818
3819 * gdb.ada/var_rec_arr: New testcase.
3820
5fccc635
YQ
38212015-04-30 Yao Qi <yao.qi@linaro.org>
3822
3823 * gdb.base/break-idempotent.exp: If
3824 skip_hw_watchpoint_multi_tests returns true, skip the tests
3825 on "rwatch" and "awatch".
3826
42d38f42
YQ
38272015-04-30 Yao Qi <yao.qi@linaro.org>
3828
3829 * gdb.base/relativedebug.exp: Invoke gdb command
3830 "info sharedlibrary", and if libc.so doesn't have debug info,
3831 skip the test.
3832
2ce1cdbf
DE
38332015-04-29 Doug Evans <dje@google.com>
3834
3835 * gdb.python/py-xmethods.exp: Add ptype tests.
3836 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3837 get_result_type method.
3838
f24a38c5
LM
38392015-04-29 Luis Machado <lgustavo@codesourcery.com>
3840
3841 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3842 the target does not support hardware watchpoints.
3843
ecbf2b3c
LM
38442015-04-29 Luis Machado <lgustavo@codesourcery.com>
3845
3846 * gdb.base/break-always.exp: Abort testing if writing to memory
3847 causes an error.
3848
34f5f757
DE
38492015-04-28 Doug Evans <dje@google.com>
3850
3851 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3852 * gdb.python/py-pp-registration.exp: ... here. New file.
3853 * gdb.python/py-pp-registration.c: New file.
3854 * gdb.python/py-pp-registration.py: New file.
3855
69b4374a
DE
38562015-04-28 Doug Evans <dje@google.com>
3857
3858 * gdb.python/py-bad-printers.c: New file.
3859 * gdb.python/py-bad-printers.py: New file.
3860 * gdb.python/py-bad-printers.exp: New file.
3861
59fb7612
SS
38622015-04-28 Sasha Smundak <asmundak@google.com>
3863
3864 * gdb.python/py-type.exp: New test.
3865
2631b16a
AW
38662015-04-28 Andy Wingo <wingo@igalia.com>
3867
3868 * gdb.python/py-parameter.exp:
3869 * gdb.guile/scm-parameter.exp: Escape the path that we are
3870 matching against, as it might contain characters that are special
3871 to regular expressions.
3872
460efde1
JB
38732015-04-27 Joel Brobecker <brobecker@adacore.com>
3874
3875 * gdb.ada/rec_comp: New testcase.
3876
2d369d8e
SDJ
38772015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3878
3879 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3880 before using it.
3881
cf75d6c3
AB
38822015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3885 new tests for verilog output.
3886
8dbe7ca5
YQ
38872015-04-24 Yao Qi <yao.qi@linaro.org>
3888
3889 * boards/remote-gdbserver-on-localhost.exp: New file.
3890
4ef9fb2f
PA
38912015-04-23 Pedro Alves <palves@redhat.com>
3892
3893 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3894 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3895 "end of file", remove $inferior_spawn_id from the indirect list.
3896
0a803169
PA
38972015-04-23 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3900
749ef8f8
PA
39012015-04-23 Pedro Alves <palves@redhat.com>
3902
3903 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3904 on $any_spawn_id instead of only on $gdb_spawn_id.
3905
8aae4344
PM
39062015-04-21 Pierre Muller <muller@sourceware.org>
3907
3908 PR pascal/17815
3909 * lib/pascal.exp (gpc_compile): Add new option "class".
3910 (fpc_compile): Likewise.
3911 * gdb.pascal/case-insensitive-symbols.pas: New file.
3912 * gdb.pascal/case-insensitive-symbols.exp: New file.
3913
1586c8fb
GB
39142015-04-20 Gary Benson <gbenson@redhat.com>
3915
3916 * gdb.base/attach.exp: Fix three extended remote failures.
3917
1b6e6f5c
GB
39182015-04-17 Gary Benson <gbenson@redhat.com>
3919
3920 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3921 the main executable over the remote protocol.
3922
e797481d
PA
39232015-04-16 Pedro Alves <palves@redhat.com>
3924
3925 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3926 a new gdbserver if gdbserver_reconnect_p is set.
3927
1ca99c42
PA
39282015-04-16 Pedro Alves <palves@redhat.com>
3929
3930 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3931 is set, don't exit gdbserver.
3932
af9fd6f8
AA
39332015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3934
3935 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3936 appropriate .insn, such that an older assembler can be used.
3937 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3938 the z/Architecture instruction set on 31-bit targets as well.
3939
04ff1e61
AA
39402015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3941
3942 * gdb.go/handcall.exp: Remove all logic related to the first
3943 breakpoint and rely on go_runto_main instead.
3944 * gdb.go/strings.exp: Likewise.
3945 * gdb.go/unsafe.exp: Likewise.
3946 * gdb.go/hello.exp: Likewise. Also rename the remaining
3947 breakpoint marker to "breakpoint 1".
3948 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3949 * gdb.go/strings.go: Likewise.
3950 * gdb.go/unsafe.go: Likewise.
3951 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3952 "set breakpoint 2 here" and rename the remaining breakpoint marker
3953 to "breakpoint 1".
3954
40d2f8d6
SM
39552015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3958 if itertools.imap is not present.
3959 * gdb.python/py-objfile.exp: Add parentheses.
3960 * gdb.python/py-type.exp: Same.
3961 * gdb.python/py-unwind-maint.py: Same.
3962
8cbc97c6
YQ
39632015-04-15 Yao Qi <yao.qi@linaro.org>
3964
3965 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3966 of ":$ptr_size" and set its form explicitly.
3967
45fd756c
YQ
39682015-04-15 Pedro Alves <palves@redhat.com>
3969 Yao Qi <yao.qi@linaro.org>
3970
3971 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3972 timeout by factor of 4.
3973 (test_regular_watch): Likewise.
3974 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3975 * gdb.reverse/sigall-reverse.exp: Likewise.
3976 * gdb.reverse/until-precsave.exp: Likewise.
3977 * lib/gdb.exp (with_timeout_factor): New proc.
3978 (gdb_expect): Move some code to ...
3979 (get_largest_timeout): ... here. New procedure.
3980
9e811bc3
LM
39812015-04-14 Luis Machado <lgustavo@codesourcery.com>
3982
3983 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3984
0ff6fcb2
LM
39852015-04-13 Luis Machado <lgustavo@codesourcery.com>
3986
3987 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3988 to write to the .text section.
3989
7578d5f7
LM
39902015-04-13 Luis Machado <lgustavo@codesourcery.com>
3991
3992 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3993 Handle the case of targets that do not provide PID information.
3994
2efe15c4
YQ
39952015-04-13 Yao Qi <yao.qi@linaro.org>
3996
3997 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3998 and use expect instead of gdb_expect.
3999
8cd8f2f8
SDJ
40002015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4001
4002 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4003 "coredump_var_addr" to avoid naming conflict with other testcases.
4004
9ee41772
PA
40052015-04-10 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4008 gdb_test_sequence and gdb_assert.
4009
07473109
PA
40102015-04-10 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4013 test messages that don't include the breakpoint address.
4014
de3db44c
YQ
40152015-04-10 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4018 false for some offset and width combinations which aren't
4019 supported by linux kernel.
4020
c79d856c
PA
40212015-04-10 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4024 procedure, factored out from ...
4025 (top level): ... here. Add "set displaced-stepping" testing axis.
4026 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4027 parameter "displaced". Use it.
4028 (top level): Use foreach and add "set displaced-stepping" testing
4029 axis.
4030
ebc90b50
PA
40312015-04-10 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4034 Remove comment.
4035 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4036 both the address of the instruction that triggers the watchpoint
4037 and the address of the instruction immediately after, and use
4038 those addresses for the test. Fix comment.
4039
8f572e5c
PA
40402015-04-10 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/sigstep.exp (breakpoint_to_handler)
4043 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4044 Test "backtrace" in handler.
4045 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4046 (top level): Add new "displaced" test axis to
4047 breakpoint_to_handler, breakpoint_to_handler_entry and
4048 breakpoint_over_handler.
4049
8d707a12
PA
40502015-04-10 Pedro Alves <palves@redhat.com>
4051
4052 PR gdb/18216
4053 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4054
ef713951
YQ
40552015-04-10 Yao Qi <yao.qi@linaro.org>
4056
4057 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4058 (test_add_rn_pc): New function.
4059 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4060 (top level): Invoke test_add_rn_pc.
4061
906d60cf
PA
40622015-04-10 Pedro Alves <palves@redhat.com>
4063
4064 PR gdb/13858
4065 * gdb.base/step-over-no-symbols.exp: New file.
4066
f2983cc3
AW
40672015-04-09 Andy Wingo <wingo@igalia.com>
4068
4069 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4070 after the Python tests.
4071
6d62641c
SDJ
40722015-04-08 Keith Seitz <keiths@redhat.com>
4073
4074 PR python/16699
4075 * gdb.python/py-completion.exp: New tests for completion.
4076 * gdb.python/py-completion.py (CompleteLimit1): New class.
4077 (CompleteLimit2): Likewise.
4078 (CompleteLimit3): Likewise.
4079 (CompleteLimit4): Likewise.
4080 (CompleteLimit5): Likewise.
4081 (CompleteLimit6): Likewise.
4082 (CompleteLimit7): Likewise.
4083
f3770638
PA
40842015-04-08 Pedro Alves <palves@redhat.com>
4085
4086 PR gdb/18214
4087 PR gdb/18216
4088 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4089 function.
4090 (main): Install it as SIGUSR1 handler.
4091 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4092 parameter. Always use "setup" as prefix. Toggle "set
4093 displaced-stepping" off/on depending on global. Don't switch to
4094 thread 1 here.
4095 (top level): Add displaced stepping "off/on" test axis. Update
4096 "setup" calls. Wrap each subtest with with_test_prefix. Test
4097 continuing with a queued signal in each thread.
4098
4496bed7
PA
40992015-04-08 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4102 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4103 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4104 Return early if running to main fails.
4105 * gdb.trace/while-stepping.exp: Likewise.
4106
b97fde92
PA
41072015-04-07 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4110 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4111 interact with inferior program.
4112
f71c18e7
PA
41132015-04-07 Pedro Alves <palves@redhat.com>
4114
4115 * lib/gdb.exp (inferior_spawn_id): New global.
4116 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4117 spawn id after processing the user code.
4118 (default_gdb_start): Set inferior_spawn_id.
4119 (send_inferior): New procedure.
4120 * lib/gdbserver-support.exp (gdbserver_start): Set
4121 inferior_spawn_id.
4122 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4123
6423214f
PA
41242015-04-07 Pedro Alves <palves@redhat.com>
4125
4126 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4127 * lib/gdbserver-support.exp (gdbserver_start): Make
4128 $server_spawn_id global.
4129 (gdbserver_start): Don't wait for gdbserver's spawn id with
4130 expect_background.
4131 (close_gdbserver): New procedure.
4132 (gdb_exit): Rename the default version and reimplement.
4133
71c0ee8c
PA
41342015-04-07 Pedro Alves <palves@redhat.com>
4135
72f4393d 4136 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4137 append the substituted item, not the original item.
4138
203bc29b
PA
41392015-04-07 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4142 gdb_expect.
4143
508a3ddf
PA
41442015-04-07 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4147 output appearing once only.
4148
9f6dbe2b
PA
41492015-04-07 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4152 that doesn't expect anything. Return early if running to main
4153 fails.
4154
337532fa
YQ
41552015-04-07 Yao Qi <yao.qi@linaro.org>
4156
4157 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4158 (child_function): Call alarm.
4159 (main): Move call to alarm into the loop.
4160 * gdb.threads/non-stop-fair-events.exp: Build program with
4161 -DTIMEOUT=$timeout.
4162
01b622d4
DE
41632015-04-06 Doug Evans <xdje42@gmail.com>
4164
4165 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4166 Fix dest parameter to board_info.
4167 (fpc_compile): Ditto.
4168 (gdb_compile_pascal): Rename dest arg to destfile.
4169
961f4160
PMR
41702015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4171
4172 * gdb.ada/funcall_ref.exp: New file.
4173 * gdb.ada/funcall_ref/foo.adb: New file.
4174
cafda597
YQ
41752015-04-02 Yao Qi <yao.qi@linaro.org>
4176
4177 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4178 is remote.
4179
fed040c6
GB
41802015-04-02 Gary Benson <gbenson@redhat.com>
4181
4182 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4183
d11916aa
SS
41842015-04-01 Sasha Smundak <asmundak@google.com>
4185
4186 * gdb.python/py-unwind-maint.c: New file.
4187 * gdb.python/py-unwind-maint.exp: New test.
4188 * gdb.python/py-unwind-maint.py: New file.
4189 * gdb.python/py-unwind.c: New file.
4190 * gdb.python/py-unwind.exp: New test.
4191 * gdb.python/py-unwind.py: New test.
4192
a1471180
PA
41932015-04-01 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4196 to fail instead of non-existent $test.
4197
0bbeccb1
PA
41982015-04-01 Pedro Alves <palves@redhat.com>
4199
4200 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4201 GDBFLAGS if not empty.
4202
3c724c8c
PMR
42032015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4204
4205 * gdb.ada/complete.exp: Remove "multi_line".
4206 * gdb.ada/info_exc.exp: Remove "multi_line".
4207 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4208 * gdb.ada/ptype_field.exp: Remove "multi_line".
4209 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4210 * gdb.ada/tagged.exp: Remove "multi_line".
4211 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4212 [multi_line ...]
4213 * gdb.btrace/delta.exp: Likewise.
4214 * gdb.btrace/exception.exp: Likewise.
4215 * gdb.btrace/function_call_history.exp: Likewise.
4216 * gdb.btrace/instruction_history.exp: Likewise.
4217 * gdb.btrace/nohist.exp: Likewise.
4218 * gdb.btrace/record_goto.exp: Likewise.
4219 * gdb.btrace/segv.exp: Likewise.
4220 * gdb.btrace/stepi.exp: Likewise.
4221 * gdb.btrace/tailcall.exp: Likewise.
4222 * gdb.btrace/unknown_functions.exp: Likewise.
4223 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4224 * lib/gdb.exp: Add the "multi_line" helper.
4225
4eec2deb
PA
42262015-04-01 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.threads/tid-reuse.c: New file.
4229 * gdb.threads/tid-reuse.exp: New file.
4230
df8411da
SDJ
42312015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4232
4233 PR corefiles/16092
4234 * gdb.base/coredump-filter.c: New file.
4235 * gdb.base/coredump-filter.exp: Likewise.
4236
6ef37366
PM
42372015-03-27 Petr Machata <pmachata@redhat.com>
4238
4239 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4240 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4241 (Dwarf::assemble): Initialize them.
4242 (Dwarf::lines): New function.
4243
7ec911b0
JT
42442015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4245
4246 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4247 SYMBOL_PREFIX for x86_64-*-cygwin.
4248
ff908ebf
AW
42492015-03-26 Andy Wingo <wingo@igalia.com>
4250
4251 PR symtab/18148
4252 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4253 const_value but not a location.
4254 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4255 location defined in non-main CUs are visible.
4256
6d5f0679
YQ
42572015-03-26 Yao Qi <yao.qi@linaro.org>
4258
4259 PR testsuite/18139
4260 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4261 Add a line number entry for the same line.
4262 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4263 Add a line number entry for the same line.
4264
2898689b
YQ
42652015-03-26 Yao Qi <yao.qi@linaro.org>
4266
4267 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4268 .int 0.
4269 (func): Likewise. Add .Lfunc_1 label.
4270 Use .Lfunc_1 label.
4271 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4272 .int 0.
4273 (func): Likewise.
4274 Use .Lfunc_1 label.
4275
85180498
YQ
42762015-03-26 Yao Qi <yao.qi@linaro.org>
4277
4278 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4279 Call gdb_compile instead to compile each .s files without debug
4280 information.
4281
8aa08a8d
YQ
42822015-03-26 Yao Qi <yao.qi@linaro.org>
4283
4284 * gdb.base/savedregs.exp (process_saved_regs): Make
4285 "Saved registers:" optional in the pattern.
4286
66849923
MM
42872015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4288
4289 * gdb.btrace/next.exp: Merged into step.exp.
4290 * gdb.btrace/finish.exp: Merged into step.exp.
4291 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4292 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4293 "record goto" and checking the exact replay position.
4294 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4295 check for "Recording format" in "info record" output.
4296 * gdb.btrace/record_goto.exp: Choose test file based on target.
4297 * gdb.btrace/x86-record_goto.S: Renamed into ...
4298 * gdb.btrace/x86_64-record_goto.S: ... this.
4299 * gdb.btrace/i686-record_goto.S: New.
4300 * gdb.btrace/x86-tailcall.S: Renamed into ...
4301 * gdb.btrace/x86_64-tailcall.S: ... this.
4302 * gdb.btrace/i686-tailcall.S: New.
4303 * gdb.btrace/x86-tailcall.c: Renamed into ...
4304 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4305 separate statements. Update test.
4306 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4307 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4308 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4309 * gdb.btrace/tailcall.exp: Choose test file based on target.
4310 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4311
11cc1b74
MM
43122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4313
4314 * gdb.btrace/exception.exp: Increase BTS buffer size.
4315
a25d8bf9
PA
43162015-03-24 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4319
856e7dd6
PA
43202015-03-24 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.threads/schedlock.exp (test_step): No longer expect that
4323 "set scheduler-locking step" with "next" over a function call runs
4324 threads unlocked.
4325
ad235a41
AT
43262015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4327
4328 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4329
15630549
AT
43302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4331
4332 PR breakpoints/16466
4333 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4334 * gdb.mi/mi-pending.c (thread_func): New function.
4335 (int main): Add threading support required.
4336 * gdb.mi/mi-pending.exp: Add tests for this issue.
4337 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4338 (pendfunc2): Remove stdio dependency.
4339 * gdb.mi/mi-pendshr2.c: New file.
4340
693dca06
KS
43412015-03-23 Keith Seitz <keiths@redhat.com>
4342
4343 * gdb.linespec/keywords.c: New file.
4344 * gdb.linespec/keywords.exp: New file.
4345
7e993ebf
KS
43462015-03-23 Keith Seitz <keiths@redhat.com>
4347
4348 PR gdb/18021
4349 * gdb.dwarf2/staticvirtual.exp: New test.
4350
bc23328c
JK
43512015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4354 * README: Remove HP-UX and gdb.hp.
4355 (configuration):
4356 * configure: Regenerate.
4357 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4358 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4359 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4360 gdb.hp/gdb.defects/Makefile.
4361 * gdb.hp/Makefile.in: File deleted.
4362 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4363 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4364 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4365 * gdb.hp/gdb.aCC/run.c: File deleted.
4366 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4367 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4368 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4369 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4370 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4371 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4372 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4373 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4374 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4375 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4376 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4377 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4378 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4379 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4380 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4381 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4382 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4383 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4384 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4385 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4386 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4387 * gdb.hp/gdb.compat/average.c: File deleted.
4388 * gdb.hp/gdb.compat/sum.c: File deleted.
4389 * gdb.hp/gdb.compat/xdb.c: File deleted.
4390 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4391 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4392 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4393 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4394 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4395 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4396 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4397 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4398 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4399 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4400 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4401 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4402 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4403 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4404 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4405 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4406 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4407 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4408 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4409 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4410 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4411 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4412 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4413 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4414 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4415 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4416 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4417 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4418 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4419 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4420 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4421 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4422 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4423 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4424 * gdb.hp/tools/odump: File deleted.
4425
8bf3b159
PA
44262015-03-19 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4429 (saw_thread_3): New globals.
4430 (top level): Increment them when an event for the corresponding
4431 thread is seen.
4432 (no thread starvation): New test.
4433
eb54c8bf
PA
44342015-03-19 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.threads/continue-pending-status.c: New file.
4437 * gdb.threads/continue-pending-status.exp: New file.
4438
32d2e5d6
PA
44392015-03-18 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4442 Use gdb_is_target_remote instead of is_remote. Use
4443 gdb_test_multiple instead of gdb_expect. Exit early if
4444 gdb_test_multiple hits its internal matches. Tighten stepi tests
4445 expected output. Fail on exit with any signal, instead of just
4446 SIGILL.
4447
f68f11b7
YQ
44482015-03-18 Yao Qi <yao.qi@linaro.org>
4449
4450 PR tdep/18107
4451 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4452 variable.
4453 * gdb.base/catch-syscall.exp: Don't skip it on
4454 aarch64*-*-linux* target. Remove elements in all_syscalls.
4455 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4456 target.
4457 (setup_all_syscalls): New proc.
4458
ca5fd19b
YQ
44592015-03-16 Yao Qi <yao.qi@linaro.org>
4460
4461 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4462 (top level): Skip tests if valid_addr_p returns false for
4463 $cmd1 or $cmd2.
4464
85642ba0
AW
44652015-03-11 Andy Wingo <wingo@igalia.com>
4466
4467 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4468
e03f9645
YQ
44692015-03-11 Yao Qi <yao.qi@linaro.org>
4470
4471 * gdb.base/catch-syscall.exp: Fix typo in comments.
4472
5d0962b2
YQ
44732015-03-11 Yao Qi <yao.qi@linaro.org>
4474
4475 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4476
b2df3cef
PA
44772015-03-09 Pedro Alves <palves@redhat.com>
4478
4479 * dg-extract-results.py: Delete.
4480
ef878e53
PA
44812015-03-09 Pedro Alves <palves@redhat.com>
4482
4483 Merge dg-extract-results.sh from GCC upstream (r218843).
4484
4485 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4486 * dg-extract-results.sh: Use --text with grep to avoid issues with
4487 binary files. Fall back to cat -v, if that doesn't work.
4488
9494d219
PA
44892015-03-05 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4492
a8d9763a
SM
44932015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4494
4495 * lib/mi-support.exp (mi_expect_interrupt): Accept
4496 alternative event for when in all-stop mode.
4497
be9957b8
PA
44982015-03-04 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4501
d57be0f4 45022015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4503
4504 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4505
c214c7cf
AA
45062015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4507
4508 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4509 regexps for GDB's current line display, accept a hex address
4510 preceding the line number.
4511
6d74a497
AA
45122015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4513
4514 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4515 the 'arch1' variable for "s390*-linux*" targets.
4516
511aee7c
PA
45172015-03-04 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4520 (main): Pass missing retval argument to pthread_join call.
4521
95e50b27
PA
45222015-03-02 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4525 (top level): Call do_test with non-stop as well.
4526
28054d69
PA
45272015-03-02 Pedro Alves <palves@redhat.com>
4528
4529 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4530 -1.
4531
4fa5d7b4
AA
45322015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4533
4534 * gdb.arch/s390-vregs.exp: New test.
4535 * gdb.arch/s390-vregs.S: New file.
4536
97c18565
PA
45372015-02-27 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4540 call to catch_command_errors.
4541 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4542 catch_command_errors.
4543
a37bfa30
PA
45442015-02-27 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4547 "true" for boolean result.
4548 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4549 prototype of main.
4550
6f98576f
PA
45512015-02-27 Pedro Alves <palves@redhat.com>
4552
4553 * lib/unbuffer_output.c: New file.
4554 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4555 (main): Call gdb_unbuffer_output.
4556
eba5ab56
YQ
45572015-02-27 Yao Qi <yao.qi@linaro.org>
4558
4559 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4560 target.
4561
0def5aaa
DE
45622015-02-26 Doug Evans <dje@google.com>
4563
4564 * gdb.cp/class2.cc (Dbase, D): New classes.
4565 (main): New local delta.
4566 * gdb.cp/class2.exp: Test printing delta.
4567 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4568 (dynbar): New global.
4569 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4570
081a1c2c
JK
45712015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4572
4573 * gdb.compile/compile-ifunc.c: New file.
4574 * gdb.compile/compile-ifunc.exp: New file.
4575
2f41223f
AT
45762015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4577
4578 * gdb.base/structs.exp: Check for correct struct on finish.
4579
03eddd80
YQ
45802015-02-26 Yao Qi <yao.qi@linaro.org>
4581
4582 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4583 is zero.
4584
80c57053
JK
45852015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 * gdb.arch/cordic.ko.bz2: New file.
4588 * gdb.arch/cordic.ko.debug.bz2: New file.
4589 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4590
21613c12
YQ
45912015-02-25 Yao Qi <yao.qi@linaro.org>
4592
4593 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4594 aarch64*-*-* target.
4595
d8b901ed
PA
45962015-02-23 Pedro Alves <palves@redhat.com>
4597
4598 * lib/gdb.exp (delete_breakpoints): Rewrite using
4599 gdb_test_multiple.
4600
e5b85ead
PA
46012015-02-23 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/info-os.c: Include stdlib.h.
4604
85c3a371
DE
46052015-02-22 Doug Evans <xdje42@gmail.com>
4606
4607 PR symtab/17855
4608 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4609 is read after symbols have been re-read.
4610 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4611 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4612
96553a0c
DE
46132015-02-21 Doug Evans <dje@google.com>
4614
4615 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4616
97a0c697
JK
46172015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 PR corefiles/17808
4620 * gdb.arch/i386-biarch-core.core.bz2: New file.
4621 * gdb.arch/i386-biarch-core.exp: New file.
4622
a47cd6e9
PA
46232015-02-21 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4626 runto_main fails.
4627
c5facdc4
PA
46282015-02-20 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4631 info probes.
4632
2db9a427
PA
46332015-02-20 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4636
60fb7e9e
PA
46372015-02-20 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4640 clean_restart before gdb_target_supports_trace.
4641
5c5019c2
PA
46422015-02-20 Pedro Alves <palves@redhat.com>
4643
4644 PR threads/18006
4645 * gdb.threads/clone-thread_db.c: New file.
4646 * gdb.threads/clone-thread_db.exp: New file.
4647
c9587f88
AT
46482015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4649
4650 PR breakpoints/16812
4651 * gdb.base/catch-gdb-caused-signals.c: New file.
4652 * gdb.base/catch-gdb-caused-signals.exp: New file.
4653
f6a88844
JM
46542015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4655
4656 * configure: Regenerated.
4657 * configure.ac: Use GDB_AC_TRANSFORM.
4658 * aclocal.m4: sinclude ../transform.m4.
4659
497c491b
JM
46602015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4661
4662 * lib/dtrace.exp: New file.
4663 * gdb.base/dtrace-probe.exp: Likewise.
4664 * gdb.base/dtrace-probe.d: Likewise.
4665 * gdb.base/dtrace-probe.c: Likewise.
4666 * lib/pdtrace.in: Likewise.
4667 * configure.ac: Output variables with the transformed names of
4668 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4669 * configure: Regenerated.
4670
03e98035
JM
46712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4672
4673 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4674 expected message when trying to access $_probe_* convenience
4675 variables while not on a probe.
4676
63cc30e9
JK
46772015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4680
0703599a
PA
46812015-02-11 Pedro Alves <pedro@codesourcery.com>
4682
4683 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4684 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4685
7e60a48e
DE
46862015-02-10 Doug Evans <xdje42@gmail.com>
4687
4688 * lib/gdb.exp (gdb_load): Always return a result.
4689
01b088bc
PA
46902015-02-10 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.threads/signal-sigtrap.c: New file.
4693 * gdb.threads/signal-sigtrap.exp: New file.
4694
b05ec7a5
AT
46952015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4696
4697 * gdb.trace/no-attach-trace.c: New file.
4698 * gdb.trace/no-attach-trace.exp: New file.
4699
a2c2acaf
MW
47002015-02-09 Mark Wielaard <mjw@redhat.com>
4701
4702 * gdb.dwarf2/atomic.c: New file.
4703 * gdb.dwarf2/atomic-type.exp: Likewise.
4704
31fd9caa
MM
47052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4706
4707 * gdb.btrace/buffer-size.exp: Update "info record" output.
4708 * gdb.btrace/delta.exp: Update "info record" output.
4709 * gdb.btrace/enable.exp: Update "info record" output.
4710 * gdb.btrace/finish.exp: Update "info record" output.
4711 * gdb.btrace/instruction_history.exp: Update "info record" output.
4712 * gdb.btrace/next.exp: Update "info record" output.
4713 * gdb.btrace/nexti.exp: Update "info record" output.
4714 * gdb.btrace/step.exp: Update "info record" output.
4715 * gdb.btrace/stepi.exp: Update "info record" output.
4716 * gdb.btrace/nohist.exp: Update "info record" output.
4717
d33501a5
MM
47182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4719
4720 * gdb.btrace/buffer-size: New.
4721
f4abbc16
MM
47222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4723
4724 * gdb.btrace/delta.exp: Update "info record" output.
4725 * gdb.btrace/enable.exp: Update "info record" output.
4726 * gdb.btrace/finish.exp: Update "info record" output.
4727 * gdb.btrace/instruction_history.exp: Update "info record" output.
4728 * gdb.btrace/next.exp: Update "info record" output.
4729 * gdb.btrace/nexti.exp: Update "info record" output.
4730 * gdb.btrace/step.exp: Update "info record" output.
4731 * gdb.btrace/stepi.exp: Update "info record" output.
4732 * gdb.btrace/nohist.exp: Update "info record" output.
4733
b9d61307
SM
47342015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4735
4736 PR gdb/15678
4737 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4738
e584fdbc
PA
47392015-02-06 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4742 macro.
4743 (seconds_left, again): New globals.
4744 (main): Wait seconds_left in a 1-second sleep loop instead of
4745 sleeping 180 seconds. If 'again' is set, reset the seconds
4746 counter.
4747 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4748 'again' in the inferior before detaching. Print the seconds left.
4749 (options): New global.
4750 (top level): Build program with -DTIMEOUT=$timeout.
4751
77f41761
PA
47522015-02-06 Pedro Alves <palves@redhat.com>
4753
4754 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4755 determine how many seconds to pass to 'alarm'.
4756 * gdb.base/gdb-sigterm.exp (top level): Build program with
4757 -DTIMEOUT=$timeout.
4758 (do_test): Return success/failure indication. Add more verbose
4759 logging. Don't fail if 200 single steps are seen. Instead, fail
4760 when the test times out.
4761 (passes): New global.
4762 (top level): Break the testing loop if testing fails on any
4763 iteration. Use gdb_assert.
4764
b9394193
DB
47652015-02-04 Don Breazeal <donb@codesourcery.com>
4766
4767 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4768 and initialize them.
4769 (ipc_cleanup): New function.
4770 (main): Don't declare shmid, semid, and msqid. Add a call to
4771 atexit so that we call ipc_cleanup on exit.
4772
42d9e528
PA
47732015-02-04 Pedro Alves <palves@redhat.com>
4774
4775 * boards/native-extended-gdbserver.exp: Remove any target variant
4776 specifications from the board name before clearing the isremote
4777 flag from board_info.
4778
ae6ae975
DE
47792015-01-31 Doug Evans <xdje42@gmail.com>
4780
4781 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4782
cfb069a8
GB
47832015-01-31 Gary Benson <gbenson@redhat.com>
4784
4785 * gdb.base/completion.exp: Disable completion limiting for
4786 existing tests. Add new tests to check completion limiting.
4787 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4788
5dd31d79
DE
47892015-01-31 Doug Evans <xdje42@gmail.com>
4790
4791 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4792
9f050062
DE
47932015-01-31 Doug Evans <xdje42@gmail.com>
4794
4795 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4796 entries. Duplicate file section script entries.
4797 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4798 inlined entries. Add test for safe-path rejection.
4799 * gdb.python/py-section-script.c: Add duplicate inlined section script
4800 entries. Duplicate file section script entries.
4801 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4802 inlined entries. Add test for safe-path rejection.
4803
df25ebbd
JB
48042015-01-29 Joel Brobecker <brobecker@adacore.com>
4805
4806 * gdb.ada/disc_arr_bound: New testcase.
4807
4a0ca9ec
JB
48082015-01-29 Joel Brobecker <brobecker@adacore.com>
4809
4810 * gdb.ada/mi_var_array: New testcase.
4811
3a8b707a
DE
48122015-01-27 Doug Evans <dje@google.com>
4813
4814 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4815 Add test for objfile.filename, objfile.username after objfile
4816 has been unloaded.
4817
f8313f6e
JB
48182015-01-26 Joel Brobecker <brobecker@adacore.com>
4819
4820 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4821 the second test to print the name attribute of value
4822 returned by the call to gdb.lookup_type, and adjust
4823 the expected output accordingly.
4824
37bc665e
MW
48252015-01-25 Mark Wielaard <mjw@redhat.com>
4826
4827 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4828 * gdb.base/disp-step-fork.c: Include unistd.h.
4829 * gdb.base/siginfo-obj.c: Include stdio.h.
4830 * gdb.base/siginfo-thread.c: Likewise.
4831 * gdb.mi/non-stop.c: Include unistd.h.
4832 * gdb.mi/nsthrexec.c: Include stdio.h.
4833 * gdb.mi/pthreads.c: Include unistd.h.
4834 * gdb.modula2/unbounded1.c (main): Declare returns int.
4835 * gdb.reverse/consecutive-reverse.c: Likewise.
4836 * gdb.threads/create-fail.c: Include unistd.h.
4837 * gdb.threads/killed.c: Likewise.
4838 * gdb.threads/linux-dp.c: Likewise.
4839 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4840 * gdb.threads/non-ldr-exc-2.c: Likewise.
4841 * gdb.threads/non-ldr-exc-3.c: Likewise.
4842 * gdb.threads/non-ldr-exc-4.c: Likewise.
4843 * gdb.threads/pthreads.c: Include unistd.h.
4844 (main): Declare returns int.
4845 * gdb.threads/tls-main.c (foo): New declaration.
4846 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4847
f7e5394d
SM
48482015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4849
4850 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4851 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4852
743649fd
MW
48532015-01-15 Mark Wielaard <mjw@redhat.com>
4854
4855 * gdb.base/noreturn-return.c: New file.
4856 * gdb.base/noreturn-return.exp: New file.
4857 * gdb.base/noreturn-finish.c: New file.
4858 * gdb.base/noreturn-finish.exp: New file.
4859
198297aa
PA
48602015-01-23 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.threads/continue-pending-after-query.c: New file.
4863 * gdb.threads/continue-pending-after-query.exp: New file.
4864
717cf30c
AG
48652015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4866 Simon Marchi <simon.marchi@ericsson.com>
4867
4868 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4869 * gdb.base/valgrind-db-attach.exp: Same.
4870 * gdb.base/valgrind-infcall.exp: Same.
4871 * lib/mi-support.exp (default_mi_gdb_start): Same.
4872 * lib/prompt.exp (default_prompt_gdb_start): Same.
4873 * lib/gdb.exp (default_gdb_spawn): Same.
4874 (gdb_interact): New.
4875
4876
4b62a76e
JK
48772015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4878
4879 * gdb.compile/compile.exp (pointer to jit function): New test.
4880
b4cdae6f
WW
48812015-01-17 Wei-cheng Wang <cole945@gmail.com>
4882
4883 * lib/gdb.exp (supports_process_record): Return true for
4884 powerpc*-*-linux*.
4885 (supports_reverse): Likewise.
4886
d221e7ef
DB
48872015-01-15 Don Breazeal <donb@codesourcery.com>
4888
4889 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4890 instead of checking whether the target board is remote and
4891 use spawn_wait_for_attach instead of exec/sleep.
4892 * gdb.base/attach-twice.exp: Likewise.
4893
bafffb51
JB
48942015-01-15 Joel Brobecker <brobecker@adacore.com>
4895
4896 * gdb.ada/var_arr_attrs: New testcase.
4897
5589af0e
PA
48982015-01-14 Pedro Alves <palves@redhat.com>
4899 Joel Brobecker <brobecker@adacore.com>
4900
4901 PR gdb/17525
4902 * gdb.base/bp-cmds-execution-x-script.c: New file.
4903 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4904 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4905
6c400b59
PA
49062015-01-14 Pedro Alves <palves@redhat.com>
4907
4908 PR cli/17828
4909 * gdb.base/batch-preserve-term-settings.c: New file.
4910 * gdb.base/batch-preserve-term-settings.exp: New file.
4911
e02c96a7
DE
49122015-01-13 Doug Evans <dje@google.com>
4913
4914 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4915 binary.
4916
576fd14c
JB
49172015-01-13 Joel Brobecker <brobecker@adacore.com>
4918
4919 * Makefile.in (clean mostlyclean): Do not delete *.py.
4920
04dccad0
JB
49212015-01-13 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.python/py-lookup-type.exp: New file.
4924
3d230f71
PA
49252015-01-12 Pedro Alves <palves@redhat.com>
4926
4927 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4928 restore GDBFLAGS before returning.
4929
7e67715d
JK
49302015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4933 is_amd64_regs_target and is_x86_like_target.
4934
f2e0d4b4
DE
49352015-01-11 Doug Evans <xdje42@gmail.com>
4936
4937 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4938 is given without an explicit form.
4939 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4940 attributes.
4941 * gdb.dwarf/corrupt.exp: Ditto.
4942 * gdb.dwarf2/enum-type.exp: Ditto.
4943 * gdb.trace/entry-values.exp: Ditto.
4944 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4945
439250fb
DE
49462015-01-11 Doug Evans <xdje42@gmail.com>
4947
4948 PR gdb/15830
4949 * gdb.base/maint.exp: Remove references to "maint demangle".
4950 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4951 Add tests for explicitly specifying language to demangle.
4952 * gdb.dlang/demangle.exp: Ditto.
4953
ede9f622
PA
49542015-01-09 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.threads/non-stop-fair-events.c: New file.
4957 * gdb.threads/non-stop-fair-events.exp: New file.
4958
a7b796db
PA
49592015-01-09 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4962 the global scope. Set a breakpoint after all threads are started
4963 rather than stepping over two source lines. Expect the prompt.
4964 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4965 global.
4966 (NUM): Now 15.
4967 (main): Use threads_started_barrier to wait for all threads to
4968 start. Main thread no longer calls thread_function. Exit after
4969 180 seconds.
4970 (loop): New function.
4971 (thread_function): Wait on threads_started_barrier barrier. Call
4972 'loop' at each iteration.
4973 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4974 threads have started, instead of hardcoding number of "next"
4975 steps. Use an access watchpoint instead of a write watchpoint.
4976
9665ffdd
PA
49772015-01-09 Pedro Alves <palves@redhat.com>
4978
4979 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4980 (thread_func): Wait on barrier.
4981 (main): Wait for all threads to start before stopping GDB.
4982 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4983 global.
4984 (thread1_func, thread2_func): Wait on barrier.
4985 (main): Wait for all threads to start before stopping GDB.
4986 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4987 New global.
4988 (thread1_func, thread2_func): Wait on barrier.
4989 (main): Wait for all threads to start before stopping GDB.
4990
c945a99f
PA
49912015-01-09 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.threads/attach-many-short-lived-threads.c: New file.
4994 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4995
c1a747c1
PA
49962014-01-09 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4999 instead of to thread 2.
5000 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5001 Add barrier around each pthread_create call instead of around all
5002 calls.
5003 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5004 Set a break on thread_function and have the child threads hit it
5005 one at at a time.
5006
60b3033e
PA
50072015-01-09 Pedro Alves <palves@redhat.com>
5008
5009 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5010 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5011 false.
5012 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5013 checking whether the target board is remote.
5014 * gdb.multi/multi-attach.exp: Likewise.
5015 * gdb.python/py-sync-interp.exp: Likewise.
5016 * gdb.server/ext-attach.exp: Likewise.
5017 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5018 tests that need to attach, instead of checking whether the target
5019 board is remote at the top of the file.
5020
acc018ac
YQ
50212015-01-08 Yao Qi <yao@codesourcery.com>
5022
5023 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5024
50a18af8
JK
50252015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5026
5027 Fix testcase compilation.
5028 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5029
8503d6e1
JB
50302015-01-06 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.python/py-type.exp: Add a couple test about empty
5033 array creation, and negative-length array creation.
5034
cc73dbcc
DE
50352015-01-02 Doug Evans <xdje42@gmail.com>
5036
5037 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5038
0300bbc7
DE
50392015-01-02 Doug Evans <dje@google.com>
5040
5041 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5042
9d85a0ec
YQ
50432014-12-29 Yao Qi <yao@codesourcery.com>
5044
5045 * gdb.trace/entry-values.exp: Update comments. Rename variable
5046 bar_call_foo to returned_from_foo.
5047
87186c6a
MMN
50482014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5049
5050 PR gdb/17394
5051 * gdb.linespec/break-asm-file.c: New file.
5052 * gdb.linespec/break-asm-file.exp: New file.
5053 * gdb.linespec/break-asm-file0.s: New file.
5054 * gdb.linespec/break-asm-file1.s: New file.
5055
1bab7383
YQ
50562014-12-18 Nigel Stephens <nigel@mips.com>
5057 Maciej W. Rozycki <macro@codesourcery.com>
5058
5059 * gdb.base/float.exp: Handle the new output from "info float" on
5060 MIPS targets.
5061
1bc1068a
JK
50622014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5063
5064 Fix MinGW compilation.
5065 * gdb.compile/compile-ops.exp: Update untested message if
5066 !skip_compile_feature_tests.
5067 * gdb.compile/compile-setjmp.exp: Likewise.
5068 * gdb.compile/compile-tls.exp: Likewise.
5069 * gdb.compile/compile.exp: Likewise.
5070 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5071 supported on this host".
5072
b6615d10
DE
50732014-12-16 Doug Evans <xdje42@gmail.com>
5074
5075 * boards/stabs.exp: New file.
5076
25dda427
AA
50772014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5078
5079 * gdb.base/completion.exp: Adjust to format changes of "maint
5080 print user-registers".
5081
bf330350
CU
50822014-12-16 Catalin Udma <catalin.udma@freescale.com>
5083
5084 PR server/17457
5085 * gdb.arch/aarch64-fp.c: New file.
5086 * gdb.arch/aarch64-fp.exp: New file.
5087
395cf596
SDJ
50882014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5089
5090 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5091 r210637, r210913, r211666, r215400, r215817).
5092
5093 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5094 * dg-extract-results.py: New file.
5095 * dg-extract-results.sh: Use it if the environment seems
5096 suitable.
5097
5098 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5099
5100 * dg-extract-results.py (parse_run): Handle warnings that
5101 are printed before a test harness is run.
5102
5103 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5104
5105 * dg-extract-results.py (Named): Remove __cmp__ method.
5106 (output_variation): Use a key to sort variation.harnesses.
5107
5108 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5109
5110 * dg-extract-results.py: For Python 3, force sys.stdout to
5111 handle surrogate escape sequences.
5112 (safe_open): New function.
5113 (output_segment, main): Use it.
5114
5115 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5116
5117 * dg-extract-results.py (Prog.result_re): Include options
5118 in test name.
5119
5120 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5121
5122 * dg-extract-results.py (output_variation): Always sort if
5123 do_sum.
5124
e882ef3c
SM
51252014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5126
5127 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5128 as long as we get pagination notifications.
5129
4992aa20
JM
51302014-12-15 Jason Merrill <jason@redhat.com>
5131
5132 * Makefile.in (check-gdb.%): Restore.
5133 * README: Mention it.
5134
c1b5a1a6
JB
51352014-12-13 Joel Brobecker <brobecker@adacore.com>
5136
5137 * gdb.ada/str_uninit: New testcase.
5138
5537b577
JK
51392014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5140
5141 PR symtab/17642
5142 * gdb.base/vla-stub-define.c: New file.
5143 * gdb.base/vla-stub.c: New file.
5144 * gdb.base/vla-stub.exp: New file.
5145
bb2ec1b3
TT
51462014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5147 Jan Kratochvil <jan.kratochvil@redhat.com>
5148 Tom Tromey <tromey@redhat.com>
5149
5150 * configure.ac: Add gdb.compile/.
5151 * configure: Regenerate.
5152 * gdb.compile/Makefile.in: New file.
5153 * gdb.compile/compile-ops.exp: New file.
5154 * gdb.compile/compile-ops.c: New file.
5155 * gdb.compile/compile-tls.c: New file.
5156 * gdb.compile/compile-tls.exp: New file.
5157 * gdb.compile/compile-constvar.S: New file.
5158 * gdb.compile/compile-constvar.c: New file.
5159 * gdb.compile/compile-mod.c: New file.
5160 * gdb.compile/compile-nodebug.c: New file.
5161 * gdb.compile/compile-setjmp-mod.c: New file.
5162 * gdb.compile/compile-setjmp.c: New file.
5163 * gdb.compile/compile-setjmp.exp: New file.
5164 * gdb.compile/compile-shlib.c: New file.
5165 * gdb.compile/compile.c: New file.
5166 * gdb.compile/compile.exp: New file.
5167 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5168
4ff709eb
TT
51692014-12-12 Tom Tromey <tromey@redhat.com>
5170
5171 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5172 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5173
6dddd6a5
DE
51742014-12-12 Doug Evans <dje@google.com>
5175
5176 * lib/gdb-python.exp (get_python_valueof): New function.
5177 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5178
71c24708
AA
51792014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5180
5181 * gdb.base/completion.exp: Add test for completion of "info
5182 registers ".
5183
3e29f34a
MR
51842014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5185
5186 * gdb.base/func-ptrs.c: New file.
5187 * gdb.base/func-ptrs.exp: New file.
5188
fc126975
SM
51892014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5190
5191 PR breakpoints/17012
5192 * gdb.base/dprintf-detach.c: New file.
5193 * gdb.base/dprintf-detach.exp: New file.
5194
0a46d518
SM
51952014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5196
5197 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5198 * lib/gdb.exp (target_is_gdbserver): New procedure.
5199
a0be3e44
DE
52002014-12-08 Doug Evans <dje@google.com>
5201
5202 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5203
df1b803a
YQ
52042014-12-05 Yao Qi <yao@codesourcery.com>
5205
5206 * gdb.guile/scm-error.exp: Remove the third argument to
5207 gdb_remote_download.
5208 * gdb.guile/scm-frame-args.exp: Likewise.
5209 * gdb.guile/scm-section-script.exp: Likewise.
5210
ddb9f679
YQ
52112014-12-05 Yao Qi <yao@codesourcery.com>
5212
5213 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5214
86e4ed39
DE
52152014-12-04 Doug Evans <dje@google.com>
5216
5217 * gdb.python/py-objfile.exp: Add tests for
5218 objfile.add_separate_debug_file.
5219
7c50a931
DE
52202014-12-04 Doug Evans <dje@google.com>
5221
5222 * lib/gdb.exp (get_build_id): New function.
5223 (build_id_debug_filename_get): Rewrite to use it.
5224 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5225
621661e3
MR
52262014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5227
5228 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5229 `method(long)', not just 0x0.
5230 * gdb.cp/nsalias.exp: Align code labels to 4.
5231 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5232 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5233 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5234 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5235 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5236 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5237
29f0c3b7
DE
52382014-12-02 Doug Evans <dje@google.com>
5239
e1e061e7 5240 PR symtab/17602
29f0c3b7 5241 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5242 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5243 * gdb.cp/anon-ns.exp: Update.
5244
162078c8
NB
52452014-12-02 Nick Bull <nicholaspbull@gmail.com>
5246
5247 * gdb.python/py-events.py (inferior_call_handler): New.
5248 (register_changed_handler, memory_changed_handler): New.
5249 (test_events.invoke): Register new handlers.
5250 * gdb.python/py-events.exp: Add tests for inferior call,
5251 memory_changed and register_changed events.
5252
fdb09caf
AA
52532014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5254
5255 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5256 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5257 if the linker doesn't understand this.
5258
55cfb2c4
SM
52592014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5260
5261 * gdb.python/python.exp: Change expected reply to help().
5262
9e8cd6df
YQ
52632014-12-01 Yao Qi <yao@codesourcery.com>
5264
5265 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5266 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5267 * configure: Re-generated.
5268
6c659fc2
SC
52692014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5270
5271 * gdb.cp/chained-calls.cc: New file.
5272 * gdb.cp/chained-calls.exp: New file.
5273 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5274
d7fc3181
SM
52752014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5276
5277 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5278 * gdb.dwarf2/symtab-producer.exp: Same.
5279 * gdb.gdb/python-interrupts.exp: Same.
5280 * gdb.gdb/python-selftest.exp: Same.
5281 * gdb.python/py-linetable.exp: Same.
5282 * gdb.python/py-type.exp: Same.
5283 * gdb.python/py-value-cc.exp: Same.
5284 * gdb.python/py-value.exp: Same.
5285
10e79639
YQ
52862014-11-28 Yao Qi <yao@codesourcery.com>
5287
5288 * gdb.base/break-probes.exp: Match library name prefixed with
5289 sysroot.
5290
f28a0564
SM
52912014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5292
5293 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5294 test expected output. Add parentheses for the call to print.
5295 Remove L suffix from integers.
5296
3fe1ce1d
DE
52972014-11-26 Doug Evans <dje@google.com>
5298
5299 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5300
84429e27
YQ
53012014-11-22 Yao Qi <yao@codesourcery.com>
5302
5303 * gdb.trace/entry-values.c: Remove asms.
5304 (foo): Add foo_label.
5305 (bar): Add bar_label.
5306 * gdb.trace/entry-values.exp: Remove code computing foo's
5307 length and bar's length.
5308 (Dwarf::assemble): Invoke function_range for bar and use
5309 MACRO_AT_func for foo.
5310
26741859
YQ
53112014-11-22 Yao Qi <yao@codesourcery.com>
5312
5313 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5314 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5315 Use .Lgcc43_procstart instead of gcc43.
5316
45e44d27
JB
53172014-11-21 Joel Brobecker <brobecker@adacore.com>
5318
5319 * gdb.ada/n_arr_bound: New testcase.
5320
458c8db8
SDJ
53212014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5322
5323 PR breakpoints/10737
5324 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5325 test_catch_syscall_multi_arch.
5326 (test_catch_syscall_multi_arch): New function.
5327
43f3e411
DE
53282014-11-20 Doug Evans <xdje42@gmail.com>
5329
5330 * gdb.base/maint.exp: Update expected output.
5331
0d7b2549
AA
53322014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5333
5334 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5335 4-byte instruction on S390.
5336
8908fca5
JB
53372014-11-19 Joel Brobecker <brobecker@adacore.com>
5338
5339 * gdb.ada/arr_arr: New testcase.
5340
4a46959e
JB
53412014-11-19 Joel Brobecker <brobecker@adacore.com>
5342
5343 * gdb.ada/pkd_arr_elem: New Testcase.
5344
470e2f4e
LM
53452014-11-18 Luis Machado <lgustavo@codesourcery.com>
5346
5347 * gdb.reverse/break-precsave: Expect completion message for
5348 core file reads.
5349 * gdb.reverse/consecutive-precsave.exp: Likewise.
5350 * gdb.reverse/finish-precsave.exp: Likewise.
5351 * gdb.reverse/i386-precsave.exp: Likewise.
5352 * gdb.reverse/machinestate-precsave.exp: Likewise.
5353 * gdb.reverse/sigall-precsave.exp: Likewise.
5354 * gdb.reverse/solib-precsave.exp: Likewise.
5355 * gdb.reverse/step-precsave.exp: Likewise.
5356 * gdb.reverse/until-precsave.exp: Likewise.
5357 * gdb.reverse/watch-precsave.exp: Likewise.
5358
a267f3ad
AA
53592014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5360
5361 * gdb.base/bp-permanent.c: Include unistd.h.
5362 * gdb.python/py-framefilter-mi.c (main): Add return type.
5363 * gdb.python/py-framefilter.c (main): Likewise.
5364 * gdb.trace/actions-changed.c (main): Likewise.
5365
12084a9a
AA
53662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5367
5368 * gdb.mi/until.c: Add eye-catchers.
5369 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5370 line numbers.
5371
dc7e1a77
AA
53722014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5373
5374 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5375 function header variants in break1.c.
5376 * gdb.base/ena-dis-br.exp: Likewise.
5377 * gdb.base/hbreak2.exp: Likewise.
5378 * gdb.reverse/until-precsave.exp: Drop references to removed
5379 non-prototype function header variants in ur1.c.
5380 * gdb.reverse/until-reverse.exp: Likewise.
5381
41c77605
PM
53822014-11-17 Petr Machata <pmachata@redhat.com>
5383
5384 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5385 ${_cu_offset_size} bytes abbrev offset.
5386
34248c3a
DE
53872014-11-15 Doug Evans <xdje42@gmail.com>
5388
5389 PR symtab/17559
5390 * gdb.base/line-symtabs.exp: New file.
5391 * gdb.base/line-symtabs.c: New file.
5392 * gdb.base/line-symtabs.h: New file.
5393
646da059
YQ
53942014-11-14 Yao Qi <yao@codesourcery.com>
5395
5396 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5397 (func): Add label func_label.
5398 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5399 Replace low_pc and high_pc with MACRO_AT_range.
5400 Replace name, low_pc and high_pc with MACRO_AT_func.
5401
9301ebe6
YQ
54022014-11-14 Yao Qi <yao@codesourcery.com>
5403
5404 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5405 Replace name, low_pc and high_pc with MACRO_AT_func.
5406
f166b542
YQ
54072014-11-14 Yao Qi <yao@codesourcery.com>
5408
5409 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5410 produce debug information.
5411 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5412
0f6e71e3
YQ
54132014-11-14 Yao Qi <yao@codesourcery.com>
5414
5415 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5416 object and get function length.
5417 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5418 with MACRO_AT_func.
5419 (top-level): Replace gdb_compile and clean_restart with
5420 prepare_for_testing.
5421 * gdb.dwarf2/main.c (main): Add label main_label.
5422
876c4df9
YQ
54232014-11-14 Yao Qi <yao@codesourcery.com>
5424
5425 * lib/dwarf.exp (function_range): New procedure.
5426 (Dwarf::_handle_macro_at_func): New procedure.
5427 (Dwarf::_handle_macro_at_range): New procedure.
5428 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5429
02ad9cf1
YQ
54302014-11-14 Yao Qi <yao@codesourcery.com>
5431
5432 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5433 (_handle_attribute): New procedure.
5434
a59add0c
AA
54352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5436
5437 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5438 * gdb.base/call-sc.c (zed): Likewise.
5439 * gdb.base/checkpoint.c (main): Likewise.
5440 * gdb.base/dump.c (main): Likewise.
5441 * gdb.base/gcore.c (main): Likewise.
5442 * gdb.base/huge.c (main): Likewise.
5443 * gdb.base/multi-forks.c (main): Likewise.
5444 * gdb.base/pr10179-a.c (main): Likewise.
5445 * gdb.base/savedregs.c (main): Likewise.
5446 * gdb.base/sigaltstack.c (main): Likewise.
5447 * gdb.base/siginfo.c (main): Likewise.
5448 * gdb.base/structs.c (zed): Likewise.
5449 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5450 * gdb.mi/mi-syn-frame.c (main): Likewise.
5451 * gdb.mi/until.c (foo, main): Likewise.
5452 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5453 * gdb.base/solib-weak.c (foo): Declare.
5454 * gdb.base/attach-twice.c: Include stdio.h.
5455 * gdb.base/weaklib1.c: Likewise.
5456 * gdb.base/weaklib2.c: Likewise.
5457 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5458 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5459 unistd.h.
5460 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5461 * gdb.mi/mi-exit-code.c: Likewise.
5462 * gdb.base/break-interp-lib.c: Include string.h.
5463 * gdb.base/coremaker.c: Likewise.
5464 * gdb.base/testenv.c: Likewise.
5465 * gdb.python/py-finish-breakpoint.c: Likewise.
5466 * gdb.base/inferior-died.c: Include sys/wait.h.
5467 * gdb.base/fileio.c: Include time.h.
5468 * gdb.base/async-shell.c: Include unistd.h.
5469 * gdb.base/dprintf-non-stop.c: Likewise.
5470 * gdb.base/info-os.c: Likewise.
5471 * gdb.mi/mi-console.c: Likewise.
5472 * gdb.mi/watch-nonstop.c: Likewise.
5473 * gdb.python/py-events.c: Likewise.
5474 * gdb.base/async.c (baz): Move up before its invocation.
5475 * gdb.base/code_elim2.c (my_global_func): Likewise.
5476 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5477 * gdb.base/advance.c (func2): Likewise.
5478
3b5d5997
AA
54792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5480
5481 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5482 variant.
5483 * gdb.base/annota3.c: Likewise.
5484 * gdb.base/async.c: Likewise.
5485 * gdb.base/average.c: Likewise.
5486 * gdb.base/call-ar-st.c: Likewise.
5487 * gdb.base/call-rt-st.c: Likewise.
5488 * gdb.base/call-sc.c: Likewise.
5489 * gdb.base/call-strs.c: Likewise.
5490 * gdb.base/ending-run.c: Likewise.
5491 * gdb.base/execd-prog.c: Likewise.
5492 * gdb.base/exprs.c: Likewise.
5493 * gdb.base/foll-exec.c: Likewise.
5494 * gdb.base/foll-fork.c: Likewise.
5495 * gdb.base/foll-vfork.c: Likewise.
5496 * gdb.base/funcargs.c: Likewise.
5497 * gdb.base/gcore.c: Likewise.
5498 * gdb.base/jump.c: Likewise.
5499 * gdb.base/langs0.c: Likewise.
5500 * gdb.base/langs1.c: Likewise.
5501 * gdb.base/langs2.c: Likewise.
5502 * gdb.base/mips_pro.c: Likewise.
5503 * gdb.base/nodebug.c: Likewise.
5504 * gdb.base/opaque0.c: Likewise.
5505 * gdb.base/opaque1.c: Likewise.
5506 * gdb.base/recurse.c: Likewise.
5507 * gdb.base/run.c: Likewise.
5508 * gdb.base/scope0.c: Likewise.
5509 * gdb.base/scope1.c: Likewise.
5510 * gdb.base/setshow.c: Likewise.
5511 * gdb.base/setvar.c: Likewise.
5512 * gdb.base/shmain.c: Likewise.
5513 * gdb.base/shr1.c: Likewise.
5514 * gdb.base/shr2.c: Likewise.
5515 * gdb.base/sigall.c: Likewise.
5516 * gdb.base/signals.c: Likewise.
5517 * gdb.base/so-indr-cl.c: Likewise.
5518 * gdb.base/solib2.c: Likewise.
5519 * gdb.base/structs.c: Likewise.
5520 * gdb.base/sum.c: Likewise.
5521 * gdb.base/vforked-prog.c: Likewise.
5522 * gdb.base/watchpoint.c: Likewise.
5523 * gdb.reverse/shr2.c: Likewise.
5524 * gdb.reverse/until-reverse.c: Likewise.
5525 * gdb.reverse/ur1.c: Likewise.
5526 * gdb.reverse/watch-reverse.c: Likewise.
5527
066a77c5
AA
55282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5529
5530 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5531 variant.
5532 * gdb.base/sepdebug.exp: Drop references to removed code.
5533
4f204ea5
AA
55342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5535
5536 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5537 variant. Preserve original line numbering.
5538 * gdb.base/list1.c: Likewise.
5539
3b377a3a
AA
55402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5541
5542 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5543 variant.
5544 * gdb.base/break1.c: Likewise.
5545 * gdb.base/break.exp: Drop references to removed code.
5546
e444df73
AA
55472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5548
5549 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5550 variant.
5551
8008f2a7
AA
55522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5553
5554 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5555
a5a06887
AA
55562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5557
5558 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5559 logic into perform_all_tests() and invoke it with and without
5560 function header prototypes.
5561 (do_function_calls): Remove conditional XFAIL for PR 5318.
5562 (rerun_and_prepare): Remove duplicate code.
5563 (perform_all_tests): New. Main logic moved here.
5564
44dba9b9
AA
55652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5566
5567 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5568 code guarded by #ifdef NO_PROTOTYPES.
5569 (t_double_many_args): Likewise.
5570 (DEF_FUNC_MANY_ARGS_1): Likewise.
5571 (DEF_FUNC_VALUES_1): Likewise.
5572 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5573 guarded by #ifdef PROTOTYPES.
5574
d1fbcd56
AA
55752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5576
5577 * gdb.mi/mi-console.c: Add eye-catcher.
5578 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5579 instead of literal line number.
5580
b0e59b8f
AA
55812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5582
5583 * gdb.base/shr2.c: Add eye-catcher.
5584 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5585 line number.
5586
78f98cca
AA
55872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5588
5589 * gdb.base/jump.c: Add eye-catchers.
5590 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5591 numbers.
5592
58fa2af0
AA
55932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5594
5595 * gdb.base/execd-prog.c: Add eye-catchers.
5596 * gdb.base/foll-exec.c: Likewise.
5597 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5598 line numbers.
5599
04e5059b
AA
56002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5601
5602 * gdb.base/ending-run.c: Add eye-catchers.
5603 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5604 literal line numbers.
5605
dbfdb174
AA
56062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5607
5608 * gdb.base/call-rt-st.c: Add eye-catchers.
5609 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5610 literal line numbers.
5611
888a2ade
AA
56122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5613
5614 * gdb.base/call-ar-st.c: Add eye-catchers.
5615 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5616 literal line numbers.
5617
6acc2dde
AA
56182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5619
5620 * gdb.base/average.c: Add eye-catchers.
5621 * gdb.base/sum.c: Likewise.
5622 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5623 regexps dynamically.
5624
9ecfcd1d
AA
56252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5626
5627 * gdb.base/solib1.c: Add eye-catchers.
5628 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5629 literal line numbers.
5630
78708b7c
PA
56312014-11-12 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5634 leader has exited.
5635
af48d08f
PA
56362014-11-12 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.arch/i386-bp_permanent.c: New file.
5639 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5640 (srcfile): Set to i386-bp_permanent.c.
5641 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5642 that stepi does not execute the 'leave' instruction, instead of
5643 testing it does execute.
5644 * gdb.base/bp-permanent.c: New file.
5645 * gdb.base/bp-permanent.exp: New file.
5646
af3768e9
DE
56472014-11-10 Doug Evans <xdje42@gmail.com>
5648
5649 PR symtab/17564
5650 * gdb.base/symtab-search-order.exp: New file.
5651 * gdb.base/symtab-search-order.c: New file.
5652 * gdb.base/symtab-search-order-1.c: New file.
5653 * gdb.base/symtab-search-order-shlib-1.c: New file.
5654
9de00a4a
PA
56552014-11-07 Pedro Alves <palves@redhat.com>
5656
5657 PR gdb/17511
5658 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5659 i?86-*-linux*.
5660
e0f52461
SC
56612014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5662
5663 PR c++/17494
5664 * gdb.cp/pr17494.cc: New file.
5665 * gdb.cp/pr17494.exp: New file.
5666
6ce8c980
YQ
56672014-11-02 Yao Qi <yao@codesourcery.com>
5668
5669 * gdb.python/python.exp: Get working directory and match the
5670 output of "set extended-prompt \\w " with it.
5671
02be9a71
DE
56722014-10-30 Doug Evans <dje@google.com>
5673
5674 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5675 in objfiles.
5676 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5677 in progspaces.
5678
3bdff46b
LM
56792014-10-30 Janis Johnson <janisjo@codesourcery.com>
5680
5681 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5682 * gdb.base/realname-expand.exp: Likewise.
5683 * gdb.linespec/macro-relative.exp: Likewise.
5684
ab917dfb
PA
56852014-10-29 Pedro Alves <palves@redhat.com>
5686
5687 PR gdb/17408
5688 * gdb.threads/schedlock.c (some_function): New function.
5689 (call_function): New global.
5690 (MAYBE_CALL_SOME_FUNCTION): New macro.
5691 (thread_function): Call it.
5692 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5693 and use it instead of a global counter. Adjust all callers.
5694 (get_current_thread): Use "find current thread" for test message
5695 here rather than having all callers pass down the same string.
5696 (goto_loop): New procedure, factored out from ...
5697 (my_continue): ... this.
5698 (step_ten_loops): Change parameter from test message to command to
5699 use. Adjust.
5700 (list_count): Delete global.
5701 (check_result): New procedure, factored out from duplicate top
5702 level code.
5703 (continue tests): Wrap in with_test_prefix.
5704 (test_step): New procedure, factored out from duplicate top level
5705 code.
5706 (top level): Test "step" in combination with all scheduler-locking
5707 modes. Test "next" in combination with all scheduler-locking
5708 modes, and in combination with stepping over a function call or
5709 not.
5710 * gdb.threads/next-bp-other-thread.c: New file.
5711 * gdb.threads/next-bp-other-thread.exp: New file.
5712
d3d4baed
PA
57132014-10-29 Pedro Alves <palves@redhat.com>
5714
5715 PR python/17372
5716 * gdb.python/python.exp: Test a multi-line command that spawns
5717 interactive Python.
5718 * gdb.base/multi-line-starts-subshell.exp: New file.
5719
563e8d85
YQ
57202014-10-29 Yao Qi <yao@codesourcery.com>
5721
5722 * gdb.base/fileio.exp: Make directories on host.
5723
0ea4d52e
YQ
57242014-10-29 Yao Qi <yao@codesourcery.com>
5725
5726 * gdb.base/fileio.c (test_write): Close the file.
5727
7f5ef605
PA
57282014-10-28 Pedro Alves <palves@redhat.com>
5729
5730 PR gdb/12623
5731 * gdb.base/sigstep.c (no_handler): New global.
5732 (main): If 'no_handler is true, set the signal handlers to
5733 SIG_IGN.
5734 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5735 with_sw_watch and no_handler parameters. Handle them.
5736 (top level) <stepping over handler when stopped at a breakpoint
5737 test>: Add a test axis for testing with a software watchpoint, and
5738 another for testing with the signal handler set to SIG_IGN.
5739 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5740 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5741
abbdbd03
PA
57422014-10-28 Pedro Alves <palves@redhat.com>
5743
5744 PR gdb/17511
5745 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5746 * gdb.base/sigstep.exp (other_handler_location): New global.
5747 (advance): Support stepping into the signal handler, and running
5748 commands while in the handler.
5749 (in_handler_map): New global.
5750 (top level): In the advance test, add combinations for getting
5751 into the handler with stepping commands, and for running commands
5752 in the handler. Add comment descripting the advancei tests.
5753
1df4399f
PA
57542014-10-28 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.base/sigstep.exp: Use build_executable instead of
5757 prepare_for_testing.
5758 (top level): Move code that starts GDB, runs to main and creates a
5759 display to ...
5760 (restart): ... this new procedure.
5761 (top level): Move backtrace from signal handler test to ...
5762 (validate_backtrace): ... this new procedure.
5763 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5764 with_test_prefix. Always restart GDB.
5765 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5766 with_test_prefix. Always restart GDB. No need to delete
5767 breakpoints after the test.
5768 (test_skip_handler): Remove prefix parameter.
5769 (skip_over_handler, breakpoint_to_handler)
5770 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5771 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5772 restart GDB. No need to delete breakpoints after the test.
5773 (top level): Use foreach to call the test procedures with
5774 different commands.
5775
a5b6e449
PA
57762014-10-28 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5779 instead of GNATS numbers.
5780 * gdb.base/sigbpt.exp: Likewise.
5781 * gdb.base/siginfo.exp: Likewise.
5782 * gdb.base/sigstep.exp: Likewise.
5783
e5f8a7cc
PA
57842014-10-27 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/sigstep.c (dummy): New global.
5787 (main): Issue a couple writes to the new global.
5788 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5789 procedures.
5790 (skip_over_handler): Use test_skip_handler.
5791 (top level): Call skip_over_handler for stepi and nexti too.
5792 (breakpoint_over_handler): Use test_skip_handler.
5793 (top level): Call breakpoint_over_handler for stepi and nexti too.
5794
763905a3
YQ
57952014-10-27 Yao Qi <yao@codesourcery.com>
5796
5797 * gdb.trace/tfile.c (adjust_function_address)
5798 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5799 function descriptor.
5800
6f259a23
DB
58012014-10-24 Don Breazeal <donb@codesourcery.com>
5802
5803 * gdb.base/foll-fork.exp (test_follow_fork,
5804 catch_fork_child_follow): Check for updated fork messages emitted
5805 from infrun.c.
5806 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5807 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5808 vfork_and_exec_child_follow_through_step): Check for updated vfork
5809 messages emitted from infrun.c.
5810
09dd9a69
PA
58112014-10-24 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/corefile.exp: Remove references to ultrix.
5814 * gdb.base/interrupt.exp: Likewise.
5815 * gdb.base/whatis.exp: Likewise.
5816 * gdb.gdb/selftest.exp: Likewise.
5817 * gdb.threads/manythreads.exp: Likewise.
5818 * gdb.threads/print-threads.exp: Likewise.
5819 * gdb.threads/pthreads.exp:: Likewise.
5820 * gdb.threads/schedlock.exp: Likewise.
5821
3433cfa5
SC
58222014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5823
5824 * gdb.cp/non-trivial-retval.cc: Add a test case.
5825 * gdb.cp/non-trivial-retval.exp: Add a test.
5826
092f880b
YQ
58272014-10-20 Yao Qi <yao@codesourcery.com>
5828
5829 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5830 * gdb.python/py-objfile-script-gdb.py: New file.
5831 * gdb.python/py-objfile-script.exp: Update reference to
5832 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5833 of remote_download. Remove the dest file.
5834
acbdb7f3
YQ
58352014-10-20 Yao Qi <yao@codesourcery.com>
5836
5837 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5838 * gdb.base/step-line.exp: Likewise.
5839 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5840 * gdb.dwarf2/dw2-basic.exp: Likewise.
5841 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5842 * gdb.dwarf2/dw2-filename.exp: Likewise.
5843 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5844 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5845 * gdb.dwarf2/dw2-producer.exp: Likewise.
5846 * gdb.dwarf2/mac-fileno.exp: Likewise.
5847 * gdb.python/py-frame-args.exp: Likewise.
5848 * gdb.python/py-framefilter.exp: Likewise.
5849 * gdb.python/py-mi.exp: Likewise.
5850 * gdb.python/py-objfile-script.exp: Likewise
5851 * gdb.python/py-pp-integral.exp: Likewise.
5852 * gdb.python/py-pp-re-notag.exp: Likewise.
5853 * gdb.python/py-prettyprint.exp: Likewise.
5854 * gdb.python/py-section-script.exp: Likewise.
5855 * gdb.python/py-typeprint.exp: Likewise.
5856 * gdb.python/py-xmethods.exp: Likewise.
5857 * gdb.stabs/weird.exp: Likewise.
5858 * gdb.xml/tdesc-regs.exp: Likewise.
5859
bd286a29
KCY
58602014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5861
5862 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5863 (out_cu): Use addr_len for the size of addresses.
5864 (out_line): Likewise. Size DW_LNE_set_address instruction
5865 according to addr_len.
5866 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5867 (FUNC): Add START_INSNS to definition.
5868
673dc4a0
YQ
58692014-10-18 Yao Qi <yao@codesourcery.com>
5870
5871 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5872 gdb_has_argv0 return true.
5873 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5874 check [target_info exists noargs], check [gdb_has_argv0]
5875 instead.
5876 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5877 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5878 procedures.
5879
4ffbba72
DE
58802014-10-17 Doug Evans <dje@google.com>
5881
5882 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5883 event.
5884 * gdb.python/py-events.py: Add clear_objfiles event.
5885
d096d8c1
DE
58862014-10-17 Doug Evans <dje@google.com>
5887
5888 * gdb.python/py-objfile.exp: Test progspace attribute.
5889
a80db015
LM
58902014-10-17 Luis Machado <lgustavo@codesourcery.com>
5891
5892 * gdb.guile/scm-breakpoint.exp: Do not assume any
5893 directory separators when matching source file paths.
5894 * gdb.python/py-breakpoint.exp: Likewise.
5895 * gdb.reverse/break-precsave.exp: Likewise.
5896 * gdb.reverse/break-reverse.exp: Likewise.
5897 * gdb.reverse/consecutive-precsave.exp: Likewise.
5898 * gdb.reverse/finish-precsave.exp: Likewise.
5899 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5900 * gdb.reverse/finish-reverse.exp: Likewise.
5901 * gdb.reverse/i386-precsave.exp: Likewise.
5902 * gdb.reverse/i387-env-reverse.exp: Likewise.
5903 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5904 * gdb.reverse/machinestate-precsave.exp: Likewise.
5905 * gdb.reverse/machinestate.exp: Likewise.
5906 * gdb.reverse/sigall-precsave.exp: Likewise.
5907 * gdb.reverse/solib-precsave.exp: Likewise.
5908 * gdb.reverse/step-precsave.exp: Likewise.
5909 * gdb.reverse/until-precsave.exp: Likewise.
5910 * gdb.reverse/watch-precsave.exp: Likewise.
5911 * gdb.reverse/watch-reverse.exp: Likewise.
5912
b22089ab
YQ
59132014-10-17 Yao Qi <yao@codesourcery.com>
5914
5915 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5916 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5917
6c4486e6
PA
59182014-10-17 Pedro Alves <palves@redhat.com>
5919
5920 PR gdb/17471
5921 * gdb.base/bg-execution-repeat.c: New file.
5922 * gdb.base/bg-execution-repeat.exp: New file.
5923
0ff33695
PA
59242014-10-17 Pedro Alves <palves@redhat.com>
5925
5926 PR gdb/17300
5927 * gdb.base/continue-all-already-running.c: New file.
5928 * gdb.base/continue-all-already-running.exp: New file.
5929
6fdebc3d
PA
59302014-10-17 Pedro Alves <palves@redhat.com>
5931
5932 PR gdb/17472
5933 * gdb.base/annota-input-while-running.c: New file.
5934 * gdb.base/annota-input-while-running.exp: New file.
5935
32a8097b
PA
59362014-10-17 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.base/callfuncs.exp: emove references to osf.
5939 * gdb.base/sigall.exp: Likewise.
5940 * gdb.gdb/selftest.exp: Likewise.
5941 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5942 * gdb.mi/non-stop.c: Likewise.
5943 * gdb.mi/pthreads.c: Likewise.
5944 * gdb.reverse/sigall-precsave.exp: Likewise.
5945 * gdb.reverse/sigall-reverse.exp: Likewise.
5946 * gdb.threads/pthreads.c: Likewise.
5947 * gdb.threads/pthreads.exp: Likewise.
5948
7a3517ff
YQ
59492014-10-17 Yao Qi <yao@codesourcery.com>
5950
5951 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5952 check 'target_info exists noargs'.
5953 (test_command_prompt_position): Likewise.
5954 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5955 Remove "set args".
5956 (progvar_simple_while_test): Likewise.
5957 (progvar_complex_if_while_test): Likewise.
5958 (if_while_breakpoint_command_test): Likewise.
5959 (infrun_breakpoint_command_test): Likewise.
5960 (breakpoint_command_test): Likewise.
5961 (watchpoint_command_test): Likewise.
5962 (bp_deleted_in_command_test): Likewise.
5963 (temporary_breakpoint_commands): Likewise.
5964
bb99c472
YQ
59652014-10-16 Yao Qi <yao@codesourcery.com>
5966
5967 * gdb.base/remotetimeout.exp: Remove noargs checking.
5968
7c16b83e
PA
59692014-10-15 Pedro Alves <palves@redhat.com>
5970
5971 PR breakpoints/9649
5972 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5973 * gdb.base/breakpoint-in-ro-region.exp
5974 (probe_target_hardware_step): New procedure.
5975 (top level): Probe hardware stepping and hardware breakpoint
5976 support. Test stepping through a read-only region, with both
5977 "breakpoint auto-hw" on and off and both "always-inserted" on and
5978 off.
5979
35a49624
IB
59802014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5981
5982 * gdb.dlang/demangle.exp: Update for demangling changes.
5983
2d1c107c
SC
59842014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5985
5986 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5987 * gdb.cp/non-trivial-retval.exp: Add new tests.
5988
778811d5
SC
59892014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5990
5991 PR c++/13403
5992 PR c++/15154
5993 * gdb.cp/non-trivial-retval.cc: New file.
5994 * gdb.cp/non-trivial-retval.exp: New file.
5995
10c5f0a8
YQ
59962014-10-15 Yao Qi <yao@codesourcery.com>
5997
5998 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5999 remote host.
6000
65d7b369
YQ
60012014-10-15 Yao Qi <yao@codesourcery.com>
6002
6003 * gdb.python/py-symbol.exp: Match file base name if host is
6004 remote, otherwise match file name with dir name.
6005 * gdb.python/py-symtab.exp: Likewise.
6006 * gdb.python/python.exp: Likewise.
6007
46dc1394
YQ
60082014-10-15 Yao Qi <yao@codesourcery.com>
6009
6010 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6011 pattern.
6012 * gdb.python/py-symtab.exp: Likewise.
6013 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6014 locationn.
6015
c40cc657
JB
60162014-10-14 Joel Brobecker <brobecker@adacore.com>
6017
6018 * gdb.ada/addr_arith: New testcase.
6019
2abf49e1
MR
60202014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6021
6022 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6023 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6024 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6025 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6026
f7088df3
SDJ
60272014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6028
6029 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6030 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6031 * gdb.arch/stap-eval-lang-ada.exp: New file.
6032
4dc06805
YQ
60332014-10-14 Yao Qi <yao@codesourcery.com>
6034
6035 * gdb.mi/mi-var-child.c (nothing1): New function.
6036 (nothing2): New function.
6037 (do_children_tests): Set function pointers by nothing1 and
6038 nothing2.
6039 * gdb.mi/mi-var-child.exp: Step over new added statements.
6040 Update test to match the new output.
6041 * gdb.mi/var-cmd.c (nothing1): New function.
6042 (nothing2): New function.
6043 (do_children_tests): Set function pointers by nothing1 and
6044 nothing2.
6045 * gdb.mi/mi-var-display.exp: Update test to match output.
6046 Step to the line specified by $line_dct_nothing.
6047 Increase the number of lines to step.
6048
46a93de2
YQ
60492014-10-14 Yao Qi <yao@codesourcery.com>
6050
6051 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6052 tests.
6053 * gdb.mi/mi2-var-child.exp: Likewise.
6054
14ea52ee
DE
60552014-10-13 Doug Evans <dje@google.com>
6056
6057 * gdb.python/py-objfile.exp: Change name of file name test.
6058
e5c6e92b
DE
60592014-10-13 Doug Evans <dje@google.com>
6060
6061 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6062 from the start of the CU.
6063
c780cc2f
JK
60642014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6065 Yao Qi <yao@codesourcery.com>
6066
6067 Fix "save breakpoints" for "catch" command.
6068 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6069 Remove -nonewline. Match also the added "main" line.
6070
99894e11
JK
60712014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6072
6073 Fix "save breakpoints" for "disable $bpnum" command.
6074 * gdb.base/save-bp.c (main): Add label.
6075 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6076
6e1ac5a3
JK
60772014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6078
6079 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6080
754dd2b0
YQ
60812014-10-11 Yao Qi <yao@codesourcery.com>
6082
6083 * gdb.server/server-kill.exp: Execute command
6084 "set remote trace-status-packet on" before "tstatus".
6085
f90183d7
YQ
60862014-10-11 Yao Qi <yao@codesourcery.com>
6087
6088 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6089 (main): Call getppid.
6090 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6091 and continue to it. Read variable "server_pid".
6092
bf40a607
YQ
60932014-10-11 Yao Qi <yao@codesourcery.com>
6094
6095 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6096
052ca370
YQ
60972014-10-11 Yao Qi <yao@codesourcery.com>
6098
6099 * gdb.threads/thread-find.exp: Don't execute command
6100 "info threads".
6101 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6102 * gdb.threads/linux-dp.exp: Don't check the condition
6103 $threads_created equals to zero.
6104
3831839c
PA
61052014-10-10 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/bigcore.exp: Remove references to IRIX.
6108 * gdb.base/funcargs.exp: Likewise.
6109 * gdb.base/interrupt.exp: Likewise.
6110 * gdb.base/mips_pro.exp: Likewise.
6111 * gdb.base/nodebug.exp: Likewise.
6112 * gdb.base/setvar.exp: Likewise.
6113 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6114
8b9a549d
PA
61152014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6116 Pedro Alves <palves@redhat.com>
6117
6118 PR symtab/14466
6119 * gdb.base/vdso-warning.c: New file.
6120 * gdb.base/vdso-warning.exp: New file.
6121
d48ba5e8
DE
61222014-10-02 Doug Evans <dje@google.com>
6123
6124 * gdb.base/structs.c (main): Don't run forever.
6125
2278c276
PA
61262014-10-02 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6129 (top level) <stop threads 1, stop threads 2>: Use it.
6130
b57bacec
PA
61312014-10-02 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.threads/break-while-running.exp (test): Add new
6134 'update_thread_list' argument. Skip "info threads" if false.
6135 (top level): Add new 'update_thread_list' axis.
6136
13fd3ff3
PA
61372014-10-02 Pedro Alves <palves@redhat.com>
6138
6139 PR breakpoints/17431
6140 * gdb.base/execl-update-breakpoints.c: New file.
6141 * gdb.base/execl-update-breakpoints.exp: New file.
6142
0fec99e8
PA
61432014-10-01 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/breakpoint-in-ro-region.c: New file.
6146 * gdb.base/breakpoint-in-ro-region.exp: New file.
6147
2ddf4301
SM
61482014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6149
6150 * gdb.mi/mi-exit-code.exp: New file.
6151 * gdb.mi/mi-exit-code.c: New file.
6152
6a5f3f43
YQ
61532014-09-30 Yao Qi <yao@codesourcery.com>
6154
6155 * lib/prelink-support.exp (build_executable_own_libs): Error if
6156 the target isn't native.
6157
345bcc73
YQ
61582014-09-30 Yao Qi <yao@codesourcery.com>
6159
6160 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6161 false.
6162
a25a5a45
PA
61632014-09-22 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.threads/break-while-running.exp: New file.
6166 * gdb.threads/break-while-running.c: New file.
6167
00ba3162
YQ
61682014-09-19 Yao Qi <yao@codesourcery.com>
6169
6170 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6171 Invoke test. Restart GDB with --readnow and invoke test again.
6172
c3b7b696
YQ
61732014-09-19 Yao Qi <yao@codesourcery.com>
6174
6175 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6176 proc set_breakpoint_on_gcd_function. Invoke
6177 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6178 invoke set_breakpoint_on_gcd_function again.
6179
2b4fd423
DE
61802014-09-18 Doug Evans <dje@google.com>
6181
6182 * gdb.dwarf2/symtab-producer.exp: New file.
6183
a5947601
SDJ
61842014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6185
6186 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6187 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6188 * gdb.base/global-var-nested-by-dso.c: Likewise.
6189 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6190
91c19059
SDJ
61912014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6192 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.base/watch-bitfields.exp: Pass string other than test file
6195 name to prepare_for_testing.
6196 (watch): New procedure.
6197 (expect_watchpoint): Use with_test_prefix.
6198 (top level): Factor out tests to ...
6199 (test_watch_location, test_regular_watch): ... these new
6200 procedures, and use with_test_prefix and gdb_continue_to_end.
6201
bb9d5f81
PP
62022014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6203
6204 PR breakpoints/12526
6205 * gdb.base/watch-bitfields.exp: New file.
6206 * gdb.base/watch-bitfields.c: New file.
6207
635856f5
PA
62082014-09-16 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6211 software and hardware addresses, not software address against
6212 itself.
6213
7280ceea
PA
62142014-09-16 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6217 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6218
428b16bd
PA
62192014-09-16 Pedro Alves <palves@redhat.com>
6220
6221 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6222 files.
6223 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6224 "*-*-vxworks*" throughout.
6225 * gdb.base/break.exp: Likewise.
6226 * gdb.base/default.exp: Likewise.
6227 * gdb.base/scope.exp: Likewise.
6228 * gdb.base/sepdebug.exp: Likewise.
6229 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6230 throughout.
6231 * gdb.base/run.c: Likewise.
6232 * gdb.base/sepdebug.c: Likewise.
6233 * gdb.hp/gdb.aCC/run.c: Likewise.
6234 * gdb.reverse/until-reverse.c: Likewise.
6235 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6236
666d413c
YQ
62372014-09-16 Yao Qi <yao@codesourcery.com>
6238
6239 * boards/local-remote-host-native.exp: New file.
6240
57cbd724
DE
62412014-09-14 Doug Evans <xdje42@gmail.com>
6242
6243 * gdb.threads/queue-signal.c (thread_count): New variable.
6244 (thread_count_mutex, thread_count_condvar): New variables.
6245 (incr_thread_count, wait_all_threads_running): New functions.
6246 (main): Wait for all threads to be in their thread functions.
6247
81219e53
DE
62482014-09-13 Doug Evans <xdje42@gmail.com>
6249
6250 * gdb.threads/queue-signal.c: New file.
6251 * gdb.threads/queue-signal.exp: New file.
6252
3714cea7
DE
62532014-09-13 Doug Evans <xdje42@gmail.com>
6254
6255 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6256 be consistent with what default_gdb_init uses.
6257 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6258 the plain text of the prompt. Add some logging printfs.
6259 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6260
fa43b1d7
PA
62612014-09-12 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6264 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6265 * gdb.arch/i386-size-overlap.exp: Likewise.
6266 * gdb.arch/i386-size.exp: Likewise.
6267 * gdb.arch/i386-unwind.exp: Likewise.
6268 * gdb.base/a2-run.exp: Likewise.
6269 * gdb.base/break.exp: Likewise.
6270 * gdb.base/charset.exp: Likewise.
6271 * gdb.base/chng-syms.exp: Likewise.
6272 * gdb.base/commands.exp: Likewise.
6273 * gdb.base/dbx.exp: Likewise.
6274 * gdb.base/find.exp: Likewise.
6275 * gdb.base/funcargs.exp: Likewise.
6276 * gdb.base/jit-simple.exp: Likewise.
6277 * gdb.base/reread.exp: Likewise.
6278 * gdb.base/sepdebug.exp: Likewise.
6279 * gdb.base/step-bt.exp: Likewise.
6280 * gdb.cp/mb-inline.exp: Likewise.
6281 * gdb.cp/mb-templates.exp: Likewise.
6282 * gdb.objc/basicclass.exp: Likewise.
6283 * gdb.threads/killed.exp: Likewise.
6284
9d9bf2df
EBM
62852014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6286
6287 PR tdep/17379
6288 * gdb.arch/powerpc-stackless.S: New file.
6289 * gdb.arch/powerpc-stackless.exp: New file.
6290
1cf2f1b0
JK
62912014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6292
6293 * gdb.base/attach.c: Include unistd.h.
6294 (main): Call alarm. Add label postloop.
6295 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6296 gdb_breakpoint, gdb_continue_to_breakpoint.
6297 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6298
98880d46
PA
62992014-09-11 Pedro Alves <palves@redhat.com>
6300
6301 PR gdb/17347
6302 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6303 * gdb.base/attach.exp (test_command_line_attach_run): New
6304 procedure.
6305 (top level): Call it.
6306
4c92ff2c
PA
63072014-09-11 Pedro Alves <palves@redhat.com>
6308
6309 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6310 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6311 (do_command_attach_tests): Use spawn_wait_for_attach.
6312 * gdb.base/solib-overlap.exp: Likewise.
6313 * gdb.multi/multi-attach.exp: Likewise.
6314 * gdb.python/py-prompt.exp: Likewise.
6315 * gdb.python/py-sync-interp.exp: Likewise.
6316 * gdb.server/ext-attach.exp: Likewise.
6317
3adc1a7d
GKB
63182014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6319
6320 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6321 command in testcase. Simplify testcase.
6322
96334934
JB
63232014-09-10 Joel Brobecker <brobecker@adacore.com>
6324
6325 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6326
eb479039
JB
63272014-09-10 Joel Brobecker <brobecker@adacore.com>
6328
6329 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6330
deede10c
JB
63312014-09-10 Joel Brobecker <brobecker@adacore.com>
6332
6333 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6334
7828a5f5
JB
63352014-09-10 Joel Brobecker <brobecker@adacore.com>
6336
6337 * gdb.dwarf2/dynarr-ptr.c: New file.
6338 * gdb.dwarf2/dynarr-ptr.exp: New file.
6339
33aeebcf
MR
63402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6341
6342 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6343 of 30 rather than hardcoding 120 for a slow test case. Take the
6344 `gdb,timeout' target setting into account for this calculation.
6345 Don't extend the timeout for the test cases that don't need it.
6346
7b415901
MR
63472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6348
6349 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6350 a factor of 2 for a slow test case. Take the `gdb,timeout'
6351 target setting into account for this calculation.
6352 * gdb.reverse/until-precsave.exp: Increase the timeout by
6353 a factor of 15 and 3 respectively rather than adding 120
6354 for a pair of slow test cases. Take the `gdb,timeout'
6355 target setting into account for this calculation.
6356
4a40f85a
MR
63572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6358
6359 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6360 timeout, don't pass one down to gdb_expect.
6361 (gdb_expect): Rework timeout selection.
6362
09635af7
MR
63632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6364
6365 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6366 exception on timeout.
6367 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6368 (gdbserver_start_extended): Catch any `gdbserver_start' error
6369 exceptions.
6370 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6371 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6372 `gdbserver_gdb_load' error exceptions.
6373
2bdd10b7
MR
63742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6375
6376 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6377 120 on waiting for the TCP socket to open.
6378
316935f0
DE
63792014-09-09 Doug Evans <xdje42@gmail.com>
6380
6381 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6382 _caller_matches, _any_caller_is, _any_caller_matches.
6383
83740597
DE
63842014-09-09 Doug Evans <xdje42@gmail.com>
6385
6386 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6387
4c122fc3
YQ
63882014-09-09 Yao Qi <yao@codesourcery.com>
6389
6390 * gdb.mi/mi-var-display.exp: Set print symbol off.
6391
a9f116cb
GKB
63922014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6393
6394 PR gdb/17035
6395 * gdb.base/commands.exp: Add tests to verify user-defined
6396 commands with empty bodies.
6397 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6398 python commands in `show user command`.
6399 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6400 scheme commands in `show user command`.
6401
c75bd3a2
JK
64022014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 PR python/17355
6405 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6406 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6407 * gdb.python/py-framefilter-invalidarg.exp: New file.
6408 * gdb.python/py-framefilter-invalidarg.py: New file.
6409
faa42425
DE
64102014-09-06 Doug Evans <xdje42@gmail.com>
6411
6412 PR 15276
6413 * gdb.python/py-caller-is.c: New file.
6414 * gdb.python/py-caller-is.exp: New file.
6415
474ca4f6
SDJ
64162014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6417
6418 PR gdb/17235
6419 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6420 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6421
eb0b0463
SDJ
64222014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6423
6424 PR fortran/17237
6425 * gdb.fortran/print-formatted.exp: New file.
6426 * gdb.fortran/print-formatted.f90: Likewise.
6427
5f3b99cf
SS
64282014-09-03 Sasha Smundak <asmundak@google.com>
6429
6430 * gdb.python/py-frame.exp: Test Frame.read_register.
6431
7d793aa9
SDJ
64322014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6433
6434 PR python/16699
6435 * gdb.python/py-completion.exp: New file.
6436 * gdb.python/py-completion.py: Likewise.
6437
fb0576e9
DE
64382014-08-28 Doug Evans <dje@google.com>
6439
6440 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6441 eax,etc. are live with values set by gdb and thus the compiler can't
6442 use them.
6443 * gdb.arch/i386-pseudo.c (main): Ditto.
6444
ee92b0dd
DE
64452014-08-27 Doug Evans <dje@google.com>
6446
6447 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6448
6649db35
DE
64492014-08-25 Doug Evans <dje@google.com>
6450
6451 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6452 (main): Ditto.
6453
564b7600
DE
64542014-08-25 Doug Evans <dje@google.com>
6455
6456 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6457
3881fb67
YQ
64582014-08-24 Yao Qi <yao@codesourcery.com>
6459
6460 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6461 symbol off.
6462 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6463
a05a36a5
DE
64642014-08-22 Doug Evans <dje@google.com>
6465
6466 PR 17276
6467 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6468 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6469 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6470
7c343b48
YQ
64712014-08-22 Yao Qi <yao@codesourcery.com>
6472
6473 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6474 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6475 * gdb.python/python.exp: Likewise. Use .py file on the host
6476 instead of the build.
6477
22fd09ae
JK
64782014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6479
6480 * gdb.threads/gcore-stale-thread.c: New file.
6481 * gdb.threads/gcore-stale-thread.exp: New file.
6482
a8454a7c
PA
64832014-08-21 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6486 * gdb.base/gcore-relro-pie.exp: Likewise.
6487 * gdb.base/gcore-relro.exp: Likewise.
6488 * gdb.base/gcore.exp: Likewise.
6489 * gdb.base/print-symbol-loading.exp: Likewise.
6490 * gdb.threads/gcore-thread.exp: Likewise.
6491 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6492
2a31c623
PA
64932014-08-20 Pedro Alves <palves@redhat.com>
6494 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6497 configure.
6498 (EXPECT): Handle READ1 being set.
6499 (all): Depend on EXTRA_RULES.
6500 (check-read1, expect-read1, read1.so, read1): New rules.
6501 * README (Testsuite Parameters): Document the READ1 make variable.
6502 (Race detection): New section.
6503 * configure: Regenerate.
6504 * configure.ac: If build==host==target, and running under a
6505 GNU/glibc system, add read1 to the extra Makefile rules.
6506 (EXTRA_RULES): AC_SUBST it.
6507 * lib/read1.c: New file.
6508
d36430db
JB
65092014-08-20 Joel Brobecker <brobecker@adacore.com>
6510
6511 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6512 the handling of variables declared as a typedef to an array
6513 which a DW_AT_data_location attribute.
6514
9a0dc9e3
PA
65152014-08-19 Andrew Burgess <aburgess@broadcom.com>
6516 Pedro Alves <palves@redhat.com>
6517
6518 PR symtab/14604
6519 PR symtab/14605
6520 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6521 gdb_test.
6522
0718a8da
PA
65232014-08-19 Pedro Alves <palves@redhat.com>
6524
6525 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6526
13b448cd
YQ
65272014-08-19 Yao Qi <yao@codesourcery.com>
6528
6529 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6530 right line.
6531
1cbf5077
DB
65322014-08-18 David Blaikie <dblaikie@gmail.com>
6533
6534 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6535
bf0fae19
JB
65362014-08-18 Joel Brobecker <brobecker@adacore.com>
6537
6538 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6539 attribute in array range.
6540
3c8c5dcc
JB
65412014-08-18 Joel Brobecker <brobecker@adacore.com>
6542
6543 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6544
e66d4446
SC
65452014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6546
6547 PR c++/17132
6548 * gdb.cp/pr17132.cc: New file.
6549 * gdb.cp/pr17132.exp: New file.
6550
940df408
SC
65512014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6552
6553 * gdb.python/py-xmethods.py (A_getarrayind)
6554 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6555 Use 'print' with function call syntax.
6556 (E_method_matcher.match): Fix tab vs space indentation mixup.
6557
ebcc6c3a
YQ
65582014-08-15 Yao Qi <yao@codesourcery.com>
6559
6560 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6561 false.
6562
775e0f04
YQ
65632014-08-15 Yao Qi <yao@codesourcery.com>
6564
6565 * gdb.cp/casts.exp: Set print symbol off.
6566 * gdb.cp/class2.exp: Likewise.
6567 * gdb.cp/overload.exp: Likewise.
6568 * gdb.cp/templates.exp: Likewise.
6569
d769e349
DE
65702014-08-11 Doug Evans <dje@google.com>
6571
6572 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6573 (test_load_shlib): Update.
6574
20c6f1e1
YQ
65752014-08-09 Yao Qi <yao@codesourcery.com>
6576
6577 * gdb.base/display.exp: Invoke is_address_zero_readable.
6578 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6579 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6580 * gdb.base/hbreak-unmapped.exp: Return if
6581 is_address_zero_readable returns true.
6582 * gdb.base/signest.exp: Likewise.
6583 * gdb.base/signull.exp: Likewise.
6584 * gdb.base/sigbpt.exp: Likewise.
6585 * gdb.guile/scm-disasm.exp: Do the test if
6586 is_address_zero_readable returns false.
6587 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6588 * gdb.python/py-arch.exp: Likewise.
6589 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6590 * lib/gdb.exp (is_address_zero_readable): New proc.
6591
5792e8e3
YQ
65922014-08-09 Yao Qi <yao@codesourcery.com>
6593
6594 PR testsuite/13443
6595 * gdb.mi/mi-var-display.exp: Make test messages unique.
6596
3cecbbbe
TT
65972014-08-04 Tom Tromey <tromey@redhat.com>
6598
6599 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6600 target 0".
6601
00b51ff5
TT
66022014-08-04 Tom Tromey <tromey@redhat.com>
6603
6604 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6605 "target_resume".
6606
6908c509
JB
66072014-08-01 Joel Brobecker <brobecker@adacore.com>
6608
6609 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6610 inner_vla_struct_object_size.
6611 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6612 as xfail.
6613
cc6563d2
PA
66142014-07-30 Pedro Alves <palves@redhat.com>
6615
6616 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6617 comment.
6618
7e09a223
YQ
66192014-07-29 Yao Qi <yao@codesourcery.com>
6620
6621 PR gdb/17206
6622 * gdb.base/until-nodebug.exp: New.
6623
7ebdbe92
DE
66242014-07-28 Doug Evans <xdje42@gmail.com>
6625
6626 PR guile/17203
6627 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6628 previously existing parameter, and previously ambiguously spelled
6629 parameter.
6630
fdb1adc6
WN
66312014-07-28 Will Newton <will.newton@linaro.org>
6632
6633 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6634
186fcde0
DE
66352014-07-26 Ludovic Courtès <ludo@gnu.org>
6636 Doug Evans <xdje42@gmail.com>
6637
6638 PR guile/17146
6639 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6640
70509625
PA
66412014-07-25 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.threads/signal-command-handle-nopass.c: New file.
6644 * gdb.threads/signal-command-handle-nopass.exp: New file.
6645 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6646 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6647 * gdb.threads/signal-delivered-right-thread.c: New file.
6648 * gdb.threads/signal-delivered-right-thread.exp: New file.
6649
c3f814a1
PA
66502014-07-25 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.base/double-prompt-target-event-error.exp
6653 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6654 match.
6655 (cancel_pagination_in_target_event): Rework double prompt
6656 detection.
6657 * gdb.base/paginate-after-ctrl-c-running.exp
6658 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6659 <return>' match.
6660 * gdb.base/paginate-bg-execution.exp
6661 (test_bg_execution_pagination_return)
6662 (test_bg_execution_pagination_cancel): Remove '-notransfer
6663 <return>' matches.
6664 * gdb.base/paginate-execution-startup.exp
6665 (test_fg_execution_pagination_return)
6666 (test_fg_execution_pagination_cancel): Remove '-notransfer
6667 <return>' matches.
6668 * gdb.base/paginate-inferior-exit.exp
6669 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6670 match.
6671 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6672 * lib/gdb.exp (pagination_prompt): Run text through
6673 string_to_regexp.
6674 (gdb_test_multiple): Match $pagination_prompt instead of
6675 "<return>".
6676 (string_to_regexp): Move to lib/gdb-utils.exp.
6677
e214cf6c
JK
66782014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6679
6680 * gdb.arch/amd64-entry-value-paramref.S: New file.
6681 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6682 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6683 * gdb.arch/amd64-optimout-repeat.S: New file.
6684 * gdb.arch/amd64-optimout-repeat.c: New file.
6685 * gdb.arch/amd64-optimout-repeat.exp: New file.
6686
17d0c5c8
JK
66872014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6688
6689 PR gdb/17170
6690 * gdb.base/statistics.exp: New file.
6691
b8b8facf
DE
66922014-07-17 Doug Evans <dje@google.com>
6693
74b49205 6694 PR gdb/17170
b8b8facf
DE
6695 * gdb.base/maint.exp: Update testing of per-command stats.
6696
1b5d0ab3
PA
66972014-07-16 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6700 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6701 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6702 (tfile_write_buf): New functions.
6703 (add_memory_block): Rewrite using the above.
6704 (adjust_function_address): New function.
6705 (FUNCTION_ADDRESS): New macro.
6706 (write_basic_trace_file): Remove short_x local, and use
6707 tfile_write_16. Change type of func_addr local to unsigned long
6708 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6709 here. Cast argument of add_memory_block to char pointer.
6710 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6711 (main): Remove parameters.
6712 * gdb.trace/tfile.exp: Remove nowarnings.
6713
4d974e88
SM
67142014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * gdb.base/debug-expr.exp: Test string evaluation with
6717 "debug expression" on.
6718
41e99568
PA
67192014-07-15 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.base/reread.exp: Use clean_restart.
6722
487d9753
PL
67232014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6724
6725 * gdb.arch/avr-flash-qualifer.c: New.
6726 * gdb.arch/avr-flash-qualifer.exp: New.
6727
cc1c52ad
PA
67282014-07-14 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6731 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6732
1e973570
PA
67332014-07-14 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/double-prompt-target-event-error.c: New file.
6736 * gdb.base/double-prompt-target-event-error.exp: New file.
6737
93d6eb10
PA
67382014-07-14 Pedro Alves <palves@redhat.com>
6739
6740 PR gdb/17072
6741 * gdb.base/paginate-inferior-exit.c: New file.
6742 * gdb.base/paginate-inferior-exit.exp: New file.
6743
0017922d
PA
67442014-07-14 Pedro Alves <palves@redhat.com>
6745
6746 PR gdb/17072
6747 * gdb.base/paginate-bg-execution.c: New file.
6748 * gdb.base/paginate-bg-execution.exp: New file.
6749
94696ad3
PA
67502014-07-14 Pedro Alves <palves@redhat.com>
6751
6752 PR gdb/17072
6753 * gdb.base/paginate-execution-startup.c: New file.
6754 * gdb.base/paginate-execution-startup.exp: New file.
6755 * lib/gdb.exp (pagination_prompt): New global.
6756 (default_gdb_spawn): New procedure, factored out from
6757 default_gdb_spawn.
6758 (default_gdb_start): Adjust to call default_gdb_spawn.
6759 (gdb_spawn): New procedure.
6760
bd293940
PA
67612014-07-14 Pedro Alves <palves@redhat.com>
6762
6763 * lib/gdb.exp (gdb_assert): New procedure.
6764 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6765
c933f875
PA
67662014-07-14 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.base/execution-termios.c: New file.
6769 * gdb.base/execution-termios.exp: New file.
6770
d98b7a16
TT
67712014-07-14 Tom Tromey <tromey@redhat.com>
6772
6773 * gdb.cp/vla-cxx.cc: New file.
6774 * gdb.cp/vla-cxx.exp: New file.
6775
548740d6
TT
67762014-07-14 Tom Tromey <tromey@redhat.com>
6777
6778 * gdb.reverse/rerun-prec.c: New file.
6779 * gdb.reverse/rerun-prec.exp: New file.
6780
a25eb028
MR
67812014-07-12 Maciej W. Rozycki <macro@mips.com>
6782 Maciej W. Rozycki <macro@codesourcery.com>
6783
6784 * lib/gdb-utils.exp: New file.
6785 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6786 inline `gdb_init_command' processing.
6787 (gdb_start_cmd): Likewise.
6788 * lib/mi-support.exp (mi_run_cmd): Likewise.
6789 * README: Document `gdb_init_command' and `gdb_init_commands'.
6790
218c2655
JK
67912014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 Fix false FAIL running under a very long directory name.
6794 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6795 and "set print elements 10000". Twice.
6796
5401fde3
YQ
67972014-07-11 Yao Qi <yao@codesourcery.com>
6798
6799 * gdb.base/exprs.exp: "set print symbol off".
6800
e76126e8
PA
68012014-07-11 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.threads/kill.c: New file.
6804 * gdb.threads/kill.exp: New file.
6805
2d6f0de6
YQ
68062014-07-10 Yao Qi <yao@codesourcery.com>
6807
6808 * gdb.trace/tfile.c (write_basic_trace_file)
6809 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6810 address written to trace file.
6811
7180e04a
PA
68122014-07-09 Pedro Alves <palves@redhat.com>
6813
6814 * gdb.base/attach-wait-input.exp: New file.
6815 * gdb.base/attach-wait-input.c: New file.
6816
9a9a7608
AB
68172014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6818
6819 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6820 setting up test structures.
6821 (main): Call new test function.
6822 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6823 test function, continue into test function and walk test
6824 structures.
6825
161ac41e
YQ
68262014-07-02 Yao Qi <yao@codesourcery.com>
6827
6828 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6829 'bar_start' at the beginning of functions 'foo' and 'bar'
6830 respectively.
6831 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6832 instead of 'foo' and 'bar'.
6833
1f267ae3
MM
68342014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6835
6836 * gdb.btrace/segv.exp: New.
6837 * gdb.btrace/segv.c: New.
6838
2b239efb
LM
68392014-07-02 Luis Machado <lgustavo@codesourcery.com>
6840
6841 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6842 instruction.
6843
cf363f18
MW
68442014-06-30 Mark Wielaard <mjw@redhat.com>
6845
6846 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6847 vulture, vilify, villar): New volatile array constants.
6848 (vindictive, vegetation): New const volatile array constants.
6849 * gdb.base/volatile.exp: Test volatile and const volatile array
6850 types.
6851
aebf9d24
AA
68522014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6853
6854 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6855 target lacks support for awatch, rwatch, or hbreak.
6856
b67a2c6f
YQ
68572014-06-27 Yao Qi <yao@codesourcery.com>
6858
6859 * gdb.multi/dummy-frame-restore.exp: New.
6860 * gdb.multi/dummy-frame-restore.c: New.
6861
aef92902
MM
68622014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6863
6864 * gdb.btrace/gcore.exp: New.
6865
8e9db26e
PA
68662014-06-23 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/watchpoint-reuse-slot.c: New file.
6869 * gdb.base/watchpoint-reuse-slot.exp: New file.
6870
70afc5b7
SC
68712014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6872
6873 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6874 progspace's filename in 'info', 'enable' and 'disable' command
6875 tests.
6876
b972bd9c
JK
68772014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6878
6879 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6880 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6881 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6882
125f8a3d
GB
68832014-06-20 Gary Benson <gbenson@redhat.com>
6884
6885 * gdb.arch/i386-avx.exp: Fix include file location.
6886 * gdb.arch/i386-sse.exp: Likewise.
6887
3ed9baed
IB
68882014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6889
6890 * gdb.dlang/expression.exp: New file.
6891
034f788c
PA
68922014-06-19 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6895 out from ...
6896 (top level): ... here. Iterate running tests under different
6897 scheduler-locking settings.
6898
45371d0c
LM
68992014-06-18 Luis Machado <lgustavo@codesourcery.com>
6900
6901 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6902 to DW_FORM_addr and use non-zero addresses.
6903
5d376983
SC
69042014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6905
6906 PR gdb/17017
6907 * gdb.python/py-xmethods.cc: Add global function call counters and
6908 increment them in their respective functions. Remove "cout"
6909 statements.
6910 * gdb.python/py-xmethods.exp: Make tests check the global function
6911 call counters instead of depending on inferior IO.
6912
a1aa2221
LM
69132014-06-18 Don Breazeal <donb@codesourcery.com>
6914
6915 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6916 Deleted procedure.
6917 (explicit_fork_parent_follow): Deleted procedure.
6918 (explicit_fork_child_follow): Deleted procedure.
6919 (test_follow_fork): New procedure.
6920 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6921 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6922 procedure calls.
6923
0fc05997
YQ
69242014-06-17 Yao Qi <yao@codesourcery.com>
6925
6926 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6927 CP1252.
6928
70795c52
LM
69292014-06-17 Luis Machado <lgustavo@codesourcery.com>
6930
6931 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6932 Initialize ptr and S explicitly.
6933 (skip_type_update_when_not_use_rtti_test): Likewise.
6934
6be47f0c
KS
69352014-06-16 Keith Seitz <keiths@redhat.com>
6936
6937 PR mi/15863
6938 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6939 the inferior is started.
6940
d03de421
PA
69412014-06-16 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/break-main-file-remove-fail.c: New file.
6944 * gdb.base/break-main-file-remove-fail.exp: New file.
6945 * gdb.base/break-unload-file.exp: Use build_executable instead of
6946 prepare_for_testing.
6947 (test_break): New parameter "initial_load". Handle it.
6948 (top level): Add initial_load cmdline/file axis.
6949
f9579b99
TT
69502014-06-12 Tom Tromey <tromey@redhat.com>
6951
6952 * gdb.base/completion.exp: Don't use directory name in test.
6953
3657956b
GB
69542014-06-09 Gary Benson <gbenson@redhat.com>
6955
6956 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6957 separate the always-available ANSI-standard signals from the
6958 signals that require checking.
6959 (main): Likewise.
6960 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6961 Likewise.
6962 (main): Likewise.
6963
4186eb54
KS
69642014-06-07 Keith Seitz <keiths@redhat.com>
6965
6966 Revert:
6967 PR c++/16253
6968 * gdb.cp/var-tag.cc: New file.
6969 * gdb.cp/var-tag.exp: New file.
6970 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6971 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6972 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6973 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6974
25326a28 69752014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6976
6977 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6978
829155c9
PA
69792014-06-06 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6982 in target debug output instead of looking at RSP packets,
6983 disabling the test on any target that uses hardware stepping.
6984 Update comments.
6985
61c8d22e
PA
69862014-06-06 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/break-unload-file.exp: Fix typo.
6989
d9a47287
YQ
69902014-06-06 Yao Qi <yao@codesourcery.com>
6991
6992 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6993 from "jit_function" to "^jit_function".
6994
e5e01dbf
YQ
69952014-06-06 Yao Qi <yao@codesourcery.com>
6996
6997 * gdb.base/async.c (foo): Add one statement.
6998 * gdb.base/async.exp: Get the next instruction address and
6999 match the output of "nexti" by instruction address. Match
7000 the hex address in the output of "finish".
7001
73ba372c
GB
70022014-06-06 Gary Benson <gbenson@redhat.com>
7003
7004 * gdb.base/call-signals.c: Remove preprocessor conditionals
7005 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7006 SIGSEGV and SIGTERM.
7007 * gdb.base/sigall.c: Likewise.
7008 * gdb.base/unwindonsignal.c: Likewise.
7009 * gdb.reverse/sigall-reverse.c: Likewise.
7010
831517df
YQ
70112014-06-06 Yao Qi <yao@codesourcery.com>
7012
7013 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7014 readable, skip the test.
7015
b8b91e98
YQ
70162014-06-06 Yao Qi <yao@codesourcery.com>
7017
7018 * gdb.threads/staticthreads.c (thread_function): Move the line
7019 setting breakpoint on forward.
7020 * gdb.threads/staticthreads.exp: Update comments.
7021
fb934770
LC
70222014-06-05 Ludovic Courtès <ludo@gnu.org>
7023
7024 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7025 "history-append! type error".
7026
6ef284bd
SM
70272014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7028
7029 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7030 erroneous dprintf expected input.
7031
a872e241
DE
70322014-06-04 Doug Evans <xdje42@gmail.com>
7033
7034 * gdb.guile/scm-generics.exp: Delete.
7035
16f691fb
DE
70362014-06-04 Doug Evans <xdje42@gmail.com>
7037
7038 * gdb.guile/scm-breakpoint.exp: Update.
7039 Add tests for breakpoint registration.
7040
012370f6
TT
70412014-06-04 Tom Tromey <tromey@redhat.com>
7042
7043 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7044 VLA-in-union.
7045 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7046 inner_vla_struct, vla_union types. Initialize objects of those
7047 types and compute their sizes.
7048
9f5a4cef
HZ
70492014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7050 Hui Zhu <hui@codesourcery.com>
7051
7052 * gdb.base/fileio.exp: Add test for shell not available as well as
7053 available.
7054 * gdb.base/fileio.c (test_system): Check for shell twice.
7055
90a45c4d
YQ
70562014-06-04 Yao Qi <yao@codesourcery.com>
7057
7058 * gdb.base/auto-connect-native-target.exp: Remove redundant
7059 space from the regexp pattern.
7060
70017e41
YQ
70612014-06-04 Yao Qi <yao@codesourcery.com>
7062
7063 * gdb.base/default.exp: Replace "child" with "native" in
7064 regexp pattern.
7065
883964a7
SC
70662014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7067
7068 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7069 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7070 * gdb.python/py-xmethods.py: Python script supporting the
7071 new testcase and tests.
7072
ef370185
JB
70732014-06-03 Joel Brobecker <brobecker@adacore.com>
7074 Pedro Alves <palves@redhat.com>
7075
7076 PR breakpoints/17000
7077 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7078 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7079
1e2ccb61
BM
70802014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7081
7082 * gdb.base/subst.exp: Add tests to verify partial path matching
7083 output.
7084
c6ec5ab2
PA
70852014-06-03 Pedro Alves <palves@redhat.com>
7086
7087 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7088 target that doesn't use software single-stepping.
7089
835c559f
PA
70902014-06-03 Pedro Alves <palves@redhat.com>
7091
7092 PR breakpoints/17000
7093 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7094 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7095
06eb1586
DE
70962014-06-02 Doug Evans <xdje42@gmail.com>
7097
7098 * gdb.guile/scm-parameter.exp: New file.
7099
e698b8c4
DE
71002014-06-02 Doug Evans <xdje42@gmail.com>
7101
7102 * gdb.guile/scm-cmd.c: New file.
7103 * gdb.guile/scm-cmd.exp: New file.
7104
ded03782
DE
71052014-06-02 Doug Evans <xdje42@gmail.com>
7106
7107 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7108 pretty-printer lookup.
7109 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7110 (make-pp_s-printer): Call it.
7111 (make-pretty-printer-from-dict): New function.
7112 (lookup-pretty-printer-maker-from-dict): New function.
7113 (*pretty-printer*): Simplify.
7114 (make-objfile-pp_s-printer): New function.
7115 (install-objfile-pretty-printers!): New function.
7116 (make-progspace-pp_s-printer): New function.
7117 (install-progspace-pretty-printers!): New function.
7118 * gdb.guile/scm-progspace.c: New file.
7119 * gdb.guile/scm-progspace.exp: New file.
7120
41fac0cf
PA
71212014-06-02 Pedro Alves <palves@redhat.com>
7122
7123 * gdb.base/dprintf-bp-same-addr.c: New file.
7124 * gdb.base/dprintf-bp-same-addr.exp: New file.
7125
96ae5695
EBM
71262014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7127
7128 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7129 * gdb.arch/powerpc-power.s: Likewise.
7130
da02b3a8
JB
71312014-06-02 Joel Brobecker <brobecker@adacore.com>
7132
7133 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7134
c72b2e7b
YQ
71352014-06-01 Yao Qi <yao@codesourcery.com>
7136
7137 * gdb.base/watchpoint.exp (test_watch_location): Check null
7138 pointer can be dereferenced. If not, do the test, otherwise
7139 skip it.
7140
53e8a631
AB
71412014-05-30 Andrew Burgess <aburgess@broadcom.com>
7142
7143 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7144 results.
7145 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7146
938f0e2f
AB
71472014-05-30 Andrew Burgess <aburgess@broadcom.com>
7148
7149 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7150 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7151 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7152 * gdb.arch/amd64-invalid-stack-top.c: New file.
7153 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7154
9ba6657a
PA
71552014-05-30 Pedro Alves <palves@redhat.com>
7156
7157 PR breakpoints/17000
7158 * gdb.base/sss-bp-on-user-bp.c: New file.
7159 * gdb.base/sss-bp-on-user-bp.exp: New file.
7160
522c09bf
DB
71612014-05-30 David Blaikie <dblaikie@gmail.com>
7162
7163 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7164 gnu_inline semantics via attribute.
7165 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7166 source explicitly specifies the required semantics.
7167
bf4ef81e
MR
71682014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7169
7170 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7171
329ea579
PA
71722014-05-29 Pedro Alves <palves@redhat.com>
7173 Tom Tromey <tromey@redhat.com>
7174
7175 * gdb.base/async-shell.exp: Don't enable target-async.
7176 * gdb.base/async.exp
7177 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7178 parameter. Adjust.
7179 (top level): Don't test with "target-async".
7180 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7181 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7182 * gdb.base/inferior-died.exp: Don't enable target-async.
7183 * gdb.base/interrupt-noterm.exp: Likewise.
7184 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7185 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7186 * gdb.mi/mi-nonstop.exp: Likewise.
7187 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7188 * gdb.mi/mi-nsintrall.exp: Likewise.
7189 * gdb.mi/mi-nsmoribund.exp: Likewise.
7190 * gdb.mi/mi-nsthrexec.exp: Likewise.
7191 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7192 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7193 * gdb.python/py-evsignal.exp: Don't enable target-async.
7194 * gdb.python/py-evthreads.exp: Likewise.
7195 * gdb.python/py-prompt.exp: Likewise.
7196 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7197 * gdb.server/solib-list.exp: Don't enable target-async.
7198 * gdb.threads/thread-specific-bp.exp: Likewise.
7199 * lib/mi-support.exp: Adjust to use mi-async.
7200
fd664c91
PA
72012014-05-29 Pedro Alves <palves@redhat.com>
7202
7203 PR gdb/13860
7204 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7205 reason, even in sync mode.
7206
251bde03
PA
72072014-05-29 Pedro Alves <palves@redhat.com>
7208 Hui Zhu <hui@codesourcery.com>
7209
7210 PR PR15693
7211 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7212 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7213 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7214 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7215
7f3c0343
JB
72162014-05-28 Joel Brobecker <brobecker@adacore.com>
7217
7218 * config/monitor.exp (gdb_target_monitor): Replace use of
7219 "set remotebaud" by "set serial baud".
7220
b2715b27
AW
72212014-05-26 Andy Wingo <wingo@igalia.com>
7222
7223 * gdb.guile/scm-breakpoint.exp:
7224 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7225 properties instead of gdb-object-properties.
7226
498a4489
YQ
72272014-05-26 Yao Qi <yao@codesourcery.com>
7228
7229 * gdb.server/no-thread-db.exp: Specify source file name
7230 explicitly when setting a breakpoint.
7231
589fdceb
MM
72322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7233
7234 * gdb.btrace/vdso.c: New.
7235 * gdb.btrace/vdso.exp: New.
7236
e9089e05
MM
72372014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7238
7239 * gdb.base/gcore.exp (capture_command_output): Move ...
7240 * lib/gdb.exp (capture_command_output): ... here.
7241
67b5c0c1
MM
72422014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7243
7244 * gdb.btrace/data.exp: Test memory access during btrace replay.
7245
a2199296
SM
72462014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7247
7248 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7249
17b2616c
PA
72502014-05-21 Pedro Alves <palves@redhat.com>
7251
7252 PR gdb/13860
7253 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7254 (top level): Test that output related to execution commands is
7255 sent to the console with CLI commands, but not with MI commands.
7256 Test that breakpoint events are always mirrored to the console.
7257 Also expect the new source line to be output after a "next" in
7258 async mode too. Make it a pass/fail test.
7259 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7260 output.
7261 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7262
5166082f
PA
72632014-05-21 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7266 Use them to test variations of "list" after reaching a breakpoint.
7267 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7268 Test "list" with listsize 10 after reaching a breakpoint.
7269 * gdb.python/python.exp (decode_line current location line
7270 number): Adjust expected line number.
7271
2f25d70f
SM
72722014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7273
7274 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7275 behavior for $args, pass it directly to "run".
7276
ff604a67
MR
72772014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7278
7279 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7280 30000 to 65536.
7281
6a3cb8e8
PA
72822014-05-21 Pedro Alves <palves@redhat.com>
7283
7284 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7285 auto-connect-native-target off".
7286 * gdb.base/auto-connect-native-target.c: New file.
7287 * gdb.base/auto-connect-native-target.exp: New file.
7288
4ebfc96e
PA
72892014-05-21 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.base/default.exp: Test "target native" instead of "target
7292 child".
7293
36d46afb
MW
72942014-05-21 Mark Wielaard <mjw@redhat.com>
7295
7296 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7297
5876f503
JK
72982014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7299
7300 Fix TLS access for -static -pthread.
7301 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7302 <HAVE_TLS> (thread_function, main): Initialize it.
7303 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7304 Add clean_restart.
7305 <$have_tls != "">: Check TLSVAR.
7306
0256a6ac
PA
73072014-05-21 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.base/dcache-line-read-error.c: New.
7310 * gdb.base/dcache-line-read-error.exp: New.
7311
936d2992
PA
73122014-05-20 Pedro Alves <palves@redhat.com>
7313
7314 * gdb.base/compare-sections.c: New file.
7315 * gdb.base/compare-sections.exp: New file.
7316
802e8e6d
PA
73172014-05-20 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.base/break-idempotent.c: New file.
7320 * gdb.base/break-idempotent.exp: New file.
7321
e59fa00f
MM
73222014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7323
7324 * gdb.btrace/nohist.exp: New.
7325
8b696e31
YQ
73262014-05-20 Yao Qi <yao@codesourcery.com>
7327
7328 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7329 gdb.reverse directory and gdb_reverse_timeout exists in board
7330 setting.
7331 * README: Document gdb_reverse_timeout.
7332
73c9764f
YQ
73332014-05-20 Yao Qi <yao@codesourcery.com>
7334
7335 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7336 'test_file_name'. Treat args as a string instead of a list.
7337 (gdb_init): Rename argument 'args' by 'test_file_name'.
7338
f1f4348a
JK
73392014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7340
7341 * gdb.arch/powerpc-power.exp: New file.
7342 * gdb.arch/powerpc-power.s: New file.
7343
0dbe70ce
DE
73442014-05-16 Doug Evans <dje@google.com>
7345
7346 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7347 * gdb.base/completion.exp: Check that all expected files exist
7348 before doing file completion.
0dbe70ce 7349
8d551b02
DE
73502014-05-16 Doug Evans <dje@google.com>
7351
7352 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7353 Update.
7354 (do_syscall_tests_without_xml): Update.
7355
73eb7709
PA
73562014-05-16 Pedro Alves <palves@redhat.com>
7357
7358 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7359 instead of "unknown output after running".
7360
3fae92fc
YQ
73612014-05-16 Yao Qi <yao@codesourcery.com>
7362
7363 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7364 file1.txt from host at the end.
7365 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7366
c2b2ccc5
DE
73672014-05-15 Doug Evans <dje@google.com>
7368
7369 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7370 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7371 loading file. Add test for TU lookup.
7372
8c217a4b
SM
73732014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7374
7375 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7376 calling "-exec-arguments" or "set args" before running the
7377 inferior.
7378
3deb39c6
SM
73792014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7380
7381 * lib/mi-support.exp (mi_expect_stop): Expect message for
7382 inferiors that exit with non-zero exit code.
7383
71a79f8c
YQ
73842014-05-14 Yao Qi <yao@codesourcery.com>
7385
7386 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7387 match absolute path on remote host.
7388 (test_file_list_exec_source_files): Remove "/" from the
7389 pattern.
7390
f23fcd46
YQ
73912014-05-14 Yao Qi <yao@codesourcery.com>
7392
7393 * boards/local-remote-host-notty.exp (${board}_file): New
7394 proc.
7395
9404b58f
KM
73962014-05-07 Kyle McMartin <kyle@redhat.com>
7397
7398 Pushed by Joel Brobecker <brobecker@adacore.com>.
7399 * gdb.arch/aarch64-atomic-inst.c: New file.
7400 * gdb.arch/aarch64-atomic-inst.exp: New file.
7401
5e45f04c
YQ
74022014-05-07 Yao Qi <yao@codesourcery.com>
7403
7404 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7405 in current context" too.
7406
c888a17d
KS
74072014-05-05 Keith Seitz <keiths@redhat.com>
7408
7409 * gdb.linespec/ls-dollar.exp: Add test for linespec
7410 file:convenience_variable.
7411
290a839c
YQ
74122014-05-05 Yao Qi <yao@codesourcery.com>
7413
7414 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7415 traceframes into tfile and ctf trace files. Read data from
7416 trace file and test collected data.
7417 (gdb_collect_locals_test): Likewise.
7418 (gdb_unavailable_registers_test): Likewise.
7419 (gdb_unavailable_floats): Likewise.
7420 (gdb_collect_globals_test): Likewise.
7421 (top-level): Append "ctf" to trace_file_targets if GDB
7422 supports.
7423
b5262cd0
YQ
74242014-05-05 Yao Qi <yao@codesourcery.com>
7425
7426 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7427 code to ...
7428 (gdb_collect_args_test_1): ... it. New proc.
7429 (gdb_collect_locals_test): Move some code to ...
7430 (gdb_collect_locals_test_1): ... it. New proc.
7431 (gdb_unavailable_registers_test): Move some code to ...
7432 (gdb_unavailable_registers_test_1): ... it. New proc.
7433 (gdb_unavailable_floats): Move some code to ...
7434 (gdb_unavailable_floats_1): ... it. New proc.
7435
30a1e6cc
SDJ
74362014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7437
7438 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7439 probes to test for bitness recognition.
7440 * gdb.arch/amd64-stap-optional-prefix.exp
7441 (test_probe_value_without_reg): New procedure.
7442 Add code to test for different kinds of bitness.
7443
f33da99a
SDJ
74442014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7445
7446 PR breakpoints/16889
7447 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7448 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7449
5b80f00d
PA
74502014-05-01 Pedro Alves <palves@redhat.com>
7451
7452 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7453 gdb_file_cmd if no file is specified.
7454 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7455 last_loaded_file to set the remote exec-file.
7456
f8c2a73c
PA
74572014-05-01 Pedro Alves <palves@redhat.com>
7458
7459 * boards/local-remote-host.exp: New file.
7460
be6e8ac7
PA
74612014-05-01 Pedro Alves <palves@redhat.com>
7462
7463 * boards/local-remote-host.exp: Rename to ...
7464 * boards/local-remote-host-notty.exp: ... this.
7465
cac0dc8f
JB
74662014-04-28 Joel Brobecker <brobecker@adacore.com>
7467
7468 * gdb.ada/dyn_arrayidx: New testcase.
7469
9730e6cc
YQ
74702014-04-26 Yao Qi <yao@codesourcery.com>
7471
7472 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7473 and compute the length of function main. Save it in
7474 $main_length.
7475 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7476 (top-level): Use gdb_compile to compile objects into
7477 executable and restart GDB. Remove invocation to
7478 prepare_for_testing.
7479
7ae1a6a6
PA
74802014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7481 Pedro Alves <palves@redhat.com>
7482
7483 PR server/16255
7484 * gdb.multi/multi-attach.c: New file.
7485 * gdb.multi/multi-attach.exp: New file.
7486
4082afcc
PA
74872014-04-25 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7490 user.
7491 (top level): Test that "set remote conditional-breakpoints-packet
7492 off" works as intended.
7493 * gdb.base/dprintf.exp: Test that "set remote
7494 breakpoint-commands-packet off" works as intended.
7495 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7496 New function.
7497 (top level): Call it.
7498 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7499 remote fast-tracepoints-packet off" works as intended.
7500 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7501 * lib/gdb.exp (gdb_is_target_remote): ... here.
7502
2abc3f8d
DB
75032014-04-24 David Blaikie <dblaikie@gmail.com>
7504
7505 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7506 ensure clang would not discard them.
7507 * gdb.base/gdbvars.c: Ditto.
7508 * gdb.base/memattr.c: Ditto.
7509 * gdb.base/whatis.c: Ditto.
7510 * gdb.python/py-prettyprint.c: Ditto.
7511 * gdb.trace/actions.c: Ditto.
7512 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7513 ensure clang would not discard it.
7514
bfd39632
DB
75152014-04-24 David Blaikie <dblaikie@gmail.com>
7516
7517 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7518 clang to emit the full definition of type required by the test
7519 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7520
22842ff6
DB
75212014-04-24 David Blaikie <dblaikie@gmail.com>
7522
7523 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7524 coax Clang into emitting the definition of the type.
7525 * gdb.cp/pr10728-x.h (y): Ditto.
7526 * gdb.cp/pr10728-y.cc (y): Ditto.
7527
c2e827ad
DB
75282014-04-24 David Blaikie <dblaikie@gmail.com>
7529
7530 * gdb.base/label.exp: XFAIL label related tests under Clang.
7531 * gdb.cp/cplabel.exp: Ditto.
7532 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7533 under Clang those using labels.
7534
4c2d33e7
YQ
75352014-04-25 Yao Qi <yao@codesourcery.com>
7536
7537 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7538 double_label.
7539 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7540 partial_label and double_label.
7541
56083b99
DB
75422014-04-24 David Blaikie <dblaikie@gmail.com>
7543
7544 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7545
25d4e99d
DB
75462014-04-24 David Blaikie <dblaikie@gmail.com>
7547
7548 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7549 of the function to work across GCC and Clang.
7550 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7551 pointer types (const void ** const V void **).
7552
01f9f808
MS
75532014-04-24 Michael Sturm <michael.sturm@mintel.com>
7554 Walfred Tedeschi <walfred.tedeschi@intel.com>
7555
7556 * Makefile.in (EXECUTABLES): Added i386-avx512.
7557 * gdb.arch/i386-avx512.c: New file.
7558 * gdb.arch/i386-avx512.exp: Likewise.
7559
4b48d439
KS
75602014-04-23 Keith Seitz <keiths@redhat.com>
7561
7562 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7563 (mi_make_breakpoint_table): New procedure.
7564 (mi_create_breakpoint): Use mi_make_breakpoint
7565 and return the result.
7566 (mi_make_breakpoint): New procedure.
7567 (mi_build_kv_pairs): New procedure.
7568
7569 * gdb.mi/mi-break.exp: Remove unused globals,
7570 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7571 All callers updated.
7572 * gdb.mi/mi-dprintf.exp: Use variable to track command
7573 number.
7574 Update all callers of mi_create_breakpoint and use
7575 mi_make_breakpoint_table.
7576 Remove any unused global variables.
7577 * gdb.mi/mi-nonstop.exp: Likewise.
7578 * gdb.mi/mi-nsintrall.exp: Likewise.
7579 * gdb.mi/mi-nsmoribund.exp: Likewise.
7580 * gdb.mi/mi-nsthrexec.exp: Likewise.
7581 * gdb.mi/mi-reverse.exp: Likewise.
7582 * gdb.mi/mi-simplerun.exp: Likewise.
7583 * gdb.mi/mi-stepn.exp: Likewise.
7584 * gdb.mi/mi-syn-frame.exp: Likewise.
7585 * gdb.mi/mi-until.exp: Likewise.
7586 * gdb.mi/mi-var-cp.exp: Likewise.
7587 * gdb.mi/mi-var-display.exp: Likewise.
7588 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7589 * gdb.mi/mi2-var-child.exp: Likewise.
7590 * gdb.mi/mi-vla-c99.exp: Likewise.
7591 * lib/mi-support.exp: Likewise.
7592
7593 From Ian Lance Taylor <iant@cygnus.com>:
7594 * lib/gdb.exp (parse_args): New procedure.
7595
08351840
PA
75962014-04-23 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.base/break-unload-file.c: New file.
7599 * gdb.base/break-unload-file.exp: New file.
7600 * gdb.base/sym-file-lib.c (baz): New function.
7601 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7602 field.
7603 (load): Store the segment's mapped size.
7604 (unload): New function.
7605 (unload_shlib): New function.
7606 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7607 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7608 set a breakpoint at baz, and call it.
7609 * gdb.base/sym-file.exp: New tests for stale breakpoint
7610 instructions.
7611
076855f9
PA
76122014-04-23 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7615 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7616 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7617 * gdb.base/hbreak-unmapped.c: New file.
7618 * gdb.base/hbreak-unmapped.exp: New file.
7619 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7620 * lib/gdb.exp (gdb_is_target_remote): ... here.
7621
483805cf
PA
76222014-04-22 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.base/consecutive-step-over.c: New file.
7625 * gdb.base/consecutive-step-over.exp: New file.
7626
06d97543
PA
76272014-04-22 Pedro Alves <palves@redhat.com>
7628
7629 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7630 instead of send_gdb/gdb_expect.
7631
b4429ea2
YQ
76322014-04-22 Yao Qi <yao@codesourcery.com>
7633
7634 * lib/trace-support.exp (generate_tracefile): New procedure.
7635 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7636 return 0.
7637 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7638 if generate_tracefile returns 1.
7639
51d48146
PA
76402014-04-18 Tom Tromey <palves@redhat.com>
7641 Pedro alves <tromey@redhat.com>
7642
7643 PR backtrace/15558
7644 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7645 with a backtrace limit.
7646 * gdb.python/py-frame-inline.exp: Test running to an inline
7647 function with a backtrace limit, and printing the newest frame.
7648 * gdb.python/py-frame-inline.c (main): Call f.
7649
bd1dce5f
MS
76502014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7651
7652 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7653
40d1a503
MS
76542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7655
7656 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7657 Drop prefix from unsupported source file path.
7658
389b98f7
YQ
76592014-04-17 Yao Qi <yao@codesourcery.com>
7660
7661 * lib/gdb.exp (with_target_charset): New proc.
7662 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7663 with_target_charset.
7664 (test_print_strings): Likewise.
7665 (test_repeat_bytes): Likewise.
7666 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7667 for some tests.
7668
22869d73
KS
76692014-04-16 Keith Seitz <keiths@redhat.com>
7670
7671 PR gdb/15827
7672 * gdb.dwarf2/corrupt.c: New file.
7673 * gdb.dwarf2/corrupt.exp: New file.
7674
c4f87ca6
KS
76752014-04-16 Keith Seitz <keiths@redhat.com>
7676
7677 PR c++/16597
7678 * gdb.cp/namelessclass.cc: New file.
7679 * gdb.cp/namelessclass.exp: New file.
7680 * gdb.cp/namelessclass.S: New file.
7681
ab19de87
DE
76822014-04-16 Doug Evans <dje@google.com>
7683
7684 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7685 Add comment.
7686 (gdbserver_default_get_comm_port): New function.
7687 (gdbserver_start): Check if board file provided
7688 "gdbserver,get_comm_port" and use it if so.
7689 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7690 (gdb,socketport): Set to "stdio".
7691 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7692 (stdio_gdbserver_template): Delete.
7693 (${board}_get_remote_address): Update.
7694 (${board}_build_remote_cmd): Delete.
7695 (${board}_get_comm_port): New function.
7696 (${board}_spawn): Update.
7697 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7698 Delete.
7699 (${board}_get_remote_address): Update.
7700 (${board}_get_comm_port): New function.
7701
fc98a809
AB
77022014-04-16 Andrew Burgess <aburgess@broadcom.com>
7703
7704 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7705 appearing in any order.
7706
87fd9e6e
DE
77072014-04-15 Doug Evans <dje@google.com>
7708
7709 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7710 uninitialized value of "description".
7711
099fc3ea
KS
77122014-04-15 Keith Seitz <keiths@redhat.com>
7713
7714 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7715 Remove unused globals.
7716 (test_running_the_program): Likewise.
7717 (test_controlled_execution): Likewise.
7718 (test_controlling_breakpoints): Likewise.
7719 (test_program_termination): Likewise.
7720
5da151d4
KS
77212014-04-15 Keith Seitz <keiths@redhat.com>
7722
7723 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7724 unused globals.
7725 (test_rbreak_creation_and_listing): Likewise.
7726 (test_ignore_count): Likewise.
7727 (test_error): Likewise.
7728
35e5d2f0
PA
77292014-04-15 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7732 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7733 sym-file-loader.c.
7734 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7735 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7736 to sym-file-loader.c.
7737 (struct library): Forward declare.
7738 (load_shlib, lookup_function): Change prototypes.
7739 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7740 (translate_offset): Remove declarations.
7741 (get_text_addr): New declaration.
7742 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7743 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7744 sym-file-loader.h.
7745 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7746 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7747 here from sym-file-loader.h.
7748 (struct library): New structure.
7749 (load_shlib, lookup_function): Change prototypes and adjust to
7750 work with a struct library.
7751 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7752 (translate_offset): Make static.
7753 (get_text_addr): New function.
7754 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7755
eb4c1710
PA
77562014-04-15 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7759
2d1baf52
PA
77602014-04-15 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/sym-file-loader.c: Include <limits.h>.
7763 (SELF_LINK): New define.
7764 (get_origin): New function.
7765 (load_shlib): Use it.
7766 * gdb.base/sym-file.exp: Don't early return if the target is
7767 remote. Use runto_main, and issue fail is that fails. Use
7768 gdb_load_shlibs.
7769 (shlib_name): Delete.
7770 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7771
7dd6df01
PA
77722014-04-15 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/sym-file.exp: Remove regex characters from test
7775 message. Don't refer to breakpoint numbers in test messages.
7776
b50c8614
KS
77772014-04-14 Keith Seitz <keiths@redhat.com>
7778
7779 PR c++/16253
7780 * gdb.cp/var-tag.cc: New file.
7781 * gdb.cp/var-tag.exp: New file.
7782 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7783 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7784 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7785 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7786
3d567982
TT
77872014-04-14 Tom Tromey <tromey@redhat.com>
7788
7789 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7790 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7791 type.
7792 * gdb.cp/enum-class.exp: New file.
7793 * gdb.cp/enum-class.cc: New file.
7794
0626fc76
TT
77952014-04-14 Tom Tromey <tromey@redhat.com>
7796
7797 * gdb.dwarf2/enum-type.exp: New file.
7798
dca325b3
SA
77992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7800
7801 * gdb.mi/mi-vla-c99.exp: New file.
7802 * gdb.mi/vla.c: New file.
7803
5854b38a
SA
78042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7805
7806 * gdb.base/vla-datatypes.c: New file.
7807 * gdb.base/vla-datatypes.exp: New file.
7808
463bb957
SA
78092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7810
7811 * gdb.base/vla-ptr.c: New file.
7812 * gdb.base/vla-ptr.exp: New file.
7813
3dd170be
SA
78142014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7815
7816 * gdb.dwarf2/count.exp: New file.
7817
5ecaaa66
SA
78182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7819
7820 * gdb.base/vla-sideeffect.c: New file.
7821 * gdb.base/vla-sideeffect.exp: New file.
7822
41f1ada5
DB
78232014-04-14 David Blaikie <dblaikie@gmail.com>
7824
7825 * gdb.mi/non-stop.c: Add return value for non-void function return
7826 statement.
7827 * gdb.threads/staticthreads.c: Ditto.
7828
0be03e84
DE
78292014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7830 Doug Evans <xdje42@gmail.com>
7831
7832 * gdb.guile/scm-value.c: Improve test case.
7833 * gdb.guile/scm-value.exp: Add new test.
7834
f180a1fb
DB
78352014-04-11 David Blaikie <dblaikie@gmail.com>
7836
7837 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7838 override Clang's default.
7839
6b662e19
JB
78402014-04-11 Joel Brobecker <brobecker@adacore.com>
7841
7842 Revert the following changes (regressions):
7843
7844 * gdb.base/vla-sideeffect.c: New file.
7845 * gdb.base/vla-sideeffect.exp: New file.
7846
7847 * gdb.dwarf2/count.exp: New file.
7848
7849 * gdb.base/vla-multi.c: New file.
7850 * gdb.base/vla-multi.exp: New file.
7851
7852 * gdb.base/vla-ptr.c: New file.
7853 * gdb.base/vla-ptr.exp: New file.
7854
7855 * gdb.base/vla-datatypes.c: New file.
7856 * gdb.base/vla-datatypes.exp: New file.
7857
7858 * gdb.mi/mi-vla-c99.exp: New file.
7859 * gdb.mi/vla.c: New file.
7860
245a5f0b
KS
78612014-04-11 Keith Seitz <keiths@redhat.com>
7862
7863 PR c++/16675
7864 * gdb.cp/cpsizeof.exp: New file.
7865 * gdb.cp/cpsizeof.cc: New file.
7866
58a84dcf
SA
78672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7868
191a8a90
JB
7869 * gdb.mi/mi-vla-c99.exp: New file.
7870 * gdb.mi/vla.c: New file.
58a84dcf 7871
c8655f75
SA
78722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7873
7874 * gdb.base/vla-datatypes.c: New file.
7875 * gdb.base/vla-datatypes.exp: New file.
7876
024e13b4
SA
78772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7878
7879 * gdb.base/vla-ptr.c: New file.
7880 * gdb.base/vla-ptr.exp: New file.
7881
1a237e0e
SA
78822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7883
7884 * gdb.base/vla-multi.c: New file.
7885 * gdb.base/vla-multi.exp: New file.
7886
504f3432
SA
78872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7888
7889 * gdb.dwarf2/count.exp: New file.
7890
3bce8237
SA
78912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7892
191a8a90
JB
7893 * gdb.base/vla-sideeffect.c: New file.
7894 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7895
322f9c21
YQ
78962014-04-11 Yao Qi <yao@codesourcery.com>
7897
7898 * gdb.base/completion.exp: Check file exists before running tests
7899 on file completion.
7900
d708bcd1
PA
79012014-04-10 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/cond-eval-mode.c: New file.
7904 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7905 prepare_for_testing to build the new file. Check result of
7906 runto_main.
7907 (test_break, test_watch): New procedures.
7908 (top level): Use them.
7909
ae1d2761
PM
79102014-04-08 Pierre Muller <muller@sourceware.org>
7911
7912 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7913 Ctrl-V use for mingw hosts.
7914
7af389b8
SC
79152014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7916
7917 * gdb.python/py-value.c: Improve test case.
7918 * gdb.python/py-value.exp: Add new test.
7919
5e703181
DE
79202014-04-07 David Blaikie <dblaikie@gmail.com>
7921
7922 * lib/compiler.c: Identify the clang compiler.
7923 * lib/compiler.cc: Ditto.
7924
9810b410
YQ
79252014-04-03 Yao Qi <yao@codesourcery.com>
7926
7927 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7928
98d1b8dc
AB
79292014-04-01 Anton Blanchard <anton@samba.org>
7930
7931 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7932 messages unique.
7933
3114cea1
AB
79342014-04-01 Anton Blanchard <anton@samba.org>
7935
7936 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7937 prepare_for_testing.
7938
62f7182c
AB
79392014-04-01 Anton Blanchard <anton@samba.org>
7940
7941 * gdb.arch/ppc64-atomic-inst.c: Remove.
7942 * gdb.arch/ppc64-atomic-inst.S: New file.
7943 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7944
770e7fc7
DE
79452014-03-31 Doug Evans <dje@google.com>
7946
7947 * gdb.base/print-symbol-loading-lib.c: New file.
7948 * gdb.base/print-symbol-loading-main.c: New file.
7949 * gdb.base/print-symbol-loading.exp: New file.
7950
46e2bafa
YQ
79512014-03-31 Yao Qi <yao@codesourcery.com>
7952
7953 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7954
8776cfe9
JB
79552014-03-28 Joel Brobecker <brobecker@adacore.com>
7956
7957 * gdb.ada/mi_dyn_arr: New testcase.
7958
5d1ef361
DE
79592014-03-27 Doug Evans <dje@google.com>
7960
7961 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7962
b5bee914
YQ
79632014-03-27 Yao Qi <yao@codesourcery.com>
7964
7965 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7966 if target is nios2-*-*.
7967
0d4d0e77
YQ
79682014-03-26 Yao Qi <yao@codesourcery.com>
7969
7970 * lib/gdb.exp (readline_is_used): New proc.
7971 * gdb.base/completion.exp: Move tests on command complete up.
7972 Skip the rest of tests if readline is not used.
7973 * gdb.ada/complete.exp: Skp the test if readline is not
7974 used.
7975 * gdb.base/filesym.exp: Likewise.
7976 * gdb.base/macscp.exp: Likewise.
7977 * gdb.base/readline-ask.exp: Likewise.
7978 * gdb.base/readline.exp: Likewise.
7979 * gdb.python/py-cmd.exp: Likewise.
7980 * gdb.trace/tfile.exp: Likewise.
7981
29361eee
YQ
79822014-03-26 Yao Qi <yao@codesourcery.com>
7983
7984 * gdb.base/macscp.exp: Fix code format issues.
7985
bc9a5525
UW
79862014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7987
7988 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7989 * gdb.asm/powerpc64le.inc: New file.
7990
d3839ede
PA
79912014-03-25 Pedro Alves <palves@redhat.com>
7992 Doug Evans <dje@google.com>
7993
7994 * gdb.base/source-execution.c: New file.
7995 * gdb.base/source-execution.exp: New file.
7996 * gdb.base/source-execution.gdb: New file.
7997
01672a57
DE
79982014-03-24 Doug Evans <dje@google.com>
7999
8000 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8001 using fission.
8002
88bbeca9
HZ
80032014-03-24 Hui Zhu <hui@codesourcery.com>
8004 Pedro Alves <palves@redhat.com>
8005
8006 PR breakpoints/16101
8007 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8008 test pass/fail messages. Detect missing support for dprintf when
8009 breakpoints are actually inserted.
8010 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8011 breakpoints are actually inserted.
8012 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8013 fails.
8014
d2348791
JK
80152014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8018
feef67ab
DE
80192014-03-22 Doug Evans <xdje42@gmail.com>
8020
8021 * gdb.python/python.exp (python not supported): Verify multi-line
8022 python command issues an error.
25d743f9 8023 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 8024 guile command issues an error.
feef67ab 8025
ecebef6a
MR
80262014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8027
8028 * gdb.threads/thread-specific.exp: Handle the lack of usable
8029 $this_breakpoint and $this_thread.
8030
ccdd1909
HZ
80312014-03-21 Hui Zhu <hui@codesourcery.com>
8032
8033 * gdb.base/attach.exp (do_command_attach_tests): New.
8034
beb460e8
PA
80352014-03-20 Tom Tromey <tromey@redhat.com>
8036 Pedro Alves <palves@redhat.com>
8037
8038 PR cli/15718
8039 * gdb.base/condbreak-call-false.c: New file.
8040 * gdb.base/condbreak-call-false.exp: New file.
8041
40acf43a
PA
80422014-03-20 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8045 Delete.
8046 (block_signals, unblock_signals): Delete.
8047 (child_function_2, main): Remove references to deleted variable
8048 and functions.
8049
9f5e1e02
PA
80502014-03-20 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8053 Use pthread_kill to signal thread 2.
8054 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8055 Adjust to make the test send itself a signal rather than using the
8056 host's "kill" command.
8057
99619bea
PA
80582014-03-20 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.threads/multiple-step-overs.c: New file.
8061 * gdb.threads/multiple-step-overs.exp: New file.
8062 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8063 Adjust expected infrun debug output.
8064
2adfaa28
PA
80652014-03-20 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8068 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8069
31e77af2
PA
80702014-03-20 Pedro Alves <palves@redhat.com>
8071
8072 PR breakpoints/7143
8073 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8074 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8075 of gdb_test_multiple.
8076 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8077 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8078
b9f437de
PA
80792014-03-20 Pedro Alves <palves@redhat.com>
8080
8081 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8082 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8083
05adc73e
PA
80842014-03-19 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.base/async.exp: Remove early return.
8087
6048b950
PA
80882014-03-19 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8091
8bcfb00a
PA
80922014-03-19 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/async.exp (test_background): Expect \r\n after
8095 "completed." in the fail pattern.
8096
884e37dc
PA
80972014-03-19 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/async.exp (test_background): New procedure.
8100 Use it for all background execution command tests.
8101
148e57e2
PA
81022014-03-19 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.base/async.exp: Use prepare_for_testing.
8105
f48088c7
PA
81062014-03-19 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8109 the same line.
8110
e2f6c966
PA
81112014-03-19 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.base/async.c (main): Add "jump here" and "until here" line
8114 marker comments.
8115 * gdb.base/async.exp (jump_here): New global.
8116 (jump& test): Use it.
8117 (until_here): New global.
8118 (until& test): Use it.
8119
c30568d4
PA
81202014-03-19 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/async.exp: Don't frob gdb_protocol.
8123
0172b6a7
DE
81242014-03-18 Doug Evans <xdje42@gmail.com>
8125
8126 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8127 Fix spelling of exec-done-display.
8128
06c868a8
JK
81292014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8130
8131 PR gdb/15358
8132 * gdb.base/gdb-sigterm.c: New file.
8133 * gdb.base/gdb-sigterm.exp: New file.
8134
0c7e1a46
PA
81352014-03-18 Pedro Alves <palves@redhat.com>
8136
8137 PR gdb/13860
8138 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8139 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8140 solib-event.
8141
f7c77d93
JB
81422014-03-17 Joel Brobecker <brobecker@adacore.com>
8143
8144 * gdb.ada/pckd_arr_ren: New testcase.
8145
5a1e8c7a
DE
81462014-03-13 Doug Evans <xdje42@gmail.com>
8147
8148 PR guile/16612
8149 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8150 collect after discarding symbols.
8151
350e1a76
DE
81522014-03-13 Ludovic Courtès <ludo@gnu.org>
8153 Doug Evans <xdje42@gmail.com>
8154
8155 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8156 to history survives a gc.
8157
a69900ae
PA
81582014-03-13 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.base/default.exp: Don't test "target procfs".
8161
5db9f0bd
PA
81622014-03-13 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/default.exp: Update "target child" and "target procfs"
8165 tests to not expect "Unix".
8166
b3ccfe11
TT
81672014-03-12 Tom Tromey <tromey@redhat.com>
8168
8169 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8170 New procs. Add target-async tests.
8171 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8172 Add target-async tests.
8173
646f4417
AA
81742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8175
8176 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8177 'func_start' and 'func_end' for the beginning and end of the
8178 function code, respectively.
8179 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8180 'func_end' instead of 'func' and 'main'.
8181
288c211f
AA
81822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8183
8184 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8185 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8186 generate the debug info assembler source.
8187
e0c0f156
AA
81882014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8189
8190 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8191 * gdb.dwarf2/arr-subrange.exp: Likewise.
8192 * gdb.dwarf2/dwz.exp: Likewise.
8193 * gdb.dwarf2/method-ptr.exp: Likewise.
8194 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8195 * gdb.dwarf2/subrange.exp: Likewise.
8196 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8197 * gdb.dwarf2/implptrpiece.exp: Likewise.
8198 * gdb.dwarf2/nostaticblock.exp: Likewise.
8199
0e5c4555
AA
82002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8203 directory to absolute path name arguments.
8204
5ec18f2b
JG
82052014-03-10 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.ada/tagged_access: New testcase.
8208
847fc4f2
MM
82092014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8210
8211 * gdb.btrace/data.exp: Update expected output.
8212
cc3da688
YQ
82132014-03-06 Yao Qi <yao@codesourcery.com>
8214
8215 * gdb.trace/pr16508.exp: New file.
8216
0f26cec1
PA
82172014-03-05 Pedro Alves <palves@redhat.com>
8218
8219 PR gdb/16575
8220 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8221 procedure.
8222 (top level): Adjust to use it. Add tests that exercise breakpoint
8223 interaction with the code-cache.
8224
7a5a839f
LC
82252014-02-26 Ludovic Courtès <ludo@gnu.org>
8226
8227 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8228 test for 'history-append!'.
8229
31aa7e4e
JB
82302014-02-26 Joel Brobecker <brobecker@adacore.com>
8231
8232 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8233 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8234 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8235 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8236 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8237 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8238
1b588015
JB
82392014-02-26 Joel Brobecker <brobecker@adacore.com>
8240
8241 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8242 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8243 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8244
55426c9d
JB
82452014-02-26 Joel Brobecker <brobecker@adacore.com>
8246
8247 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8248
dc53a7ad
JB
82492014-02-26 Joel Brobecker <brobecker@adacore.com>
8250
8251 * gdb.dwarf2/arr-stride.c: New file.
8252 * gdb.dwarf2/arr-stride.exp: New file.
8253
12ab52e9
PA
82542014-02-26 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8257 that won't ever trigger. Make sure that GDB reports the correct
8258 breakpoint that caused the stop.
8259
849c862e
JK
82602014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8261
8262 PR gdb/16626
8263 * gdb.base/auto-load-script: New file.
8264 * gdb.base/auto-load.c: New file.
8265 * gdb.base/auto-load.exp: New file.
8266
71b7d793
JK
8267 PR gdb/16626
8268 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8269
e2f0d509
JK
82702014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8271
8272 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8273 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8274
50cc37c8
DE
82752014-02-24 Doug Evans <dje@google.com>
8276
8277 * lib/gdb.exp (run_on_host): Log error output if program fails.
8278
ea4758f2
PA
82792014-02-21 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.threads/step-after-sr-lock.c: Rename to ...
8282 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8283 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8284 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8285 ... this.
8286
d7b30f67
SDJ
82872014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8288
8289 PR tdep/16397
8290 * gdb.arch/amd64-stap-special-operands.exp: New file.
8291 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8292 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8293 * gdb.arch/amd64-stap-triplet.S: Likewise.
8294 * gdb.arch/amd64-stap-triplet.c: Likewise.
8295
83deb43f
JB
82962014-02-20 Joel Brobecker <brobecker@adacore.com>
8297
8298 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8299 in .section pseudo-op.
8300
adde2bff
DE
83012014-02-20 lin zuojian <manjian2006@gmail.com>
8302 Joel Brobecker <brobecker@adacore.com>
8303 Doug Evans <xdje42@gmail.com>
8304
8305 PR symtab/16581
8306 * gdb.dwarf2/dw2-icycle.S: New file.
8307 * gdb.dwarf2/dw2-icycle.c: New file.
8308 * gdb.dwarf2/dw2-icycle.exp: New file.
8309
f7bd0f78
SC
83102014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8311
8312 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8313 operations on gdb.Value objects.
8314 * gdb.python/py-value-cc.exp: Add new test to test operations on
8315 gdb.Value objects.
8316
c17ef0d5
DE
83172014-02-18 Doug Evans <dje@google.com>
8318
8319 * Makefile.in (TESTS): New variable.
8320 (expanded_tests, expanded_tests_or_none): New variables
8321 (check-single): Pass $(expanded_tests_or_none) to runtest.
8322 (check-parallel): Only run tests in $(TESTS) if non-empty.
8323 (check/no-matching-tests-found): New rule.
8324 * README: Document TESTS makefile variable.
8325
5dd3176f
DE
83262014-02-18 Doug Evans <dje@google.com>
8327
8328 * Makefile.in (check-parallel): rm -rf outputs temp.
8329
0b10be4f
JK
83302014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 Fix "ERROR: no fileid for" in the testsuite.
8333 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8334
85f224e7
DE
83352014-02-12 Doug Evans <dje@google.com>
8336
8337 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8338 (MISCELLANEOUS): New variable.
8339 (clean): rm -rf $(MISCELLANEOUS).
8340 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8341 dwp live in the same directory as symlinks, with each symlink pointed
8342 to a differently named file in a different directory.
8343
149b30ff
DE
83442014-02-11 Doug Evans <dje@google.com>
8345
8346 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8347 of Tcl file commands.
8348
1dfdac32
MK
83492014-02-10 Mark Kettenis <kettenis@gnu.org>
8350
8351 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8352 "kill -SIGUSR1 -1".
8353
aa4fb036
JB
83542014-02-10 Joel Brobecker <brobecker@adacore.com>
8355
8356 * gdb.ada/tick_length_array_enum_idx: New testcase.
8357
ed3ef339
DE
83582014-02-10 Doug Evans <xdje42@gmail.com>
8359
8360 * configure.ac (AC_OUTPUT): Add gdb.guile.
8361 * configure: Regenerate.
8362 * lib/gdb-guile.exp: New file.
8363 * lib/gdb.exp (get_target_charset): New function.
8364 * gdb.base/help.exp: Update expected output from "apropos apropos".
8365 * gdb.guile/Makefile.in: New file.
8366 * gdb.guile/guile.exp: New file.
8367 * gdb.guile/scm-arch.c: New file.
8368 * gdb.guile/scm-arch.exp: New file.
8369 * gdb.guile/scm-block.c: New file.
8370 * gdb.guile/scm-block.exp: New file.
8371 * gdb.guile/scm-breakpoint.c: New file.
8372 * gdb.guile/scm-breakpoint.exp: New file.
8373 * gdb.guile/scm-disasm.c: New file.
8374 * gdb.guile/scm-disasm.exp: New file.
8375 * gdb.guile/scm-equal.c: New file.
8376 * gdb.guile/scm-equal.exp: New file.
8377 * gdb.guile/scm-error.exp: New file.
8378 * gdb.guile/scm-error.scm: New file.
8379 * gdb.guile/scm-frame-args.c: New file.
8380 * gdb.guile/scm-frame-args.exp: New file.
8381 * gdb.guile/scm-frame-args.scm: New file.
8382 * gdb.guile/scm-frame-inline.c: New file.
8383 * gdb.guile/scm-frame-inline.exp: New file.
8384 * gdb.guile/scm-frame.c: New file.
8385 * gdb.guile/scm-frame.exp: New file.
8386 * gdb.guile/scm-generics.exp: New file.
8387 * gdb.guile/scm-gsmob.exp: New file.
8388 * gdb.guile/scm-iterator.c: New file.
8389 * gdb.guile/scm-iterator.exp: New file.
8390 * gdb.guile/scm-math.c: New file.
8391 * gdb.guile/scm-math.exp: New file.
8392 * gdb.guile/scm-objfile-script-gdb.in: New file.
8393 * gdb.guile/scm-objfile-script.c: New file.
8394 * gdb.guile/scm-objfile-script.exp: New file.
8395 * gdb.guile/scm-objfile.c: New file.
8396 * gdb.guile/scm-objfile.exp: New file.
8397 * gdb.guile/scm-ports.exp: New file.
8398 * gdb.guile/scm-pretty-print.c: New file.
8399 * gdb.guile/scm-pretty-print.exp: New file.
8400 * gdb.guile/scm-pretty-print.scm: New file.
8401 * gdb.guile/scm-section-script.c: New file.
8402 * gdb.guile/scm-section-script.exp: New file.
8403 * gdb.guile/scm-section-script.scm: New file.
8404 * gdb.guile/scm-symbol.c: New file.
8405 * gdb.guile/scm-symbol.exp: New file.
8406 * gdb.guile/scm-symtab-2.c: New file.
8407 * gdb.guile/scm-symtab.c: New file.
8408 * gdb.guile/scm-symtab.exp: New file.
8409 * gdb.guile/scm-type.c: New file.
8410 * gdb.guile/scm-type.exp: New file.
8411 * gdb.guile/scm-value-cc.cc: New file.
8412 * gdb.guile/scm-value-cc.exp: New file.
8413 * gdb.guile/scm-value.c: New file.
8414 * gdb.guile/scm-value.exp: New file.
8415 * gdb.guile/source2.scm: New file.
8416 * gdb.guile/types-module.cc: New file.
8417 * gdb.guile/types-module.exp: New file.
8418
7026a7c1
YQ
84192014-02-10 Yao Qi <yao@codesourcery.com>
8420
8421 PR testsuite/16543
8422 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8423 * configure: Regenerated.
8424 * Makefile.in: New file.
8425
6c466447
AS
84262014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8427
8428 * gdb.python/py-framefilter.exp: Fix typo.
8429
6e854735
YQ
84302014-02-08 Yao Qi <yao@codesourcery.com>
8431
8432 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8433 that no =breakpoint-modified is emitted when breakpoints are
8434 modified through MI commands.
8435
d137e6dc
PA
84362014-02-07 Pedro Alves <pedro@codesourcery.com>
8437 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.threads/step-after-sr-lock.c: New file.
8440 * gdb.threads/step-after-sr-lock.exp: New file.
8441
b5ee5a50
PA
84422014-02-07 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8445
3c77faf3
JK
84462014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8447
8448 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8449 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8450
6dddc817
DE
84512014-02-06 Doug Evans <xdje42@gmail.com>
8452
8453 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8454 output.
8455
8456 * gdb.gdb/python-interrupts.exp: New file.
8457
de7b2893
YQ
84582014-02-05 Yao Qi <yao@codesourcery.com>
8459
8460 * gdb.trace/report.exp (use_collected_data): Test the output
8461 of "info threads" and "info inferiors".
8462
66d032ac
YQ
84632014-02-05 Yao Qi <yao@codesourcery.com>
8464
8465 Revert this patch:
8466
8467 2013-05-24 Yao Qi <yao@codesourcery.com>
8468
8469 * gdb.trace/tfile.exp: Test inferior and thread.
8470
591a12a1
UW
84712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8472
8473 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8474 on a function.
8475 * gdb.base/step-bt.c: Call hello via function pointer to make
8476 sure its first instruction is executed on powerpc64le-linux.
8477
0ff3e01f
UW
84782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8479
8480 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8481
084ee545
UW
84822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8483
8484 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8485 of the test patterns for use on little-endian systems.
8486
6ed14ff3
UW
84872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8488
8489 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8490 (decimal_vector): Fix for little-endian.
8491
401e27fd
JM
84922014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8493
8494 * gdb.arch/sparc-sysstep.exp: New file.
8495 * gdb.arch/sparc-sysstep.c: Likewise.
8496
8497 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8498
8b924729
EBM
84992014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8500
8501 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8502
fb151210
JB
85032014-01-23 Tom Tromey <tromey@redhat.com>
8504
8505 * gdb.ada/array_char_idx: New testcase.
8506
0740f8d8
TT
85072014-01-23 Tom Tromey <tromey@redhat.com>
8508
8509 PR python/16487:
8510 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8511 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8512 classes.
8513
21909fa1
TT
85142014-01-23 Tom Tromey <tromey@redhat.com>
8515
8516 PR python/16491:
8517 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8518 string from an inferior frame.
8519 * gdb.python/py-framefilter-mi.exp: Update.
8520
87ce2a04
DE
85212014-01-22 Doug Evans <dje@google.com>
8522
8523 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8524
237b092b
AA
85252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8526
8527 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8528
d674a709
AA
85292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8530
8531 * gdb.trace/entry-values.exp: Remove excess space character from
8532 regex patterns. Handle s390 call instruction.
8533
20fa3390
AA
85342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8535
8536 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8537 define "*_start" label. Make "name" static.
8538 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8539 ${name} by references to ${name}_start.
8540
78466714
AA
85412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8542
8543 * gdb.base/info-macros.exp: Remove "debug" from the compile
8544 options.
8545
ec9f644a
IB
85462014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8547
8548 * gdb.dlang/demangle.exp: New file.
8549
94b1b47e
IB
85502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8551
8552 * gdb.dlang/primitive-types.exp: New file.
8553
7f420862
IB
85542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8555
8556 * configure.ac: Create gdb.dlang/Makefile.
8557 * configure: Regenerate.
8558 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8559 * gdb.dlang/Makefile.in: New file.
8560 * lib/d-support.exp: New file.
8561 * lib/gdb.exp (skip_d_tests): New proc.
8562
52834460
MM
85632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8564
8565 * gdb.btrace/delta.exp: Check reverse stepi.
8566 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8567 * gdb.btrace/finish.exp: New.
8568 * gdb.btrace/next.exp: New.
8569 * gdb.btrace/nexti.exp: New.
8570 * gdb.btrace/record_goto.c: Add comments.
8571 * gdb.btrace/step.exp: New.
8572 * gdb.btrace/stepi.exp: New.
8573 * gdb.btrace/multi-thread-step.c: New.
8574 * gdb.btrace/multi-thread-step.exp: New.
8575 * gdb.btrace/rn-dl-bind.c: New.
8576 * gdb.btrace/rn-dl-bind.exp: New.
8577 * gdb.btrace/data.c: New.
8578 * gdb.btrace/data.exp: New.
8579 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8580
6e07b1d2
MM
85812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8582
8583 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8584 * gdb.btrace/exception.exp: Update.
8585 * gdb.btrace/instruction_history.exp: Update.
8586 * gdb.btrace/record_goto.exp: Update.
8587 * gdb.btrace/tailcall.exp: Update.
8588 * gdb.btrace/unknown_functions.exp: Update.
8589 * gdb.btrace/delta.exp: New.
8590
0b722aec
MM
85912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8592
8593 * gdb.btrace/record_goto.exp: Add backtrace test.
8594 * gdb.btrace/tailcall.exp: Add backtrace test.
8595
066ce621
MM
85962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8597
8598 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8599 * gdb.btrace/record_goto.c: New.
8600 * gdb.btrace/record_goto.exp: New.
8601 * gdb.btrace/x86-record_goto.S: New.
8602
0688d04e
MM
86032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8604
8605 * gdb.btrace/function_call_history.exp: Update tests.
8606 * gdb.btrace/instruction_history.exp: Update tests.
8607
8710b709
MM
86082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8609
8610 * gdb.btrace/function_call_history.exp: Fix expected field
8611 order for "record function-call-history".
8612 Add new tests for "record function-call-history /c".
8613 * gdb.btrace/exception.cc: New.
8614 * gdb.btrace/exception.exp: New.
8615 * gdb.btrace/tailcall.exp: New.
8616 * gdb.btrace/x86-tailcall.S: New.
8617 * gdb.btrace/x86-tailcall.c: New.
8618 * gdb.btrace/unknown_functions.c: New.
8619 * gdb.btrace/unknown_functions.exp: New.
8620 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8621
5de9129b
MM
86222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8623
8624 * gdb.btrace/instruction_history.exp: Update.
8625 * gdb.btrace/function_call_history.exp: Update.
8626
23a7fe75
MM
86272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8628
8629 * gdb.btrace/function_call_history.exp: Fix expected function
8630 trace.
8631 * gdb.btrace/instruction_history.exp: Initialize traced.
8632 Remove traced_functions.
8633
724c7dd8
MM
86342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8635
8636 * gdb.btrace/function_call_history.exp: Update
8637 * gdb.btrace/instruction_history.exp: Update.
8638
6d78d93b
MM
86392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8640
8641 * gdb.btrace/enable.exp: Update expected text.
8642
93a360cc
OJ
86432014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8644
8645 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8646 bytes.
8647
3772b53f
MR
86482014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8649
8650 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8651
596662fa
OJ
86522014-01-15 Omair Javaid <omair.javaid@linaro.org>
8653
8654 * lib/gdb.exp (supports_process_record): Return true for
8655 arm*-linux*. (supports_reverse): Likewise.
8656
b5b08fb4
SC
86572014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8658
8659 PR python/15464
8660 PR python/16113
8661 * gdb.python/py-type.c: Enhance test case.
8662 * gdb.python/py-value-cc.cc: Likewise
8663 * gdb.python/py-type.exp: Add new tests.
8664 * gdb.python/py-value-cc.exp: Likewise
8665
52d7fb13
AA
86662014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8667 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8670 Make "name" extern.
8671 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8672 references to ${name}_start by references to ${name}.
8673
a2cd8cfe
JB
86742014-01-10 Joel Brobecker <brobecker@adacore.com>
8675
8676 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8677
4e23fced
JB
86782014-01-10 Joel Brobecker <brobecker@adacore.com>
8679
8680 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8681
c6a9e42c
PA
86822014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8683 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8686 mi_gdb_target_load.
c6a9e42c 8687
b7ea362b
PA
86882014-01-08 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.threads/reconnect-signal.c: New file.
8691 * gdb.threads/reconnect-signal.exp: New file.
8692
5e3f4fab
EBM
86932014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8694
8695 * gdb.base/source-dir.exp: New file.
8696
79301218
JB
86972014-01-07 Joel Brobecker <brobecker@adacore.com>
8698
8699 * gdb.ada/mi_interface: New testcase.
8700
8e355c5d
JB
87012014-01-07 Joel Brobecker <brobecker@adacore.com>
8702
8703 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8704 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8705 gdb.ada/pp-rec-component/pck.ads: New files.
8706
c0d48811
JB
87072014-01-07 Joel Brobecker <brobecker@adacore.com>
8708
8709 * gdb.python/py-pp-integral.c: New file.
8710 * gdb.python/py-pp-integral.py: New file.
8711 * gdb.python/py-pp-integral.exp: New file.
8712
17b609c3 8713For older changes see ChangeLog-1993-2013.
c906108c 8714\f
8d8cb839
EZ
8715;; Local Variables:
8716;; mode: change-log
8717;; left-margin: 8
8718;; fill-column: 74
8719;; version-control: never
8720;; End:
902f2ccb 8721
618f726f 8722 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8723 Copying and distribution of this file, with or without modification,
8724 are permitted provided the copyright notice and this notice are preserved.