Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
647c264c
YQ
12016-07-05 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.mi/mi-reverse.exp: Match =record-started output.
4
20aa2c60
PA
52016-07-01 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8 procedure.
9 (jit_reader_test): Test the jit reader's unwinder.
10 * gdb.base/jithost.c (jit_function_00_code): New global.
11 (main): Use memcpy to fill in the mmapped code, instead of poking
12 bytes manually here.
13 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14 value.
15 (read_debug_info): Save the function's range.
16 (read_sp): New function.
17 (unwind_frame): Use it. Also unwind RBP.
18 (get_frame_id): Use read_sp.
19 (gdb_init_reader): Use calloc instead of malloc.
20 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
21 parameter. Use gdb_test_multiple.
22
ced2dffb
PA
232016-07-01 Pedro Alves <palves@redhat.com>
24 Antoine Tremblay <antoine.tremblay@ericsson.com>
25
26 * gdb.threads/process-dies-while-detaching.c: New file.
27 * gdb.threads/process-dies-while-detaching.exp: New file.
28
63000888
PA
292016-07-01 Pedro Alves <palves@redhat.com>
30
31 * gdb.multi/watchpoint-multi-exit.c: New file.
32 * gdb.multi/watchpoint-multi-exit.exp: New file.
33
038d4868
PA
342016-06-30 Pedro Alves <palves@redhat.com>
35
36 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
37 unset inferior_spawn_id.
38
994e9c83
PA
392016-06-30 Pedro Alves <palves@redhat.com>
40
41 * lib/mi-support.exp (default_mi_gdb_start): Declare global
42 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
43
e5653468
YQ
442016-06-29 Yao Qi <yao.qi@linaro.org>
45
46 * gdb.base/return.c: Add copyright header.
47
803b47e5
TT
482016-06-29 Tom Tromey <tom@tromey.com>
49
50 PR python/20129:
51 * gdb.python/py-framefilter.exp: Add tests for setting priority
52 and disabling of non-existent frame filter.
53
28244707
YQ
542016-06-29 Yao Qi <yao.qi@linaro.org>
55
56 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
57 0x0f07ff.
58
a31d2f06
YQ
592016-06-28 Yao Qi <yao.qi@linaro.org>
60
61 * gdb.base/catch-syscall.exp: Remove check on isnative and target
62 triplets. Start gdb, execute catch syscall, and continue. Check
63 gdb's output to determine catch syscall is supported.
64
921d8f54
MG
652016-06-27 Manish Goregaokar <manish@mozilla.com>
66
25d49b86
PA
67 * gdb.rust/simple.rs: Add test for returning unit in a function.
68 * gdb.rust/simple.exp: Add expectation for functions returning
69 unit.
921d8f54 70
f4952523
PMR
712016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
72
73 * gdb.python/py-breakpoint-create-fail.c,
74 gdb.python/py-breakpoint-create-fail.exp,
75 gdb.python/py-breakpoint-create-fail.py: New testcase.
76
fccb08f8
MG
772016-06-25 Manish Goregaokar <manish@mozilla.com>
78
79 PR gdb/20239
80 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
81 * gdb.rust/simple.exp: Add test expectations for new NonZero
82 tests.
fccb08f8 83
6b850546
DT
842016-06-24 David Taylor <dtaylor@emc.com>
85
86 * gdb.base/offsets.exp: New file.
87 * gdb.base/offsets.c: New file.
88
17621150
TT
892016-06-23 Tom Tromey <tom@tromey.com>
90
91 PR gdb/16483:
92 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
93 before any filters are loaded.
94
04d59df6
WT
952016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
96
97 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
98 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
99 structs.
100 * gdb.fortran/derived-type-function.exp: New file.
101 * gdb.fortran/derived-type-function.f90: New file.
102
103
ac69f786
PA
1042016-06-21 Pedro Alves <palves@redhat.com>
105
106 * gdb.base/new-ui.exp: New file.
107 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
108 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
109 (with_spawn_id): New procedure.
110
49940788
PA
1112016-06-21 Pedro Alves <palves@redhat.com>
112
113 * gdb.mi/mi-exec-run.exp: New file.
114
ef274d26
PA
1152016-06-21 Pedro Alves <palves@redhat.com>
116
117 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
118 breakpoint command's output on the main UI.
119 (test_break): New procedure, factored out from calls in the top
120 level.
121 (top level): Use foreach_with_prefix to test MI as main UI and as
122 separate UI.
123
468afe6c
PA
1242016-06-21 Pedro Alves <palves@redhat.com>
125
126 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
127 (test_awatch_creation_and_listing)
128 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
129 Remove 'type' parameter.
130 (test_watchpoint_all): New parameter mi_mode. Remove
131 with_test_prefix.
132 (top level): Use foreach_with_prefix, and add main/separate UI MI
133 testing axis.
134
51f77c37
PA
1352016-06-21 Pedro Alves <palves@redhat.com>
136
137 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
138 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
139 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
140 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
141 (gdb_main_spawn_id, mi_spawn_id): Declare and
142 comment.
143 (mi_create_inferior_pty): New procedure,
144 factored out from default_mi_gdb_start.
145 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
146 procedures.
147 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
148 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
149 Use mi_create_inferior_pty.
150 (mi_gdb_start): Use eval to pass down args list.
151
8980e177
PA
1522016-06-21 Pedro Alves <palves@redhat.com>
153
154 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
155 * gdb.opt/inline-cmds.exp: Add MI tests.
156
f38d3ad1
PA
1572016-06-21 Pedro Alves <palves@redhat.com>
158
159 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
160
45db7c09
PA
1612016-06-21 Pedro Alves <palves@redhat.com>
162
163 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
164 (top level): Use it instead of mi_execute_to.
165
5a069ab3
PA
1662016-06-21 Pedro Alves <palves@redhat.com>
167
168 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
169 (cont_handler_str): New.
170 (signal_stop_handler): Set stop_handler_str instead of printing to
171 stdout.
172 (continue_handler): Set cont_handler_str instead of printing to
173 stdout.
174 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
175 mi_send_resuming_command. Print stop_handler_str and
176 cont_handler_str instead of expecting the python events print
177 directly.
178
2838cc1d
SD
1792016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
180
181 * gdb.base/jit-reader.exp: New file.
182 * gdb.base/jithost.c: New file.
183 * gdb.base/jithost.h: New file.
184 * gdb.base/jitreader.c : New file.
185 * gdb.base/jit-protocol.h: New file.
186
21a77091
YQ
1872016-06-17 Yao Qi <yao.qi@linaro.org>
188
189 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
190 parameters follow_fork and detach_on_fork. Set follow-fork-mode
191 and detach-on-fork. Adjust tests.
192 (top level): Invoke break_cond_on_syscall with combinations of
193 syscall, follow-fork-mode and detach-on-fork.
194
f50bf8e5
YQ
1952016-06-17 Yao Qi <yao.qi@linaro.org>
196
197 * gdb.base/step-over-exit.c: New.
198 * gdb.base/step-over-exit.exp: New.
199
a28d8e50
YTL
2002016-06-17 Yan-Ting Lin <currygt52@gmail.com>
201
202 * gdb.base/float.exp: Add target check for nds32*-*-*.
203 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
204
cad8e26d
AB
2052016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
208 for unsupported target features.
209 * gdb.base/call-rt-st.exp: Likewise.
210 * gdb.base/call-sc.exp: Likewise.
211 * gdb.base/call-signal-resume.exp: Likewise.
212 * gdb.base/call-strs.exp: Likewise.
213 * gdb.base/callexit.exp: Likewise.
214 * gdb.base/callfuncs.exp: Likewise.
215 * gdb.base/nodebug.exp: Likewise.
216 * gdb.base/printcmds.exp: Likewise.
217 * gdb.base/ptype.exp: Likewise.
218 * gdb.base/structs.exp: Likewise.
219 * gdb.base/unwindonsignal.exp: Likewise.
220 * gdb.cp/gdb2495.exp: Likewise.
221 * gdb.cp/templates.exp: Likewise.
222 * gdb.cp/virtfunc.exp: Likewise.
223 * gdb.threads/hand-call-in-threads.exp: Likewise.
224 * gdb.threads/interrupted-hand-call.exp: Likewise.
225 * gdb.threads/thread-unwindonsignal.exp: Likewise.
226
347dc102
TT
2272016-06-10 Tom Tromey <tom@tromey.com>
228
229 PR rust/20110:
230 * gdb.rust/expr.exp: Add test for integer constant larger than
231 i32.
232
5e13cf25
BH
2332016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
234
235 * gdb.fortran/nested-funcs.exp: New.
236 * gdb.fortran/nested-funcs.f90: New.
237
bb556f1f
TK
2382016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
239
240 * gdb.base/examine-backward.c: New file.
241 * gdb.base/examine-backward.exp: New file.
242
38b022b4
SM
2432016-06-06 Simon Marchi <simon.marchi@ericsson.com>
244
245 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
246 matching.
247
1b40ec05
TT
2482016-06-02 Tom Tromey <tom@tromey.com>
249
250 PR python/18984:
251 * gdb.python/py-shared.exp: Add solib_name test.
252
193bd378
SM
2532016-06-02 Simon Marchi <simon.marchi@ericsson.com>
254
255 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
256
3326303b
MG
2572016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
258
259 PR c++/19893
260 * gdb.dwarf2/implref.exp: Rename to...
261 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
262 * gdb.dwarf2/implref-array.c: New file.
263 * gdb.dwarf2/implref-array.exp: Likewise.
264 * gdb.dwarf2/implref-global.c: Likewise.
265 * gdb.dwarf2/implref-global.exp: Likewise.
266 * gdb.dwarf2/implref-struct.c: Likewise.
267 * gdb.dwarf2/implref-struct.exp: Likewise.
268
825c8ef2
AT
2692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
270
271 * gdb.trace/trace-condition.exp: Add 64bit tests.
272
2320162a
AT
2732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
274
275 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
276 bits types.
277 (main): Adapt to 8 to 64 bits types.
278 * gdb.trace/trace-condition.exp: Add new tests.
279
a7818233
AT
2802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
281
282 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
283
0d336466
AT
2842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
285
286 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
287 Move condition tests...
288 * gdb.trace/trace-condition.exp: Here.
289
7faeb45a
AT
2902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
291
292 * gdb.trace/trace-condition.exp: Add counter-case tests.
293
e385593e
JK
2942016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 PR c++/15231
297 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
298 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
299
744608cc
PA
3002016-05-27 Pedro Alves <palves@redhat.com>
301
302 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
303 New procedure.
304 (top level): Call it, and bail out of DejaGnu is known to be bad.
305
ac775bf4
AB
3062016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.base/whatis.c: Extend the test case.
309 * gdb.base/whatis.exp: Add additional tests.
310
2bbad2ea
BH
3112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
312
313* gdb.fortran/type.f90: Add pointer variable.
314* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
315
8b70175d
BH
3162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
317
318 * gdb.fortran/vla-type.exp: Fix testcase name.
319
86d8a848
BH
3202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
321
322 * gdb.fortran/vla-type.exp: Access elements in nested structs.
323
e188eb36
BH
3242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
325
326 * gdb.fortran/type.f90: Add nested structures.
327 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
328 * gdb.fortran/derived-type.exp: Adapt expected output.
329 * gdb.fortran/vla-type.exp: Adapt expected output.
330
9b2db1fd
BH
3312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
332
333 * gdb.fortran/whatis_type.exp: Adapt expected output.
334
72b17055
BH
3352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
336
337 * gdb.fortran/print_type.exp: Fix expected output.
338 * gdb.fortran/whatis_type.exp: Fix expected output.
339
3cd81d8d
BH
3402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
341
342 * gdb.fortran/whatis_type.exp: Use multi_line.
343
ddae9462
TT
3442016-05-24 Tom Tromey <tom@tromey.com>
345
346 PR python/17386:
347 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
348 use value as an index.
349
1957f6b8
TT
3502016-05-23 Tom Tromey <tom@tromey.com>
351
352 PR python/17981:
353 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
354 no-breakpoint case.
355
026a9174
PA
3562016-05-24 Pedro Alves <palves@redhat.com>
357
358 PR gdb/19828
359 * gdb.threads/clone-attach-detach.c: New file.
360 * gdb.threads/clone-attach-detach.exp: New file.
361
e70a7231
FR
3622016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
363
364 * gdb.base/annota-input-while-running.exp: Fix syntax error.
365
0f6ed0e0
TT
3662016-05-23 Tom Tromey <tom@tromey.com>
367
368 PR python/19438, PR python/18393:
369 * gdb.python/py-progspace.exp: Add "dir" test.
370 * gdb.python/py-objfile.exp: Add "dir" test.
371
ffd19d61
YQ
3722016-05-23 Yao Qi <yao.qi@linaro.org>
373
374 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
375 * gdb.arch/thumb2-it.exp: Likewise.
376
9e8f9b05
SM
3772016-05-18 Simon Marchi <simon.marchi@ericsson.com>
378
379 * gdb.mi/mi-threads-interrupt.c: New file.
380 * gdb.mi/mi-threads-interrupt.exp: New file.
381
61c6156d
SM
3822016-05-17 Simon Marchi <simon.marchi@ericsson.com>
383
384 PR gdb/18077
385 * gdb.mi/mi-async-run.exp: New file.
386 * gdb.mi/mi-async-run.c: New file.
387
67218854
TT
3882016-05-17 Tom Tromey <tom@tromey.com>
389 Manish Goregaokar <manishsmail@gmail.com>
390
391 * lib/rust-support.exp: New file.
392 * lib/gdb.exp (skip_rust_tests): New proc.
393 (build_executable_from_specs): Handle rust.
394 * lib/future.exp (gdb_find_rustc): New proc.
395 (gdb_default_target_compile): Handle rust.
396 * gdb.rust/expr.exp: New file.
397 * gdb.rust/generics.exp: New file.
398 * gdb.rust/generics.rs: New file.
399 * gdb.rust/methods.exp: New file.
400 * gdb.rust/methods.rs: New file.
401 * gdb.rust/modules.exp: New file.
402 * gdb.rust/modules.rs: New file.
403 * gdb.rust/simple.exp: New file.
404 * gdb.rust/simple.rs: New file.
405
c44af4eb
TT
4062016-05-17 Tom Tromey <tom@tromey.com>
407
408 * gdb.base/default.exp (set language): Add rust.
409
dcd1f979
TT
4102016-05-17 Tom Tromey <tom@tromey.com>
411
412 * gdb.gdb/unittest.exp: New file.
413
155b7f57
YQ
4142016-05-16 Yao Qi <yao.qi@linaro.org>
415
416 * gdb.base/batch-preserve-term-settings.exp: Remove variable
417 shell_prompt. Update shell_prompt_re.
418
8ddd5a6c
DE
4192016-05-12 Doug Evans <dje@google.com>
420
421 PR symtab/19999
422 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
423 $options when building executable.
424 * gdb.dwarf2/fission-loclists-pie.S: New file.
425 * gdb.dwarf2/fission-loclists-pie.exp: New file.
426
02e370d9
SM
4272016-05-04 Simon Marchi <simon.marchi@ericsson.com>
428
429 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
430 of [is_remote target],
431
8929ad8b
SM
4322016-05-04 Simon Marchi <simon.marchi@ericsson.com>
433
434 * lib/gdb.exp (use_gdb_stub): New procedure.
435
6c447423
DE
4362016-05-03 Yunlian Jiang <yunlian@google.com>
437 Doug Evans <dje@google.com>
438
439 PR symtab/19914
440 * gdb.dwarf2/dwp-sepdebug.c: New file.
441 * gdb.dwarf2/dwp-sepdebug.exp: New file.
442
444e826c
SM
4432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
444
445 * gdb.base/detach.exp: Remove is_remote check.
446
740feeaa
SM
4472016-05-02 Simon Marchi <simon.marchi@ericsson.com>
448
449 * gdb.base/annota-input-while-running.exp: Don't check for
450 [is_remote target]. Enable annotations after running to main.
451 Remove unused "set test..." line.
452
9080ac9d
SM
4532016-04-28 Simon Marchi <simon.marchi@ericsson.com>
454
455 * gdb.trace/trace-enable-disable.exp: New file.
456 * gdb.trace/trace-enable-disable.c: New file.
457
952ebca5
SM
4582016-04-28 Simon Marchi <simon.marchi@ericsson.com>
459
460 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
461 use it in info sharedlibrary test.
462 * gdb.trace/ftrace-lock.exp: Likewise.
463 * gdb.trace/ftrace.exp: Likewise.
464 * gdb.trace/range-stepping.exp: Likewise.
465 * gdb.trace/trace-break.exp: Likewise.
466 * gdb.trace/trace-condition.exp: Likewise.
467 * gdb.trace/trace-mt.exp: Likewise.
468
d9019901
SM
4692016-04-27 Simon Marchi <simon.marchi@ericsson.com>
470
471 * lib/gdb.exp (gdb_load_shlibs): Rename to...
472 (gdb_load_shlib): ... this.
473 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
474 gdb_load_shlib.
475 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
476 * gdb.base/ctxobj.exp: Likewise.
477 * gdb.base/dprintf-pending.exp: Likewise.
478 * gdb.base/dso2dso.exp: Likewise.
479 * gdb.base/fixsection.exp: Likewise.
480 * gdb.base/gcore-relro.exp: Likewise.
481 * gdb.base/gdb1555.exp: Likewise.
482 * gdb.base/global-var-nested-by-dso.exp: Likewise.
483 * gdb.base/gnu-ifunc.exp: Likewise.
484 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
485 * gdb.base/jit-so.exp (one_jit_test): Likewise.
486 * gdb.base/pending.exp: Likewise.
487 * gdb.base/print-file-var.exp: Likewise.
488 * gdb.base/print-symbol-loading.exp: Likewise.
489 * gdb.base/shlib-call.exp: Likewise.
490 * gdb.base/shreloc.exp: Likewise.
491 * gdb.base/so-impl-ld.exp: Likewise.
492 * gdb.base/solib-disc.exp: Likewise.
493 * gdb.base/solib-nodir.exp: Likewise.
494 * gdb.base/solib-overlap.exp: Likewise.
495 * gdb.base/solib-symbol.exp: Likewise.
496 * gdb.base/solib-weak.exp (do_test): Likewise.
497 * gdb.base/sym-file.exp: Likewise.
498 * gdb.base/symtab-search-order.exp: Likewise.
499 * gdb.base/type-opaque.exp: Likewise.
500 * gdb.base/unload.exp: Likewise.
501 * gdb.base/watchpoint-solib.exp: Likewise.
502 * gdb.compile/compile.exp: Likewise.
503 * gdb.cp/gdb2384.exp: Likewise.
504 * gdb.cp/infcall-dlopen.exp: Likewise.
505 * gdb.cp/re-set-overloaded.exp: Likewise.
506 * gdb.fortran/library-module.exp: Likewise.
507 * gdb.opt/solib-intra-step.exp: Likewise.
508 * gdb.python/py-finish-breakpoint.exp: Likewise.
509 * gdb.python/py-shared.exp: Likewise.
510 * gdb.reverse/solib-precsave.exp: Likewise.
511 * gdb.reverse/solib-reverse.exp: Likewise.
512 * gdb.server/solib-list.exp: Likewise.
513 * gdb.threads/dlopen-libpthread.exp: Likewise.
514 * gdb.threads/tls-shared.exp: Likewise.
515 * gdb.threads/tls-so_extern.exp: Likewise.
516 * gdb.trace/change-loc.exp: Likewise.
517 * gdb.trace/ftrace-lock.exp: Likewise.
518 * gdb.trace/ftrace.exp: Likewise.
519 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
520 * gdb.trace/pending.exp: Likewise.
521 * gdb.trace/range-stepping.exp: Likewise.
522 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
523 (strace_info_marker): Likewise.
524 (strace_probe_marker): Likewise.
525 (strace_trace_on_same_addr): Likewise.
526 (strace_trace_on_diff_addr): Likewise.
527 * gdb.trace/trace-break.exp: Likewise.
528 * gdb.trace/trace-condition.exp: Likewise.
529 * gdb.trace/trace-mt.exp: Likewise.
530
fca4cfd9
SM
5312016-04-27 Simon Marchi <simon.marchi@ericsson.com>
532
533 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
534 result of gdb_remote_download.
535 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
536 * gdb.base/dso2dso.exp: Likewise.
537 * gdb.base/global-var-nested-by-dso.exp: Likewise.
538 * gdb.base/print-file-var.exp: Likewise.
539 * gdb.base/shlib-call.exp: Likewise.
540 * gdb.base/shreloc.exp: Likewise.
541 * gdb.base/solib-overlap.exp: Likewise.
542 * gdb.base/solib-weak.exp (do_test): Likewise.
543 * gdb.base/unload.exp: Likewise.
544
11cf4ffb
YQ
5452016-04-27 Yao Qi <yao.qi@linaro.org>
546
547 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
548 exists.
549
3e2e34f8
KB
5502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
551
552 * vla-type.exp: Print structure from toplevel.
553
8f07e298
BH
5542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
555
556 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
557 of dynamic types.
558 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
559 of dynamic types.
560
9920b434
BH
5612016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
562
563 * gdb.fortran/vla-type.f90: New file.
564 * gdb.fortran/vla-type.exp: New file.
565
f3abeff5
YQ
5662016-04-25 Yao Qi <yao.qi@linaro.org>
567
568 * gdb.base/branch-to-self.c: New file.
569 * gdb.base/branch-to-self.exp: New file.
570
0a5d52f0
YQ
5712016-04-22 Yao Qi <yao.qi@linaro.org>
572
573 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
574 more after $hex.
575
495346f6
YQ
5762016-04-22 Yao Qi <yao.qi@linaro.org>
577
578 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
579 * gdb.base/annota3.exp: Likewise.
580
4a7e075c
YQ
5812016-04-22 Yao Qi <yao.qi@linaro.org>
582
583 * gdb.reverse/step-precsave.exp: Do one step and test program
584 stops in "callee" and do multiple steps until program goes out
585 of "callee".
586 * gdb.reverse/step-reverse.exp: Likewise.
587
5b061e98
YQ
5882016-04-22 Yao Qi <yao.qi@linaro.org>
589
590 * gdb.trace/signal.exp: Also pass if
591 $tracepoint_hits($i) > $iterations.
592
5c5dc57f
YQ
5932016-04-22 Yao Qi <yao.qi@linaro.org>
594
595 * gdb.trace/signal.c: New file.
596 * gdb.trace/signal.exp: New file.
597
a55411b9
DE
5982016-04-19 Doug Evans <xdje42@gmail.com>
599
600 * gdb.base/bad-file.exp: New file.
601
a22df60a
MG
6022016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
603
604 * gdb.dwarf2/implref.exp: New file.
605
0c13f7e5
BH
6062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
607
608 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
609 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
610 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
611 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
612 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
613 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
614 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
615 * lib/fortran.exp (fortran_int4): New procedure.
616 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
617 (fortran_logical4): Likewise.
618
9b9b09e9
BH
6192016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
620
621 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
622
a14d1f4d
BH
6232016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
624
625 * lib/compiler.c: Add Intel specific preprocessor macros.
626 * lib/compiler.cc: Likewise.
25d49b86 627
7d49b1d0
LM
6282016-04-13 Luis Machado <lgustavo@codesourcery.com>
629
630 * gdb.server/connect-with-no-symbol-file.c: New file.
631 * gdb.server/connect-with-no-symbol-file.exp: New file.
632
8392fa22
SM
6332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
634
635 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
636
8c4c4aeb
SM
6372016-04-13 Simon Marchi <simon.marchi@ericsson.com>
638
639 * boards/gdbserver-base.exp (${board}_download): Copy source file to
640 standard output directory.
641
45e3745e
AT
6422016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
643
644 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
645
e26b7e41
MM
6462016-04-13 Markus Metzger <markus.t.metzger@intel.com>
647
648 * gdb.btrace/instruction_history.c (loop): Add declaration.
649
8ce09462
AT
6502016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
651
652 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
653
2e88a1ea
SM
6542016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
655
656 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
657 parentheses to print.
658 (continue_handler): Likewise.
659
f48e22e3
SM
6602016-04-08 Simon Marchi <simon.marchi@ericsson.com>
661
662 * gdb.server/solib-list.exp: Remove is_remote check.
663 Pass shlib= to gdb_compile. Don't link shared library with
664 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
665 Run binary filename through "readlink -f" on the target.
666
096be756
PA
6672016-04-08 Pedro Alves <palves@redhat.com>
668
669 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
670 interpreter filename as argument to gdbserver_spawn.
671 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
672 Return empty if $last_loaded_file does not exist.
673
06500533
JK
6742016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
677 * gdb.base/jit-main.c: Use exit after usage.
678
2d35e871
JK
6792016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
680
681 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
682 GDBHISTSIZE prior to the tests.
683 * gdb.base/gdbinit-history.exp: Likewise.
684
6852016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
686
687 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
688 instead of build_executable. Use gdb_load_shlibs.
689
c8064e7e
YQ
6902016-04-07 Yao Qi <yao.qi@linaro.org>
691
692 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
693 Execute "si" command.
694
bde47561
YQ
6952016-04-07 Yao Qi <yao.qi@linaro.org>
696
697 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
698 number instead of the comments on some line.
699
b16f8a3b
DB
7002016-04-06 Don Breazeal <donb@codesourcery.com>
701
702 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
703 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
704
c2f901df
SM
7052016-04-06 Simon Marchi <simon.marchi@ericsson.com>
706
707 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
708 standard_output_file. Remove unused binfile variable.
709
ac17fda0
CU
7102016-04-05 Catalin Udma <catalin.udma@freescale.com>
711
712 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
713 * gdb.python/py-mi-objfile.exp: Match "list main" output
714 in console format.
715
03a8c4df
SM
7162016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
717
718 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
719 absolute.
720
6e774b13
SM
7212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
722
723 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
724 absolute.
725 * gdb.trace/ftrace.exp: Likewise.
726 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
727 targets as well.
728 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
729 (gdb_load_shlibs): Copy libraries to test directory when testing
730 natively. Only set solib-search-path if testing remotely.
731 * lib/mi-support.exp (mi_load_shlibs): Likewise.
732
7817ea46
SM
7332016-04-05 Simon Marchi <simon.marchi@ericsson.com>
734
735 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
736 gdb_download. Use it even if the target is not remote.
737 * gdb.base/jit.exp (compile_jit_test): Likewise.
738 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
739 output directory if the destination board is local, otherwise use
740 the standard remote_download from DejaGnu.
741 (gdb_download): Remove.
742 (gdb_load_shlibs): Use gdb_remote_download instead of
743 gdb_download.
744 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
745 Use gdb_remote_download instead of gdb_download. Use it even if
746 the target is not remote.
747 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
748 instead of gdb_download.
749
7beb7f68
SM
7502016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
751
752 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
753 (test_insert_delete_modify): Call mi_load_shlibs before trying to
754 run.
755
cc63428a
AV
7562016-04-01 Artemiy Volkov <artemiyv@acm.org>
757
758 PR gdb/19820
759 * gdb.base/printcmds.exp: Add artificial arrays tests.
760
64cdf930
PA
7612016-03-31 Pedro Alves <palves@redhat.com>
762
763 PR gdb/19858
764 * gdb.base/jit-main.c: Include unistd.h.
765 (ATTACH): Define to 0 if not already defined.
766 (wait_for_gdb, mypid): New globals.
767 (WAIT_FOR_GDB): New macro.
768 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
769 some breakpoint locations.
770 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
771 New procedures.
772 (one_jit_test): Add REATTACH parameter, and handle it. Use
773 continue_to_test_location.
774 (top level): Test attach, and adjusts calls to one_jit_test.
775
40dea8cb
PA
7762016-03-31 Pedro Alves <palves@redhat.com>
777
778 PR gdb/19858
779 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
780 BINSUFFIX parameter, and handle it.
781 (top level): Adjust calls compile_jit_test.
782
e7ea3ec7
CU
7832016-03-31 Catalin Udma <catalin.udma@freescale.com>
784
785 PR python/19743
786 * gdb.python/py-mi-events-gdb.py: New file.
787 * gdb.python/py-mi-events.c: New file.
788 * gdb.python/py-mi-events.exp: New file.
789
e6359af3
YQ
7902016-03-30 Yao Qi <yao.qi@linaro.org>
791
792 * gdb.reverse/until-precsave.exp: Match function name only.
793 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
794 Move malloc to a condition block.
795 * gdb.reverse/until-reverse.exp: Match function name only.
796
a4105d04
MK
7972016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
798
799 * gdb.trace/ftrace.exp: Set arg0exp for s390.
800 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
801 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
802 variable for GPR 0 instead of assuming it is register 0.
803 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
804 * lib/trace-support.exp: Add s390 registers.
805
bfa6adb9
YQ
8062016-03-29 Yao Qi <yao.qi@linaro.org>
807
808 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
809
1e6697ea
YQ
8102016-03-24 Yao Qi <yao.qi@linaro.org>
811
812 * gdb.reverse/break-reverse.exp: Add quotation mark in the
813 test message.
814
64bcd522
AA
8152016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
816
817 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
818 maintaining separate logic for constructing the output path.
819
7868401b
DB
8202016-03-16 Don Breazeal <donb@codesourcery.com>
821
822 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
823 Retry fork and waitpid on interrupted system call errors.
824 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
825 Use with_timeout_factor to increase timeout by factor of 10.
826
1cafadb4
DB
8272016-03-15 Don Breazeal <donb@codesourcery.com>
828
829 * gdb.cp/scope-err.cc: New test program.
830 * gdb.cp/scope-err.exp: New test script.
831 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
832 lines and "set breakpoint here" comment.
833 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
834 Fixed some whitespace and format issues.
835 * gdb.mi/mi-linespec-err-cp.cc: New test program.
836 * gdb.mi/mi-linespec-err-cp.exp: New test script.
837
81516450
DE
8382016-03-15 Doug Evans <dje@google.com>
839
840 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
841 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
842 All callers updated. Add tests for enums, mixed flags register.
843
aa52b601
DE
8442016-03-15 Doug Evans <dje@google.com>
845
846 * gdb.base/skip.c (main): Call test_skip_file_and_function.
847 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
848
fa4ff313
SM
8492016-03-14 Simon Marchi <simon.marchi@ericsson.com>
850
851 * gdb.base/default.exp: Add $_as_string to the list of expected
852 convenience functions.
853
f2403c39
AB
8542016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.base/maint.exp: New tests for 'maint info line-table'.
857
f2f3ccb9
SM
8582016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
859
860 * gdb.python/py-as-string.exp: New file.
861 * gdb.python/py-as-string.c: New file.
862
00dbd492
PA
8632016-03-09 Pedro Alves <palves@redhat.com>
864
865 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
866 signal" -> "Thread NN received signal" output change.
867 * gdb.threads/ia64-sigill.exp: Likewise.
868 * gdb.threads/linux-dp.exp: Likewise.
869 * gdb.threads/manythreads.exp: Likewise.
870 * gdb.threads/pending-step.exp: Likewise.
871 * gdb.threads/print-threads.exp: Likewise.
872 * gdb.threads/sigstep-threads.exp: Likewise.
873 * gdb.threads/staticthreads.exp: Likewise.
874 * gdb.threads/tls.exp: Likewise.
875
1e6697ea
YQ
8762016-03-09 Pedro Alves <palves@redhat.com>
877
878 * gdb.base/command-line-input.exp: New file.
879
b04fd3be
MK
8802016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
881
882 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
883 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
884 * gdb.trace/pending.exp: Accept leading dot before function name.
885 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
886 * lib/trace-support.exp: Set registers for ppc.
887
98fa59e9
MK
8882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
889
890 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
891 use it for disassembly; accept .main in addition to main in backtrace.
892
f77198c8
MK
8932016-03-09 Wei-cheng Wang <cole945@gmail.com>
894 Marcin Kościelnicki <koriakin@0x04.net>
895
896 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
897 (gdb_recursion_test_ptr): New global variable.
898 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
899 gdb_recursion_test.
900 (gdb_c_test): Ditto.
901
ba84e0da
MK
9022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
903
904 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
905 ordering.
906
4366d36e
MK
9072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
908
909 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
910 (bar): Add bar_start_lbl label.
911 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
912 of foo/bar for emitting DWARF and tracing.
913
5eb264df
SDJ
9142016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
915
916 * analyze-racy-logs.py: Set executable bit.
917
fb6a751f
SDJ
9182016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
919
920 * Makefile.in (DEFAULT_RACY_ITER): New variable.
921 (CHECK_TARGET_TMP): Likewise.
922 (check-single-racy): New rule.
923 (check-parallel-racy): Likewise.
924 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
925 (do-check-parallel-racy): New rule.
926 (check-racy/%.exp): Likewise.
927 * README (Racy testcases): New section.
928 * analyze-racy-logs.py: New file.
929
bdf7e230
DE
9302016-03-03 Doug Evans <dje@google.com>
931
932 * gdb.base/skip.exp: Use with_test_prefix.
933
4719d415
YQ
9342016-03-03 Yao Qi <yao.qi@linaro.org>
935
936 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
937 Invoke step_over_syscall "clone" and break_cond_on_syscall
938 "clone".
939 * gdb.base/step-over-clone.c: New file.
940
ea507862
YQ
9412016-03-03 Yao Qi <yao.qi@linaro.org>
942
943 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
944 code format.
945
8fc8cbda
YQ
9462016-03-03 Yao Qi <yao.qi@linaro.org>
947
948 * gdb.base/disp-step-fork.c: Rename to ...
949 * gdb.base/step-over-fork.c: ... it. New file.
950 * gdb.base/disp-step-vfork.c: Rename to ...
951 * gdb.base/step-over-vfork.c: ... it. New file.
952 * gdb.base/disp-step-syscall.exp: Rename to ...
953 * gdb.base/step-over-syscall.exp: ... it. New file.
954 (disp_step_cross_syscall): Rename to ...
955 (step_over_syscall): ... it.
956
92fa70b0
YQ
9572016-03-03 Yao Qi <yao.qi@linaro.org>
958
959 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
960 If target supports condition evaluation on target, invoke
961 break_cond_on_syscall for fork and vfork.
962
e197ad3c
YQ
9632016-03-03 Yao Qi <yao.qi@linaro.org>
964
965 * gdb.base/disp-step-syscall.exp: Don't invoke
966 support_displaced_stepping.
967 (disp_step_cross_syscall): Test with displaced stepping off and
968 on if supported.
969
0b47da9f
YQ
9702016-03-03 Yao Qi <yao.qi@linaro.org>
971
972 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
973 proc.
974 (setup): New proc.
975 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
976 and setup.
977
065ab6dc
BH
9782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
979
980 * gdb.fortran/vla-history.exp: Remove breakpoint.
981
07e448ad 9822016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
983
25d49b86
PA
984 * gdb.fortran/vla-history.exp: Lookup array elements and printing
985 exceeds timeout.
07e448ad 986
9ac2d526 9872016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
988
25d49b86
PA
989 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
990 breakpoint.
9ac2d526 991
17807369
BH
9922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
993
994 * gdb.mi/vla.f90: Nullify pointer after declaration.
995
86e501af
PA
9962016-03-01 Pedro Alves <palves@redhat.com>
997
998 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
999
1e903e32
PA
10002016-03-01 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1003 before anything else.
1004 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1005 _GNU_SOURCE here.
1006 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1007 before anything else.
1008 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1009
6ccb54e2
PA
10102016-03-01 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1013
30ca9da1
YQ
10142016-03-01 Yao Qi <yao.qi@linaro.org>
1015
1016 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1017 prepare_for_testing.
1018
dc856b38
YQ
10192016-03-01 Yao Qi <yao.qi@linaro.org>
1020
1021 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1022
4a932159
AA
10232016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1024
1025 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1026 manually constructing the output path.
1027
f2489477
AA
10282016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1029
1030 * gdb.arch/s390-stackless.S: New.
1031 * gdb.arch/s390-stackless.exp: New.
1032
38899f16
IB
10332016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1034
1035 * gdb.dlang/circular.c: New file.
1036 * gdb.dlang/circular.exp: New file.
1037
9fde51ed
YQ
10382016-02-26 Yao Qi <yao.qi@linaro.org>
1039
1040 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1041 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1042 (testcases): Update.
1043
ce90fefe
YQ
10442016-02-26 Yao Qi <yao.qi@linaro.org>
1045
1046 * gdb.reverse/aarch64.c: Rename to ...
1047 * gdb.reverse/insn-reverse.c: ... it.
1048 * gdb.reverse/aarch64.exp: Rename to ...
1049 * gdb.reverse/insn-reverse.exp: ... it.
1050
3263bceb
YQ
10512016-02-26 Yao Qi <yao.qi@linaro.org>
1052
1053 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1054 (testcase_ftype): New.
1055 (testcases): New array.
1056 (n_testcases): New.
1057 (main): Call each element in testcases.
1058 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1059 (read_testcase): New.
1060 Do the tests in a loop.
1061
6cb59ff1
YQ
10622016-02-25 Yao Qi <yao.qi@linaro.org>
1063
1064 * gdb.base/branches.c: Remove.
1065
ae91f625
MK
10662016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1067
1068 PR gdb/13808
1069 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1070
678b48b7
MK
10712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1072
1073 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1074
7337a6f2
MK
10752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1076
1077 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1078 change x86_64 call_insn to 'callq'.
1079
861ca91f
AT
10802016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1081
1082 * gdb.trace/tfile-avx.c: Move to...
1083 * gdb.trace/tracefile-pseudo-reg.c: Here.
1084 * gdb.trace/tfile-avx.exp: Move to...
1085 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1086
bf74e428
GB
10872016-02-24 Gary Benson <gbenson@redhat.com>
1088
1089 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1090 message on attach.
1091
cce0e923
DE
10922016-02-23 Doug Evans <dje@google.com>
1093
1094 * gdb.base/skip.c (test_skip): New function.
1095 (end_test_skip_file_and_function): New function.
1096 (test_skip_file_and_function): New function.
1097 * gdb.base/skip1.c (test_skip): New function.
1098 (skip1_test_skip_file_and_function): New function.
1099 * gdb.base/skip.exp: Add tests for new skip options.
1100 * gdb.base/skip-solib.exp: Update expected output.
1101 * gdb.perf/skip-command.cc: New file.
1102 * gdb.perf/skip-command.exp: New file.
1103 * gdb.perf/skip-command.py: New file.
1104
4000e47e
MK
11052016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1106
1107 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1108 info registers pattern.
1109
24f75ead
IB
11102016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1111
1112 * lib/future.exp: Add D support.
1113 (gdb_find_gdc): New proc.
1114 (gdb_default_target_compile): Add D support.
1115
fbb7bcbe
WW
11162016-02-18 Wei-cheng Wang <cole945@gmail.com>
1117
1118 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1119 user+system time.
1120 (trace_speed_test): Determine the iteration count for a time
1121 between 15..30 seconds.
1122
012b3a21
WT
11232016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1124
1125 * gdb.arch/i386-mpx-sigsegv.c: New file.
1126 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1127 * gdb.arch/i386-mpx-simple_segv.c: New file.
1128 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1129
2d5189bd
YQ
11302016-02-18 Yao Qi <yao.qi@linaro.org>
1131
1132 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1133 Don't call setup_kfail.
1134
40fb20d0
YQ
11352016-02-18 Yao Qi <yao.qi@linaro.org>
1136
1137 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1138 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1139
21b1f8d2
DE
11402016-02-16 Doug Evans <dje@google.com>
1141
1142 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1143 * gdb.base/skip1.c: Ditto.
1144 * gdb.base/skip.exp: Whitespace cleanup.
1145
4041ed77
DB
11462016-02-16 Don Breazeal <donb@codesourcery.com>
1147
1148 PR remote/19496
1149 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1150 Remove kfail for PR remote/19496.
1151
c4ef31bf
SM
11522016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1153
1154 * lib/gdb.exp (standard_temp_file): Return a path specific to
1155 the runtest invocation.
1156
266b65b3
SM
11572016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1158
1159 * gdb.trace/save-trace.exp: Change relative path to be in the
1160 standard output directory.
1161
a7a0a6a9
JK
11622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1163
1164 * gdb.arch/i386-prologue.c: Add missing prototypes.
1165
c99dbb42
JK
11662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1169 * gdb.arch/i386-prologue.exp: Likewise.
1170 * gdb.arch/i386-size.exp: Likewise.
1171
aa480355
SM
11722016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1173
1174 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1175 define object file path.
1176 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1177 file path.
1178 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1179 standard_output_file to define binfile.
1180
ba881f50
JK
11812016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1182
1183 Fix compatibility with recent gfortran-5.3.1.
1184 * gdb.fortran/vla-history.exp (print vla1 allocated)
1185 (print vla2 allocated, print $2, print $3): Remove
1186 (print $4): Rename to ...
1187 (print $2): ... here.
1188 (print $9): Rename to ...
1189 (print $5): ... here.
1190 (print $10): Rename to ...
1191 (print $6): ... here.
1192 * gdb.fortran/vla.f90: Add pvla initialization.
1193
e9fb005c
JK
11942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1195
1196 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1197 New test.
1198 * gdb.fortran/vla-value-sub.exp: Likewise.
1199
e44e00ff
MK
12002016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1201
1202 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1203
97e94151
SM
12042016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1205
1206 * i386-biarch-core.exp: Define corefile using
1207 standard_output_file.
1208
01113bc1
YQ
12092016-02-12 Yao Qi <yao.qi@linaro.org>
1210
1211 * gdb.arch/arm-single-step-kernel-helper.c: New.
1212 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1213
33b4777c
MM
12142016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1215
1216 * gdb.btrace/tailcall-only.exp: New.
1217 * gdb.btrace/tailcall-only.c: New.
1218 * gdb.btrace/x86_64-tailcall-only.S: New.
1219 * gdb.btrace/i686-tailcall-only.S: New.
1220
acc23c11
PA
12212016-02-11 Pedro Alves <palves@redhat.com>
1222
1223 * README (Parallel testing): Add missing double quotes.
1224
e352bf0a
PA
12252016-02-11 Pedro Alves <palves@redhat.com>
1226
1227 * README (Parallel testing): New section.
1228 (GDB_PARALLEL): Rewrite.
1229 (FORCE_PARALLEL): Document.
1230
9f5fed78
MK
12312016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1232
1233 * gdb.trace/tfile-avx.c: New test.
1234 * gdb.trace/tfile-avx.exp: New test.
1235
9ef9e6a6
KS
12362016-02-09 Keith Seitz <keiths@redhat.com>
1237
1238 PR breakpoints/19546
1239 * gdb.base/infcall-exec.c: New file.
1240 * gdb.base/infcall-exec2.c: New file.
1241 * gdb.base/infcall-exec.exp: New file.
1242
a96e36da
KS
12432016-02-09 Keith Seitz <keiths@redhat.com>
1244
1245 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1246 (toplevel): Call test_bkpt_address.
1247
9f61929f
KS
12482016-02-09 Keith Seitz <keiths@redhat.com>
1249
1250 PR python/19506
1251 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1252 (toplevel): Call test_bkpt_address.
1253
1e94266c
SM
12542016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1255
1256 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1257 to AC_OUTPUT.
1258 * configure: Regenerate.
1259
2a7f3dff
PA
12602016-02-09 Pedro Alves <palves@redhat.com>
1261
1262 PR breakpoints/19548
1263 * gdb.base/execl-update-breakpoints.c (some_function): New
1264 function.
1265 (main): Call it.
1266 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1267 Tighten expected GDB output.
1268
2151ccc5
SM
12692016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1270
1271 * Makefile.in (ALL_SUBDIRS): Remove.
1272 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1273 (distclean maintainer-clean realclean): Likewise.
1274 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1275 * configure: Regenerate.
1276 * gdb.ada/Makefile.in: Delete.
1277 * gdb.arch/Makefile.in: Likewise.
1278 * gdb.asm/Makefile.in: Likewise.
1279 * gdb.base/Makefile.in: Likewise.
1280 * gdb.btrace/Makefile.in: Likewise.
1281 * gdb.cell/Makefile.in: Likewise.
1282 * gdb.compile/Makefile.in: Likewise.
1283 * gdb.cp/Makefile.in: Likewise.
1284 * gdb.disasm/Makefile.in: Likewise.
1285 * gdb.dlang/Makefile.in: Likewise.
1286 * gdb.dwarf2/Makefile.in: Likewise.
1287 * gdb.fortran/Makefile.in: Likewise.
1288 * gdb.gdb/Makefile.in: Likewise.
1289 * gdb.go/Makefile.in: Likewise.
1290 * gdb.guile/Makefile.in: Likewise.
1291 * gdb.java/Makefile.in: Likewise.
1292 * gdb.linespec/Makefile.in: Likewise.
1293 * gdb.mi/Makefile.in: Likewise.
1294 * gdb.modula2/Makefile.in: Likewise.
1295 * gdb.multi/Makefile.in: Likewise.
1296 * gdb.objc/Makefile.in: Likewise.
1297 * gdb.opencl/Makefile.in: Likewise.
1298 * gdb.opt/Makefile.in: Likewise.
1299 * gdb.pascal/Makefile.in: Likewise.
1300 * gdb.perf/Makefile.in: Likewise.
1301 * gdb.python/Makefile.in: Likewise.
1302 * gdb.reverse/Makefile.in: Likewise.
1303 * gdb.server/Makefile.in: Likewise.
1304 * gdb.stabs/Makefile.in: Likewise.
1305 * gdb.threads/Makefile.in: Likewise.
1306 * gdb.trace/Makefile.in: Likewise.
1307 * gdb.xml/Makefile.in: Likewise.
1308 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1309 GDB_PARALLEL.
1310 (standard_output_file): Remove check for GDB_PARALLEL, always
1311 return path in outputs/$subdir/$testname.
1312
437277d4
SM
13132016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1314
1315 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1316 (site.exp): Assign abs_srcdir to tcl's srcdir.
1317
31d913c7
YQ
13182016-02-04 Yao Qi <yao.qi@linaro.org>
1319
1320 * gdb.base/foll-exec-mode.c: Include limits.h.
1321 (main): Add parameters argc and argv. Get directory from
1322 argv[0].
1323 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1324 compilation.
1325 * gdb.base/foll-exec.c: Include limits.h.
1326 (main): Add parameters argc and argv.
1327 Get directory from argv[0].
1328 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1329 Adjust tests on the number of lines as source code changed.
1330 * gdb.base/foll-vfork-exit.c: Include limits.h.
1331 (main): Add one line of statement before vfork.
1332 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1333 (main): Add parameters argc and argv. Get directory from
1334 argv[0].
1335 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1336 (setup_gdb): Set tbreak to skip some source lines.
1337 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1338 (main): Add parameters argc and argv. Get directory from
1339 argv[0].
1340 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1341 compilation.
1342 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1343 (main): Add parameters argc and argv. Get directory from
1344 argv[0].
1345 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1346 compilation.
1347
9482b9fb
DE
13482016-02-01 Doug Evans <dje@google.com>
1349
1350 * gdb.base/skip.exp: Clean up multiple references to same test name.
1351
6b2e4f10
PA
13522016-02-01 Pedro Alves <palves@redhat.com>
1353
ccb6afd6 1354 PR remote/19496
6b2e4f10
PA
1355 * gdb.threads/forking-threads-plus-breakpoint.exp
1356 (displaced_stepping_supported): New global.
1357 (probe_displaced_stepping_support): New procedure.
1358 (do_test): Add 'displaced' parameter, and use it.
1359 (top level): Check for displaced stepping support. Add displaced
1360 stepping on/off testing axis.
1361
37a8db1a
AB
13622016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1365 pointer. Don't perform further tests on the unassociated pointer
1366 if the first test fails.
1367
5fdf6324
AB
13682016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1369
1370 * gdb.base/max-value-size.c: New file.
1371 * gdb.base/max-value-size.exp: New file.
1372 * gdb.base/huge.exp: Disable max-value-size for this test.
1373
935c6144
IB
13742016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1375
1376 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1377
7fe8399d
YQ
13782016-01-28 Yao Qi <yao.qi@linaro.org>
1379
1380 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1381
a2077e25
PA
13822016-01-25 Pedro Alves <palves@redhat.com>
1383
1384 PR threads/19461
1385 * gdb.base/fork-running-state.c: New file.
1386 * gdb.base/fork-running-state.exp: New file.
1387
1d2736d4
PA
13882016-01-25 Pedro Alves <palves@redhat.com>
1389
1390 PR gdb/19494
1391 * gdb.base/catch-fork-kill.c: New file.
1392 * gdb.base/catch-fork-kill.exp: New file.
1393
f1da4b11
PA
13942016-01-25 Pedro Alves <palves@redhat.com>
1395
1396 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1397 Delete, moved to lib/gdb.exp.
1398 * gdb.threads/forking-threads-plus-breakpoint.exp
1399 (foreach_with_prefix): Likewise.
1400 * gdb.threads/process-dies-while-handling-bp.exp
1401 (foreach_with_prefix): Likewise.
1402 * lib/gdb.exp (foreach_with_prefix): New procedure.
1403
45f38546
MK
14042016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1405
1406 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1407 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1408
dc29a1ce
MK
14092016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1410
1411 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1412 endian targets.
1413
092127d7
JK
14142016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1415 Pedro Alves <palves@redhat.com>
1416
1417 Fix testsuite compatibility with Guile.
1418 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1419 number.
1420
31d765d3
JK
14212016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1422
1423 Fix testsuite compatibility with Guile.
1424 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1425 (thread 1): New test for backtrace through signal handler.
1426
1ac78c04
YQ
14272016-01-22 Yao Qi <yao.qi@linaro.org>
1428
1429 PR testsuite/19491
1430 * gdb.base/multi-forks.c: Include
1431 ../lib/unbuffer_output.c
1432 (main): Call gdb_unbuffer_output.
1433
4f5946a8
DE
14342016-01-21 Doug Evans <dje@google.com>
1435
1436 * lib/ada.exp (gdb_compile_ada): Fix typo.
1437
305e13e6
JB
14382016-01-21 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.base/break-fun-addr.exp: New file.
1441 * gdb.base/break-fun-addr1.c: New file.
1442 * gdb.base/break-fun-addr2.c: New file.
1443
5f5dfff6
SM
14442016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1445
1446 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1447 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1448 enum flag values.
1449
fd356fa2
AA
14502016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1451
1452 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1453 when GDB can not set the vector return value. Add more comments
1454 for clarification.
1455
9df22175
AT
14562016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1457
1458 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1459 command.
1460
41d1845e
SM
14612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1462
1463 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1464
01ac6840
SM
14652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1466
1467 * Makefile.in (check-single): Pass --status to runtest.
1468 (check/%.exp): Likewise.
1469
14702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1471
1472 * Makefile.in (check-parallel): Propagate return code from make
1473 do-check-parallel.
1474
bd0a71fa
MK
14752016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1476
1477 * gdb.trace/ftrace.exp: Fix expected message on continue.
1478 * gdb.trace/pending.exp: Fix expected message on continue.
1479 * gdb.trace/trace-break.exp: Fix expected message on continue.
1480
8bcbad33
SM
14812016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1482
1483 * lib/gdb.exp (gdb_test): Remove unused global references.
1484
f303dbd6
PA
14852016-01-18 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.base/async-shell.exp: Adjust expected output.
1488 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1489 * gdb.base/siginfo-thread.exp: Adjust expected output.
1490 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1491 * gdb.java/jnpe.exp: Adjust expected output.
1492 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1493 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1494 * gdb.threads/leader-exit.exp: Adjust expected output.
1495 * gdb.threads/manythreads.exp: Adjust expected output.
1496 * gdb.threads/pthreads.exp: Adjust expected output.
1497 * gdb.threads/schedlock.exp: Adjust expected output.
1498 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1499 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1500 expected output.
1501 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1502 output.
1503 * gdb.threads/sigthread.exp: Adjust expected output.
1504 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1505
b2789696
YQ
15062016-01-18 Yao Qi <yao.qi@linaro.org>
1507
1508 * gdb.guile/scm-section-script.c: Replace @progbits with
1509 %progbits.
1510 * gdb.python/py-section-script.c: Likewise.
1511
71ef29a8
PA
15122016-01-15 Pedro Alves <palves@redhat.com>
1513
1514 * gdb.multi/tids.exp: Test star wildcard ranges.
1515
3f5b7598
PA
15162016-01-15 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1519 command from "thread apply" invocation.
1520 (thr_apply_info_thr_invalid): Default the expected output to the
1521 input tid list.
1522 (top level): Add tests that use convenience variables. Add tests
1523 for "thread apply" with a valid TID list, but missing the command.
1524
663f6d42
PA
15252016-01-13 Pedro Alves <palves@redhat.com>
1526
1527 * gdb.base/default.exp: Expect $_gthread as well.
1528 * gdb.multi/tids.exp: Test $_gthread.
1529 * gdb.threads/thread-specific.exp: Test $_gthread.
1530
c84f6bbf
PA
15312016-01-13 Pedro Alves <palves@redhat.com>
1532
1533 * gdb.multi/tids.exp: Test "info threads -gid".
1534
22a02324
PA
15352016-01-13 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1538 Breakpoint.thread.
1539 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1540
5d5658a1
PA
15412016-01-07 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.base/break.exp: Adjust to output changes.
1544 * gdb.base/hbreak2.exp: Likewise.
1545 * gdb.base/sepdebug.exp: Likewise.
1546 * gdb.base/watch_thread_num.exp: Likewise.
1547 * gdb.linespec/keywords.exp: Likewise.
1548 * gdb.multi/info-threads.exp: Likewise.
1549 * gdb.threads/thread-find.exp: Likewise.
1550 * gdb.multi/tids.c: New file.
1551 * gdb.multi/tids.exp: New file.
1552
84654457
PA
15532016-01-13 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1556
e3940304
PA
15572016-01-13 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/default.exp: Expect $_inferior as well.
1560 * gdb.multi/base.exp: Test $_inferior.
1561
a911d87a
PA
15622016-01-13 Pedro Alves <palves@redhat.com>
1563
1564 PR breakpoints/19388
1565 * gdb.base/catch-signal-siginfo-cond.c: New file.
1566 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1567
82075af2
JS
15682016-01-12 Josh Stone <jistone@redhat.com>
1569 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1570
1571 * gdb.base/catch-syscall.c (do_execve): New variable.
1572 (main): Conditionally trigger an execve.
1573 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1574 (test_catch_syscall_execve): New, check entry/return across execve.
1575 (do_syscall_tests): Call test_catch_syscall_execve.
1576
e46eeedd
PA
15772016-01-12 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.base/random-signal.exp (do_test): New procedure, with body
1580 of testcase moved in.
1581
01d8c27e
JK
15822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1583 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.base/funcargs.exp (finish from indirectly called function):
1586 Reintroduce the case for 'First'.
1587
9a706302
JK
15882016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1589 Pedro Alves <palves@redhat.com>
1590
1591 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1592 (tcatch_vfork_then_child_follow_exec)
1593 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1594 identification.
1595
c0ecb95f
JK
15962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1599 and repeats to unlimited.
1600 * gdb.python/py-value.exp: Likewise.
1601 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1602 and repeats to unlimited.
1603
6cfc1fcb
JK
16042016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1607 and reordering the functions.
1608 * gdb.multi/hangout.c: Likewise.
1609 * gdb.multi/hello.c: Likewise.
1610
582a1b00
SM
16112016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1612
1613 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1614 absolute.
1615 (SingleStatisticTestResult.report): Use dict.keys instead of
1616 dict.iterkeys.
1617
79bc59cb
PA
16182016-01-06 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1621
43368e1d
MM
16222016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1623
1624 * gdb.btrace/dlopen.exp: New.
1625 * gdb.btrace/dlopen.c: New.
1626 * gdb.btrace/dlopen-dso.c: New.
1627
79fad5b8
SL
16282015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1629
1630 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1631 PATTERN argument is optional.
1632
ab8314b3
JB
16332015-12-24 Joel Brobecker <brobecker@adacore.com>
1634
1635 * lib/ada.exp (target_compile_ada_from_dir): New function.
1636 (gdb_compile_ada): Reimplement avoiding the use of project files.
1637 * gdb.ada/gnat_ada.gpr: Delete.
1638 * gdb.ada/cond_lang.exp: Adjust test to make path before
1639 filename optional.
1640 * gdb.ada/small_reg_param.exp: Likewise.
1641
fe33faff
SM
16422015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1643
1644 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1645
6d265cb4
TP
16462015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1647
1648 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1649 case.
1650
10125099
SM
16512015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1652
1653 * gdb.base/break.exp: Remove dead code.
1654 * gdb.base/sepdebug.exp: Likewise.
1655
3ca22649
SM
16562015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1657
1658 * gdb.asm/asm-source.exp: Remove HP-UX references.
1659 * gdb.base/annota1.exp: Likewise.
1660 * gdb.base/annota3.exp: Likewise.
1661 * gdb.base/attach.exp: Likewise.
1662 * gdb.base/bigcore.exp: Likewise.
1663 * gdb.base/break.exp: Likewise.
1664 * gdb.base/call-ar-st.exp: Likewise.
1665 * gdb.base/callfuncs.exp: Likewise.
1666 * gdb.base/catch-fork-static.exp: Likewise.
1667 * gdb.base/display.exp: Likewise.
1668 * gdb.base/foll-exec-mode.exp: Likewise.
1669 * gdb.base/foll-exec.exp: Likewise.
1670 * gdb.base/foll-fork.exp: Likewise.
1671 * gdb.base/foll-vfork.exp: Likewise.
1672 * gdb.base/funcargs.exp: Likewise.
1673 * gdb.base/hbreak2.exp: Likewise.
1674 * gdb.base/inferior-died.exp: Likewise.
1675 * gdb.base/interrupt.exp: Likewise.
1676 * gdb.base/multi-forks.exp: Likewise.
1677 * gdb.base/nodebug.exp: Likewise.
1678 * gdb.base/sepdebug.exp: Likewise.
1679 * gdb.base/solib1.c: Likewise.
1680 * gdb.base/step-test.exp: Likewise.
1681 * gdb.mi/non-stop.c: Likewise.
1682 * gdb.mi/pthreads.c: Likewise.
1683 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1684 * gdb.threads/pthreads.c: Likewise.
1685 * gdb.threads/staticthreads.exp: Likewise.
1686 * lib/future.exp: Likewise.
1687 * lib/gdb.exp: Likewise.
1688 * gdb.base/so-indr-cl.c: Remove.
1689 * gdb.base/so-indr-cl.exp: Likewise.
1690 * gdb.base/solib.c: Likewise.
1691 * gdb.base/solib.exp: Likewise.
1692 * gdb.base/solib2.c: Likewise.
1693
b6304613
SM
16942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1695
1696 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1697 * gdb.base/call-ar-st.exp: Likewise.
1698 * gdb.base/callfuncs.exp: Likewise.
1699 * gdb.base/condbreak.exp: Likewise.
1700 * gdb.base/constvars.exp: Likewise.
1701 * gdb.base/hbreak2.exp: Likewise.
1702 * gdb.base/langs.exp: Likewise.
1703 * gdb.base/list.exp: Likewise.
1704 * gdb.base/long_long.exp: Likewise.
1705 * gdb.base/ptype.exp: Likewise.
1706 * gdb.base/scope.exp: Likewise.
1707 * gdb.base/signals.exp: Likewise.
1708 * gdb.base/so-impl-ld.exp: Likewise.
1709 * gdb.base/varargs.exp: Likewise.
1710 * gdb.base/volatile.exp: Likewise.
1711 * gdb.base/whatis.exp: Likewise.
1712 * gdb.cp/cplusfuncs.exp: Likewise.
1713 * gdb.cp/inherit.exp: Likewise.
1714 * gdb.cp/local.exp: Likewise.
1715 * gdb.cp/member-ptr.exp: Likewise.
1716 * gdb.cp/method.exp: Likewise.
1717 * gdb.cp/overload.exp: Likewise.
1718 * gdb.cp/templates.exp: Likewise.
1719 * gdb.stabs/weird.exp: Likewise.
1720 * lib/compiler.c: Likewise.
1721 * lib/compiler.cc: Likewise.
1722 * lib/cp-support.exp: Likewise.
1723 * lib/gdb.exp: Likewise.
1724
bf401b07
SM
17252015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1726
1727 * configure.ac: Remove HP-UX case.
1728 * configure: Regenerate.
1729
aff9c0f8
SM
17302015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1731
1732 * lib/gdb.exp (gdb_compile): Add function doc.
1733
a6904d5a
PA
17342015-12-17 Pedro Alves <palves@redhat.com>
1735
1736 PR threads/19354
1737 * gdb.multi/info-threads.exp: New file.
1738
a22279dd
YQ
17392015-12-15 Yao Qi <yao.qi@linaro.org>
1740
1741 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1742 is aarch64*-*-*.
1743
0588c796
SL
17442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1745
1746 * gdb.base/history-duplicates.exp: Skip if no readline support.
1747
5d978e17
SL
17482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1749
1750 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1751
7e763b86
SL
17522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1753
1754 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1755
87a3a92c
SL
17562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1757
1758 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1759 ctrl-C if nointerrupts target property is set.
1760 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1761 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1762 * gdb.base/paginate-bg-execution.exp: Likewise.
1763 * gdb.base/paginate-execution-startup.exp: Likewise.
1764 * gdb.base/random-signal.exp: Likewise.
1765 * gdb.base/range-stepping.exp: Likewise.
1766 * gdb.cp/annota2.exp: Likewise.
1767 * gdb.cp/annota3.exp: Likewise.
1768 * gdb.gdb/selftest.exp: Likewise.
1769 * gdb.threads/continue-pending-status.exp: Likewise.
1770 * gdb.threads/leader-exit.exp: Likewise.
1771 * gdb.threads/manythreads.exp: Likewise.
1772 * gdb.threads/pthreads.exp: Likewise.
1773 * gdb.threads/schedlock.exp: Likewise.
1774 * gdb.threads/sigthread.exp: Likewise.
1775
a8f077dc
DB
17762015-12-11 Don Breazeal <donb@codesourcery.com>
1777
1778 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1779 remote.
1780 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1781 * gdb.base/foll-exec.exp (main): Enable for target remote.
1782 * gdb.base/foll-fork.exp (main): Likewise.
1783 * gdb.base/foll-vfork.exp (main): Likewise.
1784 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1785 (proc continue_to_exit_bp_loc): Use clean_restart.
1786 * gdb.base/pie-execl.exp (main): Disable for target remote.
1787 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1788 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1789 * gdb.threads/execl.exp (main): Likewise.
1790 * gdb.threads/fork-child-threads.exp (main): Likewise.
1791 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1792 remote.
1793 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1794 remote.
1795 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1796 pid.tid style ptids, instead of just tid.
1797 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1798 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1799 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1800 ptids, instead of just tid.
1801
3b2464a8
AB
18022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.base/list.exp (test_list_forward): Add end of file error
1805 test.
1806 (test_repeat_list_command): Add end of file error test.
1807 (test_list_backwards): Add beginning of file error test.
1808
a0def019
AB
18092015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1810
1811 * gdb.base/list.exp (test_list_invalid_args): New function,
1812 defined, and called.
1813
5c000dff
AB
18142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 * gdb.base/list.exp (test_list): Make test names unique.
1817
f1637ebe
YQ
18182015-12-11 Yao Qi <yao.qi@linaro.org>
1819
1820 * gdb.base/coremaker2.c: Remove.
1821
36d6fc0a
PA
18222015-12-10 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.multi/base.exp: Remove stale "spaces" references.
1825
762f7747
PA
18262015-12-10 Pedro Alves <palves@redhat.com>
1827
1828 * gdb.multi/base.exp: Don't use nowarnings.
1829 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1830 * gdb.multi/hangout.c: Include stdio.h.
1831 * gdb.multi/hello.c: Include stdlib.h.
1832 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1833 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1834 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1835
28d2bfb9
AB
18362015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1837
1838 * gdb.dwarf2/dw2-ranges-base.c: New file.
1839 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1840 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1841 support additional line table, and debug ranges generation.
1842 (Dwarf::ranges): New function, generate .debug_ranges.
1843 (Dwarf::lines): Support generating simple line table programs.
1844 (Dwarf::assemble): Initialise new namespace variables.
1845
5fc2beac
KB
18462015-12-09 Kevin Buettner <kevinb@redhat.com>
1847
1848 * gdb.base/async.exp (proc test_background): Add case for
1849 asynchronous execution not supported.
1850
1c35a88f
LM
18512015-12-09 Luis Machado <lgustavo@codesourcery.com>
1852
1853 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1854 format and change test names to make them unique.
1855
b593e3d9
RK
18562015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1857 Pedro Alves <pedro@redhat.com>
1858
1859 PR gdb/18702
1860 Add checking of floatformats setup on x86_64 hosts.
1861 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1862 (smallval, bigval): New labels/constants.
1863 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1864 float" after loading bigval and smallval.
1865
d72413e6
PMR
18662015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1867
1868 * gdb.ada/fun_overload_menu.exp: New testcase.
1869 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1870
ece66d65
JS
18712015-12-04 Josh Stone <jistone@redhat.com>
1872
1873 * gdb.base/catch-fork-static.exp: New.
1874
41d0efca
YQ
18752015-12-03 Yao Qi <yao.qi@linaro.org>
1876
1877 * gdb.base/sizeof.c: Don't include stdio.h and
1878 ../lib/unbuffer_output.c.
1879 (main): New variable 'size' and 'value'. Remove printf and
1880 gdb_unbuffer_output. Assign return value to size and value.
1881 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1882 at the beginning.
1883 (check_sizeof): Check the result by printing variable 'size'.
1884 (check_valueof): Check the result by printing variable 'value'.
1885
99fd02d9
YQ
18862015-12-01 Yao Qi <yao.qi@linaro.org>
1887
1888 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1889 for aarch64*-*-linux* target.
1890
f2faf941
PA
18912015-11-30 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1894
04bf20c5
PA
18952015-11-30 Pedro Alves <palves@redhat.com>
1896
1897 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1898 Handle non-stop mode vCont replies.
1899
09df4675
PA
19002015-11-30 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1903 prepare_for_testing. Start gdb with "set non-stop on" appended to
1904 GDBFLAGS. Lax expected stop output.
1905
58b584af
YQ
19062015-11-27 Yao Qi <yao.qi@linaro.org>
1907
1908 * gdb.arch/arm-neon.exp: New.
1909 * gdb.arch/arm-neon.c: New.
1910
dfcb77a8
YQ
19112015-11-27 Yao Qi <yao.qi@linaro.org>
1912
1913 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1914
88e8ec1b
YQ
19152015-11-27 Yao Qi <yao.qi@linaro.org>
1916
1917 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1918 frames-invalid annotation.
1919
bfde72c2
YQ
19202015-11-27 Yao Qi <yao.qi@linaro.org>
1921
1922 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1923
f6512a69
SM
19242015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1925
1926 * gdb.threads/names.exp: New file.
1927 * gdb.threads/names.c: New file.
1928 * README: Mention gdb,no_thread_names.
1929
46a3515b
MM
19302015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1931
1932 PR 19297
1933 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1934 support" error.
1935
62147a22
PA
19362015-11-24 Pedro Alves <palves@redhat.com>
1937
1938 PR 17539
1939 * gdb.base/display.exp: Expect displays to be sorted in ascending
1940 order. Use multi_line.
1941 * gdb.base/solib-display.exp: Likewise.
1942
2f341b6e
PA
19432015-11-24 Pedro Alves <palves@redhat.com>
1944
1945 PR 17539
25d49b86
PA
1946 * gdb.base/display.exp: Expect displays to be sorted in ascending
1947 order. Use multi_line.
1948 * gdb.base/solib-display.exp: Likewise.
2f341b6e 1949
7e0aa6aa
PA
19502015-11-24 Pedro Alves <palves@redhat.com>
1951
1952 PR 17539
1953 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1954 threads in ascending order.
1955 * gdb.base/foll-fork.exp: Likewise.
1956 * gdb.base/foll-vfork.exp: Likewise.
1957 * gdb.base/multi-forks.exp: Likewise.
1958 * gdb.mi/mi-nonstop.exp: Likewise.
1959 * gdb.mi/mi-nsintrall.exp: Likewise.
1960 * gdb.multi/base.exp: Likewise.
1961 * gdb.multi/multi-arch.exp: Likewise.
1962 * gdb.python/py-inferior.exp: Likewise.
1963 * gdb.threads/break-while-running.exp: Likewise.
1964 * gdb.threads/execl.exp: Likewise.
1965 * gdb.threads/gcore-thread.exp: Likewise.
1966 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1967 * gdb.threads/kill.exp: Likewise.
1968 * gdb.threads/linux-dp.exp: Likewise.
1969 * gdb.threads/multiple-step-overs.exp: Likewise.
1970 * gdb.threads/next-bp-other-thread.exp: Likewise.
1971 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1972 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1973 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1974 * gdb.threads/thread-find.exp: Likewise.
1975 * gdb.threads/tls.exp: Likewise.
1976 * lib/mi-support.exp (mi_reverse_list): Delete.
1977 (mi_check_thread_states): No longer reverse list.
1978
2cc57ad8
PA
19792015-11-24 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1982 use lowercase.
1983
c93e8391
SM
19842015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1985
1986 * gdb.trace/actions.c: Include trace-common.h.
1987 (main): Add a location for a fast tracepoint.
1988 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1989 the normal tracepoints.
1990 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1991
045ccf91
SM
19922015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1993
1994 * save-trace.exp: Factor out code to these...
1995 (gdb_save_tracepoints): New.
1996 (gdb_load_tracepoints): New.
1997 (do_save_load_test): New.
1998
5506f9f6
KB
19992015-11-23 Kevin Buettner <kevinb@redhat.com>
2000
2001 * gdb.base/asmlabel.exp: New test.
2002 * gdb.base/asmlabel.c: New test case.
2003
16c3b12f
JB
20042015-11-23 Joel Brobecker <brobecker@adacore.com>
2005
2006 * gdb.base/wrong_frame_bt_full-main.c: New file.
2007 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2008 * gdb.base/wrong_frame_bt_full.exp: New file.
2009
155bfbd3
JB
20102015-11-23 Joel Brobecker <brobecker@adacore.com>
2011
2012 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2013
bb097445
JM
20142015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2015
206853a0 2016 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
2017 pstate register when comparing registers values in
2018 sparc64-*-linux-gnu targets to avoid spurious differences.
2019
9c88ed8f
JM
20202015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2021
206853a0 2022 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 2023
96161e25
SL
20242015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2025
2026 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2027 as type argument to gdb_compile.
2028 * gdb.base/nested-subp2.exp: Likewise.
2029 * gdb.base/nested-subp3.exp: Likewise.
2030
340c2830
DV
20312015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2032
2033 * lib/dwarf.exp (_note): Fix left shift of negative value.
2034 * gdb.trace/trace-condition.exp: Likewise.
2035
c1862d0f
YQ
20362015-11-13 Yao Qi <yao.qi@linaro.org>
2037
2038 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2039 comments about d10v.
2040 (test_scalar_returns): Likewise.
2041 * gdb.base/d10v.ld: Remove.
2042 * gdb.base/overlays.exp: Remove the target triplet checking for
2043 d10v-*-*.
2044 * gdb.base/structs.exp (test_struct_returns): Remove the
2045 comments about d10v.
2046 (test_struct_calls): Likewise.
2047
77ae9c19
YQ
20482015-11-13 Yao Qi <yao.qi@linaro.org>
2049
2050 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2051 * gdb.base/gnu_vector.c: Don't include stdio.h.
2052 (main): Don't print res and call add_some_intvecs.
2053
430e004e
MK
20542015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2055
2056 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2057 macro.
2058 (func5): Removed.
2059 (func4): Use FAST_TRACEPOINT_LABEL.
2060 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2061 macro.
2062 (func): Removed.
2063 (thread_function): Use FAST_TRACEPOINT_LABEL.
2064 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2065 (func): Remove.
2066 (marker): Use FAST_TRACEPOINT_LABEL.
2067 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2068 (pendfunc1): Remove.
2069 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2070 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2071 (foo): Remove.
2072 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2073 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2074 macro.
2075 (func): Remove.
2076 (marker): Use FAST_TRACEPOINT_LABEL.
2077 * gdb.trace/trace-common.h: New header.
2078 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2079 macro.
2080 (func): Remove.
2081 (marker): Use FAST_TRACEPOINT_LABEL.
2082 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2083 (func): Remove.
2084 (thread_function): Use FAST_TRACEPOINT_LABEL.
2085
6e7675a7
MK
20862015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2087
2088 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2089 in front.
2090 * gdb.trace/change-loc.exp: Use global pcreg definition.
2091 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2092 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2093 in front.
2094 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2095 * gdb.trace/pending.exp: Likewise.
2096 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2097 * gdb.trace/trace-break.exp: Likewise.
2098 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2099 in front.
2100 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2101 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2102 in front.
2103 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2104
dddc0e16
JB
21052015-11-09 Joel Brobecker <brobecker@adacore.com>
2106
2107 * gdb.ada/fin_fun_out: New testcase.
2108
c6f0b406
KB
21092015-11-07 Kevin Buettner <kevinb@redhat.com>
2110
2111 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2112 value associated with DW_AT_byte_size.
2113 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2114 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2115 DW_AT_upper_bound.
2116
f01dcfd9
KB
21172015-11-07 Kevin Buettner <kevinb@redhat.com>
2118
2119 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2120 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2121 version.
2122 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2123 gdb.dwarf2/dw2-canonicalize-type.exp,
2124 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2125 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2126 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2127 provided by gdb_target_symbol_prefix_flags_asm.
2128 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2129 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2130 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2131 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2132 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2133 macros where needed). Use this macro for symbols which require
2134 the prefix provided by SYMBOL_PREFIX.
2135
2223449a
KB
21362015-11-05 Kevin Buettner <kevinb@redhat.com>
2137
2138 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2139 New procs.
2140 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2141 representing expressions, of more than one list element.
2142 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2143 to prepend linker symbol prefix to f.
2144 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2145 table_1 and table_2.
2146 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2147 Likewise, for f and g.
2148 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2149 for ptr.
2150 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2151 for main.
2152 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2153 table_1_ptr and table_2_ptr.
2154
6f2f1a3a
JK
21552015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2156 Joel Brobecker <brobecker@adacore.com>
2157
2158 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2159
566c56c9
MK
21602015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2161
2162 * gdb.reverse/s390-mvcle.c: New test.
2163 * gdb.reverse/s390-mvcle.exp: New file.
2164 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2165
d5f0636b
MK
21662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2167
2168 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2169
7ad8b86c
MK
21702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2171
2172 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2173 reaching marker2.
2174 * gdb.reverse/getresuid-reverse.exp: Likewise.
2175 * gdb.reverse/pipe-reverse.exp: Likewise.
2176 * gdb.reverse/readv-reverse.exp: Likewise.
2177 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2178 * gdb.reverse/time-reverse.exp: Likewise.
2179 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2180
4081c0f1
YQ
21812015-10-30 Yao Qi <yao.qi@linaro.org>
2182
2183 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2184 (empty_cycle): Remove.
2185 (main): Don't call empty_cycle. Don't use watch_count_done.
2186 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2187 empty_cycle. Rewrite the code counting HW watchpoints.
2188
452b4ba5
MK
21892015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2190
2191 * gdb.reverse/fstatat-reverse.c: New test.
2192 * gdb.reverse/fstatat-reverse.exp: New file.
2193 * gdb.reverse/getresuid-reverse.c: New test.
2194 * gdb.reverse/getresuid-reverse.exp: New file.
2195 * gdb.reverse/pipe-reverse.c: New test.
2196 * gdb.reverse/pipe-reverse.exp: New file.
2197 * gdb.reverse/readv-reverse.c: New test.
2198 * gdb.reverse/readv-reverse.exp: New file.
2199 * gdb.reverse/recvmsg-reverse.c: New test.
2200 * gdb.reverse/recvmsg-reverse.exp: New file.
2201 * gdb.reverse/time-reverse.c: New test.
2202 * gdb.reverse/time-reverse.exp: New file.
2203 * gdb.reverse/waitpid-reverse.c: New test.
2204 * gdb.reverse/waitpid-reverse.exp: New file.
2205
5e2e7507
JK
22062015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2209
0fde2c53
DE
22102015-10-26 Doug Evans <dje@google.com>
2211
2212 PR symtab/17391
2213 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2214 * gdb.dwarf2/bad-regnum.c: New file.
2215 * gdb.dwarf2/bad-regnum.exp: New file.
2216
1a70ae97
DE
22172015-10-26 Doug Evans <dje@google.com>
2218
2219 PR python/18938
2220 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2221 file.
2222
27dc26ab
JK
22232015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2226 for a change by "Mention language in compile error message".
2227
bed91f4d
SM
22282015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2229
2230 PR python/18073
2231 * gdb.python/py-type.c (C::a_method): New.
2232 (C::a_const_method): New.
2233 (C::a_static_method): New.
2234 (a_function): New.
2235 * gdb.python/py-type.exp (test_fields): Test getting fields
2236 from function and method.
2237
3f2f83dd
KB
22382015-10-21 Keven Boell <keven.boell@intel.com>
2239
2240 * gdb.fortran/vla-alloc-assoc.exp: New file.
2241 * gdb.fortran/vla-datatypes.exp: New file.
2242 * gdb.fortran/vla-datatypes.f90: New file.
2243 * gdb.fortran/vla-history.exp: New file.
2244 * gdb.fortran/vla-ptype-sub.exp: New file.
2245 * gdb.fortran/vla-ptype.exp: New file.
2246 * gdb.fortran/vla-sizeof.exp: New file.
2247 * gdb.fortran/vla-sub.f90: New file.
2248 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2249 * gdb.fortran/vla-value-sub-finish.exp: New file.
2250 * gdb.fortran/vla-value-sub.exp: New file.
2251 * gdb.fortran/vla-value.exp: New file.
2252 * gdb.fortran/vla-ptr-info.exp: New file.
2253 * gdb.mi/mi-vla-fortran.exp: New file.
2254 * gdb.mi/vla.f90: New file.
2255
27145d50
SL
22562015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2257
2258 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2259 of hardwired timeout value.
2260
5f3ff4f8
JK
22612015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2262 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2265 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2266
bfd09d20
JS
22672015-10-19 Josh Stone <jistone@redhat.com>
2268
2269 * gdb.base/catch-syscall.c: Include <sched.h>.
2270 (unknown_syscall): New variable.
2271 (main): Trigger a vfork and an unknown syscall.
2272 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2273 (unknown_syscall_number): Likewise.
2274 (check_call_to_syscall): Accept an optional syscall pattern.
2275 (check_return_from_syscall): Likewise.
2276 (check_continue): Likewise.
2277 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2278 (test_catch_syscall_skipping_return): New test toggling off 'catch
2279 syscall' to step over the syscall return, then toggling back on.
2280 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2281 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2282 (do_syscall_tests): Call test_catch_syscall_without_args and
2283 test_catch_syscall_mid_vfork.
2284 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2285 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2286
b32b93c6
AS
22872015-10-19 Andrew Stubbs <ams@codesourcery.com>
2288
2289 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2290 print g_vE): Add new pass patterns.
2291 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2292 print various symbol names for vptr fields.
2293
9d622bda
AB
22942015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2297 results.
2298
0fd8ac1c
YQ
22992015-10-12 Yao Qi <yao.qi@linaro.org>
2300
2301 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2302
34240514
YQ
23032015-10-12 Yao Qi <yao.qi@linaro.org>
2304
2305 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2306 is aarch64*-*-linux*.
2307
8240f442
YQ
23082015-10-12 Yao Qi <yao.qi@linaro.org>
2309
2310 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2311 (can_relocate_bcond_true): ... it.
2312 (can_relocate_bcond_false): New function.
2313 (foo): Likewise.
2314 (can_relocate_bl): Likewise.
2315 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2316 can_relocate_bl.
2317
2520f728
PMR
23182015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2319
2320 * gdb.base/nested-addr.c: New file.
2321 * gdb.base/nested-addr.exp: New testcase.
2322
abcef95a
MM
23232015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2324
2325 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2326 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2327 its output. Ignore the output of "record goto begin" and instead
2328 check that GDB is replaying.
2329
145e3ddb
PA
23302015-10-09 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2333 (top level): Use it in the run with no args test.
2334
d5d8c4e1
IB
23352015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2336
2337 * gdb.dlang/properties.exp: New file.
2338
06e635ef
SL
23392015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2340
2341 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2342 whether or not address 0x1000 is mapped on the target.
2343
e019fd1d
SM
23442015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2345
2346 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2347 build.
2348
77ba2a67
MM
23492015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2350
2351 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2352 instruction-history test.
2353
c60eb31f
DE
23542015-09-28 Doug Evans <dje@google.com>
2355
2356 * gdb.base/gcore.c (array_func): Add reference to static_array.
2357
9a3c8263
SM
23582015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2359
2360 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2361 source line.
2362
9720e656
SL
23632015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2364
2365 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2366 short or char as base type.
2367
938d3bf2
SL
23682015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2369
2370 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2371 to allow any size enum.
2372
e6c2c623
PMR
23732015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2374
2375 * gdb.ada/array_ptr_renaming.exp: New testcase.
2376 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2377 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2378
06da0f77
PL
23792015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2380
2381 * gdb.trace/ftrace-lock.c: New file.
2382 * gdb.trace/ftrace-lock.exp: New file.
2383
4f51c22a
PL
23842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2385
2386 * gdb.arch/insn-reloc.c: New file.
2387 * gdb.arch/ftrace-insn-reloc.exp: New file.
2388
7041adf4
PL
23892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2390
2391 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2392 instruction.
2393 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2394 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2395 * gdb.trace/range-stepping.c: Likewise.
2396 * gdb.trace/trace-break.c: Likewise.
2397 * gdb.trace/trace-mt.c (thread_function): Likewise.
2398 * gdb.trace/ftrace.c (marker): Likewise.
2399 * gdb.trace/trace-condition.c (marker): Likewise.
2400 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2401 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2402 is_aarch64_target.
2403
015d2e7e
DE
24042015-09-18 Doug Evans <xdje42@gmail.com>
2405
2406 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2407 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2408
26b188a2
SL
24092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2410
2411 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2412 the breakpoint.
2413
79dc332b
SL
24142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2415
2416 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2417 the pending breakpoint. Remove timeout override for "Run till
2418 MI pending breakpoint on pendfunc3 on thread 2" test.
2419
f57929f2
SL
24202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2421
2422 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2423 filename pattern.
2424
3f469b17
SL
24252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2426
2427 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2428 in breakpoint filename pattern.
2429
515b89b3
SL
24302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2431
7800dbe4
SL
2432 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2433
24342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2435
515b89b3
SL
2436 * gdb.linespec/explicit.exp: Check for readline support for
2437 tab-completion tests. Fix obvious typo.
2438
d2939ba2
MM
24392015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2440
2441 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2442 and replay.
2443
cbb55fa7
MM
24442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2445
2446 * gdb.btrace/non-stop.c: New.
2447 * gdb.btrace/non-stop.exp: New.
2448
43691ca1
PL
24492015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2450 Yao Qi <yao.qi@linaro.org>
2451
2452 * gdb.trace/trace-condition.c: New file.
2453 * gdb.trace/trace-condition.exp: New file.
2454
d78908cf
WW
24552015-09-16 Wei-cheng Wang <cole945@gmail.com>
2456
2457 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2458 for testing bytecode compilation.
2459
1ed415e2
PA
24602015-09-16 Pedro Alves <palves@redhat.com>
2461 Sandra Loosemore <sandra@codesourcery.com>
2462
2463 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2464 (SECONDS): Redefine.
2465 (main): Call pthread_kill and alarm early.
2466 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2467 support.
2468 (test): If the target can't hardware step and doesn't support
2469 displaced stepping, increase the timeout.
2470
d136eff5
PA
24712015-09-16 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2474 (enable_debug): New procedures.
2475 (test): Use them. Bail out if waiting for threads fails.
2476 (top level): Bail out if a test fails.
2477
991f019c
YQ
24782015-09-16 Yao Qi <yao.qi@linaro.org>
2479
2480 * gdb.asm/asm-source.exp: Set asm-arch for
2481 aarch64*-*-* target.
2482 * gdb.asm/aarch64.inc: New file.
2483
bfca584f
PMR
24842015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2485
2486 * gdb.ada/array_of_variable_length.exp: New testcase.
2487 * gdb.ada/array_of_variable_length/foo.adb: New file.
2488 * gdb.ada/array_of_variable_length/pck.adb: New file.
2489 * gdb.ada/array_of_variable_length/pck.ads: New file.
2490
b326e587
DE
24912015-09-15 Doug Evans <dje@google.com>
2492
2493 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2494 of function static local variable.
2495
5382cfab
PW
24962015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2497
2498 * gdb.threads/tls-so_extern.exp: New test file.
2499 * gdb.threads/tls-so_extern.c: New test file.
2500 * gdb.threads/tls-so_extern_main.c: New test file.
2501
141c5cc4
JK
25022015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * gdb.opt/solib-intra-step-lib.c: New file.
2505 * gdb.opt/solib-intra-step-main.c: New file.
2506 * gdb.opt/solib-intra-step.exp: New file.
2507
d15dcecd
PA
25082015-09-15 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2511 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2512
4c2f2a79
PA
25132015-09-14 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.base/hook-stop-continue.c: Delete.
2516 * gdb.base/hook-stop-continue.exp: Delete.
2517 * gdb.base/hook-stop-frame.c: Delete.
2518 * gdb.base/hook-stop-frame.exp: Delete.
2519 * gdb.base/hook-stop.c: New file.
2520 * gdb.base/hook-stop.exp: New file.
2521
919e6dbe
PMR
25222015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2523
2524 * gdb.ada/access_to_packed_array.exp: New testcase.
2525 * gdb.ada/access_to_packed_array/foo.adb: New file.
2526 * gdb.ada/access_to_packed_array/pack.adb: New file.
2527 * gdb.ada/access_to_packed_array/pack.ads: New file.
2528
157280a4
MM
25292015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2530
2531 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2532 buffer size test.
2533
2fd33e94
DB
25342015-09-11 Don Breazeal <donb@codesourcery.com>
2535
2536 * gdb.base/foll-exec.c: Add copyright header. Fix
2537 formatting issues.
2538 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2539 (do_exec_tests): Use clean_restart in place of zap_session,
2540 and for test initialization. Fix formatting issues. Use
2541 fail in place of perror.
2542 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2543 an expect statement to match an expression with output from
2544 the program under debug.
2545 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2546 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2547 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2548 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2549 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2550
e70b6e8e
DE
25512015-09-09 Doug Evans <dje@google.com>
2552
2553 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2554
7a551a51
DE
25552015-09-09 Doug Evans <dje@google.com>
2556
2557 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2558
4c666f84
DE
25592015-09-09 Doug Evans <dje@google.com>
2560
2561 * gdb.base/savedregs.exp: Fix typo.
2562
243a9253
PA
25632015-09-09 Pedro Alves <palves@redhat.com>
2564
2565 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2566
c0fa8fbd
SL
25672015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2568
2569 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2570 command actually switches threads. Give up on remaining
2571 tests if target fails to stop at breakpoint.
2572
cd7c1778
PMR
25732015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2574
2575 * gdb.ada/funcall_char.exp: New testcase.
2576 * gdb.ada/funcall_char/foo.adb: New file.
2577
dc5c8746
PMR
25782015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2579
2580 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2581 expected outputs. Add two testcases for completing ambiguous
2582 functions.
2583 * gdb.ada/complete/aux_pck.adb: New file.
2584 * gdb.ada/complete/aux_pck.ads: New file.
2585 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2586 Ambiguous_Func functions.
2587 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2588 * gdb.ada/complete/pck.adb: Likewise.
2589
4e83a1e7
UW
25902015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2591
2592 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2593 failures to run the test program under GDB.
2594
8ce74153
LM
25952015-08-26 Luis Machado <lgustavo@codesourcery.com>
2596
2597 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2598 to C.
2599
e9756d52
PP
26002015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2601
2602 * gdb.base/run-after-attach.exp: New test file.
2603 * gdb.base/run-after-attach.c: New test file.
2604
8d37573b
DB
26052015-08-26 Don Breazeal <donb@codesourcery.com>
2606
2607 * gdb.base/foll-exec-2.c: New test program.
2608 * gdb.base/foll-exec-2.exp: New test.
2609
63e43d3a
PMR
26102015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2611
2612 * gdb.base/nested-subp1.exp: New file.
2613 * gdb.base/nested-subp1.c: New file.
2614 * gdb.base/nested-subp2.exp: New file.
2615 * gdb.base/nested-subp2.c: New file.
2616 * gdb.base/nested-subp3.exp: New file.
2617 * gdb.base/nested-subp3.c: New file.
2618
3d40fbb5
PA
26192015-08-24 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.server/connect-without-multi-process.c: New file.
2622 * gdb.server/connect-without-multi-process.exp: New file.
2623
4422ac93
LM
26242015-08-24 Luis Machado <lgustavo@codesourcery.com>
2625
2626 * gdb.opt/inline-markers.c: Make z int.
2627
91dddb86
LM
26282015-08-24 Luis Machado <lgustavo@codesourcery.com>
2629
2630 * gdb.opt/inline-markers.c: Make z volatile.
2631
a48847ee
LM
26322015-08-24 Luis Machado <lgustavo@codesourcery.com>
2633
2634 * gdb.opt/inline-bt.c: New volatile global z.
2635 * gdb.opt/inline-cmds.c: Likewise.
2636 * gdb.opt/inline-locals.c: Likewise.
2637 * gdb.opt/inline-markers.c: New extern global z.
2638 (marker): Use z.
2639 (inline_fn): Likewise.
2640
0ebbc52b
PA
26412015-08-24 Pedro Alves <palves@redhat.com>
2642
2643 * config/m32r-stub.exp: Remove file.
2644 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2645 * gdb.base/call-rt-st.exp: Likewise.
2646 * gdb.base/call-strs.exp: Likewise.
2647 * gdb.base/default.exp: Remove references to h8300-*-hms and
2648 *-*-udi*.
2649 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2650
77c365df
AA
26512015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2652
2653 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2654 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2655 and "return" use KFAIL when GDB can not read/write the vector
2656 return value.
2657
4313b8c0
GB
26582015-08-21 Gary Benson <gbenson@redhat.com>
2659
2660 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2661
0e433b32
PA
26622015-08-20 Pedro Alves <palves@redhat.com>
2663
2664 * gdb.server/solib-list.exp: No longer expect an interior stop in
2665 non-stop mode.
2666
221e1a37
PA
26672015-08-20 Pedro Alves <palves@redhat.com>
2668
2669 * gdb.server/connect-stopped-target.c: New file.
2670 * gdb.server/connect-stopped-target.exp: New file.
2671
40e3ad0e
PA
26722015-08-20 Pedro Alves <palves@redhat.com>
2673
2674 * gdb.dwarf2/comp-unit-lang.exp: New file.
2675 * gdb.dwarf2/comp-unit-lang.c: New file.
2676
af39b327
PMR
26772015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2678
2679 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2680 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2681
7d45c7c3 26822015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 2683
7d45c7c3
KB
2684 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2685 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2686
4d6cceb4
DE
26872015-08-18 Doug Evans <dje@google.com>
2688 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2689
2690 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2691 skip_python_tests. New arg prompt_regexp.
2692 (skip_python_tests): New function.
2693 * lib/mi-support.exp (mi_skip_python_tests): New function.
2694 * gdb.python/py-mi-objfile-gdb.py: New file.
2695 * gdb.python/py-mi-objfile.c: New file.
2696 * gdb.python/py-mi-objfile.exp: New file.
2697
ad89c2aa
KS
26982015-08-17 Keith Seitz <keiths@redhat.com>
2699
2700 * gdb.linespec/explicit.exp: Move strace test from here ...
2701 * gdb.trace/strace.exp: ... to here.
2702
e3ae3c43
PP
27032015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2704
2705 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2706 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2707
604b2636
DE
27082015-08-14 Doug Evans <xdje42@gmail.com>
2709
2710 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2711 inferior before selecting a new file.
2712
6ff0ba5f
DE
27132015-08-14 Doug Evans <xdje42@gmail.com>
2714
2715 * gdb.mi/mi-disassemble.exp: Update.
2716 * gdb.base/disasm-optim.S: New file.
2717 * gdb.base/disasm-optim.c: New file.
2718 * gdb.base/disasm-optim.h: New file.
2719 * gdb.base/disasm-optim.exp: New file.
2720
9ca98f92
KS
27212015-08-14 Keith Seitz <keiths@redhat.com>
2722
2723 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2724 "evaluated-by".
2725
52bbc560
JB
27262015-08-13 Joel Brobecker <brobecker@adacore.com>
2727
2728 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2729
5d8c3ed3
PMR
27302015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2731
2732 * gdb.ada/fun_renaming.exp: New testcase.
2733 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2734 * gdb.ada/fun_renaming/pack.adb: New file.
2735 * gdb.ada/fun_renaming/pack.ads: New file.
2736
ea8812bc
KS
27372015-08-12 Keith Seitz <keiths@redhat.com>
2738
2739 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2740 gdb_get_line_number.
2741
4dafcdeb
JB
27422015-08-12 Joel Brobecker <brobecker@adacore.com>
2743
2744 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2745 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2746 gdb.base/dso2dso.exp: New files.
2747
5ba32597
SDJ
27482015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2749 Pedro Alves <palves@redhat.com>
2750 Keith Seitz <keiths@redhat.com>
2751
2752 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2753 GDBFLAGS.
2754
b6dafabf
PP
27552015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2756
2757 * gdb.base/gdbhistsize-history.exp
2758 (test_histsize_history_setting): Use save_vars.
2759 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2760 Use save_vars.
2761 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2762 * gdb.base/readline.exp: Use save_vars.
2763
abe8e607
PP
27642015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2765
2766 * lib/gdb.exp (save_vars): New proc.
2767
629500fa
KS
27682015-08-11 Keith Seitz <keiths@redhat.com>
2769
2770 * gdb.base/help.exp: Update help_breakpoint_text.
2771
eb8c4e2e
KS
27722015-08-11 Keith Seitz <keiths@redhat.com>
2773
2774 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2775 (at toplevel): Call test_explicit_breakpoints.
2776 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2777 breakpoints.
2778 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2779 breakpoint conditions, "-cond".
2780
87f0e720
KS
27812015-08-11 Keith Seitz <keiths@redhat.com>
2782
2783 * gdb.linespec/3explicit.c: New file.
2784 * gdb.linespec/cpexplicit.cc: New file.
2785 * gdb.linespec/cpexplicit.exp: New file.
2786 * gdb.linespec/explicit.c: New file.
2787 * gdb.linespec/explicit.exp: New file.
2788 * gdb.linespec/explicit2.c: New file.
2789 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2790 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2791 before using in the matching pattern.
2792 Clarify that `prefix' is a regular expression.
2793
f00aae0f
KS
27942015-08-11 Keith Seitz <keiths@redhat.com>
2795
2796 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2797 test.
2798 Add tests for missing ",FMT" and ",".
2799
e27852be
DE
28002015-08-10 Doug Evans <dje@google.com>
2801 Keith Seitz <keiths@redhat.com>
2802
2803 PR gdb/17960
2804 * gdb.base/completion.exp: Add location completer tests.
2805
7f03bd92
PA
28062015-08-07 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2809 tests here.
2810 (top level): Run do_test with and without displaced stepping.
2811
3fc8eb30
PA
28122015-08-07 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.base/valgrind-disp-step.c: New file.
2815 * gdb.base/valgrind-disp-step.exp: New file.
2816
d4569d7b
PA
28172015-08-07 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2820 Delete function.
2821 (main): Add alarm. Run an infinite loop instead of calling
2822 wait_threads.
2823 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2824 comment.
2825 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2826 Delete function.
2827 (main): Add alarm. Run an infinite loop instead of calling
2828 wait_threads.
2829 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2830 comment.
2831
e1316e60
PA
28322015-08-07 Pedro Alves <palves@redhat.com>
2833
2834 * gdb.base/checkpoint-ns.exp: New file.
2835 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2836 standard_testfile.
2837
da8c46d2
MM
28382015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2839
2840 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2841 * gdb.btrace/instruction_history.exp: Update.
2842 * gdb.btrace/tsx.exp: New.
2843 * gdb.btrace/tsx.c: New.
2844
de1c2c52
PA
28452015-08-06 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2848 increase timeout.
2849 * gdb.reverse/until-precsave.exp: Bump timeouts.
2850
782e0bf4
PA
28512015-08-06 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2854
83e97ed0
PA
28552015-08-06 Pedro Alves <palves@redhat.com>
2856
2857 PR gdb/18749
2858 * gdb.threads/process-dies-while-handling-bp.c: New file.
2859 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2860
863d01bd
PA
28612015-08-06 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2864 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2865
0a39bb32
PA
28662015-08-05 Pedro Alves <palves@redhat.com>
2867
2868 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2869 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2870
ee2d2b10
SL
28712015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2872
2873 * gdb.base/bp-permanent.exp: Report test as unsupported if
2874 the target cannot stop at the permanent breakpoint.
2875
4e1bdb00
DE
28762015-08-03 Doug Evans <dje@google.com>
2877
2878 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2879 10000.
2880
3d338901
DE
28812015-08-03 Doug Evans <dje@google.com>
2882
2883 * Makefile.in (workers/%.worker, build-perf): New rule.
2884 (GDB_PERFTEST_MODE): New variable.
2885 (check-perf): Use it.
2886 (clean): Clean up gdb.perf parallel build subdirs.
2887 * lib/build-piece.exp: New file.
2888 * lib/gdb.exp (make_gdb_parallel_path): New function
2889 (standard_output_file, standard_temp_file): Call it.
2890 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2891 of $GDB_PARALLEL.
2892 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2893
af061d3e
DE
28942015-08-03 Doug Evans <dje@google.com>
2895
8e1afc81 2896 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
2897 (LOG_FILE_NAME): New global.
2898 (TextReporter.__init__): Initialize self.txt_sum.
2899 (TextReporter.report): Add support for multiple data-points.
2900 Move report to perftest.sum, put raw data in perftest.log.
2901 (TextReporter.start): Open sum and log files.
2902 (TextReporter.end): Close sum and log files.
8e1afc81
DE
2903 * gdb.perf/lib/perftest/testresult.py
2904 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 2905
2c8c5d37
PA
29062015-07-31 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2909 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2910 kill_wait_spawned_process instead of explicit "kill -9".
2911 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2912 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2913 kill_wait_spawned_process.
2914 * gdb.base/attach-twice.exp: Likewise.
2915 * gdb.base/attach.exp: Likewise.
2916 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2917 gdb_test_multiple.
2918 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2919 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2920 kill_wait_spawned_process.
2921 * gdb.base/valgrind-infcall.exp: Likewise.
2922 * gdb.multi/multi-attach.exp: Likewise.
2923 * gdb.python/py-prompt.exp: Likewise.
2924 * gdb.python/py-sync-interp.exp: Likewise.
2925 * gdb.server/ext-attach.exp: Likewise.
2926 * gdb.threads/attach-into-signal.exp (corefunc): Use
2927 spawn_wait_for_attach, spawn_id_get_pid and
2928 kill_wait_spawned_process.
2929 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2930 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2931 spawn_id_get_pid and kill_wait_spawned_process.
2932 * gdb.threads/attach-stopped.exp (corefunc): Use
2933 spawn_wait_for_attach, spawn_id_get_pid and
2934 kill_wait_spawned_process.
2935 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2936 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2937 kill_wait_spawned_process instead of explicit "kill -9".
2938 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2939 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2940 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2941 processes. Don't map cygwin/windows pids here. Now returns a
2942 spawn id list.
2943
032a0fca
SL
29442015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2945
2946 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2947 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2948 correct patch.
2949
61a934ca
SL
29502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2951
2952 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2953
4bc4d428
SL
29542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2955
2956 Reapply:
2957 2014-05-21 Mark Wielaard <mjw@redhat.com>
2958
2959 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2960
998d452a
PA
29612015-07-30 Pedro Alves <palves@redhat.com>
2962
2963 * linux-low.c (handle_extended_wait): Set the child's last
2964 reported status to TARGET_WAITKIND_STOPPED.
2965
69dde7dc
PA
29662015-07-30 Pedro Alves <palves@redhat.com>
2967
2968 PR threads/18600
2969 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2970 only shows inferior 1.
2971
4dd63d48
PA
29722015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2973 Pedro Alves <palves@redhat.com>
2974
2975 PR threads/18600
2976 * gdb.threads/fork-plus-threads.c: New file.
2977 * gdb.threads/fork-plus-threads.exp: New file.
2978
d618e4c5
PP
29792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2980
2981 * gdb.base/batch-preserve-term-settings.exp
2982 (test_terminal_settings_preserved_after_cli_exit): Use
2983 send_quit_command.
2984
1eef6428
PA
29852015-07-29 Pedro Alves <palves@redhat.com>
2986 Don Breazeal <donb@codesourcery.com>
2987
2988 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2989 output from both inferior_spawn_id and gdb_spawn_id.
2990
7da5b897
SDJ
29912015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2992
2993 * gdb.threads/attach-into-signal.exp (corefunc): Use
2994 with_test_prefix on nested loops, uniquefying the test messages.
2995
dac804df
SDJ
29962015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2997
2998 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2999 commit.
3000
06265e53
PP
30012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3002
3003 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3004 New proc.
3005 (test_terminal_settings_preserved_after_sigterm): New test.
3006
18206ca3
PP
30072015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3008
3009 * gdb.base/batch-preserve-term-settings.exp
3010 (test_terminal_settings_preserved_after_cli_exit): New test.
3011
90074d11
PP
30122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3013
3014 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3015 manipulation of saved_gdbflags.
3016 (test_terminal_settings_preserved): Remove global declaration of
3017 the unused variable pagination_prompt. Remove manipulation of
3018 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3019 GDBFLAGS.
3020
eb1a7902
PA
30212015-07-29 Pedro Alves <palves@redhat.com>
3022
3023 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3024
8b75dd3b
PA
30252015-07-29 Pedro Alves <palves@redhat.com>
3026
3027 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3028 at the top.
3029
dedad4e3
PA
30302015-07-29 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3033 (main): Call gdb_unbuffer_output.
3034 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3035 (main): Call gdb_unbuffer_output.
3036 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3037 (main): Call gdb_unbuffer_output.
3038 * gdb.base/call-strs.exp: Adjust to step over the
3039 gdb_unbuffer_output call.
3040 * gdb.base/catch-gdb-caused-signals.c: Include
3041 "../lib/unbuffer_output.c".
3042 (main): Call gdb_unbuffer_output.
3043 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3044 (main): Call gdb_unbuffer_output.
3045 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3046 (main): Call gdb_unbuffer_output.
3047 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3048 (main): Call gdb_unbuffer_output.
3049 * gdb.base/shlib-call.exp: Adjust to step over the
3050 gdb_unbuffer_output call.
3051 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3052 (main): Call gdb_unbuffer_output.
3053 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3054 (main): Call gdb_unbuffer_output.
3055 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3056 (main): Rename to ...
3057 (test): ... this.
3058 (main): Reimplement.
3059 * gdb.base/varargs.exp: Run to test instead of to main.
3060 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3061 (main): Call gdb_unbuffer_output.
3062
58789a91
PA
30632015-07-29 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3066 factore out from mi_continue_dprintf. For call-style dprintfs,
3067 expect dprintf output out of $inferior_spawn_id.
3068 (mi_continue_dprintf): Use mi_expect_dprintf.
3069 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3070 (main): Call gdb_unbuffer_output.
3071
e8376742
PA
30722015-07-29 Pedro Alves <palves@redhat.com>
3073
3074 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3075 (default_mi_gdb_start): Set inferior_spawn_id instead of
3076 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3077 gdb_spawn_id.
3078 (mi_gdb_test): Always expect inferior output from both
3079 $inferior_spawn_id and $gdb_spawn_id.
3080
08280010
PA
30812015-07-29 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3084 send_inferior and $inferior_spawn_id.
3085
4d30e432
PA
30862015-07-29 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.gdb/complaints.exp (test_initial_complaints)
3089 (test_serial_complaints, test_short_complaints): Use
3090 gdb_test_stdio.
3091 (test_empty_complaint): Handle $inferior_spawn_id !=
3092 $gdb_spawn_id.
3093
0d30a335
PA
30942015-07-29 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/varargs.exp: Use gdb_test_stdio.
3097
39413b29
PA
30982015-07-29 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3101
7cb000a9
PA
31022015-07-29 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3105
d7b8ac82
PA
31062015-07-29 Pedro Alves <palves@redhat.com>
3107
3108 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3109 parameter into two new parameters, "inf_result" and "gdb_result".
3110 Expect inferior output and gdb output from $inferior_spawn_id and
3111 $gdb_spawn_id, respectively. Adjust all callers.
3112
789c3a0c
PA
31132015-07-29 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3116 of gdb_test_sequence.
3117
77e760c3
PA
31182015-07-29 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3121 (saw_spurious_output): Expect inferior output from
3122 $inferior_spawn_id. Use gdb_test_stdio.
3123
8396d2cd
PA
31242015-07-29 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.base/dprintf.exp: Use standard_testfile. Change
3127 prepare_for_testing call.
3128 (srcfile): Don't set.
3129 (restart): New procedure.
3130 (test_dprintf): New procecure, use to continue over dprintfs.
3131 (test_call, test_agent): New procedures, tests moved here.
3132 Restart gdb and recreate dprintfs. Adjust expected output.
3133
2051d61f
PA
31342015-07-29 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3137
452397af
PA
31382015-07-29 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3141
8aed9555
PA
31422015-07-29 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3145 gdb_test_stdio.
3146
188a61b4
PA
31472015-07-29 Pedro Alves <palves@redhat.com>
3148
3149 * lib/gdb.exp (gdb_test_stdio): New procedure.
3150
12264a45
PA
31512015-07-29 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3154
23ffc893
PA
31552015-07-29 Pedro Alves <palves@redhat.com>
3156
3157 * gdb.base/call-signal-resume.exp: Remove check for
3158 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3159 * gdb.base/unwindonsignal.exp: Likewise.
3160 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3161 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3162
65566918
PA
31632015-07-29 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/siginfo-addr.c (pass): New function.
3166 (handler): Call it iff si_addr is correct.
3167 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3168 Set a breakpoint at "pass" and continue to it.
3169
d60a9221
SDJ
31702015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3171
3172 * gdb.python/py-objfile.exp: Make some tests have unique names.
3173 * gdb.python/py-pp-registration.exp: Likewise.
3174
bde40b8f
PA
31752015-07-28 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3178
13e1dec8
SM
31792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3180
3181 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3182
da33c9a7
SM
31832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3184
3185 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3186
077836f7
PP
31872015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3188
3189 * gdb.base/gdb-sigterm-2.exp: New test.
3190
b8cc7b2e
DE
31912015-07-25 Doug Evans <xdje42@gmail.com>
3192
3193 Revert:
3194 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3195 (workers/%.worker, build-perf): New rule.
3196 (GDB_PERFTEST_MODE): New variable.
3197 (check-perf): Use it.
3198 (clean): Clean up gdb.perf parallel build subdirs.
3199 * lib/build-piece.exp: New file.
3200 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3201 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3202 name.
3203 (standard_temp_file): Ditto.
3204 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3205 of $GDB_PARALLEL.
3206
c8bd4544
DE
32072015-07-24 Doug Evans <dje@google.com>
3208
3209 * gdb.perf/lib/perftest/utils.py: New file.
3210 * gdb.perf/gm-hello.cc: New file.
3211 * gdb.perf/gm-pervasive-typedef.cc: New file.
3212 * gdb.perf/gm-pervasive-typedef.h: New file.
3213 * gdb.perf/gm-std.cc: New file.
3214 * gdb.perf/gm-std.h: New file.
3215 * gdb.perf/gm-use-cerr.cc: New file.
3216 * gdb.perf/gm-utils.h: New file.
3217 * gdb.perf/gmonster-null-lookup.py: New file.
3218 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3219 * gdb.perf/gmonster-print-cerr.py: New file.
3220 * gdb.perf/gmonster-ptype-string.py: New file.
3221 * gdb.perf/gmonster-runto-main.py: New file.
3222 * gdb.perf/gmonster-select-file.py: New file.
3223 * gdb.perf/gmonster1-null-lookup.exp: New file.
3224 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3225 * gdb.perf/gmonster1-print-cerr.exp: New file.
3226 * gdb.perf/gmonster1-ptype-string.exp: New file.
3227 * gdb.perf/gmonster1-runto-main.exp: New file.
3228 * gdb.perf/gmonster1-select-file.exp: New file.
3229 * gdb.perf/gmonster1.cc: New file.
3230 * gdb.perf/gmonster1.exp: New file.
3231 * gdb.perf/gmonster2-null-lookup.exp: New file.
3232 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3233 * gdb.perf/gmonster2-print-cerr.exp: New file.
3234 * gdb.perf/gmonster2-ptype-string.exp: New file.
3235 * gdb.perf/gmonster2-runto-main.exp: New file.
3236 * gdb.perf/gmonster2-select-file.exp: New file.
3237 * gdb.perf/gmonster2.cc: New file.
3238 * gdb.perf/gmonster2.exp: New file.
3239
6eab34f3
DE
32402015-07-24 Doug Evans <dje@google.com>
3241
3242 * gdb.perf/README: New file.
3243 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3244 * lib/gen-perf-test.exp: New file.
3245
63738bfd
DE
32462015-07-24 Doug Evans <dje@google.com>
3247
3248 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3249 (PerfTest::startup): New function.
3250 (PerfTest::run): Return result of calling body.
3251 (PerfTest::assemble): Rewrite.
3252 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3253 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3254 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3255 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3256 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3257
7b606f95
DE
32582015-07-24 Doug Evans <dje@google.com>
3259
3260 * lib/gdb.exp (clean_restart): Make executable optional.
3261
a97b16b8
DE
32622015-07-24 Doug Evans <dje@google.com>
3263
3264 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3265 compiler_info references.
3266 * gdb.cp/temargs.exp: Ditto.
3267 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3268 (get_compiler_info): Early exit if already computed. Set compiler_info
3269 to "unknown" if there was a problem.
3270 (test_compiler_info): Add function comment. Call get_compiler_info.
3271
35baa57f
DE
32722015-07-24 Doug Evans <dje@google.com>
3273
3274 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3275 (workers/%.worker, build-perf): New rule.
3276 (GDB_PERFTEST_MODE): New variable.
3277 (check-perf): Use it.
3278 (clean): Clean up gdb.perf parallel build subdirs.
3279 * lib/build-piece.exp: New file.
3280 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3281 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3282 name.
3283 (standard_temp_file): Ditto.
3284 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3285 of $GDB_PARALLEL.
3286
6ebea266
DE
32872015-07-24 Doug Evans <dje@google.com>
3288
3289 * lib/future.exp (gdb_default_target_compile): New option
3290 "early_flags".
3291 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3292 --as-needed.
3293
1e76a7e9
SDJ
32942015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3295
3296 * gdb.base/catch-syscall.exp: Call gdb_exit before
3297 gdb_skip_xml_test.
3298
5068630a
PA
32992015-07-24 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.python/py-events.exp: Accept output between the stop event
3302 and the prompt.
3303 * gdb.python/py-evsignal.exp: Likewise.
3304 * gdb.python/py-evthreads.exp: Likewise.
3305
77598427
PA
33062015-07-24 Pedro Alves <palves@redhat.com>
3307
3308 PR gdb/18717
3309 * gdb.threads/non-ldr-exit.c: New file.
3310 * gdb.threads/non-ldr-exit.exp: New file.
3311
11e6c98f
YQ
33122015-07-24 Yao Qi <yao.qi@linaro.org>
3313
3314 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3315 restarting process.
3316
51aee833
YQ
33172015-07-24 Yao Qi <yao.qi@linaro.org>
3318
3319 * gdb.server/ext-restart.exp: New file.
3320
8cfe207c
YQ
33212015-07-24 Yao Qi <yao.qi@linaro.org>
3322
3323 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3324 argument options.
3325 * gdb.server/ext-wrapper.exp: New file.
3326
cc12ce38
DE
33272015-07-23 Doug Evans <dje@google.com>
3328
3329 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3330 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3331
d0d84780
PMR
33322015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3333
3334 * gdb.ada/var_arr_typedef.exp: New testcase.
3335 * gdb.ada/var_arr_typedef/pack.adb: New file.
3336 * gdb.ada/var_arr_typedef/pack.ads: New file.
3337 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3338
8b558f79
JB
33392015-07-20 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3342
775a3298
JK
33432015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 * gdb.arch/i386-biarch-core.exp: Replace istarget
3346 by "complete set gnutarget". Remove expectation for the "core-file"
3347 command.
3348
db1ff28b
JK
33492015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 Revert the previous commit:
3352 Tests for validate symbol file using build-id.
3353
0a94970d
JK
33542015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3355
3356 Tests for validate symbol file using build-id.
3357 * gdb.base/solib-mismatch-lib.c: New file.
3358 * gdb.base/solib-mismatch-libmod.c: New file.
3359 * gdb.base/solib-mismatch.c: New file.
3360 * gdb.base/solib-mismatch.exp: New file.
3361
03346981
SL
33622015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3363
3364 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3365 nios2-*-linux*.
3366 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3367 * gdb.base/siginfo.exp: Likewise.
3368 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3369
42422cc7
PL
33702015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3371
3372 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3373 Move it to ...
3374 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3375 ... here.
3376 * gdb.trace/range-stepping.exp: Check that the target supports
3377 range stepping.
3378
cfa68bae
JK
33792015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3382
8ffdba26
PA
33832015-07-14 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.base/killed-outside.exp: New file.
3386 * gdb.base/killed-outside.c: New file.
3387
218a5a11
JK
33882015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3389
3390 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3391 (n at main): New.
3392 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3393
e03ed3c6
AA
33942015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3395
3396 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3397 infcall tests instead of setting up for KFAIL.
3398
485668e5
MM
33992015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3400
3401 * gdb.btrace/record_goto-step.exp: New.
3402
08464196
JK
34032015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 PR compile/18484
3406 * gdb.compile/compile.c (struct struct_type): Add volatile to
3407 selffield's type.
3408 * gdb.compile/compile.exp
3409 (compile code struct_object.selffield = &struct_object): Skip further
3410 struct_object tests if this one xfails.
3411
bcf5c1d9
RC
34122015-07-08 Robert O'Callahan <robert@ocallahan.org>
3413
3414 PR exp/18617
3415 * gdb.trace/ax.exp: Add test.
3416
4931af25
YQ
34172015-07-07 Yao Qi <yao.qi@linaro.org>
3418
3419 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3420 instead of istarget "aarch64*-*-*".
3421 * gdb.arch/aarch64-fp.exp: Likewise.
3422 * gdb.base/float.exp: Likewise.
3423 * gdb.reverse/aarch64.exp: Likewise.
3424 * lib/gdb.exp (is_aarch64_target): New proc.
3425
9fcf688e
YQ
34262015-07-07 Yao Qi <yao.qi@linaro.org>
3427
3428 * lib/gdb.exp (is_aarch32_target): New proc.
3429 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3430 instead of "istarget "arm*-*-*"".
3431 * gdb.arch/arm-disp-step.exp: Likewise.
3432 * gdb.arch/thumb-bx-pc.exp: Likewise.
3433 * gdb.arch/thumb-prologue.exp: Likewise.
3434 * gdb.arch/thumb-singlestep.exp: Likewise.
3435 * gdb.base/disp-step-syscall.exp: Likewise.
3436 * gdb.base/float.exp: Likewise.
3437
fbd8d50d
YQ
34382015-07-07 Yao Qi <yao.qi@linaro.org>
3439
3440 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3441 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3442
71be1fdc
YQ
34432015-07-07 Yao Qi <yao.qi@linaro.org>
3444
3445 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3446 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3447 if it exists.
3448 * gdb.multi/multi-arch.exp: Likewise.
3449
3e221d36
SM
34502015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3451
3452 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3453 print.
3454
d441430b
YQ
34552015-07-07 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3458
06f810bd
MG
34592015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3460
3461 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3462 '[' and ']' characters.
3463
5e61e7c0
IB
34642015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3465
3466 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3467
28bf096c
PA
34682015-06-29 Pedro Alves <palves@redhat.com>
3469
3470 PR threads/18127
3471 * gdb.threads/hand-call-new-thread.c: New file.
3472 * gdb.threads/hand-call-new-thread.c: New file.
3473
ee93cd5e
KS
34742015-06-26 Keith Seitz <keiths@redhat.com>
3475 Doug Evans <dje@google.com>
3476
3477 PR 16253
3478 * gdb.cp/var-tag-2.cc: New file.
3479 * gdb.cp/var-tag-3.cc: New file.
3480 * gdb.cp/var-tag-4.cc: New file.
3481 * gdb.cp/var-tag.cc: New file.
3482 * gdb.cp/var-tag.exp: New file.
3483
fc637f04
PP
34842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3485
3486 * gdb.base/history-duplicates.exp: New test.
3487
2e52ae68
PP
34882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3489
3490 * gdb.base/completion.exp: Test the completion of the "focus"
3491 command.
3492
6e22494e
JK
34932015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3494
3495 * gdb.arch/amd64-prologue-skip.S: New file.
3496 * gdb.arch/amd64-prologue-skip.exp: New file.
3497
bf7b9cd9
SM
34982015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3499
3500 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3501 is_address_zero_readable check.
3502
201e8dfd
PB
35032015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3504
3505 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3506 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3507
5cd867b4
YQ
35082015-06-24 Yao Qi <yao.qi@linaro.org>
3509
3510 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3511 linux targets.
3512
4d7be007
YQ
35132015-06-24 Yao Qi <yao.qi@linaro.org>
3514
3515 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3516 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3517 * gdb.base/siginfo-thread.exp: Likewise.
3518
07fcd301
YQ
35192015-06-22 Yao Qi <yao.qi@linaro.org>
3520
3521 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3522
52042a00
YQ
35232015-06-22 Yao Qi <yao.qi@linaro.org>
3524
3525 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3526 aarch64*-*-*.
3527 (skip_hw_watchpoint_tests): Likewise.
3528
74bd41ce
PP
35292015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3530
3531 * gdb.base/gdbinit-history.exp: Test the interaction between
3532 setting GDBHISTSIZE and setting the history size via .gdbinit.
3533
bc460514
PP
35342015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3535
3536 PR gdb/16999
3537 * gdb.base/gdbhistsize-history.exp: New test.
3538
b58c513b
PP
35392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3540
3541 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3542 with GDBHISTSIZE.
3543 * gdb.base/readline.exp: Likewise.
3544
92046791
YQ
35452015-06-17 Yao Qi <yao.qi@linaro.org>
3546
3547 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3548 line.
3549
2093d2d3
PP
35502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3551
3552 * gdb.base/gdbinit-history.exp: Add test case to check that
3553 an unlimited history file does not get truncated on exit.
3554
e6c693af
AA
35552015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3556
3557 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3558 (VECTOR): New macro. Use it...
3559 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3560 ...for these typedefs.
3561 (int8, char1, int1, double1): New typedefs.
3562 (struct just_int2, struct two_int2): New structures.
3563 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3564 (add_structvecs, add_singlevecs): New functions.
3565 (main): Call add_some_intvecs twice.
3566 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3567 the compile and exit upon failure. Try compiling for the "native"
3568 architecture. Test inferior function calls with vector arguments
3569 and vector return value handling with "finish" and "return".
3570
c74f7d1c
JT
35712015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3572
3573 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3574 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3575 PE file.
3576 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3577
98aa42ee
AT
35782015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3579
3580 PR breakpoints/16465
3581 * gdb.mi/mi-dprintf-pending.c: New file.
3582 * gdb.mi/mi-dprintf-pending.exp: New test.
3583 * gdb.mi/mi-dprintf-pendshr.c: New file.
3584
7d73c23c 35852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 3586 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
3587
3588 * gdb.arch/i386-mpx-map.c: New file.
3589 * gdb.arch/i386-mpx-map.exp: New File.
3590
35912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3592
3593 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3594 * gdb.arch/i386-mpx.exp: Indentation fixed.
3595
35962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3597
3598 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3599 function and improved indentation.
3600 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3601 gdb_test_multiple. Added additional tests to skip the test.
3602
36032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3604
3605 * gdb.arch/i386-avx512.c: Change path in include file.
3606 * gdb.arch/i386-avx512.exp: Change include dir path
3607 compilation flag.
3608 * gdb.arch/i386-mpx.c: Change path in include file.
3609 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3610 flag.
3611
d5eba19a
JK
36122015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 * gdb.compile/compile-print.exp (compile print *vararray@3)
3615 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3616
7f361056
JK
36172015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3618
3619 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3620 (do not keep jit in memory): ... this.
3621 (expect 5): Change it to ...
3622 (expect no 5): ... this.
3623
3b462ec2
SM
36242015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 PR gdb/15564
3627 * gdb.mi/mi-detach.exp: New file.
3628
e0619de6
JK
36292015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3630
3631 PR symtab/18392
3632 * gdb.arch/amd64-tailcall-self.S: New file.
3633 * gdb.arch/amd64-tailcall-self.c: New file.
3634 * gdb.arch/amd64-tailcall-self.exp: New file.
3635
e970cb34
DB
36362015-05-28 Don Breazeal <donb@codesourcery.com>
3637
3638 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3639 tests for remote targets by checking is_target_gdbserver.
3640
b2e2f908
DE
36412015-05-27 Doug Evans <dje@google.com>
3642
3643 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3644 * gdb.dwarf2/opaque-type-lookup.c: New file.
3645 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3646
82c7be31
DE
36472015-05-26 Doug Evans <dje@google.com>
3648
3649 * gdb.cp/iostream.cc: New file.
3650 * gdb.cp/iostream.exp: New file.
3651
b4f54984
DE
36522015-05-26 Doug Evans <dje@google.com>
3653
3654 * gdb.dwarf2/dw2-op-call.exp: Update.
3655 * gdb.dwarf2/dw4-sig-types.exp: Update.
3656 * gdb.dwarf2/implptr.exp: Update.
3657 * gdb.mi/mi-cmd-param-changed.exp: Update.
3658
4ea6efe9
DE
36592015-05-26 Doug Evans <dje@google.com>
3660
3661 * gdb.python/py-lazy-string.c: New file.
3662 * gdb.python/py-lazy-string.exp: New file.
3663 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3664 (main): Update. Add estring3.
3665 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3666 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3667
f6bb7db3
YQ
36682015-05-26 Omair Javaid <omair.javaid@linaro.org>
3669 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.reverse/aarch64.c: New.
3672 * gdb.reverse/aarch64.exp: New.
3673
a81bfbd0
OJ
36742015-05-26 Omair Javaid <omair.javaid@linaro.org>
3675
25d49b86
PA
3676 * lib/gdb.exp (supports_process_record): Return true for
3677 aarch64*-linux*.
a81bfbd0
OJ
3678 (supports_reverse): Likewise.
3679
158bf1b4
PP
36802015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3681
3682 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3683 Use with_test_prefix.
3684
a0145030
AB
36852015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.base/completion.exp: Add test for completion of layout
3688 names.
3689
ebe3b578
AB
36902015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 * lib/gdb.exp (skip_tui_tests): New proc.
3693 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3694
84204ed7
PA
36952015-05-19 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3698 Save the whole env array instead of just HOME. Unset HISTSIZE in
3699 the environment while testing. Restore whole environment
3700 afterwards.
3701
37442ce1
DE
37022015-05-16 Doug Evans <xdje42@gmail.com>
3703
3704 * gdb.guile/scm-ports.c: New file.
3705 * gdb.guile/scm-ports.exp: Add memory port tests.
3706
36de76f9
JK
37072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3708
3709 * gdb.compile/compile-print.c: New file.
3710 * gdb.compile/compile-print.exp: New file.
3711
3a9558c4
JK
37122015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3713
3714 * gdb.compile/compile-ops.exp: Cast param to void.
3715 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3716 (compile code struct_object.selffield = &struct_object): Add xfail.
3717
aa715135
JG
37182015-05-15 Joel Brobecker <brobecker@adacore.com>
3719
3720 * gdb.ada/arr_enum_with_gap: New testcase.
3721
931e5bc3
JG
37222015-05-15 Joel Brobecker <brobecker@adacore.com>
3723
3724 * gdb.ada/byte_packed_arr: New testcase.
3725
9cd4d857
JB
37262015-05-15 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.ada/pckd_neg: New testcase.
3729
ebfd00d2
PP
37302015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3731
3732 PR gdb/17820
3733 * gdb.base/gdbinit-history.exp: New test.
3734 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3735 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3736
4c082a81
SC
37372015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3738
3739 * gdb.python/py-xmethods.cc: Enhance test case.
3740 * gdb.python/py-xmethods.exp: New tests.
3741 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3742 function.
3743 (B_indexoper): Likewise.
3744 (global_dm_list) : Add new xmethod worker functions.
3745
f7797074
SDJ
37462015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3747
3748 * gdb.base/coredump-filter.exp: Correctly unset
3749 "coredump_var_addr" array.
3750
a4674e4e
PA
37512015-05-08 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.server/non-existing-program.exp: Unset spawn_id.
3754
df2eb078
SC
37552015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3756
3757 PR python/18291
3758 * gdb.python/py-xmethods.exp: Add tests.
3759
422349a3
YQ
37602015-05-08 Yao Qi <yao.qi@linaro.org>
3761
3762 PR gdb/18208
3763 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3764 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3765 function set_coredump_filter, and remove remote_exec call.
3766 Remove argument ipid. Callers update.
3767 (top level): Don't get inferior's PID.
3768
63fc80ce
AA
37692015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3770
3771 * gdb.base/watch_thread_num.exp: Skip test on targets without
3772 access watchpoints.
3773
80ad801e
PA
37742015-05-06 Pedro Alves <palves@redhat.com>
3775
3776 PR server/18081
3777 * gdb.server/non-existing-program.exp: New file.
3778
0fa7fe50
JB
37792015-05-05 Joel Brobecker <brobecker@adacore.com>
3780
3781 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3782
3ea89b92
PMR
37832015-05-05 Joel Brobecker <brobecker@adacore.com>
3784
3785 * gdb.ada/out_of_line_in_inlined: New testcase.
3786
87b8eff0
JB
37872015-05-05 Joel Brobecker <brobecker@adacore.com>
3788
3789 * gdb.ada/var_rec_arr: New testcase.
3790
5fccc635
YQ
37912015-04-30 Yao Qi <yao.qi@linaro.org>
3792
3793 * gdb.base/break-idempotent.exp: If
3794 skip_hw_watchpoint_multi_tests returns true, skip the tests
3795 on "rwatch" and "awatch".
3796
42d38f42
YQ
37972015-04-30 Yao Qi <yao.qi@linaro.org>
3798
3799 * gdb.base/relativedebug.exp: Invoke gdb command
3800 "info sharedlibrary", and if libc.so doesn't have debug info,
3801 skip the test.
3802
2ce1cdbf
DE
38032015-04-29 Doug Evans <dje@google.com>
3804
3805 * gdb.python/py-xmethods.exp: Add ptype tests.
3806 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3807 get_result_type method.
3808
f24a38c5
LM
38092015-04-29 Luis Machado <lgustavo@codesourcery.com>
3810
3811 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3812 the target does not support hardware watchpoints.
3813
ecbf2b3c
LM
38142015-04-29 Luis Machado <lgustavo@codesourcery.com>
3815
3816 * gdb.base/break-always.exp: Abort testing if writing to memory
3817 causes an error.
3818
34f5f757
DE
38192015-04-28 Doug Evans <dje@google.com>
3820
3821 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3822 * gdb.python/py-pp-registration.exp: ... here. New file.
3823 * gdb.python/py-pp-registration.c: New file.
3824 * gdb.python/py-pp-registration.py: New file.
3825
69b4374a
DE
38262015-04-28 Doug Evans <dje@google.com>
3827
3828 * gdb.python/py-bad-printers.c: New file.
3829 * gdb.python/py-bad-printers.py: New file.
3830 * gdb.python/py-bad-printers.exp: New file.
3831
59fb7612
SS
38322015-04-28 Sasha Smundak <asmundak@google.com>
3833
3834 * gdb.python/py-type.exp: New test.
3835
2631b16a
AW
38362015-04-28 Andy Wingo <wingo@igalia.com>
3837
3838 * gdb.python/py-parameter.exp:
3839 * gdb.guile/scm-parameter.exp: Escape the path that we are
3840 matching against, as it might contain characters that are special
3841 to regular expressions.
3842
460efde1
JB
38432015-04-27 Joel Brobecker <brobecker@adacore.com>
3844
3845 * gdb.ada/rec_comp: New testcase.
3846
2d369d8e
SDJ
38472015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3848
3849 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3850 before using it.
3851
cf75d6c3
AB
38522015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3855 new tests for verilog output.
3856
8dbe7ca5
YQ
38572015-04-24 Yao Qi <yao.qi@linaro.org>
3858
3859 * boards/remote-gdbserver-on-localhost.exp: New file.
3860
4ef9fb2f
PA
38612015-04-23 Pedro Alves <palves@redhat.com>
3862
3863 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3864 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3865 "end of file", remove $inferior_spawn_id from the indirect list.
3866
0a803169
PA
38672015-04-23 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3870
749ef8f8
PA
38712015-04-23 Pedro Alves <palves@redhat.com>
3872
3873 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3874 on $any_spawn_id instead of only on $gdb_spawn_id.
3875
8aae4344
PM
38762015-04-21 Pierre Muller <muller@sourceware.org>
3877
3878 PR pascal/17815
3879 * lib/pascal.exp (gpc_compile): Add new option "class".
3880 (fpc_compile): Likewise.
3881 * gdb.pascal/case-insensitive-symbols.pas: New file.
3882 * gdb.pascal/case-insensitive-symbols.exp: New file.
3883
1586c8fb
GB
38842015-04-20 Gary Benson <gbenson@redhat.com>
3885
3886 * gdb.base/attach.exp: Fix three extended remote failures.
3887
1b6e6f5c
GB
38882015-04-17 Gary Benson <gbenson@redhat.com>
3889
3890 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3891 the main executable over the remote protocol.
3892
e797481d
PA
38932015-04-16 Pedro Alves <palves@redhat.com>
3894
3895 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3896 a new gdbserver if gdbserver_reconnect_p is set.
3897
1ca99c42
PA
38982015-04-16 Pedro Alves <palves@redhat.com>
3899
3900 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3901 is set, don't exit gdbserver.
3902
af9fd6f8
AA
39032015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3904
3905 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3906 appropriate .insn, such that an older assembler can be used.
3907 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3908 the z/Architecture instruction set on 31-bit targets as well.
3909
04ff1e61
AA
39102015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3911
3912 * gdb.go/handcall.exp: Remove all logic related to the first
3913 breakpoint and rely on go_runto_main instead.
3914 * gdb.go/strings.exp: Likewise.
3915 * gdb.go/unsafe.exp: Likewise.
3916 * gdb.go/hello.exp: Likewise. Also rename the remaining
3917 breakpoint marker to "breakpoint 1".
3918 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3919 * gdb.go/strings.go: Likewise.
3920 * gdb.go/unsafe.go: Likewise.
3921 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3922 "set breakpoint 2 here" and rename the remaining breakpoint marker
3923 to "breakpoint 1".
3924
40d2f8d6
SM
39252015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3926
3927 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3928 if itertools.imap is not present.
3929 * gdb.python/py-objfile.exp: Add parentheses.
3930 * gdb.python/py-type.exp: Same.
3931 * gdb.python/py-unwind-maint.py: Same.
3932
8cbc97c6
YQ
39332015-04-15 Yao Qi <yao.qi@linaro.org>
3934
3935 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3936 of ":$ptr_size" and set its form explicitly.
3937
45fd756c
YQ
39382015-04-15 Pedro Alves <palves@redhat.com>
3939 Yao Qi <yao.qi@linaro.org>
3940
3941 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3942 timeout by factor of 4.
3943 (test_regular_watch): Likewise.
3944 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3945 * gdb.reverse/sigall-reverse.exp: Likewise.
3946 * gdb.reverse/until-precsave.exp: Likewise.
3947 * lib/gdb.exp (with_timeout_factor): New proc.
3948 (gdb_expect): Move some code to ...
3949 (get_largest_timeout): ... here. New procedure.
3950
9e811bc3
LM
39512015-04-14 Luis Machado <lgustavo@codesourcery.com>
3952
3953 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3954
0ff6fcb2
LM
39552015-04-13 Luis Machado <lgustavo@codesourcery.com>
3956
3957 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3958 to write to the .text section.
3959
7578d5f7
LM
39602015-04-13 Luis Machado <lgustavo@codesourcery.com>
3961
3962 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3963 Handle the case of targets that do not provide PID information.
3964
2efe15c4
YQ
39652015-04-13 Yao Qi <yao.qi@linaro.org>
3966
3967 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3968 and use expect instead of gdb_expect.
3969
8cd8f2f8
SDJ
39702015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3971
3972 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3973 "coredump_var_addr" to avoid naming conflict with other testcases.
3974
9ee41772
PA
39752015-04-10 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3978 gdb_test_sequence and gdb_assert.
3979
07473109
PA
39802015-04-10 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3983 test messages that don't include the breakpoint address.
3984
de3db44c
YQ
39852015-04-10 Yao Qi <yao.qi@linaro.org>
3986
3987 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3988 false for some offset and width combinations which aren't
3989 supported by linux kernel.
3990
c79d856c
PA
39912015-04-10 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3994 procedure, factored out from ...
3995 (top level): ... here. Add "set displaced-stepping" testing axis.
3996 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3997 parameter "displaced". Use it.
3998 (top level): Use foreach and add "set displaced-stepping" testing
3999 axis.
4000
ebc90b50
PA
40012015-04-10 Pedro Alves <palves@redhat.com>
4002
4003 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4004 Remove comment.
4005 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4006 both the address of the instruction that triggers the watchpoint
4007 and the address of the instruction immediately after, and use
4008 those addresses for the test. Fix comment.
4009
8f572e5c
PA
40102015-04-10 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.base/sigstep.exp (breakpoint_to_handler)
4013 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4014 Test "backtrace" in handler.
4015 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4016 (top level): Add new "displaced" test axis to
4017 breakpoint_to_handler, breakpoint_to_handler_entry and
4018 breakpoint_over_handler.
4019
8d707a12
PA
40202015-04-10 Pedro Alves <palves@redhat.com>
4021
4022 PR gdb/18216
4023 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4024
ef713951
YQ
40252015-04-10 Yao Qi <yao.qi@linaro.org>
4026
4027 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4028 (test_add_rn_pc): New function.
4029 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4030 (top level): Invoke test_add_rn_pc.
4031
906d60cf
PA
40322015-04-10 Pedro Alves <palves@redhat.com>
4033
4034 PR gdb/13858
4035 * gdb.base/step-over-no-symbols.exp: New file.
4036
f2983cc3
AW
40372015-04-09 Andy Wingo <wingo@igalia.com>
4038
4039 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4040 after the Python tests.
4041
6d62641c
SDJ
40422015-04-08 Keith Seitz <keiths@redhat.com>
4043
4044 PR python/16699
4045 * gdb.python/py-completion.exp: New tests for completion.
4046 * gdb.python/py-completion.py (CompleteLimit1): New class.
4047 (CompleteLimit2): Likewise.
4048 (CompleteLimit3): Likewise.
4049 (CompleteLimit4): Likewise.
4050 (CompleteLimit5): Likewise.
4051 (CompleteLimit6): Likewise.
4052 (CompleteLimit7): Likewise.
4053
f3770638
PA
40542015-04-08 Pedro Alves <palves@redhat.com>
4055
4056 PR gdb/18214
4057 PR gdb/18216
4058 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4059 function.
4060 (main): Install it as SIGUSR1 handler.
4061 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4062 parameter. Always use "setup" as prefix. Toggle "set
4063 displaced-stepping" off/on depending on global. Don't switch to
4064 thread 1 here.
4065 (top level): Add displaced stepping "off/on" test axis. Update
4066 "setup" calls. Wrap each subtest with with_test_prefix. Test
4067 continuing with a queued signal in each thread.
4068
4496bed7
PA
40692015-04-08 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4072 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4073 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4074 Return early if running to main fails.
4075 * gdb.trace/while-stepping.exp: Likewise.
4076
b97fde92
PA
40772015-04-07 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4080 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4081 interact with inferior program.
4082
f71c18e7
PA
40832015-04-07 Pedro Alves <palves@redhat.com>
4084
4085 * lib/gdb.exp (inferior_spawn_id): New global.
4086 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4087 spawn id after processing the user code.
4088 (default_gdb_start): Set inferior_spawn_id.
4089 (send_inferior): New procedure.
4090 * lib/gdbserver-support.exp (gdbserver_start): Set
4091 inferior_spawn_id.
4092 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4093
6423214f
PA
40942015-04-07 Pedro Alves <palves@redhat.com>
4095
4096 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4097 * lib/gdbserver-support.exp (gdbserver_start): Make
4098 $server_spawn_id global.
4099 (gdbserver_start): Don't wait for gdbserver's spawn id with
4100 expect_background.
4101 (close_gdbserver): New procedure.
4102 (gdb_exit): Rename the default version and reimplement.
4103
71c0ee8c
PA
41042015-04-07 Pedro Alves <palves@redhat.com>
4105
72f4393d 4106 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
4107 append the substituted item, not the original item.
4108
203bc29b
PA
41092015-04-07 Pedro Alves <palves@redhat.com>
4110
4111 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4112 gdb_expect.
4113
508a3ddf
PA
41142015-04-07 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4117 output appearing once only.
4118
9f6dbe2b
PA
41192015-04-07 Pedro Alves <palves@redhat.com>
4120
4121 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4122 that doesn't expect anything. Return early if running to main
4123 fails.
4124
337532fa
YQ
41252015-04-07 Yao Qi <yao.qi@linaro.org>
4126
4127 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4128 (child_function): Call alarm.
4129 (main): Move call to alarm into the loop.
4130 * gdb.threads/non-stop-fair-events.exp: Build program with
4131 -DTIMEOUT=$timeout.
4132
01b622d4
DE
41332015-04-06 Doug Evans <xdje42@gmail.com>
4134
4135 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4136 Fix dest parameter to board_info.
4137 (fpc_compile): Ditto.
4138 (gdb_compile_pascal): Rename dest arg to destfile.
4139
961f4160
PMR
41402015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4141
4142 * gdb.ada/funcall_ref.exp: New file.
4143 * gdb.ada/funcall_ref/foo.adb: New file.
4144
cafda597
YQ
41452015-04-02 Yao Qi <yao.qi@linaro.org>
4146
4147 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4148 is remote.
4149
fed040c6
GB
41502015-04-02 Gary Benson <gbenson@redhat.com>
4151
4152 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4153
d11916aa
SS
41542015-04-01 Sasha Smundak <asmundak@google.com>
4155
4156 * gdb.python/py-unwind-maint.c: New file.
4157 * gdb.python/py-unwind-maint.exp: New test.
4158 * gdb.python/py-unwind-maint.py: New file.
4159 * gdb.python/py-unwind.c: New file.
4160 * gdb.python/py-unwind.exp: New test.
4161 * gdb.python/py-unwind.py: New test.
4162
a1471180
PA
41632015-04-01 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4166 to fail instead of non-existent $test.
4167
0bbeccb1
PA
41682015-04-01 Pedro Alves <palves@redhat.com>
4169
4170 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4171 GDBFLAGS if not empty.
4172
3c724c8c
PMR
41732015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4174
4175 * gdb.ada/complete.exp: Remove "multi_line".
4176 * gdb.ada/info_exc.exp: Remove "multi_line".
4177 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4178 * gdb.ada/ptype_field.exp: Remove "multi_line".
4179 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4180 * gdb.ada/tagged.exp: Remove "multi_line".
4181 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4182 [multi_line ...]
4183 * gdb.btrace/delta.exp: Likewise.
4184 * gdb.btrace/exception.exp: Likewise.
4185 * gdb.btrace/function_call_history.exp: Likewise.
4186 * gdb.btrace/instruction_history.exp: Likewise.
4187 * gdb.btrace/nohist.exp: Likewise.
4188 * gdb.btrace/record_goto.exp: Likewise.
4189 * gdb.btrace/segv.exp: Likewise.
4190 * gdb.btrace/stepi.exp: Likewise.
4191 * gdb.btrace/tailcall.exp: Likewise.
4192 * gdb.btrace/unknown_functions.exp: Likewise.
4193 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4194 * lib/gdb.exp: Add the "multi_line" helper.
4195
4eec2deb
PA
41962015-04-01 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.threads/tid-reuse.c: New file.
4199 * gdb.threads/tid-reuse.exp: New file.
4200
df8411da
SDJ
42012015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4202
4203 PR corefiles/16092
4204 * gdb.base/coredump-filter.c: New file.
4205 * gdb.base/coredump-filter.exp: Likewise.
4206
6ef37366
PM
42072015-03-27 Petr Machata <pmachata@redhat.com>
4208
4209 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4210 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4211 (Dwarf::assemble): Initialize them.
4212 (Dwarf::lines): New function.
4213
7ec911b0
JT
42142015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4215
4216 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4217 SYMBOL_PREFIX for x86_64-*-cygwin.
4218
ff908ebf
AW
42192015-03-26 Andy Wingo <wingo@igalia.com>
4220
4221 PR symtab/18148
4222 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4223 const_value but not a location.
4224 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4225 location defined in non-main CUs are visible.
4226
6d5f0679
YQ
42272015-03-26 Yao Qi <yao.qi@linaro.org>
4228
4229 PR testsuite/18139
4230 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4231 Add a line number entry for the same line.
4232 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4233 Add a line number entry for the same line.
4234
2898689b
YQ
42352015-03-26 Yao Qi <yao.qi@linaro.org>
4236
4237 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4238 .int 0.
4239 (func): Likewise. Add .Lfunc_1 label.
4240 Use .Lfunc_1 label.
4241 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4242 .int 0.
4243 (func): Likewise.
4244 Use .Lfunc_1 label.
4245
85180498
YQ
42462015-03-26 Yao Qi <yao.qi@linaro.org>
4247
4248 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4249 Call gdb_compile instead to compile each .s files without debug
4250 information.
4251
8aa08a8d
YQ
42522015-03-26 Yao Qi <yao.qi@linaro.org>
4253
4254 * gdb.base/savedregs.exp (process_saved_regs): Make
4255 "Saved registers:" optional in the pattern.
4256
66849923
MM
42572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4258
4259 * gdb.btrace/next.exp: Merged into step.exp.
4260 * gdb.btrace/finish.exp: Merged into step.exp.
4261 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4262 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4263 "record goto" and checking the exact replay position.
4264 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4265 check for "Recording format" in "info record" output.
4266 * gdb.btrace/record_goto.exp: Choose test file based on target.
4267 * gdb.btrace/x86-record_goto.S: Renamed into ...
4268 * gdb.btrace/x86_64-record_goto.S: ... this.
4269 * gdb.btrace/i686-record_goto.S: New.
4270 * gdb.btrace/x86-tailcall.S: Renamed into ...
4271 * gdb.btrace/x86_64-tailcall.S: ... this.
4272 * gdb.btrace/i686-tailcall.S: New.
4273 * gdb.btrace/x86-tailcall.c: Renamed into ...
4274 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4275 separate statements. Update test.
4276 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4277 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4278 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4279 * gdb.btrace/tailcall.exp: Choose test file based on target.
4280 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4281
11cc1b74
MM
42822015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4283
4284 * gdb.btrace/exception.exp: Increase BTS buffer size.
4285
a25d8bf9
PA
42862015-03-24 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4289
856e7dd6
PA
42902015-03-24 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.threads/schedlock.exp (test_step): No longer expect that
4293 "set scheduler-locking step" with "next" over a function call runs
4294 threads unlocked.
4295
ad235a41
AT
42962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4297
4298 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4299
15630549
AT
43002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4301
4302 PR breakpoints/16466
4303 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4304 * gdb.mi/mi-pending.c (thread_func): New function.
4305 (int main): Add threading support required.
4306 * gdb.mi/mi-pending.exp: Add tests for this issue.
4307 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4308 (pendfunc2): Remove stdio dependency.
4309 * gdb.mi/mi-pendshr2.c: New file.
4310
693dca06
KS
43112015-03-23 Keith Seitz <keiths@redhat.com>
4312
4313 * gdb.linespec/keywords.c: New file.
4314 * gdb.linespec/keywords.exp: New file.
4315
7e993ebf
KS
43162015-03-23 Keith Seitz <keiths@redhat.com>
4317
4318 PR gdb/18021
4319 * gdb.dwarf2/staticvirtual.exp: New test.
4320
bc23328c
JK
43212015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4324 * README: Remove HP-UX and gdb.hp.
4325 (configuration):
4326 * configure: Regenerate.
4327 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4328 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4329 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4330 gdb.hp/gdb.defects/Makefile.
4331 * gdb.hp/Makefile.in: File deleted.
4332 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4333 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4334 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4335 * gdb.hp/gdb.aCC/run.c: File deleted.
4336 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4337 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4338 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4339 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4340 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4341 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4342 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4343 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4344 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4345 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4346 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4347 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4348 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4349 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4350 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4351 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4352 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4353 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4354 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4355 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4356 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4357 * gdb.hp/gdb.compat/average.c: File deleted.
4358 * gdb.hp/gdb.compat/sum.c: File deleted.
4359 * gdb.hp/gdb.compat/xdb.c: File deleted.
4360 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4361 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4362 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4363 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4364 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4365 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4366 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4367 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4368 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4369 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4370 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4371 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4372 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4373 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4374 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4375 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4376 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4377 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4378 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4379 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4380 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4381 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4382 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4383 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4384 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4385 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4386 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4387 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4388 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4389 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4390 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4391 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4392 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4393 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4394 * gdb.hp/tools/odump: File deleted.
4395
8bf3b159
PA
43962015-03-19 Pedro Alves <palves@redhat.com>
4397
4398 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4399 (saw_thread_3): New globals.
4400 (top level): Increment them when an event for the corresponding
4401 thread is seen.
4402 (no thread starvation): New test.
4403
eb54c8bf
PA
44042015-03-19 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.threads/continue-pending-status.c: New file.
4407 * gdb.threads/continue-pending-status.exp: New file.
4408
32d2e5d6
PA
44092015-03-18 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4412 Use gdb_is_target_remote instead of is_remote. Use
4413 gdb_test_multiple instead of gdb_expect. Exit early if
4414 gdb_test_multiple hits its internal matches. Tighten stepi tests
4415 expected output. Fail on exit with any signal, instead of just
4416 SIGILL.
4417
f68f11b7
YQ
44182015-03-18 Yao Qi <yao.qi@linaro.org>
4419
4420 PR tdep/18107
4421 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4422 variable.
4423 * gdb.base/catch-syscall.exp: Don't skip it on
4424 aarch64*-*-linux* target. Remove elements in all_syscalls.
4425 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4426 target.
4427 (setup_all_syscalls): New proc.
4428
ca5fd19b
YQ
44292015-03-16 Yao Qi <yao.qi@linaro.org>
4430
4431 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4432 (top level): Skip tests if valid_addr_p returns false for
4433 $cmd1 or $cmd2.
4434
85642ba0
AW
44352015-03-11 Andy Wingo <wingo@igalia.com>
4436
4437 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4438
e03f9645
YQ
44392015-03-11 Yao Qi <yao.qi@linaro.org>
4440
4441 * gdb.base/catch-syscall.exp: Fix typo in comments.
4442
5d0962b2
YQ
44432015-03-11 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4446
b2df3cef
PA
44472015-03-09 Pedro Alves <palves@redhat.com>
4448
4449 * dg-extract-results.py: Delete.
4450
ef878e53
PA
44512015-03-09 Pedro Alves <palves@redhat.com>
4452
4453 Merge dg-extract-results.sh from GCC upstream (r218843).
4454
4455 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4456 * dg-extract-results.sh: Use --text with grep to avoid issues with
4457 binary files. Fall back to cat -v, if that doesn't work.
4458
9494d219
PA
44592015-03-05 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4462
a8d9763a
SM
44632015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4464
4465 * lib/mi-support.exp (mi_expect_interrupt): Accept
4466 alternative event for when in all-stop mode.
4467
be9957b8
PA
44682015-03-04 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4471
d57be0f4 44722015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
4473
4474 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4475
c214c7cf
AA
44762015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4477
4478 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4479 regexps for GDB's current line display, accept a hex address
4480 preceding the line number.
4481
6d74a497
AA
44822015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4483
4484 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4485 the 'arch1' variable for "s390*-linux*" targets.
4486
511aee7c
PA
44872015-03-04 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4490 (main): Pass missing retval argument to pthread_join call.
4491
95e50b27
PA
44922015-03-02 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4495 (top level): Call do_test with non-stop as well.
4496
28054d69
PA
44972015-03-02 Pedro Alves <palves@redhat.com>
4498
4499 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4500 -1.
4501
4fa5d7b4
AA
45022015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4503
4504 * gdb.arch/s390-vregs.exp: New test.
4505 * gdb.arch/s390-vregs.S: New file.
4506
97c18565
PA
45072015-02-27 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4510 call to catch_command_errors.
4511 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4512 catch_command_errors.
4513
a37bfa30
PA
45142015-02-27 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4517 "true" for boolean result.
4518 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4519 prototype of main.
4520
6f98576f
PA
45212015-02-27 Pedro Alves <palves@redhat.com>
4522
4523 * lib/unbuffer_output.c: New file.
4524 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4525 (main): Call gdb_unbuffer_output.
4526
eba5ab56
YQ
45272015-02-27 Yao Qi <yao.qi@linaro.org>
4528
4529 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4530 target.
4531
0def5aaa
DE
45322015-02-26 Doug Evans <dje@google.com>
4533
4534 * gdb.cp/class2.cc (Dbase, D): New classes.
4535 (main): New local delta.
4536 * gdb.cp/class2.exp: Test printing delta.
4537 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4538 (dynbar): New global.
4539 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4540
081a1c2c
JK
45412015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdb.compile/compile-ifunc.c: New file.
4544 * gdb.compile/compile-ifunc.exp: New file.
4545
2f41223f
AT
45462015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4547
4548 * gdb.base/structs.exp: Check for correct struct on finish.
4549
03eddd80
YQ
45502015-02-26 Yao Qi <yao.qi@linaro.org>
4551
4552 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4553 is zero.
4554
80c57053
JK
45552015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4556
4557 * gdb.arch/cordic.ko.bz2: New file.
4558 * gdb.arch/cordic.ko.debug.bz2: New file.
4559 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4560
21613c12
YQ
45612015-02-25 Yao Qi <yao.qi@linaro.org>
4562
4563 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4564 aarch64*-*-* target.
4565
d8b901ed
PA
45662015-02-23 Pedro Alves <palves@redhat.com>
4567
4568 * lib/gdb.exp (delete_breakpoints): Rewrite using
4569 gdb_test_multiple.
4570
e5b85ead
PA
45712015-02-23 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/info-os.c: Include stdlib.h.
4574
85c3a371
DE
45752015-02-22 Doug Evans <xdje42@gmail.com>
4576
4577 PR symtab/17855
4578 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4579 is read after symbols have been re-read.
4580 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4581 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4582
96553a0c
DE
45832015-02-21 Doug Evans <dje@google.com>
4584
4585 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4586
97a0c697
JK
45872015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 PR corefiles/17808
4590 * gdb.arch/i386-biarch-core.core.bz2: New file.
4591 * gdb.arch/i386-biarch-core.exp: New file.
4592
a47cd6e9
PA
45932015-02-21 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4596 runto_main fails.
4597
c5facdc4
PA
45982015-02-20 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4601 info probes.
4602
2db9a427
PA
46032015-02-20 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4606
60fb7e9e
PA
46072015-02-20 Pedro Alves <palves@redhat.com>
4608
4609 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4610 clean_restart before gdb_target_supports_trace.
4611
5c5019c2
PA
46122015-02-20 Pedro Alves <palves@redhat.com>
4613
4614 PR threads/18006
4615 * gdb.threads/clone-thread_db.c: New file.
4616 * gdb.threads/clone-thread_db.exp: New file.
4617
c9587f88
AT
46182015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4619
4620 PR breakpoints/16812
4621 * gdb.base/catch-gdb-caused-signals.c: New file.
4622 * gdb.base/catch-gdb-caused-signals.exp: New file.
4623
f6a88844
JM
46242015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4625
4626 * configure: Regenerated.
4627 * configure.ac: Use GDB_AC_TRANSFORM.
4628 * aclocal.m4: sinclude ../transform.m4.
4629
497c491b
JM
46302015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4631
4632 * lib/dtrace.exp: New file.
4633 * gdb.base/dtrace-probe.exp: Likewise.
4634 * gdb.base/dtrace-probe.d: Likewise.
4635 * gdb.base/dtrace-probe.c: Likewise.
4636 * lib/pdtrace.in: Likewise.
4637 * configure.ac: Output variables with the transformed names of
4638 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4639 * configure: Regenerated.
4640
03e98035
JM
46412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4642
4643 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4644 expected message when trying to access $_probe_* convenience
4645 variables while not on a probe.
4646
63cc30e9
JK
46472015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4650
0703599a
PA
46512015-02-11 Pedro Alves <pedro@codesourcery.com>
4652
4653 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4654 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4655
7e60a48e
DE
46562015-02-10 Doug Evans <xdje42@gmail.com>
4657
4658 * lib/gdb.exp (gdb_load): Always return a result.
4659
01b088bc
PA
46602015-02-10 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.threads/signal-sigtrap.c: New file.
4663 * gdb.threads/signal-sigtrap.exp: New file.
4664
b05ec7a5
AT
46652015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4666
4667 * gdb.trace/no-attach-trace.c: New file.
4668 * gdb.trace/no-attach-trace.exp: New file.
4669
a2c2acaf
MW
46702015-02-09 Mark Wielaard <mjw@redhat.com>
4671
4672 * gdb.dwarf2/atomic.c: New file.
4673 * gdb.dwarf2/atomic-type.exp: Likewise.
4674
31fd9caa
MM
46752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4676
4677 * gdb.btrace/buffer-size.exp: Update "info record" output.
4678 * gdb.btrace/delta.exp: Update "info record" output.
4679 * gdb.btrace/enable.exp: Update "info record" output.
4680 * gdb.btrace/finish.exp: Update "info record" output.
4681 * gdb.btrace/instruction_history.exp: Update "info record" output.
4682 * gdb.btrace/next.exp: Update "info record" output.
4683 * gdb.btrace/nexti.exp: Update "info record" output.
4684 * gdb.btrace/step.exp: Update "info record" output.
4685 * gdb.btrace/stepi.exp: Update "info record" output.
4686 * gdb.btrace/nohist.exp: Update "info record" output.
4687
d33501a5
MM
46882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4689
4690 * gdb.btrace/buffer-size: New.
4691
f4abbc16
MM
46922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4693
4694 * gdb.btrace/delta.exp: Update "info record" output.
4695 * gdb.btrace/enable.exp: Update "info record" output.
4696 * gdb.btrace/finish.exp: Update "info record" output.
4697 * gdb.btrace/instruction_history.exp: Update "info record" output.
4698 * gdb.btrace/next.exp: Update "info record" output.
4699 * gdb.btrace/nexti.exp: Update "info record" output.
4700 * gdb.btrace/step.exp: Update "info record" output.
4701 * gdb.btrace/stepi.exp: Update "info record" output.
4702 * gdb.btrace/nohist.exp: Update "info record" output.
4703
b9d61307
SM
47042015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4705
4706 PR gdb/15678
4707 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4708
e584fdbc
PA
47092015-02-06 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4712 macro.
4713 (seconds_left, again): New globals.
4714 (main): Wait seconds_left in a 1-second sleep loop instead of
4715 sleeping 180 seconds. If 'again' is set, reset the seconds
4716 counter.
4717 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4718 'again' in the inferior before detaching. Print the seconds left.
4719 (options): New global.
4720 (top level): Build program with -DTIMEOUT=$timeout.
4721
77f41761
PA
47222015-02-06 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4725 determine how many seconds to pass to 'alarm'.
4726 * gdb.base/gdb-sigterm.exp (top level): Build program with
4727 -DTIMEOUT=$timeout.
4728 (do_test): Return success/failure indication. Add more verbose
4729 logging. Don't fail if 200 single steps are seen. Instead, fail
4730 when the test times out.
4731 (passes): New global.
4732 (top level): Break the testing loop if testing fails on any
4733 iteration. Use gdb_assert.
4734
b9394193
DB
47352015-02-04 Don Breazeal <donb@codesourcery.com>
4736
4737 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4738 and initialize them.
4739 (ipc_cleanup): New function.
4740 (main): Don't declare shmid, semid, and msqid. Add a call to
4741 atexit so that we call ipc_cleanup on exit.
4742
42d9e528
PA
47432015-02-04 Pedro Alves <palves@redhat.com>
4744
4745 * boards/native-extended-gdbserver.exp: Remove any target variant
4746 specifications from the board name before clearing the isremote
4747 flag from board_info.
4748
ae6ae975
DE
47492015-01-31 Doug Evans <xdje42@gmail.com>
4750
4751 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4752
cfb069a8
GB
47532015-01-31 Gary Benson <gbenson@redhat.com>
4754
4755 * gdb.base/completion.exp: Disable completion limiting for
4756 existing tests. Add new tests to check completion limiting.
4757 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4758
5dd31d79
DE
47592015-01-31 Doug Evans <xdje42@gmail.com>
4760
4761 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4762
9f050062
DE
47632015-01-31 Doug Evans <xdje42@gmail.com>
4764
4765 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4766 entries. Duplicate file section script entries.
4767 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4768 inlined entries. Add test for safe-path rejection.
4769 * gdb.python/py-section-script.c: Add duplicate inlined section script
4770 entries. Duplicate file section script entries.
4771 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4772 inlined entries. Add test for safe-path rejection.
4773
df25ebbd
JB
47742015-01-29 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.ada/disc_arr_bound: New testcase.
4777
4a0ca9ec
JB
47782015-01-29 Joel Brobecker <brobecker@adacore.com>
4779
4780 * gdb.ada/mi_var_array: New testcase.
4781
3a8b707a
DE
47822015-01-27 Doug Evans <dje@google.com>
4783
4784 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4785 Add test for objfile.filename, objfile.username after objfile
4786 has been unloaded.
4787
f8313f6e
JB
47882015-01-26 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4791 the second test to print the name attribute of value
4792 returned by the call to gdb.lookup_type, and adjust
4793 the expected output accordingly.
4794
37bc665e
MW
47952015-01-25 Mark Wielaard <mjw@redhat.com>
4796
4797 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4798 * gdb.base/disp-step-fork.c: Include unistd.h.
4799 * gdb.base/siginfo-obj.c: Include stdio.h.
4800 * gdb.base/siginfo-thread.c: Likewise.
4801 * gdb.mi/non-stop.c: Include unistd.h.
4802 * gdb.mi/nsthrexec.c: Include stdio.h.
4803 * gdb.mi/pthreads.c: Include unistd.h.
4804 * gdb.modula2/unbounded1.c (main): Declare returns int.
4805 * gdb.reverse/consecutive-reverse.c: Likewise.
4806 * gdb.threads/create-fail.c: Include unistd.h.
4807 * gdb.threads/killed.c: Likewise.
4808 * gdb.threads/linux-dp.c: Likewise.
4809 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4810 * gdb.threads/non-ldr-exc-2.c: Likewise.
4811 * gdb.threads/non-ldr-exc-3.c: Likewise.
4812 * gdb.threads/non-ldr-exc-4.c: Likewise.
4813 * gdb.threads/pthreads.c: Include unistd.h.
4814 (main): Declare returns int.
4815 * gdb.threads/tls-main.c (foo): New declaration.
4816 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4817
f7e5394d
SM
48182015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4819
4820 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4821 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4822
743649fd
MW
48232015-01-15 Mark Wielaard <mjw@redhat.com>
4824
4825 * gdb.base/noreturn-return.c: New file.
4826 * gdb.base/noreturn-return.exp: New file.
4827 * gdb.base/noreturn-finish.c: New file.
4828 * gdb.base/noreturn-finish.exp: New file.
4829
198297aa
PA
48302015-01-23 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.threads/continue-pending-after-query.c: New file.
4833 * gdb.threads/continue-pending-after-query.exp: New file.
4834
717cf30c
AG
48352015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4836 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4839 * gdb.base/valgrind-db-attach.exp: Same.
4840 * gdb.base/valgrind-infcall.exp: Same.
4841 * lib/mi-support.exp (default_mi_gdb_start): Same.
4842 * lib/prompt.exp (default_prompt_gdb_start): Same.
4843 * lib/gdb.exp (default_gdb_spawn): Same.
4844 (gdb_interact): New.
4845
4846
4b62a76e
JK
48472015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4848
4849 * gdb.compile/compile.exp (pointer to jit function): New test.
4850
b4cdae6f
WW
48512015-01-17 Wei-cheng Wang <cole945@gmail.com>
4852
4853 * lib/gdb.exp (supports_process_record): Return true for
4854 powerpc*-*-linux*.
4855 (supports_reverse): Likewise.
4856
d221e7ef
DB
48572015-01-15 Don Breazeal <donb@codesourcery.com>
4858
4859 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4860 instead of checking whether the target board is remote and
4861 use spawn_wait_for_attach instead of exec/sleep.
4862 * gdb.base/attach-twice.exp: Likewise.
4863
bafffb51
JB
48642015-01-15 Joel Brobecker <brobecker@adacore.com>
4865
4866 * gdb.ada/var_arr_attrs: New testcase.
4867
5589af0e
PA
48682015-01-14 Pedro Alves <palves@redhat.com>
4869 Joel Brobecker <brobecker@adacore.com>
4870
4871 PR gdb/17525
4872 * gdb.base/bp-cmds-execution-x-script.c: New file.
4873 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4874 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4875
6c400b59
PA
48762015-01-14 Pedro Alves <palves@redhat.com>
4877
4878 PR cli/17828
4879 * gdb.base/batch-preserve-term-settings.c: New file.
4880 * gdb.base/batch-preserve-term-settings.exp: New file.
4881
e02c96a7
DE
48822015-01-13 Doug Evans <dje@google.com>
4883
4884 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4885 binary.
4886
576fd14c
JB
48872015-01-13 Joel Brobecker <brobecker@adacore.com>
4888
4889 * Makefile.in (clean mostlyclean): Do not delete *.py.
4890
04dccad0
JB
48912015-01-13 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.python/py-lookup-type.exp: New file.
4894
3d230f71
PA
48952015-01-12 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4898 restore GDBFLAGS before returning.
4899
7e67715d
JK
49002015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4901
4902 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4903 is_amd64_regs_target and is_x86_like_target.
4904
f2e0d4b4
DE
49052015-01-11 Doug Evans <xdje42@gmail.com>
4906
4907 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4908 is given without an explicit form.
4909 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4910 attributes.
4911 * gdb.dwarf/corrupt.exp: Ditto.
4912 * gdb.dwarf2/enum-type.exp: Ditto.
4913 * gdb.trace/entry-values.exp: Ditto.
4914 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4915
439250fb
DE
49162015-01-11 Doug Evans <xdje42@gmail.com>
4917
4918 PR gdb/15830
4919 * gdb.base/maint.exp: Remove references to "maint demangle".
4920 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4921 Add tests for explicitly specifying language to demangle.
4922 * gdb.dlang/demangle.exp: Ditto.
4923
ede9f622
PA
49242015-01-09 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.threads/non-stop-fair-events.c: New file.
4927 * gdb.threads/non-stop-fair-events.exp: New file.
4928
a7b796db
PA
49292015-01-09 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4932 the global scope. Set a breakpoint after all threads are started
4933 rather than stepping over two source lines. Expect the prompt.
4934 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4935 global.
4936 (NUM): Now 15.
4937 (main): Use threads_started_barrier to wait for all threads to
4938 start. Main thread no longer calls thread_function. Exit after
4939 180 seconds.
4940 (loop): New function.
4941 (thread_function): Wait on threads_started_barrier barrier. Call
4942 'loop' at each iteration.
4943 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4944 threads have started, instead of hardcoding number of "next"
4945 steps. Use an access watchpoint instead of a write watchpoint.
4946
9665ffdd
PA
49472015-01-09 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4950 (thread_func): Wait on barrier.
4951 (main): Wait for all threads to start before stopping GDB.
4952 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4953 global.
4954 (thread1_func, thread2_func): Wait on barrier.
4955 (main): Wait for all threads to start before stopping GDB.
4956 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4957 New global.
4958 (thread1_func, thread2_func): Wait on barrier.
4959 (main): Wait for all threads to start before stopping GDB.
4960
c945a99f
PA
49612015-01-09 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.threads/attach-many-short-lived-threads.c: New file.
4964 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4965
c1a747c1
PA
49662014-01-09 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4969 instead of to thread 2.
4970 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4971 Add barrier around each pthread_create call instead of around all
4972 calls.
4973 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4974 Set a break on thread_function and have the child threads hit it
4975 one at at a time.
4976
60b3033e
PA
49772015-01-09 Pedro Alves <palves@redhat.com>
4978
4979 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4980 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4981 false.
4982 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4983 checking whether the target board is remote.
4984 * gdb.multi/multi-attach.exp: Likewise.
4985 * gdb.python/py-sync-interp.exp: Likewise.
4986 * gdb.server/ext-attach.exp: Likewise.
4987 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4988 tests that need to attach, instead of checking whether the target
4989 board is remote at the top of the file.
4990
acc018ac
YQ
49912015-01-08 Yao Qi <yao@codesourcery.com>
4992
4993 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4994
50a18af8
JK
49952015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4996
4997 Fix testcase compilation.
4998 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4999
8503d6e1
JB
50002015-01-06 Joel Brobecker <brobecker@adacore.com>
5001
5002 * gdb.python/py-type.exp: Add a couple test about empty
5003 array creation, and negative-length array creation.
5004
cc73dbcc
DE
50052015-01-02 Doug Evans <xdje42@gmail.com>
5006
5007 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5008
0300bbc7
DE
50092015-01-02 Doug Evans <dje@google.com>
5010
5011 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5012
9d85a0ec
YQ
50132014-12-29 Yao Qi <yao@codesourcery.com>
5014
5015 * gdb.trace/entry-values.exp: Update comments. Rename variable
5016 bar_call_foo to returned_from_foo.
5017
87186c6a
MMN
50182014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5019
5020 PR gdb/17394
5021 * gdb.linespec/break-asm-file.c: New file.
5022 * gdb.linespec/break-asm-file.exp: New file.
5023 * gdb.linespec/break-asm-file0.s: New file.
5024 * gdb.linespec/break-asm-file1.s: New file.
5025
1bab7383
YQ
50262014-12-18 Nigel Stephens <nigel@mips.com>
5027 Maciej W. Rozycki <macro@codesourcery.com>
5028
5029 * gdb.base/float.exp: Handle the new output from "info float" on
5030 MIPS targets.
5031
1bc1068a
JK
50322014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5033
5034 Fix MinGW compilation.
5035 * gdb.compile/compile-ops.exp: Update untested message if
5036 !skip_compile_feature_tests.
5037 * gdb.compile/compile-setjmp.exp: Likewise.
5038 * gdb.compile/compile-tls.exp: Likewise.
5039 * gdb.compile/compile.exp: Likewise.
5040 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5041 supported on this host".
5042
b6615d10
DE
50432014-12-16 Doug Evans <xdje42@gmail.com>
5044
5045 * boards/stabs.exp: New file.
5046
25dda427
AA
50472014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5048
5049 * gdb.base/completion.exp: Adjust to format changes of "maint
5050 print user-registers".
5051
bf330350
CU
50522014-12-16 Catalin Udma <catalin.udma@freescale.com>
5053
5054 PR server/17457
5055 * gdb.arch/aarch64-fp.c: New file.
5056 * gdb.arch/aarch64-fp.exp: New file.
5057
395cf596
SDJ
50582014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5059
5060 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5061 r210637, r210913, r211666, r215400, r215817).
5062
5063 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5064 * dg-extract-results.py: New file.
5065 * dg-extract-results.sh: Use it if the environment seems
5066 suitable.
5067
5068 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5069
5070 * dg-extract-results.py (parse_run): Handle warnings that
5071 are printed before a test harness is run.
5072
5073 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5074
5075 * dg-extract-results.py (Named): Remove __cmp__ method.
5076 (output_variation): Use a key to sort variation.harnesses.
5077
5078 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5079
5080 * dg-extract-results.py: For Python 3, force sys.stdout to
5081 handle surrogate escape sequences.
5082 (safe_open): New function.
5083 (output_segment, main): Use it.
5084
5085 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5086
5087 * dg-extract-results.py (Prog.result_re): Include options
5088 in test name.
5089
5090 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5091
5092 * dg-extract-results.py (output_variation): Always sort if
5093 do_sum.
5094
e882ef3c
SM
50952014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5096
5097 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5098 as long as we get pagination notifications.
5099
4992aa20
JM
51002014-12-15 Jason Merrill <jason@redhat.com>
5101
5102 * Makefile.in (check-gdb.%): Restore.
5103 * README: Mention it.
5104
c1b5a1a6
JB
51052014-12-13 Joel Brobecker <brobecker@adacore.com>
5106
5107 * gdb.ada/str_uninit: New testcase.
5108
5537b577
JK
51092014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 PR symtab/17642
5112 * gdb.base/vla-stub-define.c: New file.
5113 * gdb.base/vla-stub.c: New file.
5114 * gdb.base/vla-stub.exp: New file.
5115
bb2ec1b3
TT
51162014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5117 Jan Kratochvil <jan.kratochvil@redhat.com>
5118 Tom Tromey <tromey@redhat.com>
5119
5120 * configure.ac: Add gdb.compile/.
5121 * configure: Regenerate.
5122 * gdb.compile/Makefile.in: New file.
5123 * gdb.compile/compile-ops.exp: New file.
5124 * gdb.compile/compile-ops.c: New file.
5125 * gdb.compile/compile-tls.c: New file.
5126 * gdb.compile/compile-tls.exp: New file.
5127 * gdb.compile/compile-constvar.S: New file.
5128 * gdb.compile/compile-constvar.c: New file.
5129 * gdb.compile/compile-mod.c: New file.
5130 * gdb.compile/compile-nodebug.c: New file.
5131 * gdb.compile/compile-setjmp-mod.c: New file.
5132 * gdb.compile/compile-setjmp.c: New file.
5133 * gdb.compile/compile-setjmp.exp: New file.
5134 * gdb.compile/compile-shlib.c: New file.
5135 * gdb.compile/compile.c: New file.
5136 * gdb.compile/compile.exp: New file.
5137 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5138
4ff709eb
TT
51392014-12-12 Tom Tromey <tromey@redhat.com>
5140
5141 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5142 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5143
6dddd6a5
DE
51442014-12-12 Doug Evans <dje@google.com>
5145
5146 * lib/gdb-python.exp (get_python_valueof): New function.
5147 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5148
71c24708
AA
51492014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5150
5151 * gdb.base/completion.exp: Add test for completion of "info
5152 registers ".
5153
3e29f34a
MR
51542014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5155
5156 * gdb.base/func-ptrs.c: New file.
5157 * gdb.base/func-ptrs.exp: New file.
5158
fc126975
SM
51592014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5160
5161 PR breakpoints/17012
5162 * gdb.base/dprintf-detach.c: New file.
5163 * gdb.base/dprintf-detach.exp: New file.
5164
0a46d518
SM
51652014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5166
5167 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5168 * lib/gdb.exp (target_is_gdbserver): New procedure.
5169
a0be3e44
DE
51702014-12-08 Doug Evans <dje@google.com>
5171
5172 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5173
df1b803a
YQ
51742014-12-05 Yao Qi <yao@codesourcery.com>
5175
5176 * gdb.guile/scm-error.exp: Remove the third argument to
5177 gdb_remote_download.
5178 * gdb.guile/scm-frame-args.exp: Likewise.
5179 * gdb.guile/scm-section-script.exp: Likewise.
5180
ddb9f679
YQ
51812014-12-05 Yao Qi <yao@codesourcery.com>
5182
5183 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5184
86e4ed39
DE
51852014-12-04 Doug Evans <dje@google.com>
5186
5187 * gdb.python/py-objfile.exp: Add tests for
5188 objfile.add_separate_debug_file.
5189
7c50a931
DE
51902014-12-04 Doug Evans <dje@google.com>
5191
5192 * lib/gdb.exp (get_build_id): New function.
5193 (build_id_debug_filename_get): Rewrite to use it.
5194 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5195
621661e3
MR
51962014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5197
5198 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5199 `method(long)', not just 0x0.
5200 * gdb.cp/nsalias.exp: Align code labels to 4.
5201 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5202 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5203 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5204 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5205 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5206 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5207
29f0c3b7
DE
52082014-12-02 Doug Evans <dje@google.com>
5209
e1e061e7 5210 PR symtab/17602
29f0c3b7 5211 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 5212 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
5213 * gdb.cp/anon-ns.exp: Update.
5214
162078c8
NB
52152014-12-02 Nick Bull <nicholaspbull@gmail.com>
5216
5217 * gdb.python/py-events.py (inferior_call_handler): New.
5218 (register_changed_handler, memory_changed_handler): New.
5219 (test_events.invoke): Register new handlers.
5220 * gdb.python/py-events.exp: Add tests for inferior call,
5221 memory_changed and register_changed events.
5222
fdb09caf
AA
52232014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5224
5225 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5226 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5227 if the linker doesn't understand this.
5228
55cfb2c4
SM
52292014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5230
5231 * gdb.python/python.exp: Change expected reply to help().
5232
9e8cd6df
YQ
52332014-12-01 Yao Qi <yao@codesourcery.com>
5234
5235 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5236 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5237 * configure: Re-generated.
5238
6c659fc2
SC
52392014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5240
5241 * gdb.cp/chained-calls.cc: New file.
5242 * gdb.cp/chained-calls.exp: New file.
5243 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5244
d7fc3181
SM
52452014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5246
5247 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5248 * gdb.dwarf2/symtab-producer.exp: Same.
5249 * gdb.gdb/python-interrupts.exp: Same.
5250 * gdb.gdb/python-selftest.exp: Same.
5251 * gdb.python/py-linetable.exp: Same.
5252 * gdb.python/py-type.exp: Same.
5253 * gdb.python/py-value-cc.exp: Same.
5254 * gdb.python/py-value.exp: Same.
5255
10e79639
YQ
52562014-11-28 Yao Qi <yao@codesourcery.com>
5257
5258 * gdb.base/break-probes.exp: Match library name prefixed with
5259 sysroot.
5260
f28a0564
SM
52612014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5262
5263 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5264 test expected output. Add parentheses for the call to print.
5265 Remove L suffix from integers.
5266
3fe1ce1d
DE
52672014-11-26 Doug Evans <dje@google.com>
5268
5269 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5270
84429e27
YQ
52712014-11-22 Yao Qi <yao@codesourcery.com>
5272
5273 * gdb.trace/entry-values.c: Remove asms.
5274 (foo): Add foo_label.
5275 (bar): Add bar_label.
5276 * gdb.trace/entry-values.exp: Remove code computing foo's
5277 length and bar's length.
5278 (Dwarf::assemble): Invoke function_range for bar and use
5279 MACRO_AT_func for foo.
5280
26741859
YQ
52812014-11-22 Yao Qi <yao@codesourcery.com>
5282
5283 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5284 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5285 Use .Lgcc43_procstart instead of gcc43.
5286
45e44d27
JB
52872014-11-21 Joel Brobecker <brobecker@adacore.com>
5288
5289 * gdb.ada/n_arr_bound: New testcase.
5290
458c8db8
SDJ
52912014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5292
5293 PR breakpoints/10737
5294 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5295 test_catch_syscall_multi_arch.
5296 (test_catch_syscall_multi_arch): New function.
5297
43f3e411
DE
52982014-11-20 Doug Evans <xdje42@gmail.com>
5299
5300 * gdb.base/maint.exp: Update expected output.
5301
0d7b2549
AA
53022014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5303
5304 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5305 4-byte instruction on S390.
5306
8908fca5
JB
53072014-11-19 Joel Brobecker <brobecker@adacore.com>
5308
5309 * gdb.ada/arr_arr: New testcase.
5310
4a46959e
JB
53112014-11-19 Joel Brobecker <brobecker@adacore.com>
5312
5313 * gdb.ada/pkd_arr_elem: New Testcase.
5314
470e2f4e
LM
53152014-11-18 Luis Machado <lgustavo@codesourcery.com>
5316
5317 * gdb.reverse/break-precsave: Expect completion message for
5318 core file reads.
5319 * gdb.reverse/consecutive-precsave.exp: Likewise.
5320 * gdb.reverse/finish-precsave.exp: Likewise.
5321 * gdb.reverse/i386-precsave.exp: Likewise.
5322 * gdb.reverse/machinestate-precsave.exp: Likewise.
5323 * gdb.reverse/sigall-precsave.exp: Likewise.
5324 * gdb.reverse/solib-precsave.exp: Likewise.
5325 * gdb.reverse/step-precsave.exp: Likewise.
5326 * gdb.reverse/until-precsave.exp: Likewise.
5327 * gdb.reverse/watch-precsave.exp: Likewise.
5328
a267f3ad
AA
53292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5330
5331 * gdb.base/bp-permanent.c: Include unistd.h.
5332 * gdb.python/py-framefilter-mi.c (main): Add return type.
5333 * gdb.python/py-framefilter.c (main): Likewise.
5334 * gdb.trace/actions-changed.c (main): Likewise.
5335
12084a9a
AA
53362014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5337
5338 * gdb.mi/until.c: Add eye-catchers.
5339 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5340 line numbers.
5341
dc7e1a77
AA
53422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5343
5344 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5345 function header variants in break1.c.
5346 * gdb.base/ena-dis-br.exp: Likewise.
5347 * gdb.base/hbreak2.exp: Likewise.
5348 * gdb.reverse/until-precsave.exp: Drop references to removed
5349 non-prototype function header variants in ur1.c.
5350 * gdb.reverse/until-reverse.exp: Likewise.
5351
41c77605
PM
53522014-11-17 Petr Machata <pmachata@redhat.com>
5353
5354 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5355 ${_cu_offset_size} bytes abbrev offset.
5356
34248c3a
DE
53572014-11-15 Doug Evans <xdje42@gmail.com>
5358
5359 PR symtab/17559
5360 * gdb.base/line-symtabs.exp: New file.
5361 * gdb.base/line-symtabs.c: New file.
5362 * gdb.base/line-symtabs.h: New file.
5363
646da059
YQ
53642014-11-14 Yao Qi <yao@codesourcery.com>
5365
5366 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5367 (func): Add label func_label.
5368 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5369 Replace low_pc and high_pc with MACRO_AT_range.
5370 Replace name, low_pc and high_pc with MACRO_AT_func.
5371
9301ebe6
YQ
53722014-11-14 Yao Qi <yao@codesourcery.com>
5373
5374 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5375 Replace name, low_pc and high_pc with MACRO_AT_func.
5376
f166b542
YQ
53772014-11-14 Yao Qi <yao@codesourcery.com>
5378
5379 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5380 produce debug information.
5381 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5382
0f6e71e3
YQ
53832014-11-14 Yao Qi <yao@codesourcery.com>
5384
5385 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5386 object and get function length.
5387 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5388 with MACRO_AT_func.
5389 (top-level): Replace gdb_compile and clean_restart with
5390 prepare_for_testing.
5391 * gdb.dwarf2/main.c (main): Add label main_label.
5392
876c4df9
YQ
53932014-11-14 Yao Qi <yao@codesourcery.com>
5394
5395 * lib/dwarf.exp (function_range): New procedure.
5396 (Dwarf::_handle_macro_at_func): New procedure.
5397 (Dwarf::_handle_macro_at_range): New procedure.
5398 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5399
02ad9cf1
YQ
54002014-11-14 Yao Qi <yao@codesourcery.com>
5401
5402 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5403 (_handle_attribute): New procedure.
5404
a59add0c
AA
54052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5406
5407 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5408 * gdb.base/call-sc.c (zed): Likewise.
5409 * gdb.base/checkpoint.c (main): Likewise.
5410 * gdb.base/dump.c (main): Likewise.
5411 * gdb.base/gcore.c (main): Likewise.
5412 * gdb.base/huge.c (main): Likewise.
5413 * gdb.base/multi-forks.c (main): Likewise.
5414 * gdb.base/pr10179-a.c (main): Likewise.
5415 * gdb.base/savedregs.c (main): Likewise.
5416 * gdb.base/sigaltstack.c (main): Likewise.
5417 * gdb.base/siginfo.c (main): Likewise.
5418 * gdb.base/structs.c (zed): Likewise.
5419 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5420 * gdb.mi/mi-syn-frame.c (main): Likewise.
5421 * gdb.mi/until.c (foo, main): Likewise.
5422 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5423 * gdb.base/solib-weak.c (foo): Declare.
5424 * gdb.base/attach-twice.c: Include stdio.h.
5425 * gdb.base/weaklib1.c: Likewise.
5426 * gdb.base/weaklib2.c: Likewise.
5427 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5428 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5429 unistd.h.
5430 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5431 * gdb.mi/mi-exit-code.c: Likewise.
5432 * gdb.base/break-interp-lib.c: Include string.h.
5433 * gdb.base/coremaker.c: Likewise.
5434 * gdb.base/testenv.c: Likewise.
5435 * gdb.python/py-finish-breakpoint.c: Likewise.
5436 * gdb.base/inferior-died.c: Include sys/wait.h.
5437 * gdb.base/fileio.c: Include time.h.
5438 * gdb.base/async-shell.c: Include unistd.h.
5439 * gdb.base/dprintf-non-stop.c: Likewise.
5440 * gdb.base/info-os.c: Likewise.
5441 * gdb.mi/mi-console.c: Likewise.
5442 * gdb.mi/watch-nonstop.c: Likewise.
5443 * gdb.python/py-events.c: Likewise.
5444 * gdb.base/async.c (baz): Move up before its invocation.
5445 * gdb.base/code_elim2.c (my_global_func): Likewise.
5446 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5447 * gdb.base/advance.c (func2): Likewise.
5448
3b5d5997
AA
54492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5450
5451 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5452 variant.
5453 * gdb.base/annota3.c: Likewise.
5454 * gdb.base/async.c: Likewise.
5455 * gdb.base/average.c: Likewise.
5456 * gdb.base/call-ar-st.c: Likewise.
5457 * gdb.base/call-rt-st.c: Likewise.
5458 * gdb.base/call-sc.c: Likewise.
5459 * gdb.base/call-strs.c: Likewise.
5460 * gdb.base/ending-run.c: Likewise.
5461 * gdb.base/execd-prog.c: Likewise.
5462 * gdb.base/exprs.c: Likewise.
5463 * gdb.base/foll-exec.c: Likewise.
5464 * gdb.base/foll-fork.c: Likewise.
5465 * gdb.base/foll-vfork.c: Likewise.
5466 * gdb.base/funcargs.c: Likewise.
5467 * gdb.base/gcore.c: Likewise.
5468 * gdb.base/jump.c: Likewise.
5469 * gdb.base/langs0.c: Likewise.
5470 * gdb.base/langs1.c: Likewise.
5471 * gdb.base/langs2.c: Likewise.
5472 * gdb.base/mips_pro.c: Likewise.
5473 * gdb.base/nodebug.c: Likewise.
5474 * gdb.base/opaque0.c: Likewise.
5475 * gdb.base/opaque1.c: Likewise.
5476 * gdb.base/recurse.c: Likewise.
5477 * gdb.base/run.c: Likewise.
5478 * gdb.base/scope0.c: Likewise.
5479 * gdb.base/scope1.c: Likewise.
5480 * gdb.base/setshow.c: Likewise.
5481 * gdb.base/setvar.c: Likewise.
5482 * gdb.base/shmain.c: Likewise.
5483 * gdb.base/shr1.c: Likewise.
5484 * gdb.base/shr2.c: Likewise.
5485 * gdb.base/sigall.c: Likewise.
5486 * gdb.base/signals.c: Likewise.
5487 * gdb.base/so-indr-cl.c: Likewise.
5488 * gdb.base/solib2.c: Likewise.
5489 * gdb.base/structs.c: Likewise.
5490 * gdb.base/sum.c: Likewise.
5491 * gdb.base/vforked-prog.c: Likewise.
5492 * gdb.base/watchpoint.c: Likewise.
5493 * gdb.reverse/shr2.c: Likewise.
5494 * gdb.reverse/until-reverse.c: Likewise.
5495 * gdb.reverse/ur1.c: Likewise.
5496 * gdb.reverse/watch-reverse.c: Likewise.
5497
066a77c5
AA
54982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5499
5500 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5501 variant.
5502 * gdb.base/sepdebug.exp: Drop references to removed code.
5503
4f204ea5
AA
55042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5505
5506 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5507 variant. Preserve original line numbering.
5508 * gdb.base/list1.c: Likewise.
5509
3b377a3a
AA
55102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5511
5512 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5513 variant.
5514 * gdb.base/break1.c: Likewise.
5515 * gdb.base/break.exp: Drop references to removed code.
5516
e444df73
AA
55172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5518
5519 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5520 variant.
5521
8008f2a7
AA
55222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5523
5524 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5525
a5a06887
AA
55262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5527
5528 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5529 logic into perform_all_tests() and invoke it with and without
5530 function header prototypes.
5531 (do_function_calls): Remove conditional XFAIL for PR 5318.
5532 (rerun_and_prepare): Remove duplicate code.
5533 (perform_all_tests): New. Main logic moved here.
5534
44dba9b9
AA
55352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5536
5537 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5538 code guarded by #ifdef NO_PROTOTYPES.
5539 (t_double_many_args): Likewise.
5540 (DEF_FUNC_MANY_ARGS_1): Likewise.
5541 (DEF_FUNC_VALUES_1): Likewise.
5542 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5543 guarded by #ifdef PROTOTYPES.
5544
d1fbcd56
AA
55452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5546
5547 * gdb.mi/mi-console.c: Add eye-catcher.
5548 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5549 instead of literal line number.
5550
b0e59b8f
AA
55512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5552
5553 * gdb.base/shr2.c: Add eye-catcher.
5554 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5555 line number.
5556
78f98cca
AA
55572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5558
5559 * gdb.base/jump.c: Add eye-catchers.
5560 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5561 numbers.
5562
58fa2af0
AA
55632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5564
5565 * gdb.base/execd-prog.c: Add eye-catchers.
5566 * gdb.base/foll-exec.c: Likewise.
5567 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5568 line numbers.
5569
04e5059b
AA
55702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5571
5572 * gdb.base/ending-run.c: Add eye-catchers.
5573 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5574 literal line numbers.
5575
dbfdb174
AA
55762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5577
5578 * gdb.base/call-rt-st.c: Add eye-catchers.
5579 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5580 literal line numbers.
5581
888a2ade
AA
55822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5583
5584 * gdb.base/call-ar-st.c: Add eye-catchers.
5585 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5586 literal line numbers.
5587
6acc2dde
AA
55882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5589
5590 * gdb.base/average.c: Add eye-catchers.
5591 * gdb.base/sum.c: Likewise.
5592 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5593 regexps dynamically.
5594
9ecfcd1d
AA
55952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5596
5597 * gdb.base/solib1.c: Add eye-catchers.
5598 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5599 literal line numbers.
5600
78708b7c
PA
56012014-11-12 Pedro Alves <palves@redhat.com>
5602
5603 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5604 leader has exited.
5605
af48d08f
PA
56062014-11-12 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.arch/i386-bp_permanent.c: New file.
5609 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5610 (srcfile): Set to i386-bp_permanent.c.
5611 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5612 that stepi does not execute the 'leave' instruction, instead of
5613 testing it does execute.
5614 * gdb.base/bp-permanent.c: New file.
5615 * gdb.base/bp-permanent.exp: New file.
5616
af3768e9
DE
56172014-11-10 Doug Evans <xdje42@gmail.com>
5618
5619 PR symtab/17564
5620 * gdb.base/symtab-search-order.exp: New file.
5621 * gdb.base/symtab-search-order.c: New file.
5622 * gdb.base/symtab-search-order-1.c: New file.
5623 * gdb.base/symtab-search-order-shlib-1.c: New file.
5624
9de00a4a
PA
56252014-11-07 Pedro Alves <palves@redhat.com>
5626
5627 PR gdb/17511
5628 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5629 i?86-*-linux*.
5630
e0f52461
SC
56312014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5632
5633 PR c++/17494
5634 * gdb.cp/pr17494.cc: New file.
5635 * gdb.cp/pr17494.exp: New file.
5636
6ce8c980
YQ
56372014-11-02 Yao Qi <yao@codesourcery.com>
5638
5639 * gdb.python/python.exp: Get working directory and match the
5640 output of "set extended-prompt \\w " with it.
5641
02be9a71
DE
56422014-10-30 Doug Evans <dje@google.com>
5643
5644 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5645 in objfiles.
5646 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5647 in progspaces.
5648
3bdff46b
LM
56492014-10-30 Janis Johnson <janisjo@codesourcery.com>
5650
5651 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5652 * gdb.base/realname-expand.exp: Likewise.
5653 * gdb.linespec/macro-relative.exp: Likewise.
5654
ab917dfb
PA
56552014-10-29 Pedro Alves <palves@redhat.com>
5656
5657 PR gdb/17408
5658 * gdb.threads/schedlock.c (some_function): New function.
5659 (call_function): New global.
5660 (MAYBE_CALL_SOME_FUNCTION): New macro.
5661 (thread_function): Call it.
5662 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5663 and use it instead of a global counter. Adjust all callers.
5664 (get_current_thread): Use "find current thread" for test message
5665 here rather than having all callers pass down the same string.
5666 (goto_loop): New procedure, factored out from ...
5667 (my_continue): ... this.
5668 (step_ten_loops): Change parameter from test message to command to
5669 use. Adjust.
5670 (list_count): Delete global.
5671 (check_result): New procedure, factored out from duplicate top
5672 level code.
5673 (continue tests): Wrap in with_test_prefix.
5674 (test_step): New procedure, factored out from duplicate top level
5675 code.
5676 (top level): Test "step" in combination with all scheduler-locking
5677 modes. Test "next" in combination with all scheduler-locking
5678 modes, and in combination with stepping over a function call or
5679 not.
5680 * gdb.threads/next-bp-other-thread.c: New file.
5681 * gdb.threads/next-bp-other-thread.exp: New file.
5682
d3d4baed
PA
56832014-10-29 Pedro Alves <palves@redhat.com>
5684
5685 PR python/17372
5686 * gdb.python/python.exp: Test a multi-line command that spawns
5687 interactive Python.
5688 * gdb.base/multi-line-starts-subshell.exp: New file.
5689
563e8d85
YQ
56902014-10-29 Yao Qi <yao@codesourcery.com>
5691
5692 * gdb.base/fileio.exp: Make directories on host.
5693
0ea4d52e
YQ
56942014-10-29 Yao Qi <yao@codesourcery.com>
5695
5696 * gdb.base/fileio.c (test_write): Close the file.
5697
7f5ef605
PA
56982014-10-28 Pedro Alves <palves@redhat.com>
5699
5700 PR gdb/12623
5701 * gdb.base/sigstep.c (no_handler): New global.
5702 (main): If 'no_handler is true, set the signal handlers to
5703 SIG_IGN.
5704 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5705 with_sw_watch and no_handler parameters. Handle them.
5706 (top level) <stepping over handler when stopped at a breakpoint
5707 test>: Add a test axis for testing with a software watchpoint, and
5708 another for testing with the signal handler set to SIG_IGN.
5709 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5710 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5711
abbdbd03
PA
57122014-10-28 Pedro Alves <palves@redhat.com>
5713
5714 PR gdb/17511
5715 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5716 * gdb.base/sigstep.exp (other_handler_location): New global.
5717 (advance): Support stepping into the signal handler, and running
5718 commands while in the handler.
5719 (in_handler_map): New global.
5720 (top level): In the advance test, add combinations for getting
5721 into the handler with stepping commands, and for running commands
5722 in the handler. Add comment descripting the advancei tests.
5723
1df4399f
PA
57242014-10-28 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/sigstep.exp: Use build_executable instead of
5727 prepare_for_testing.
5728 (top level): Move code that starts GDB, runs to main and creates a
5729 display to ...
5730 (restart): ... this new procedure.
5731 (top level): Move backtrace from signal handler test to ...
5732 (validate_backtrace): ... this new procedure.
5733 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5734 with_test_prefix. Always restart GDB.
5735 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5736 with_test_prefix. Always restart GDB. No need to delete
5737 breakpoints after the test.
5738 (test_skip_handler): Remove prefix parameter.
5739 (skip_over_handler, breakpoint_to_handler)
5740 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5741 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5742 restart GDB. No need to delete breakpoints after the test.
5743 (top level): Use foreach to call the test procedures with
5744 different commands.
5745
a5b6e449
PA
57462014-10-28 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5749 instead of GNATS numbers.
5750 * gdb.base/sigbpt.exp: Likewise.
5751 * gdb.base/siginfo.exp: Likewise.
5752 * gdb.base/sigstep.exp: Likewise.
5753
e5f8a7cc
PA
57542014-10-27 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.base/sigstep.c (dummy): New global.
5757 (main): Issue a couple writes to the new global.
5758 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5759 procedures.
5760 (skip_over_handler): Use test_skip_handler.
5761 (top level): Call skip_over_handler for stepi and nexti too.
5762 (breakpoint_over_handler): Use test_skip_handler.
5763 (top level): Call breakpoint_over_handler for stepi and nexti too.
5764
763905a3
YQ
57652014-10-27 Yao Qi <yao@codesourcery.com>
5766
5767 * gdb.trace/tfile.c (adjust_function_address)
5768 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5769 function descriptor.
5770
6f259a23
DB
57712014-10-24 Don Breazeal <donb@codesourcery.com>
5772
5773 * gdb.base/foll-fork.exp (test_follow_fork,
5774 catch_fork_child_follow): Check for updated fork messages emitted
5775 from infrun.c.
5776 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5777 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5778 vfork_and_exec_child_follow_through_step): Check for updated vfork
5779 messages emitted from infrun.c.
5780
09dd9a69
PA
57812014-10-24 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/corefile.exp: Remove references to ultrix.
5784 * gdb.base/interrupt.exp: Likewise.
5785 * gdb.base/whatis.exp: Likewise.
5786 * gdb.gdb/selftest.exp: Likewise.
5787 * gdb.threads/manythreads.exp: Likewise.
5788 * gdb.threads/print-threads.exp: Likewise.
5789 * gdb.threads/pthreads.exp:: Likewise.
5790 * gdb.threads/schedlock.exp: Likewise.
5791
3433cfa5
SC
57922014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5793
5794 * gdb.cp/non-trivial-retval.cc: Add a test case.
5795 * gdb.cp/non-trivial-retval.exp: Add a test.
5796
092f880b
YQ
57972014-10-20 Yao Qi <yao@codesourcery.com>
5798
5799 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5800 * gdb.python/py-objfile-script-gdb.py: New file.
5801 * gdb.python/py-objfile-script.exp: Update reference to
5802 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5803 of remote_download. Remove the dest file.
5804
acbdb7f3
YQ
58052014-10-20 Yao Qi <yao@codesourcery.com>
5806
5807 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5808 * gdb.base/step-line.exp: Likewise.
5809 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5810 * gdb.dwarf2/dw2-basic.exp: Likewise.
5811 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5812 * gdb.dwarf2/dw2-filename.exp: Likewise.
5813 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5814 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5815 * gdb.dwarf2/dw2-producer.exp: Likewise.
5816 * gdb.dwarf2/mac-fileno.exp: Likewise.
5817 * gdb.python/py-frame-args.exp: Likewise.
5818 * gdb.python/py-framefilter.exp: Likewise.
5819 * gdb.python/py-mi.exp: Likewise.
5820 * gdb.python/py-objfile-script.exp: Likewise
5821 * gdb.python/py-pp-integral.exp: Likewise.
5822 * gdb.python/py-pp-re-notag.exp: Likewise.
5823 * gdb.python/py-prettyprint.exp: Likewise.
5824 * gdb.python/py-section-script.exp: Likewise.
5825 * gdb.python/py-typeprint.exp: Likewise.
5826 * gdb.python/py-xmethods.exp: Likewise.
5827 * gdb.stabs/weird.exp: Likewise.
5828 * gdb.xml/tdesc-regs.exp: Likewise.
5829
bd286a29
KCY
58302014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5831
5832 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5833 (out_cu): Use addr_len for the size of addresses.
5834 (out_line): Likewise. Size DW_LNE_set_address instruction
5835 according to addr_len.
5836 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5837 (FUNC): Add START_INSNS to definition.
5838
673dc4a0
YQ
58392014-10-18 Yao Qi <yao@codesourcery.com>
5840
5841 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5842 gdb_has_argv0 return true.
5843 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5844 check [target_info exists noargs], check [gdb_has_argv0]
5845 instead.
5846 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5847 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5848 procedures.
5849
4ffbba72
DE
58502014-10-17 Doug Evans <dje@google.com>
5851
5852 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5853 event.
5854 * gdb.python/py-events.py: Add clear_objfiles event.
5855
d096d8c1
DE
58562014-10-17 Doug Evans <dje@google.com>
5857
5858 * gdb.python/py-objfile.exp: Test progspace attribute.
5859
a80db015
LM
58602014-10-17 Luis Machado <lgustavo@codesourcery.com>
5861
5862 * gdb.guile/scm-breakpoint.exp: Do not assume any
5863 directory separators when matching source file paths.
5864 * gdb.python/py-breakpoint.exp: Likewise.
5865 * gdb.reverse/break-precsave.exp: Likewise.
5866 * gdb.reverse/break-reverse.exp: Likewise.
5867 * gdb.reverse/consecutive-precsave.exp: Likewise.
5868 * gdb.reverse/finish-precsave.exp: Likewise.
5869 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5870 * gdb.reverse/finish-reverse.exp: Likewise.
5871 * gdb.reverse/i386-precsave.exp: Likewise.
5872 * gdb.reverse/i387-env-reverse.exp: Likewise.
5873 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5874 * gdb.reverse/machinestate-precsave.exp: Likewise.
5875 * gdb.reverse/machinestate.exp: Likewise.
5876 * gdb.reverse/sigall-precsave.exp: Likewise.
5877 * gdb.reverse/solib-precsave.exp: Likewise.
5878 * gdb.reverse/step-precsave.exp: Likewise.
5879 * gdb.reverse/until-precsave.exp: Likewise.
5880 * gdb.reverse/watch-precsave.exp: Likewise.
5881 * gdb.reverse/watch-reverse.exp: Likewise.
5882
b22089ab
YQ
58832014-10-17 Yao Qi <yao@codesourcery.com>
5884
5885 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5886 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5887
6c4486e6
PA
58882014-10-17 Pedro Alves <palves@redhat.com>
5889
5890 PR gdb/17471
5891 * gdb.base/bg-execution-repeat.c: New file.
5892 * gdb.base/bg-execution-repeat.exp: New file.
5893
0ff33695
PA
58942014-10-17 Pedro Alves <palves@redhat.com>
5895
5896 PR gdb/17300
5897 * gdb.base/continue-all-already-running.c: New file.
5898 * gdb.base/continue-all-already-running.exp: New file.
5899
6fdebc3d
PA
59002014-10-17 Pedro Alves <palves@redhat.com>
5901
5902 PR gdb/17472
5903 * gdb.base/annota-input-while-running.c: New file.
5904 * gdb.base/annota-input-while-running.exp: New file.
5905
32a8097b
PA
59062014-10-17 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/callfuncs.exp: emove references to osf.
5909 * gdb.base/sigall.exp: Likewise.
5910 * gdb.gdb/selftest.exp: Likewise.
5911 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5912 * gdb.mi/non-stop.c: Likewise.
5913 * gdb.mi/pthreads.c: Likewise.
5914 * gdb.reverse/sigall-precsave.exp: Likewise.
5915 * gdb.reverse/sigall-reverse.exp: Likewise.
5916 * gdb.threads/pthreads.c: Likewise.
5917 * gdb.threads/pthreads.exp: Likewise.
5918
7a3517ff
YQ
59192014-10-17 Yao Qi <yao@codesourcery.com>
5920
5921 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5922 check 'target_info exists noargs'.
5923 (test_command_prompt_position): Likewise.
5924 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5925 Remove "set args".
5926 (progvar_simple_while_test): Likewise.
5927 (progvar_complex_if_while_test): Likewise.
5928 (if_while_breakpoint_command_test): Likewise.
5929 (infrun_breakpoint_command_test): Likewise.
5930 (breakpoint_command_test): Likewise.
5931 (watchpoint_command_test): Likewise.
5932 (bp_deleted_in_command_test): Likewise.
5933 (temporary_breakpoint_commands): Likewise.
5934
bb99c472
YQ
59352014-10-16 Yao Qi <yao@codesourcery.com>
5936
5937 * gdb.base/remotetimeout.exp: Remove noargs checking.
5938
7c16b83e
PA
59392014-10-15 Pedro Alves <palves@redhat.com>
5940
5941 PR breakpoints/9649
5942 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5943 * gdb.base/breakpoint-in-ro-region.exp
5944 (probe_target_hardware_step): New procedure.
5945 (top level): Probe hardware stepping and hardware breakpoint
5946 support. Test stepping through a read-only region, with both
5947 "breakpoint auto-hw" on and off and both "always-inserted" on and
5948 off.
5949
35a49624
IB
59502014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5951
5952 * gdb.dlang/demangle.exp: Update for demangling changes.
5953
2d1c107c
SC
59542014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5955
5956 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5957 * gdb.cp/non-trivial-retval.exp: Add new tests.
5958
778811d5
SC
59592014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5960
5961 PR c++/13403
5962 PR c++/15154
5963 * gdb.cp/non-trivial-retval.cc: New file.
5964 * gdb.cp/non-trivial-retval.exp: New file.
5965
10c5f0a8
YQ
59662014-10-15 Yao Qi <yao@codesourcery.com>
5967
5968 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5969 remote host.
5970
65d7b369
YQ
59712014-10-15 Yao Qi <yao@codesourcery.com>
5972
5973 * gdb.python/py-symbol.exp: Match file base name if host is
5974 remote, otherwise match file name with dir name.
5975 * gdb.python/py-symtab.exp: Likewise.
5976 * gdb.python/python.exp: Likewise.
5977
46dc1394
YQ
59782014-10-15 Yao Qi <yao@codesourcery.com>
5979
5980 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5981 pattern.
5982 * gdb.python/py-symtab.exp: Likewise.
5983 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5984 locationn.
5985
c40cc657
JB
59862014-10-14 Joel Brobecker <brobecker@adacore.com>
5987
5988 * gdb.ada/addr_arith: New testcase.
5989
2abf49e1
MR
59902014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5991
5992 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5993 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5994 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5995 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5996
f7088df3
SDJ
59972014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5998
5999 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6000 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6001 * gdb.arch/stap-eval-lang-ada.exp: New file.
6002
4dc06805
YQ
60032014-10-14 Yao Qi <yao@codesourcery.com>
6004
6005 * gdb.mi/mi-var-child.c (nothing1): New function.
6006 (nothing2): New function.
6007 (do_children_tests): Set function pointers by nothing1 and
6008 nothing2.
6009 * gdb.mi/mi-var-child.exp: Step over new added statements.
6010 Update test to match the new output.
6011 * gdb.mi/var-cmd.c (nothing1): New function.
6012 (nothing2): New function.
6013 (do_children_tests): Set function pointers by nothing1 and
6014 nothing2.
6015 * gdb.mi/mi-var-display.exp: Update test to match output.
6016 Step to the line specified by $line_dct_nothing.
6017 Increase the number of lines to step.
6018
46a93de2
YQ
60192014-10-14 Yao Qi <yao@codesourcery.com>
6020
6021 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6022 tests.
6023 * gdb.mi/mi2-var-child.exp: Likewise.
6024
14ea52ee
DE
60252014-10-13 Doug Evans <dje@google.com>
6026
6027 * gdb.python/py-objfile.exp: Change name of file name test.
6028
e5c6e92b
DE
60292014-10-13 Doug Evans <dje@google.com>
6030
6031 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6032 from the start of the CU.
6033
c780cc2f
JK
60342014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6035 Yao Qi <yao@codesourcery.com>
6036
6037 Fix "save breakpoints" for "catch" command.
6038 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6039 Remove -nonewline. Match also the added "main" line.
6040
99894e11
JK
60412014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6042
6043 Fix "save breakpoints" for "disable $bpnum" command.
6044 * gdb.base/save-bp.c (main): Add label.
6045 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6046
6e1ac5a3
JK
60472014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6048
6049 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6050
754dd2b0
YQ
60512014-10-11 Yao Qi <yao@codesourcery.com>
6052
6053 * gdb.server/server-kill.exp: Execute command
6054 "set remote trace-status-packet on" before "tstatus".
6055
f90183d7
YQ
60562014-10-11 Yao Qi <yao@codesourcery.com>
6057
6058 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6059 (main): Call getppid.
6060 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6061 and continue to it. Read variable "server_pid".
6062
bf40a607
YQ
60632014-10-11 Yao Qi <yao@codesourcery.com>
6064
6065 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6066
052ca370
YQ
60672014-10-11 Yao Qi <yao@codesourcery.com>
6068
6069 * gdb.threads/thread-find.exp: Don't execute command
6070 "info threads".
6071 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6072 * gdb.threads/linux-dp.exp: Don't check the condition
6073 $threads_created equals to zero.
6074
3831839c
PA
60752014-10-10 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/bigcore.exp: Remove references to IRIX.
6078 * gdb.base/funcargs.exp: Likewise.
6079 * gdb.base/interrupt.exp: Likewise.
6080 * gdb.base/mips_pro.exp: Likewise.
6081 * gdb.base/nodebug.exp: Likewise.
6082 * gdb.base/setvar.exp: Likewise.
6083 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6084
8b9a549d
PA
60852014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6086 Pedro Alves <palves@redhat.com>
6087
6088 PR symtab/14466
6089 * gdb.base/vdso-warning.c: New file.
6090 * gdb.base/vdso-warning.exp: New file.
6091
d48ba5e8
DE
60922014-10-02 Doug Evans <dje@google.com>
6093
6094 * gdb.base/structs.c (main): Don't run forever.
6095
2278c276
PA
60962014-10-02 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6099 (top level) <stop threads 1, stop threads 2>: Use it.
6100
b57bacec
PA
61012014-10-02 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.threads/break-while-running.exp (test): Add new
6104 'update_thread_list' argument. Skip "info threads" if false.
6105 (top level): Add new 'update_thread_list' axis.
6106
13fd3ff3
PA
61072014-10-02 Pedro Alves <palves@redhat.com>
6108
6109 PR breakpoints/17431
6110 * gdb.base/execl-update-breakpoints.c: New file.
6111 * gdb.base/execl-update-breakpoints.exp: New file.
6112
0fec99e8
PA
61132014-10-01 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.base/breakpoint-in-ro-region.c: New file.
6116 * gdb.base/breakpoint-in-ro-region.exp: New file.
6117
2ddf4301
SM
61182014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6119
6120 * gdb.mi/mi-exit-code.exp: New file.
6121 * gdb.mi/mi-exit-code.c: New file.
6122
6a5f3f43
YQ
61232014-09-30 Yao Qi <yao@codesourcery.com>
6124
6125 * lib/prelink-support.exp (build_executable_own_libs): Error if
6126 the target isn't native.
6127
345bcc73
YQ
61282014-09-30 Yao Qi <yao@codesourcery.com>
6129
6130 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6131 false.
6132
a25a5a45
PA
61332014-09-22 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.threads/break-while-running.exp: New file.
6136 * gdb.threads/break-while-running.c: New file.
6137
00ba3162
YQ
61382014-09-19 Yao Qi <yao@codesourcery.com>
6139
6140 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6141 Invoke test. Restart GDB with --readnow and invoke test again.
6142
c3b7b696
YQ
61432014-09-19 Yao Qi <yao@codesourcery.com>
6144
6145 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6146 proc set_breakpoint_on_gcd_function. Invoke
6147 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6148 invoke set_breakpoint_on_gcd_function again.
6149
2b4fd423
DE
61502014-09-18 Doug Evans <dje@google.com>
6151
6152 * gdb.dwarf2/symtab-producer.exp: New file.
6153
a5947601
SDJ
61542014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6155
6156 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6157 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6158 * gdb.base/global-var-nested-by-dso.c: Likewise.
6159 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6160
91c19059
SDJ
61612014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6162 Pedro Alves <palves@redhat.com>
6163
6164 * gdb.base/watch-bitfields.exp: Pass string other than test file
6165 name to prepare_for_testing.
6166 (watch): New procedure.
6167 (expect_watchpoint): Use with_test_prefix.
6168 (top level): Factor out tests to ...
6169 (test_watch_location, test_regular_watch): ... these new
6170 procedures, and use with_test_prefix and gdb_continue_to_end.
6171
bb9d5f81
PP
61722014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6173
6174 PR breakpoints/12526
6175 * gdb.base/watch-bitfields.exp: New file.
6176 * gdb.base/watch-bitfields.c: New file.
6177
635856f5
PA
61782014-09-16 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6181 software and hardware addresses, not software address against
6182 itself.
6183
7280ceea
PA
61842014-09-16 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6187 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6188
428b16bd
PA
61892014-09-16 Pedro Alves <palves@redhat.com>
6190
6191 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6192 files.
6193 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6194 "*-*-vxworks*" throughout.
6195 * gdb.base/break.exp: Likewise.
6196 * gdb.base/default.exp: Likewise.
6197 * gdb.base/scope.exp: Likewise.
6198 * gdb.base/sepdebug.exp: Likewise.
6199 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6200 throughout.
6201 * gdb.base/run.c: Likewise.
6202 * gdb.base/sepdebug.c: Likewise.
6203 * gdb.hp/gdb.aCC/run.c: Likewise.
6204 * gdb.reverse/until-reverse.c: Likewise.
6205 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6206
666d413c
YQ
62072014-09-16 Yao Qi <yao@codesourcery.com>
6208
6209 * boards/local-remote-host-native.exp: New file.
6210
57cbd724
DE
62112014-09-14 Doug Evans <xdje42@gmail.com>
6212
6213 * gdb.threads/queue-signal.c (thread_count): New variable.
6214 (thread_count_mutex, thread_count_condvar): New variables.
6215 (incr_thread_count, wait_all_threads_running): New functions.
6216 (main): Wait for all threads to be in their thread functions.
6217
81219e53
DE
62182014-09-13 Doug Evans <xdje42@gmail.com>
6219
6220 * gdb.threads/queue-signal.c: New file.
6221 * gdb.threads/queue-signal.exp: New file.
6222
3714cea7
DE
62232014-09-13 Doug Evans <xdje42@gmail.com>
6224
6225 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6226 be consistent with what default_gdb_init uses.
6227 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6228 the plain text of the prompt. Add some logging printfs.
6229 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6230
fa43b1d7
PA
62312014-09-12 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6234 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6235 * gdb.arch/i386-size-overlap.exp: Likewise.
6236 * gdb.arch/i386-size.exp: Likewise.
6237 * gdb.arch/i386-unwind.exp: Likewise.
6238 * gdb.base/a2-run.exp: Likewise.
6239 * gdb.base/break.exp: Likewise.
6240 * gdb.base/charset.exp: Likewise.
6241 * gdb.base/chng-syms.exp: Likewise.
6242 * gdb.base/commands.exp: Likewise.
6243 * gdb.base/dbx.exp: Likewise.
6244 * gdb.base/find.exp: Likewise.
6245 * gdb.base/funcargs.exp: Likewise.
6246 * gdb.base/jit-simple.exp: Likewise.
6247 * gdb.base/reread.exp: Likewise.
6248 * gdb.base/sepdebug.exp: Likewise.
6249 * gdb.base/step-bt.exp: Likewise.
6250 * gdb.cp/mb-inline.exp: Likewise.
6251 * gdb.cp/mb-templates.exp: Likewise.
6252 * gdb.objc/basicclass.exp: Likewise.
6253 * gdb.threads/killed.exp: Likewise.
6254
9d9bf2df
EBM
62552014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6256
6257 PR tdep/17379
6258 * gdb.arch/powerpc-stackless.S: New file.
6259 * gdb.arch/powerpc-stackless.exp: New file.
6260
1cf2f1b0
JK
62612014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6262
6263 * gdb.base/attach.c: Include unistd.h.
6264 (main): Call alarm. Add label postloop.
6265 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6266 gdb_breakpoint, gdb_continue_to_breakpoint.
6267 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6268
98880d46
PA
62692014-09-11 Pedro Alves <palves@redhat.com>
6270
6271 PR gdb/17347
6272 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6273 * gdb.base/attach.exp (test_command_line_attach_run): New
6274 procedure.
6275 (top level): Call it.
6276
4c92ff2c
PA
62772014-09-11 Pedro Alves <palves@redhat.com>
6278
6279 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6280 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6281 (do_command_attach_tests): Use spawn_wait_for_attach.
6282 * gdb.base/solib-overlap.exp: Likewise.
6283 * gdb.multi/multi-attach.exp: Likewise.
6284 * gdb.python/py-prompt.exp: Likewise.
6285 * gdb.python/py-sync-interp.exp: Likewise.
6286 * gdb.server/ext-attach.exp: Likewise.
6287
3adc1a7d
GKB
62882014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6289
6290 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6291 command in testcase. Simplify testcase.
6292
96334934
JB
62932014-09-10 Joel Brobecker <brobecker@adacore.com>
6294
6295 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6296
eb479039
JB
62972014-09-10 Joel Brobecker <brobecker@adacore.com>
6298
6299 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6300
deede10c
JB
63012014-09-10 Joel Brobecker <brobecker@adacore.com>
6302
6303 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6304
7828a5f5
JB
63052014-09-10 Joel Brobecker <brobecker@adacore.com>
6306
6307 * gdb.dwarf2/dynarr-ptr.c: New file.
6308 * gdb.dwarf2/dynarr-ptr.exp: New file.
6309
33aeebcf
MR
63102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6311
6312 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6313 of 30 rather than hardcoding 120 for a slow test case. Take the
6314 `gdb,timeout' target setting into account for this calculation.
6315 Don't extend the timeout for the test cases that don't need it.
6316
7b415901
MR
63172014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6318
6319 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6320 a factor of 2 for a slow test case. Take the `gdb,timeout'
6321 target setting into account for this calculation.
6322 * gdb.reverse/until-precsave.exp: Increase the timeout by
6323 a factor of 15 and 3 respectively rather than adding 120
6324 for a pair of slow test cases. Take the `gdb,timeout'
6325 target setting into account for this calculation.
6326
4a40f85a
MR
63272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6328
6329 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6330 timeout, don't pass one down to gdb_expect.
6331 (gdb_expect): Rework timeout selection.
6332
09635af7
MR
63332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6334
6335 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6336 exception on timeout.
6337 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6338 (gdbserver_start_extended): Catch any `gdbserver_start' error
6339 exceptions.
6340 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6341 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6342 `gdbserver_gdb_load' error exceptions.
6343
2bdd10b7
MR
63442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6345
6346 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6347 120 on waiting for the TCP socket to open.
6348
316935f0
DE
63492014-09-09 Doug Evans <xdje42@gmail.com>
6350
6351 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6352 _caller_matches, _any_caller_is, _any_caller_matches.
6353
83740597
DE
63542014-09-09 Doug Evans <xdje42@gmail.com>
6355
6356 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6357
4c122fc3
YQ
63582014-09-09 Yao Qi <yao@codesourcery.com>
6359
6360 * gdb.mi/mi-var-display.exp: Set print symbol off.
6361
a9f116cb
GKB
63622014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6363
6364 PR gdb/17035
6365 * gdb.base/commands.exp: Add tests to verify user-defined
6366 commands with empty bodies.
6367 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6368 python commands in `show user command`.
6369 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6370 scheme commands in `show user command`.
6371
c75bd3a2
JK
63722014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 PR python/17355
6375 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6376 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6377 * gdb.python/py-framefilter-invalidarg.exp: New file.
6378 * gdb.python/py-framefilter-invalidarg.py: New file.
6379
faa42425
DE
63802014-09-06 Doug Evans <xdje42@gmail.com>
6381
6382 PR 15276
6383 * gdb.python/py-caller-is.c: New file.
6384 * gdb.python/py-caller-is.exp: New file.
6385
474ca4f6
SDJ
63862014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6387
6388 PR gdb/17235
6389 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6390 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6391
eb0b0463
SDJ
63922014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6393
6394 PR fortran/17237
6395 * gdb.fortran/print-formatted.exp: New file.
6396 * gdb.fortran/print-formatted.f90: Likewise.
6397
5f3b99cf
SS
63982014-09-03 Sasha Smundak <asmundak@google.com>
6399
6400 * gdb.python/py-frame.exp: Test Frame.read_register.
6401
7d793aa9
SDJ
64022014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6403
6404 PR python/16699
6405 * gdb.python/py-completion.exp: New file.
6406 * gdb.python/py-completion.py: Likewise.
6407
fb0576e9
DE
64082014-08-28 Doug Evans <dje@google.com>
6409
6410 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6411 eax,etc. are live with values set by gdb and thus the compiler can't
6412 use them.
6413 * gdb.arch/i386-pseudo.c (main): Ditto.
6414
ee92b0dd
DE
64152014-08-27 Doug Evans <dje@google.com>
6416
6417 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6418
6649db35
DE
64192014-08-25 Doug Evans <dje@google.com>
6420
6421 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6422 (main): Ditto.
6423
564b7600
DE
64242014-08-25 Doug Evans <dje@google.com>
6425
6426 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6427
3881fb67
YQ
64282014-08-24 Yao Qi <yao@codesourcery.com>
6429
6430 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6431 symbol off.
6432 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6433
a05a36a5
DE
64342014-08-22 Doug Evans <dje@google.com>
6435
6436 PR 17276
6437 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6438 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6439 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6440
7c343b48
YQ
64412014-08-22 Yao Qi <yao@codesourcery.com>
6442
6443 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6444 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6445 * gdb.python/python.exp: Likewise. Use .py file on the host
6446 instead of the build.
6447
22fd09ae
JK
64482014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6449
6450 * gdb.threads/gcore-stale-thread.c: New file.
6451 * gdb.threads/gcore-stale-thread.exp: New file.
6452
a8454a7c
PA
64532014-08-21 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6456 * gdb.base/gcore-relro-pie.exp: Likewise.
6457 * gdb.base/gcore-relro.exp: Likewise.
6458 * gdb.base/gcore.exp: Likewise.
6459 * gdb.base/print-symbol-loading.exp: Likewise.
6460 * gdb.threads/gcore-thread.exp: Likewise.
6461 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6462
2a31c623
PA
64632014-08-20 Pedro Alves <palves@redhat.com>
6464 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6467 configure.
6468 (EXPECT): Handle READ1 being set.
6469 (all): Depend on EXTRA_RULES.
6470 (check-read1, expect-read1, read1.so, read1): New rules.
6471 * README (Testsuite Parameters): Document the READ1 make variable.
6472 (Race detection): New section.
6473 * configure: Regenerate.
6474 * configure.ac: If build==host==target, and running under a
6475 GNU/glibc system, add read1 to the extra Makefile rules.
6476 (EXTRA_RULES): AC_SUBST it.
6477 * lib/read1.c: New file.
6478
d36430db
JB
64792014-08-20 Joel Brobecker <brobecker@adacore.com>
6480
6481 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6482 the handling of variables declared as a typedef to an array
6483 which a DW_AT_data_location attribute.
6484
9a0dc9e3
PA
64852014-08-19 Andrew Burgess <aburgess@broadcom.com>
6486 Pedro Alves <palves@redhat.com>
6487
6488 PR symtab/14604
6489 PR symtab/14605
6490 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6491 gdb_test.
6492
0718a8da
PA
64932014-08-19 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6496
13b448cd
YQ
64972014-08-19 Yao Qi <yao@codesourcery.com>
6498
6499 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6500 right line.
6501
1cbf5077
DB
65022014-08-18 David Blaikie <dblaikie@gmail.com>
6503
6504 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6505
bf0fae19
JB
65062014-08-18 Joel Brobecker <brobecker@adacore.com>
6507
6508 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6509 attribute in array range.
6510
3c8c5dcc
JB
65112014-08-18 Joel Brobecker <brobecker@adacore.com>
6512
6513 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6514
e66d4446
SC
65152014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6516
6517 PR c++/17132
6518 * gdb.cp/pr17132.cc: New file.
6519 * gdb.cp/pr17132.exp: New file.
6520
940df408
SC
65212014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6522
6523 * gdb.python/py-xmethods.py (A_getarrayind)
6524 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6525 Use 'print' with function call syntax.
6526 (E_method_matcher.match): Fix tab vs space indentation mixup.
6527
ebcc6c3a
YQ
65282014-08-15 Yao Qi <yao@codesourcery.com>
6529
6530 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6531 false.
6532
775e0f04
YQ
65332014-08-15 Yao Qi <yao@codesourcery.com>
6534
6535 * gdb.cp/casts.exp: Set print symbol off.
6536 * gdb.cp/class2.exp: Likewise.
6537 * gdb.cp/overload.exp: Likewise.
6538 * gdb.cp/templates.exp: Likewise.
6539
d769e349
DE
65402014-08-11 Doug Evans <dje@google.com>
6541
6542 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6543 (test_load_shlib): Update.
6544
20c6f1e1
YQ
65452014-08-09 Yao Qi <yao@codesourcery.com>
6546
6547 * gdb.base/display.exp: Invoke is_address_zero_readable.
6548 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6549 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6550 * gdb.base/hbreak-unmapped.exp: Return if
6551 is_address_zero_readable returns true.
6552 * gdb.base/signest.exp: Likewise.
6553 * gdb.base/signull.exp: Likewise.
6554 * gdb.base/sigbpt.exp: Likewise.
6555 * gdb.guile/scm-disasm.exp: Do the test if
6556 is_address_zero_readable returns false.
6557 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6558 * gdb.python/py-arch.exp: Likewise.
6559 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6560 * lib/gdb.exp (is_address_zero_readable): New proc.
6561
5792e8e3
YQ
65622014-08-09 Yao Qi <yao@codesourcery.com>
6563
6564 PR testsuite/13443
6565 * gdb.mi/mi-var-display.exp: Make test messages unique.
6566
3cecbbbe
TT
65672014-08-04 Tom Tromey <tromey@redhat.com>
6568
6569 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6570 target 0".
6571
00b51ff5
TT
65722014-08-04 Tom Tromey <tromey@redhat.com>
6573
6574 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6575 "target_resume".
6576
6908c509
JB
65772014-08-01 Joel Brobecker <brobecker@adacore.com>
6578
6579 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6580 inner_vla_struct_object_size.
6581 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6582 as xfail.
6583
cc6563d2
PA
65842014-07-30 Pedro Alves <palves@redhat.com>
6585
6586 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6587 comment.
6588
7e09a223
YQ
65892014-07-29 Yao Qi <yao@codesourcery.com>
6590
6591 PR gdb/17206
6592 * gdb.base/until-nodebug.exp: New.
6593
7ebdbe92
DE
65942014-07-28 Doug Evans <xdje42@gmail.com>
6595
6596 PR guile/17203
6597 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6598 previously existing parameter, and previously ambiguously spelled
6599 parameter.
6600
fdb1adc6
WN
66012014-07-28 Will Newton <will.newton@linaro.org>
6602
6603 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6604
186fcde0
DE
66052014-07-26 Ludovic Courtès <ludo@gnu.org>
6606 Doug Evans <xdje42@gmail.com>
6607
6608 PR guile/17146
6609 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6610
70509625
PA
66112014-07-25 Pedro Alves <palves@redhat.com>
6612
6613 * gdb.threads/signal-command-handle-nopass.c: New file.
6614 * gdb.threads/signal-command-handle-nopass.exp: New file.
6615 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6616 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6617 * gdb.threads/signal-delivered-right-thread.c: New file.
6618 * gdb.threads/signal-delivered-right-thread.exp: New file.
6619
c3f814a1
PA
66202014-07-25 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.base/double-prompt-target-event-error.exp
6623 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6624 match.
6625 (cancel_pagination_in_target_event): Rework double prompt
6626 detection.
6627 * gdb.base/paginate-after-ctrl-c-running.exp
6628 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6629 <return>' match.
6630 * gdb.base/paginate-bg-execution.exp
6631 (test_bg_execution_pagination_return)
6632 (test_bg_execution_pagination_cancel): Remove '-notransfer
6633 <return>' matches.
6634 * gdb.base/paginate-execution-startup.exp
6635 (test_fg_execution_pagination_return)
6636 (test_fg_execution_pagination_cancel): Remove '-notransfer
6637 <return>' matches.
6638 * gdb.base/paginate-inferior-exit.exp
6639 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6640 match.
6641 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6642 * lib/gdb.exp (pagination_prompt): Run text through
6643 string_to_regexp.
6644 (gdb_test_multiple): Match $pagination_prompt instead of
6645 "<return>".
6646 (string_to_regexp): Move to lib/gdb-utils.exp.
6647
e214cf6c
JK
66482014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6649
6650 * gdb.arch/amd64-entry-value-paramref.S: New file.
6651 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6652 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6653 * gdb.arch/amd64-optimout-repeat.S: New file.
6654 * gdb.arch/amd64-optimout-repeat.c: New file.
6655 * gdb.arch/amd64-optimout-repeat.exp: New file.
6656
17d0c5c8
JK
66572014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6658
6659 PR gdb/17170
6660 * gdb.base/statistics.exp: New file.
6661
b8b8facf
DE
66622014-07-17 Doug Evans <dje@google.com>
6663
74b49205 6664 PR gdb/17170
b8b8facf
DE
6665 * gdb.base/maint.exp: Update testing of per-command stats.
6666
1b5d0ab3
PA
66672014-07-16 Pedro Alves <palves@redhat.com>
6668
6669 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6670 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6671 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6672 (tfile_write_buf): New functions.
6673 (add_memory_block): Rewrite using the above.
6674 (adjust_function_address): New function.
6675 (FUNCTION_ADDRESS): New macro.
6676 (write_basic_trace_file): Remove short_x local, and use
6677 tfile_write_16. Change type of func_addr local to unsigned long
6678 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6679 here. Cast argument of add_memory_block to char pointer.
6680 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6681 (main): Remove parameters.
6682 * gdb.trace/tfile.exp: Remove nowarnings.
6683
4d974e88
SM
66842014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6685
6686 * gdb.base/debug-expr.exp: Test string evaluation with
6687 "debug expression" on.
6688
41e99568
PA
66892014-07-15 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.base/reread.exp: Use clean_restart.
6692
487d9753
PL
66932014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6694
6695 * gdb.arch/avr-flash-qualifer.c: New.
6696 * gdb.arch/avr-flash-qualifer.exp: New.
6697
cc1c52ad
PA
66982014-07-14 Pedro Alves <palves@redhat.com>
6699
6700 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6701 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6702
1e973570
PA
67032014-07-14 Pedro Alves <palves@redhat.com>
6704
6705 * gdb.base/double-prompt-target-event-error.c: New file.
6706 * gdb.base/double-prompt-target-event-error.exp: New file.
6707
93d6eb10
PA
67082014-07-14 Pedro Alves <palves@redhat.com>
6709
6710 PR gdb/17072
6711 * gdb.base/paginate-inferior-exit.c: New file.
6712 * gdb.base/paginate-inferior-exit.exp: New file.
6713
0017922d
PA
67142014-07-14 Pedro Alves <palves@redhat.com>
6715
6716 PR gdb/17072
6717 * gdb.base/paginate-bg-execution.c: New file.
6718 * gdb.base/paginate-bg-execution.exp: New file.
6719
94696ad3
PA
67202014-07-14 Pedro Alves <palves@redhat.com>
6721
6722 PR gdb/17072
6723 * gdb.base/paginate-execution-startup.c: New file.
6724 * gdb.base/paginate-execution-startup.exp: New file.
6725 * lib/gdb.exp (pagination_prompt): New global.
6726 (default_gdb_spawn): New procedure, factored out from
6727 default_gdb_spawn.
6728 (default_gdb_start): Adjust to call default_gdb_spawn.
6729 (gdb_spawn): New procedure.
6730
bd293940
PA
67312014-07-14 Pedro Alves <palves@redhat.com>
6732
6733 * lib/gdb.exp (gdb_assert): New procedure.
6734 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6735
c933f875
PA
67362014-07-14 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.base/execution-termios.c: New file.
6739 * gdb.base/execution-termios.exp: New file.
6740
d98b7a16
TT
67412014-07-14 Tom Tromey <tromey@redhat.com>
6742
6743 * gdb.cp/vla-cxx.cc: New file.
6744 * gdb.cp/vla-cxx.exp: New file.
6745
548740d6
TT
67462014-07-14 Tom Tromey <tromey@redhat.com>
6747
6748 * gdb.reverse/rerun-prec.c: New file.
6749 * gdb.reverse/rerun-prec.exp: New file.
6750
a25eb028
MR
67512014-07-12 Maciej W. Rozycki <macro@mips.com>
6752 Maciej W. Rozycki <macro@codesourcery.com>
6753
6754 * lib/gdb-utils.exp: New file.
6755 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6756 inline `gdb_init_command' processing.
6757 (gdb_start_cmd): Likewise.
6758 * lib/mi-support.exp (mi_run_cmd): Likewise.
6759 * README: Document `gdb_init_command' and `gdb_init_commands'.
6760
218c2655
JK
67612014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 Fix false FAIL running under a very long directory name.
6764 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6765 and "set print elements 10000". Twice.
6766
5401fde3
YQ
67672014-07-11 Yao Qi <yao@codesourcery.com>
6768
6769 * gdb.base/exprs.exp: "set print symbol off".
6770
e76126e8
PA
67712014-07-11 Pedro Alves <palves@redhat.com>
6772
6773 * gdb.threads/kill.c: New file.
6774 * gdb.threads/kill.exp: New file.
6775
2d6f0de6
YQ
67762014-07-10 Yao Qi <yao@codesourcery.com>
6777
6778 * gdb.trace/tfile.c (write_basic_trace_file)
6779 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6780 address written to trace file.
6781
7180e04a
PA
67822014-07-09 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.base/attach-wait-input.exp: New file.
6785 * gdb.base/attach-wait-input.c: New file.
6786
9a9a7608
AB
67872014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6788
6789 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6790 setting up test structures.
6791 (main): Call new test function.
6792 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6793 test function, continue into test function and walk test
6794 structures.
6795
161ac41e
YQ
67962014-07-02 Yao Qi <yao@codesourcery.com>
6797
6798 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6799 'bar_start' at the beginning of functions 'foo' and 'bar'
6800 respectively.
6801 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6802 instead of 'foo' and 'bar'.
6803
1f267ae3
MM
68042014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6805
6806 * gdb.btrace/segv.exp: New.
6807 * gdb.btrace/segv.c: New.
6808
2b239efb
LM
68092014-07-02 Luis Machado <lgustavo@codesourcery.com>
6810
6811 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6812 instruction.
6813
cf363f18
MW
68142014-06-30 Mark Wielaard <mjw@redhat.com>
6815
6816 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6817 vulture, vilify, villar): New volatile array constants.
6818 (vindictive, vegetation): New const volatile array constants.
6819 * gdb.base/volatile.exp: Test volatile and const volatile array
6820 types.
6821
aebf9d24
AA
68222014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6823
6824 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6825 target lacks support for awatch, rwatch, or hbreak.
6826
b67a2c6f
YQ
68272014-06-27 Yao Qi <yao@codesourcery.com>
6828
6829 * gdb.multi/dummy-frame-restore.exp: New.
6830 * gdb.multi/dummy-frame-restore.c: New.
6831
aef92902
MM
68322014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6833
6834 * gdb.btrace/gcore.exp: New.
6835
8e9db26e
PA
68362014-06-23 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/watchpoint-reuse-slot.c: New file.
6839 * gdb.base/watchpoint-reuse-slot.exp: New file.
6840
70afc5b7
SC
68412014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6842
6843 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6844 progspace's filename in 'info', 'enable' and 'disable' command
6845 tests.
6846
b972bd9c
JK
68472014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6848
6849 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6850 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6851 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6852
125f8a3d
GB
68532014-06-20 Gary Benson <gbenson@redhat.com>
6854
6855 * gdb.arch/i386-avx.exp: Fix include file location.
6856 * gdb.arch/i386-sse.exp: Likewise.
6857
3ed9baed
IB
68582014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6859
6860 * gdb.dlang/expression.exp: New file.
6861
034f788c
PA
68622014-06-19 Pedro Alves <palves@redhat.com>
6863
6864 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6865 out from ...
6866 (top level): ... here. Iterate running tests under different
6867 scheduler-locking settings.
6868
45371d0c
LM
68692014-06-18 Luis Machado <lgustavo@codesourcery.com>
6870
6871 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6872 to DW_FORM_addr and use non-zero addresses.
6873
5d376983
SC
68742014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6875
6876 PR gdb/17017
6877 * gdb.python/py-xmethods.cc: Add global function call counters and
6878 increment them in their respective functions. Remove "cout"
6879 statements.
6880 * gdb.python/py-xmethods.exp: Make tests check the global function
6881 call counters instead of depending on inferior IO.
6882
a1aa2221
LM
68832014-06-18 Don Breazeal <donb@codesourcery.com>
6884
6885 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6886 Deleted procedure.
6887 (explicit_fork_parent_follow): Deleted procedure.
6888 (explicit_fork_child_follow): Deleted procedure.
6889 (test_follow_fork): New procedure.
6890 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 6891 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
6892 procedure calls.
6893
0fc05997
YQ
68942014-06-17 Yao Qi <yao@codesourcery.com>
6895
6896 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6897 CP1252.
6898
70795c52
LM
68992014-06-17 Luis Machado <lgustavo@codesourcery.com>
6900
6901 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6902 Initialize ptr and S explicitly.
6903 (skip_type_update_when_not_use_rtti_test): Likewise.
6904
6be47f0c
KS
69052014-06-16 Keith Seitz <keiths@redhat.com>
6906
6907 PR mi/15863
6908 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6909 the inferior is started.
6910
d03de421
PA
69112014-06-16 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.base/break-main-file-remove-fail.c: New file.
6914 * gdb.base/break-main-file-remove-fail.exp: New file.
6915 * gdb.base/break-unload-file.exp: Use build_executable instead of
6916 prepare_for_testing.
6917 (test_break): New parameter "initial_load". Handle it.
6918 (top level): Add initial_load cmdline/file axis.
6919
f9579b99
TT
69202014-06-12 Tom Tromey <tromey@redhat.com>
6921
6922 * gdb.base/completion.exp: Don't use directory name in test.
6923
3657956b
GB
69242014-06-09 Gary Benson <gbenson@redhat.com>
6925
6926 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6927 separate the always-available ANSI-standard signals from the
6928 signals that require checking.
6929 (main): Likewise.
6930 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6931 Likewise.
6932 (main): Likewise.
6933
4186eb54
KS
69342014-06-07 Keith Seitz <keiths@redhat.com>
6935
6936 Revert:
6937 PR c++/16253
6938 * gdb.cp/var-tag.cc: New file.
6939 * gdb.cp/var-tag.exp: New file.
6940 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6941 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6942 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6943 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6944
25326a28 69452014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
6946
6947 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6948
829155c9
PA
69492014-06-06 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6952 in target debug output instead of looking at RSP packets,
6953 disabling the test on any target that uses hardware stepping.
6954 Update comments.
6955
61c8d22e
PA
69562014-06-06 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/break-unload-file.exp: Fix typo.
6959
d9a47287
YQ
69602014-06-06 Yao Qi <yao@codesourcery.com>
6961
6962 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6963 from "jit_function" to "^jit_function".
6964
e5e01dbf
YQ
69652014-06-06 Yao Qi <yao@codesourcery.com>
6966
6967 * gdb.base/async.c (foo): Add one statement.
6968 * gdb.base/async.exp: Get the next instruction address and
6969 match the output of "nexti" by instruction address. Match
6970 the hex address in the output of "finish".
6971
73ba372c
GB
69722014-06-06 Gary Benson <gbenson@redhat.com>
6973
6974 * gdb.base/call-signals.c: Remove preprocessor conditionals
6975 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6976 SIGSEGV and SIGTERM.
6977 * gdb.base/sigall.c: Likewise.
6978 * gdb.base/unwindonsignal.c: Likewise.
6979 * gdb.reverse/sigall-reverse.c: Likewise.
6980
831517df
YQ
69812014-06-06 Yao Qi <yao@codesourcery.com>
6982
6983 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6984 readable, skip the test.
6985
b8b91e98
YQ
69862014-06-06 Yao Qi <yao@codesourcery.com>
6987
6988 * gdb.threads/staticthreads.c (thread_function): Move the line
6989 setting breakpoint on forward.
6990 * gdb.threads/staticthreads.exp: Update comments.
6991
fb934770
LC
69922014-06-05 Ludovic Courtès <ludo@gnu.org>
6993
6994 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6995 "history-append! type error".
6996
6ef284bd
SM
69972014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6998
6999 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7000 erroneous dprintf expected input.
7001
a872e241
DE
70022014-06-04 Doug Evans <xdje42@gmail.com>
7003
7004 * gdb.guile/scm-generics.exp: Delete.
7005
16f691fb
DE
70062014-06-04 Doug Evans <xdje42@gmail.com>
7007
7008 * gdb.guile/scm-breakpoint.exp: Update.
7009 Add tests for breakpoint registration.
7010
012370f6
TT
70112014-06-04 Tom Tromey <tromey@redhat.com>
7012
7013 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7014 VLA-in-union.
7015 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7016 inner_vla_struct, vla_union types. Initialize objects of those
7017 types and compute their sizes.
7018
9f5a4cef
HZ
70192014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7020 Hui Zhu <hui@codesourcery.com>
7021
7022 * gdb.base/fileio.exp: Add test for shell not available as well as
7023 available.
7024 * gdb.base/fileio.c (test_system): Check for shell twice.
7025
90a45c4d
YQ
70262014-06-04 Yao Qi <yao@codesourcery.com>
7027
7028 * gdb.base/auto-connect-native-target.exp: Remove redundant
7029 space from the regexp pattern.
7030
70017e41
YQ
70312014-06-04 Yao Qi <yao@codesourcery.com>
7032
7033 * gdb.base/default.exp: Replace "child" with "native" in
7034 regexp pattern.
7035
883964a7
SC
70362014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7037
7038 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7039 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7040 * gdb.python/py-xmethods.py: Python script supporting the
7041 new testcase and tests.
7042
ef370185
JB
70432014-06-03 Joel Brobecker <brobecker@adacore.com>
7044 Pedro Alves <palves@redhat.com>
7045
7046 PR breakpoints/17000
7047 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7048 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7049
1e2ccb61
BM
70502014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7051
7052 * gdb.base/subst.exp: Add tests to verify partial path matching
7053 output.
7054
c6ec5ab2
PA
70552014-06-03 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7058 target that doesn't use software single-stepping.
7059
835c559f
PA
70602014-06-03 Pedro Alves <palves@redhat.com>
7061
7062 PR breakpoints/17000
7063 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7064 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7065
06eb1586
DE
70662014-06-02 Doug Evans <xdje42@gmail.com>
7067
7068 * gdb.guile/scm-parameter.exp: New file.
7069
e698b8c4
DE
70702014-06-02 Doug Evans <xdje42@gmail.com>
7071
7072 * gdb.guile/scm-cmd.c: New file.
7073 * gdb.guile/scm-cmd.exp: New file.
7074
ded03782
DE
70752014-06-02 Doug Evans <xdje42@gmail.com>
7076
7077 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7078 pretty-printer lookup.
7079 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7080 (make-pp_s-printer): Call it.
7081 (make-pretty-printer-from-dict): New function.
7082 (lookup-pretty-printer-maker-from-dict): New function.
7083 (*pretty-printer*): Simplify.
7084 (make-objfile-pp_s-printer): New function.
7085 (install-objfile-pretty-printers!): New function.
7086 (make-progspace-pp_s-printer): New function.
7087 (install-progspace-pretty-printers!): New function.
7088 * gdb.guile/scm-progspace.c: New file.
7089 * gdb.guile/scm-progspace.exp: New file.
7090
41fac0cf
PA
70912014-06-02 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/dprintf-bp-same-addr.c: New file.
7094 * gdb.base/dprintf-bp-same-addr.exp: New file.
7095
96ae5695
EBM
70962014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7097
7098 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7099 * gdb.arch/powerpc-power.s: Likewise.
7100
da02b3a8
JB
71012014-06-02 Joel Brobecker <brobecker@adacore.com>
7102
7103 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7104
c72b2e7b
YQ
71052014-06-01 Yao Qi <yao@codesourcery.com>
7106
7107 * gdb.base/watchpoint.exp (test_watch_location): Check null
7108 pointer can be dereferenced. If not, do the test, otherwise
7109 skip it.
7110
53e8a631
AB
71112014-05-30 Andrew Burgess <aburgess@broadcom.com>
7112
7113 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7114 results.
7115 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7116
938f0e2f
AB
71172014-05-30 Andrew Burgess <aburgess@broadcom.com>
7118
7119 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7120 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7121 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7122 * gdb.arch/amd64-invalid-stack-top.c: New file.
7123 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7124
9ba6657a
PA
71252014-05-30 Pedro Alves <palves@redhat.com>
7126
7127 PR breakpoints/17000
7128 * gdb.base/sss-bp-on-user-bp.c: New file.
7129 * gdb.base/sss-bp-on-user-bp.exp: New file.
7130
522c09bf
DB
71312014-05-30 David Blaikie <dblaikie@gmail.com>
7132
7133 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7134 gnu_inline semantics via attribute.
7135 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7136 source explicitly specifies the required semantics.
7137
bf4ef81e
MR
71382014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7139
7140 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7141
329ea579
PA
71422014-05-29 Pedro Alves <palves@redhat.com>
7143 Tom Tromey <tromey@redhat.com>
7144
7145 * gdb.base/async-shell.exp: Don't enable target-async.
7146 * gdb.base/async.exp
7147 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7148 parameter. Adjust.
7149 (top level): Don't test with "target-async".
7150 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7151 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7152 * gdb.base/inferior-died.exp: Don't enable target-async.
7153 * gdb.base/interrupt-noterm.exp: Likewise.
7154 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7155 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7156 * gdb.mi/mi-nonstop.exp: Likewise.
7157 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7158 * gdb.mi/mi-nsintrall.exp: Likewise.
7159 * gdb.mi/mi-nsmoribund.exp: Likewise.
7160 * gdb.mi/mi-nsthrexec.exp: Likewise.
7161 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7162 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7163 * gdb.python/py-evsignal.exp: Don't enable target-async.
7164 * gdb.python/py-evthreads.exp: Likewise.
7165 * gdb.python/py-prompt.exp: Likewise.
7166 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7167 * gdb.server/solib-list.exp: Don't enable target-async.
7168 * gdb.threads/thread-specific-bp.exp: Likewise.
7169 * lib/mi-support.exp: Adjust to use mi-async.
7170
fd664c91
PA
71712014-05-29 Pedro Alves <palves@redhat.com>
7172
7173 PR gdb/13860
7174 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7175 reason, even in sync mode.
7176
251bde03
PA
71772014-05-29 Pedro Alves <palves@redhat.com>
7178 Hui Zhu <hui@codesourcery.com>
7179
7180 PR PR15693
7181 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7182 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7183 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7184 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7185
7f3c0343
JB
71862014-05-28 Joel Brobecker <brobecker@adacore.com>
7187
7188 * config/monitor.exp (gdb_target_monitor): Replace use of
7189 "set remotebaud" by "set serial baud".
7190
b2715b27
AW
71912014-05-26 Andy Wingo <wingo@igalia.com>
7192
7193 * gdb.guile/scm-breakpoint.exp:
7194 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7195 properties instead of gdb-object-properties.
7196
498a4489
YQ
71972014-05-26 Yao Qi <yao@codesourcery.com>
7198
7199 * gdb.server/no-thread-db.exp: Specify source file name
7200 explicitly when setting a breakpoint.
7201
589fdceb
MM
72022014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7203
7204 * gdb.btrace/vdso.c: New.
7205 * gdb.btrace/vdso.exp: New.
7206
e9089e05
MM
72072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7208
7209 * gdb.base/gcore.exp (capture_command_output): Move ...
7210 * lib/gdb.exp (capture_command_output): ... here.
7211
67b5c0c1
MM
72122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7213
7214 * gdb.btrace/data.exp: Test memory access during btrace replay.
7215
a2199296
SM
72162014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7217
7218 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7219
17b2616c
PA
72202014-05-21 Pedro Alves <palves@redhat.com>
7221
7222 PR gdb/13860
7223 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7224 (top level): Test that output related to execution commands is
7225 sent to the console with CLI commands, but not with MI commands.
7226 Test that breakpoint events are always mirrored to the console.
7227 Also expect the new source line to be output after a "next" in
7228 async mode too. Make it a pass/fail test.
7229 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7230 output.
7231 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7232
5166082f
PA
72332014-05-21 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7236 Use them to test variations of "list" after reaching a breakpoint.
7237 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7238 Test "list" with listsize 10 after reaching a breakpoint.
7239 * gdb.python/python.exp (decode_line current location line
7240 number): Adjust expected line number.
7241
2f25d70f
SM
72422014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7243
7244 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7245 behavior for $args, pass it directly to "run".
7246
ff604a67
MR
72472014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7248
7249 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7250 30000 to 65536.
7251
6a3cb8e8
PA
72522014-05-21 Pedro Alves <palves@redhat.com>
7253
7254 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7255 auto-connect-native-target off".
7256 * gdb.base/auto-connect-native-target.c: New file.
7257 * gdb.base/auto-connect-native-target.exp: New file.
7258
4ebfc96e
PA
72592014-05-21 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.base/default.exp: Test "target native" instead of "target
7262 child".
7263
36d46afb
MW
72642014-05-21 Mark Wielaard <mjw@redhat.com>
7265
7266 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7267
5876f503
JK
72682014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 Fix TLS access for -static -pthread.
7271 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7272 <HAVE_TLS> (thread_function, main): Initialize it.
7273 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7274 Add clean_restart.
7275 <$have_tls != "">: Check TLSVAR.
7276
0256a6ac
PA
72772014-05-21 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.base/dcache-line-read-error.c: New.
7280 * gdb.base/dcache-line-read-error.exp: New.
7281
936d2992
PA
72822014-05-20 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.base/compare-sections.c: New file.
7285 * gdb.base/compare-sections.exp: New file.
7286
802e8e6d
PA
72872014-05-20 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.base/break-idempotent.c: New file.
7290 * gdb.base/break-idempotent.exp: New file.
7291
e59fa00f
MM
72922014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7293
7294 * gdb.btrace/nohist.exp: New.
7295
8b696e31
YQ
72962014-05-20 Yao Qi <yao@codesourcery.com>
7297
7298 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7299 gdb.reverse directory and gdb_reverse_timeout exists in board
7300 setting.
7301 * README: Document gdb_reverse_timeout.
7302
73c9764f
YQ
73032014-05-20 Yao Qi <yao@codesourcery.com>
7304
7305 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7306 'test_file_name'. Treat args as a string instead of a list.
7307 (gdb_init): Rename argument 'args' by 'test_file_name'.
7308
f1f4348a
JK
73092014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 * gdb.arch/powerpc-power.exp: New file.
7312 * gdb.arch/powerpc-power.s: New file.
7313
0dbe70ce
DE
73142014-05-16 Doug Evans <dje@google.com>
7315
7316 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
7317 * gdb.base/completion.exp: Check that all expected files exist
7318 before doing file completion.
0dbe70ce 7319
8d551b02
DE
73202014-05-16 Doug Evans <dje@google.com>
7321
7322 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7323 Update.
7324 (do_syscall_tests_without_xml): Update.
7325
73eb7709
PA
73262014-05-16 Pedro Alves <palves@redhat.com>
7327
7328 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7329 instead of "unknown output after running".
7330
3fae92fc
YQ
73312014-05-16 Yao Qi <yao@codesourcery.com>
7332
7333 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7334 file1.txt from host at the end.
7335 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7336
c2b2ccc5
DE
73372014-05-15 Doug Evans <dje@google.com>
7338
7339 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7340 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7341 loading file. Add test for TU lookup.
7342
8c217a4b
SM
73432014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7344
7345 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7346 calling "-exec-arguments" or "set args" before running the
7347 inferior.
7348
3deb39c6
SM
73492014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * lib/mi-support.exp (mi_expect_stop): Expect message for
7352 inferiors that exit with non-zero exit code.
7353
71a79f8c
YQ
73542014-05-14 Yao Qi <yao@codesourcery.com>
7355
7356 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7357 match absolute path on remote host.
7358 (test_file_list_exec_source_files): Remove "/" from the
7359 pattern.
7360
f23fcd46
YQ
73612014-05-14 Yao Qi <yao@codesourcery.com>
7362
7363 * boards/local-remote-host-notty.exp (${board}_file): New
7364 proc.
7365
9404b58f
KM
73662014-05-07 Kyle McMartin <kyle@redhat.com>
7367
7368 Pushed by Joel Brobecker <brobecker@adacore.com>.
7369 * gdb.arch/aarch64-atomic-inst.c: New file.
7370 * gdb.arch/aarch64-atomic-inst.exp: New file.
7371
5e45f04c
YQ
73722014-05-07 Yao Qi <yao@codesourcery.com>
7373
7374 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7375 in current context" too.
7376
c888a17d
KS
73772014-05-05 Keith Seitz <keiths@redhat.com>
7378
7379 * gdb.linespec/ls-dollar.exp: Add test for linespec
7380 file:convenience_variable.
7381
290a839c
YQ
73822014-05-05 Yao Qi <yao@codesourcery.com>
7383
7384 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7385 traceframes into tfile and ctf trace files. Read data from
7386 trace file and test collected data.
7387 (gdb_collect_locals_test): Likewise.
7388 (gdb_unavailable_registers_test): Likewise.
7389 (gdb_unavailable_floats): Likewise.
7390 (gdb_collect_globals_test): Likewise.
7391 (top-level): Append "ctf" to trace_file_targets if GDB
7392 supports.
7393
b5262cd0
YQ
73942014-05-05 Yao Qi <yao@codesourcery.com>
7395
7396 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7397 code to ...
7398 (gdb_collect_args_test_1): ... it. New proc.
7399 (gdb_collect_locals_test): Move some code to ...
7400 (gdb_collect_locals_test_1): ... it. New proc.
7401 (gdb_unavailable_registers_test): Move some code to ...
7402 (gdb_unavailable_registers_test_1): ... it. New proc.
7403 (gdb_unavailable_floats): Move some code to ...
7404 (gdb_unavailable_floats_1): ... it. New proc.
7405
30a1e6cc
SDJ
74062014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7407
7408 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7409 probes to test for bitness recognition.
7410 * gdb.arch/amd64-stap-optional-prefix.exp
7411 (test_probe_value_without_reg): New procedure.
7412 Add code to test for different kinds of bitness.
7413
f33da99a
SDJ
74142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7415
7416 PR breakpoints/16889
7417 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7418 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7419
5b80f00d
PA
74202014-05-01 Pedro Alves <palves@redhat.com>
7421
7422 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7423 gdb_file_cmd if no file is specified.
7424 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7425 last_loaded_file to set the remote exec-file.
7426
f8c2a73c
PA
74272014-05-01 Pedro Alves <palves@redhat.com>
7428
7429 * boards/local-remote-host.exp: New file.
7430
be6e8ac7
PA
74312014-05-01 Pedro Alves <palves@redhat.com>
7432
7433 * boards/local-remote-host.exp: Rename to ...
7434 * boards/local-remote-host-notty.exp: ... this.
7435
cac0dc8f
JB
74362014-04-28 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.ada/dyn_arrayidx: New testcase.
7439
9730e6cc
YQ
74402014-04-26 Yao Qi <yao@codesourcery.com>
7441
7442 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7443 and compute the length of function main. Save it in
7444 $main_length.
7445 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7446 (top-level): Use gdb_compile to compile objects into
7447 executable and restart GDB. Remove invocation to
7448 prepare_for_testing.
7449
7ae1a6a6
PA
74502014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7451 Pedro Alves <palves@redhat.com>
7452
7453 PR server/16255
7454 * gdb.multi/multi-attach.c: New file.
7455 * gdb.multi/multi-attach.exp: New file.
7456
4082afcc
PA
74572014-04-25 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7460 user.
7461 (top level): Test that "set remote conditional-breakpoints-packet
7462 off" works as intended.
7463 * gdb.base/dprintf.exp: Test that "set remote
7464 breakpoint-commands-packet off" works as intended.
7465 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7466 New function.
7467 (top level): Call it.
7468 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7469 remote fast-tracepoints-packet off" works as intended.
7470 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7471 * lib/gdb.exp (gdb_is_target_remote): ... here.
7472
2abc3f8d
DB
74732014-04-24 David Blaikie <dblaikie@gmail.com>
7474
7475 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7476 ensure clang would not discard them.
7477 * gdb.base/gdbvars.c: Ditto.
7478 * gdb.base/memattr.c: Ditto.
7479 * gdb.base/whatis.c: Ditto.
7480 * gdb.python/py-prettyprint.c: Ditto.
7481 * gdb.trace/actions.c: Ditto.
7482 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7483 ensure clang would not discard it.
7484
bfd39632
DB
74852014-04-24 David Blaikie <dblaikie@gmail.com>
7486
7487 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7488 clang to emit the full definition of type required by the test
7489 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7490
22842ff6
DB
74912014-04-24 David Blaikie <dblaikie@gmail.com>
7492
7493 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7494 coax Clang into emitting the definition of the type.
7495 * gdb.cp/pr10728-x.h (y): Ditto.
7496 * gdb.cp/pr10728-y.cc (y): Ditto.
7497
c2e827ad
DB
74982014-04-24 David Blaikie <dblaikie@gmail.com>
7499
7500 * gdb.base/label.exp: XFAIL label related tests under Clang.
7501 * gdb.cp/cplabel.exp: Ditto.
7502 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7503 under Clang those using labels.
7504
4c2d33e7
YQ
75052014-04-25 Yao Qi <yao@codesourcery.com>
7506
7507 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7508 double_label.
7509 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7510 partial_label and double_label.
7511
56083b99
DB
75122014-04-24 David Blaikie <dblaikie@gmail.com>
7513
7514 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7515
25d4e99d
DB
75162014-04-24 David Blaikie <dblaikie@gmail.com>
7517
7518 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7519 of the function to work across GCC and Clang.
7520 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7521 pointer types (const void ** const V void **).
7522
01f9f808
MS
75232014-04-24 Michael Sturm <michael.sturm@mintel.com>
7524 Walfred Tedeschi <walfred.tedeschi@intel.com>
7525
7526 * Makefile.in (EXECUTABLES): Added i386-avx512.
7527 * gdb.arch/i386-avx512.c: New file.
7528 * gdb.arch/i386-avx512.exp: Likewise.
7529
4b48d439
KS
75302014-04-23 Keith Seitz <keiths@redhat.com>
7531
7532 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7533 (mi_make_breakpoint_table): New procedure.
7534 (mi_create_breakpoint): Use mi_make_breakpoint
7535 and return the result.
7536 (mi_make_breakpoint): New procedure.
7537 (mi_build_kv_pairs): New procedure.
7538
7539 * gdb.mi/mi-break.exp: Remove unused globals,
7540 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7541 All callers updated.
7542 * gdb.mi/mi-dprintf.exp: Use variable to track command
7543 number.
7544 Update all callers of mi_create_breakpoint and use
7545 mi_make_breakpoint_table.
7546 Remove any unused global variables.
7547 * gdb.mi/mi-nonstop.exp: Likewise.
7548 * gdb.mi/mi-nsintrall.exp: Likewise.
7549 * gdb.mi/mi-nsmoribund.exp: Likewise.
7550 * gdb.mi/mi-nsthrexec.exp: Likewise.
7551 * gdb.mi/mi-reverse.exp: Likewise.
7552 * gdb.mi/mi-simplerun.exp: Likewise.
7553 * gdb.mi/mi-stepn.exp: Likewise.
7554 * gdb.mi/mi-syn-frame.exp: Likewise.
7555 * gdb.mi/mi-until.exp: Likewise.
7556 * gdb.mi/mi-var-cp.exp: Likewise.
7557 * gdb.mi/mi-var-display.exp: Likewise.
7558 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7559 * gdb.mi/mi2-var-child.exp: Likewise.
7560 * gdb.mi/mi-vla-c99.exp: Likewise.
7561 * lib/mi-support.exp: Likewise.
7562
7563 From Ian Lance Taylor <iant@cygnus.com>:
7564 * lib/gdb.exp (parse_args): New procedure.
7565
08351840
PA
75662014-04-23 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.base/break-unload-file.c: New file.
7569 * gdb.base/break-unload-file.exp: New file.
7570 * gdb.base/sym-file-lib.c (baz): New function.
7571 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7572 field.
7573 (load): Store the segment's mapped size.
7574 (unload): New function.
7575 (unload_shlib): New function.
7576 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7577 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7578 set a breakpoint at baz, and call it.
7579 * gdb.base/sym-file.exp: New tests for stale breakpoint
7580 instructions.
7581
076855f9
PA
75822014-04-23 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7585 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7586 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7587 * gdb.base/hbreak-unmapped.c: New file.
7588 * gdb.base/hbreak-unmapped.exp: New file.
7589 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7590 * lib/gdb.exp (gdb_is_target_remote): ... here.
7591
483805cf
PA
75922014-04-22 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/consecutive-step-over.c: New file.
7595 * gdb.base/consecutive-step-over.exp: New file.
7596
06d97543
PA
75972014-04-22 Pedro Alves <palves@redhat.com>
7598
7599 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7600 instead of send_gdb/gdb_expect.
7601
b4429ea2
YQ
76022014-04-22 Yao Qi <yao@codesourcery.com>
7603
7604 * lib/trace-support.exp (generate_tracefile): New procedure.
7605 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7606 return 0.
7607 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7608 if generate_tracefile returns 1.
7609
51d48146
PA
76102014-04-18 Tom Tromey <palves@redhat.com>
7611 Pedro alves <tromey@redhat.com>
7612
7613 PR backtrace/15558
7614 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7615 with a backtrace limit.
7616 * gdb.python/py-frame-inline.exp: Test running to an inline
7617 function with a backtrace limit, and printing the newest frame.
7618 * gdb.python/py-frame-inline.c (main): Call f.
7619
bd1dce5f
MS
76202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7621
7622 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7623
40d1a503
MS
76242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7625
7626 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7627 Drop prefix from unsupported source file path.
7628
389b98f7
YQ
76292014-04-17 Yao Qi <yao@codesourcery.com>
7630
7631 * lib/gdb.exp (with_target_charset): New proc.
7632 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7633 with_target_charset.
7634 (test_print_strings): Likewise.
7635 (test_repeat_bytes): Likewise.
7636 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7637 for some tests.
7638
22869d73
KS
76392014-04-16 Keith Seitz <keiths@redhat.com>
7640
7641 PR gdb/15827
7642 * gdb.dwarf2/corrupt.c: New file.
7643 * gdb.dwarf2/corrupt.exp: New file.
7644
c4f87ca6
KS
76452014-04-16 Keith Seitz <keiths@redhat.com>
7646
7647 PR c++/16597
7648 * gdb.cp/namelessclass.cc: New file.
7649 * gdb.cp/namelessclass.exp: New file.
7650 * gdb.cp/namelessclass.S: New file.
7651
ab19de87
DE
76522014-04-16 Doug Evans <dje@google.com>
7653
7654 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7655 Add comment.
7656 (gdbserver_default_get_comm_port): New function.
7657 (gdbserver_start): Check if board file provided
7658 "gdbserver,get_comm_port" and use it if so.
7659 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7660 (gdb,socketport): Set to "stdio".
7661 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7662 (stdio_gdbserver_template): Delete.
7663 (${board}_get_remote_address): Update.
7664 (${board}_build_remote_cmd): Delete.
7665 (${board}_get_comm_port): New function.
7666 (${board}_spawn): Update.
7667 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7668 Delete.
7669 (${board}_get_remote_address): Update.
7670 (${board}_get_comm_port): New function.
7671
fc98a809
AB
76722014-04-16 Andrew Burgess <aburgess@broadcom.com>
7673
7674 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7675 appearing in any order.
7676
87fd9e6e
DE
76772014-04-15 Doug Evans <dje@google.com>
7678
7679 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7680 uninitialized value of "description".
7681
099fc3ea
KS
76822014-04-15 Keith Seitz <keiths@redhat.com>
7683
7684 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7685 Remove unused globals.
7686 (test_running_the_program): Likewise.
7687 (test_controlled_execution): Likewise.
7688 (test_controlling_breakpoints): Likewise.
7689 (test_program_termination): Likewise.
7690
5da151d4
KS
76912014-04-15 Keith Seitz <keiths@redhat.com>
7692
7693 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7694 unused globals.
7695 (test_rbreak_creation_and_listing): Likewise.
7696 (test_ignore_count): Likewise.
7697 (test_error): Likewise.
7698
35e5d2f0
PA
76992014-04-15 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7702 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7703 sym-file-loader.c.
7704 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7705 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7706 to sym-file-loader.c.
7707 (struct library): Forward declare.
7708 (load_shlib, lookup_function): Change prototypes.
7709 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7710 (translate_offset): Remove declarations.
7711 (get_text_addr): New declaration.
7712 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7713 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7714 sym-file-loader.h.
7715 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7716 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7717 here from sym-file-loader.h.
7718 (struct library): New structure.
7719 (load_shlib, lookup_function): Change prototypes and adjust to
7720 work with a struct library.
7721 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7722 (translate_offset): Make static.
7723 (get_text_addr): New function.
7724 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7725
eb4c1710
PA
77262014-04-15 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7729
2d1baf52
PA
77302014-04-15 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/sym-file-loader.c: Include <limits.h>.
7733 (SELF_LINK): New define.
7734 (get_origin): New function.
7735 (load_shlib): Use it.
7736 * gdb.base/sym-file.exp: Don't early return if the target is
7737 remote. Use runto_main, and issue fail is that fails. Use
7738 gdb_load_shlibs.
7739 (shlib_name): Delete.
7740 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7741
7dd6df01
PA
77422014-04-15 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/sym-file.exp: Remove regex characters from test
7745 message. Don't refer to breakpoint numbers in test messages.
7746
b50c8614
KS
77472014-04-14 Keith Seitz <keiths@redhat.com>
7748
7749 PR c++/16253
7750 * gdb.cp/var-tag.cc: New file.
7751 * gdb.cp/var-tag.exp: New file.
7752 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7753 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7754 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7755 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7756
3d567982
TT
77572014-04-14 Tom Tromey <tromey@redhat.com>
7758
7759 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7760 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7761 type.
7762 * gdb.cp/enum-class.exp: New file.
7763 * gdb.cp/enum-class.cc: New file.
7764
0626fc76
TT
77652014-04-14 Tom Tromey <tromey@redhat.com>
7766
7767 * gdb.dwarf2/enum-type.exp: New file.
7768
dca325b3
SA
77692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7770
7771 * gdb.mi/mi-vla-c99.exp: New file.
7772 * gdb.mi/vla.c: New file.
7773
5854b38a
SA
77742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7775
7776 * gdb.base/vla-datatypes.c: New file.
7777 * gdb.base/vla-datatypes.exp: New file.
7778
463bb957
SA
77792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7780
7781 * gdb.base/vla-ptr.c: New file.
7782 * gdb.base/vla-ptr.exp: New file.
7783
3dd170be
SA
77842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7785
7786 * gdb.dwarf2/count.exp: New file.
7787
5ecaaa66
SA
77882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7789
7790 * gdb.base/vla-sideeffect.c: New file.
7791 * gdb.base/vla-sideeffect.exp: New file.
7792
41f1ada5
DB
77932014-04-14 David Blaikie <dblaikie@gmail.com>
7794
7795 * gdb.mi/non-stop.c: Add return value for non-void function return
7796 statement.
7797 * gdb.threads/staticthreads.c: Ditto.
7798
0be03e84
DE
77992014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7800 Doug Evans <xdje42@gmail.com>
7801
7802 * gdb.guile/scm-value.c: Improve test case.
7803 * gdb.guile/scm-value.exp: Add new test.
7804
f180a1fb
DB
78052014-04-11 David Blaikie <dblaikie@gmail.com>
7806
7807 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7808 override Clang's default.
7809
6b662e19
JB
78102014-04-11 Joel Brobecker <brobecker@adacore.com>
7811
7812 Revert the following changes (regressions):
7813
7814 * gdb.base/vla-sideeffect.c: New file.
7815 * gdb.base/vla-sideeffect.exp: New file.
7816
7817 * gdb.dwarf2/count.exp: New file.
7818
7819 * gdb.base/vla-multi.c: New file.
7820 * gdb.base/vla-multi.exp: New file.
7821
7822 * gdb.base/vla-ptr.c: New file.
7823 * gdb.base/vla-ptr.exp: New file.
7824
7825 * gdb.base/vla-datatypes.c: New file.
7826 * gdb.base/vla-datatypes.exp: New file.
7827
7828 * gdb.mi/mi-vla-c99.exp: New file.
7829 * gdb.mi/vla.c: New file.
7830
245a5f0b
KS
78312014-04-11 Keith Seitz <keiths@redhat.com>
7832
7833 PR c++/16675
7834 * gdb.cp/cpsizeof.exp: New file.
7835 * gdb.cp/cpsizeof.cc: New file.
7836
58a84dcf
SA
78372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7838
191a8a90
JB
7839 * gdb.mi/mi-vla-c99.exp: New file.
7840 * gdb.mi/vla.c: New file.
58a84dcf 7841
c8655f75
SA
78422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7843
7844 * gdb.base/vla-datatypes.c: New file.
7845 * gdb.base/vla-datatypes.exp: New file.
7846
024e13b4
SA
78472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7848
7849 * gdb.base/vla-ptr.c: New file.
7850 * gdb.base/vla-ptr.exp: New file.
7851
1a237e0e
SA
78522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7853
7854 * gdb.base/vla-multi.c: New file.
7855 * gdb.base/vla-multi.exp: New file.
7856
504f3432
SA
78572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7858
7859 * gdb.dwarf2/count.exp: New file.
7860
3bce8237
SA
78612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7862
191a8a90
JB
7863 * gdb.base/vla-sideeffect.c: New file.
7864 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 7865
322f9c21
YQ
78662014-04-11 Yao Qi <yao@codesourcery.com>
7867
7868 * gdb.base/completion.exp: Check file exists before running tests
7869 on file completion.
7870
d708bcd1
PA
78712014-04-10 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.base/cond-eval-mode.c: New file.
7874 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7875 prepare_for_testing to build the new file. Check result of
7876 runto_main.
7877 (test_break, test_watch): New procedures.
7878 (top level): Use them.
7879
ae1d2761
PM
78802014-04-08 Pierre Muller <muller@sourceware.org>
7881
7882 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7883 Ctrl-V use for mingw hosts.
7884
7af389b8
SC
78852014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7886
7887 * gdb.python/py-value.c: Improve test case.
7888 * gdb.python/py-value.exp: Add new test.
7889
5e703181
DE
78902014-04-07 David Blaikie <dblaikie@gmail.com>
7891
7892 * lib/compiler.c: Identify the clang compiler.
7893 * lib/compiler.cc: Ditto.
7894
9810b410
YQ
78952014-04-03 Yao Qi <yao@codesourcery.com>
7896
7897 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7898
98d1b8dc
AB
78992014-04-01 Anton Blanchard <anton@samba.org>
7900
7901 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7902 messages unique.
7903
3114cea1
AB
79042014-04-01 Anton Blanchard <anton@samba.org>
7905
7906 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7907 prepare_for_testing.
7908
62f7182c
AB
79092014-04-01 Anton Blanchard <anton@samba.org>
7910
7911 * gdb.arch/ppc64-atomic-inst.c: Remove.
7912 * gdb.arch/ppc64-atomic-inst.S: New file.
7913 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7914
770e7fc7
DE
79152014-03-31 Doug Evans <dje@google.com>
7916
7917 * gdb.base/print-symbol-loading-lib.c: New file.
7918 * gdb.base/print-symbol-loading-main.c: New file.
7919 * gdb.base/print-symbol-loading.exp: New file.
7920
46e2bafa
YQ
79212014-03-31 Yao Qi <yao@codesourcery.com>
7922
7923 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7924
8776cfe9
JB
79252014-03-28 Joel Brobecker <brobecker@adacore.com>
7926
7927 * gdb.ada/mi_dyn_arr: New testcase.
7928
5d1ef361
DE
79292014-03-27 Doug Evans <dje@google.com>
7930
7931 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7932
b5bee914
YQ
79332014-03-27 Yao Qi <yao@codesourcery.com>
7934
7935 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7936 if target is nios2-*-*.
7937
0d4d0e77
YQ
79382014-03-26 Yao Qi <yao@codesourcery.com>
7939
7940 * lib/gdb.exp (readline_is_used): New proc.
7941 * gdb.base/completion.exp: Move tests on command complete up.
7942 Skip the rest of tests if readline is not used.
7943 * gdb.ada/complete.exp: Skp the test if readline is not
7944 used.
7945 * gdb.base/filesym.exp: Likewise.
7946 * gdb.base/macscp.exp: Likewise.
7947 * gdb.base/readline-ask.exp: Likewise.
7948 * gdb.base/readline.exp: Likewise.
7949 * gdb.python/py-cmd.exp: Likewise.
7950 * gdb.trace/tfile.exp: Likewise.
7951
29361eee
YQ
79522014-03-26 Yao Qi <yao@codesourcery.com>
7953
7954 * gdb.base/macscp.exp: Fix code format issues.
7955
bc9a5525
UW
79562014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7957
7958 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7959 * gdb.asm/powerpc64le.inc: New file.
7960
d3839ede
PA
79612014-03-25 Pedro Alves <palves@redhat.com>
7962 Doug Evans <dje@google.com>
7963
7964 * gdb.base/source-execution.c: New file.
7965 * gdb.base/source-execution.exp: New file.
7966 * gdb.base/source-execution.gdb: New file.
7967
01672a57
DE
79682014-03-24 Doug Evans <dje@google.com>
7969
7970 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7971 using fission.
7972
88bbeca9
HZ
79732014-03-24 Hui Zhu <hui@codesourcery.com>
7974 Pedro Alves <palves@redhat.com>
7975
7976 PR breakpoints/16101
7977 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7978 test pass/fail messages. Detect missing support for dprintf when
7979 breakpoints are actually inserted.
7980 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7981 breakpoints are actually inserted.
7982 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7983 fails.
7984
d2348791
JK
79852014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7986
7987 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7988
feef67ab
DE
79892014-03-22 Doug Evans <xdje42@gmail.com>
7990
7991 * gdb.python/python.exp (python not supported): Verify multi-line
7992 python command issues an error.
25d743f9 7993 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 7994 guile command issues an error.
feef67ab 7995
ecebef6a
MR
79962014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7997
7998 * gdb.threads/thread-specific.exp: Handle the lack of usable
7999 $this_breakpoint and $this_thread.
8000
ccdd1909
HZ
80012014-03-21 Hui Zhu <hui@codesourcery.com>
8002
8003 * gdb.base/attach.exp (do_command_attach_tests): New.
8004
beb460e8
PA
80052014-03-20 Tom Tromey <tromey@redhat.com>
8006 Pedro Alves <palves@redhat.com>
8007
8008 PR cli/15718
8009 * gdb.base/condbreak-call-false.c: New file.
8010 * gdb.base/condbreak-call-false.exp: New file.
8011
40acf43a
PA
80122014-03-20 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8015 Delete.
8016 (block_signals, unblock_signals): Delete.
8017 (child_function_2, main): Remove references to deleted variable
8018 and functions.
8019
9f5e1e02
PA
80202014-03-20 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8023 Use pthread_kill to signal thread 2.
8024 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8025 Adjust to make the test send itself a signal rather than using the
8026 host's "kill" command.
8027
99619bea
PA
80282014-03-20 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.threads/multiple-step-overs.c: New file.
8031 * gdb.threads/multiple-step-overs.exp: New file.
8032 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8033 Adjust expected infrun debug output.
8034
2adfaa28
PA
80352014-03-20 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8038 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8039
31e77af2
PA
80402014-03-20 Pedro Alves <palves@redhat.com>
8041
8042 PR breakpoints/7143
8043 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8044 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8045 of gdb_test_multiple.
8046 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8047 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8048
b9f437de
PA
80492014-03-20 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8052 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8053
05adc73e
PA
80542014-03-19 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/async.exp: Remove early return.
8057
6048b950
PA
80582014-03-19 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8061
8bcfb00a
PA
80622014-03-19 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.base/async.exp (test_background): Expect \r\n after
8065 "completed." in the fail pattern.
8066
884e37dc
PA
80672014-03-19 Pedro Alves <palves@redhat.com>
8068
8069 * gdb.base/async.exp (test_background): New procedure.
8070 Use it for all background execution command tests.
8071
148e57e2
PA
80722014-03-19 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.base/async.exp: Use prepare_for_testing.
8075
f48088c7
PA
80762014-03-19 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8079 the same line.
8080
e2f6c966
PA
80812014-03-19 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/async.c (main): Add "jump here" and "until here" line
8084 marker comments.
8085 * gdb.base/async.exp (jump_here): New global.
8086 (jump& test): Use it.
8087 (until_here): New global.
8088 (until& test): Use it.
8089
c30568d4
PA
80902014-03-19 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.base/async.exp: Don't frob gdb_protocol.
8093
0172b6a7
DE
80942014-03-18 Doug Evans <xdje42@gmail.com>
8095
8096 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8097 Fix spelling of exec-done-display.
8098
06c868a8
JK
80992014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8100
8101 PR gdb/15358
8102 * gdb.base/gdb-sigterm.c: New file.
8103 * gdb.base/gdb-sigterm.exp: New file.
8104
0c7e1a46
PA
81052014-03-18 Pedro Alves <palves@redhat.com>
8106
8107 PR gdb/13860
8108 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8109 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8110 solib-event.
8111
f7c77d93
JB
81122014-03-17 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdb.ada/pckd_arr_ren: New testcase.
8115
5a1e8c7a
DE
81162014-03-13 Doug Evans <xdje42@gmail.com>
8117
8118 PR guile/16612
8119 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8120 collect after discarding symbols.
8121
350e1a76
DE
81222014-03-13 Ludovic Courtès <ludo@gnu.org>
8123 Doug Evans <xdje42@gmail.com>
8124
8125 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8126 to history survives a gc.
8127
a69900ae
PA
81282014-03-13 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/default.exp: Don't test "target procfs".
8131
5db9f0bd
PA
81322014-03-13 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/default.exp: Update "target child" and "target procfs"
8135 tests to not expect "Unix".
8136
b3ccfe11
TT
81372014-03-12 Tom Tromey <tromey@redhat.com>
8138
8139 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8140 New procs. Add target-async tests.
8141 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8142 Add target-async tests.
8143
646f4417
AA
81442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8145
8146 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8147 'func_start' and 'func_end' for the beginning and end of the
8148 function code, respectively.
8149 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8150 'func_end' instead of 'func' and 'main'.
8151
288c211f
AA
81522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8153
8154 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8155 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8156 generate the debug info assembler source.
8157
e0c0f156
AA
81582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8159
8160 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8161 * gdb.dwarf2/arr-subrange.exp: Likewise.
8162 * gdb.dwarf2/dwz.exp: Likewise.
8163 * gdb.dwarf2/method-ptr.exp: Likewise.
8164 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8165 * gdb.dwarf2/subrange.exp: Likewise.
8166 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8167 * gdb.dwarf2/implptrpiece.exp: Likewise.
8168 * gdb.dwarf2/nostaticblock.exp: Likewise.
8169
0e5c4555
AA
81702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8171
8172 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8173 directory to absolute path name arguments.
8174
5ec18f2b
JG
81752014-03-10 Joel Brobecker <brobecker@adacore.com>
8176
8177 * gdb.ada/tagged_access: New testcase.
8178
847fc4f2
MM
81792014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8180
8181 * gdb.btrace/data.exp: Update expected output.
8182
cc3da688
YQ
81832014-03-06 Yao Qi <yao@codesourcery.com>
8184
8185 * gdb.trace/pr16508.exp: New file.
8186
0f26cec1
PA
81872014-03-05 Pedro Alves <palves@redhat.com>
8188
8189 PR gdb/16575
8190 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8191 procedure.
8192 (top level): Adjust to use it. Add tests that exercise breakpoint
8193 interaction with the code-cache.
8194
7a5a839f
LC
81952014-02-26 Ludovic Courtès <ludo@gnu.org>
8196
8197 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8198 test for 'history-append!'.
8199
31aa7e4e
JB
82002014-02-26 Joel Brobecker <brobecker@adacore.com>
8201
8202 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8203 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8204 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8205 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8206 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8207 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8208
1b588015
JB
82092014-02-26 Joel Brobecker <brobecker@adacore.com>
8210
8211 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8212 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8213 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8214
55426c9d
JB
82152014-02-26 Joel Brobecker <brobecker@adacore.com>
8216
8217 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8218
dc53a7ad
JB
82192014-02-26 Joel Brobecker <brobecker@adacore.com>
8220
8221 * gdb.dwarf2/arr-stride.c: New file.
8222 * gdb.dwarf2/arr-stride.exp: New file.
8223
12ab52e9
PA
82242014-02-26 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8227 that won't ever trigger. Make sure that GDB reports the correct
8228 breakpoint that caused the stop.
8229
849c862e
JK
82302014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8231
8232 PR gdb/16626
8233 * gdb.base/auto-load-script: New file.
8234 * gdb.base/auto-load.c: New file.
8235 * gdb.base/auto-load.exp: New file.
8236
71b7d793
JK
8237 PR gdb/16626
8238 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8239
e2f0d509
JK
82402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8243 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8244
50cc37c8
DE
82452014-02-24 Doug Evans <dje@google.com>
8246
8247 * lib/gdb.exp (run_on_host): Log error output if program fails.
8248
ea4758f2
PA
82492014-02-21 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.threads/step-after-sr-lock.c: Rename to ...
8252 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8253 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8254 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8255 ... this.
8256
d7b30f67
SDJ
82572014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8258
8259 PR tdep/16397
8260 * gdb.arch/amd64-stap-special-operands.exp: New file.
8261 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8262 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8263 * gdb.arch/amd64-stap-triplet.S: Likewise.
8264 * gdb.arch/amd64-stap-triplet.c: Likewise.
8265
83deb43f
JB
82662014-02-20 Joel Brobecker <brobecker@adacore.com>
8267
8268 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8269 in .section pseudo-op.
8270
adde2bff
DE
82712014-02-20 lin zuojian <manjian2006@gmail.com>
8272 Joel Brobecker <brobecker@adacore.com>
8273 Doug Evans <xdje42@gmail.com>
8274
8275 PR symtab/16581
8276 * gdb.dwarf2/dw2-icycle.S: New file.
8277 * gdb.dwarf2/dw2-icycle.c: New file.
8278 * gdb.dwarf2/dw2-icycle.exp: New file.
8279
f7bd0f78
SC
82802014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8281
8282 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8283 operations on gdb.Value objects.
8284 * gdb.python/py-value-cc.exp: Add new test to test operations on
8285 gdb.Value objects.
8286
c17ef0d5
DE
82872014-02-18 Doug Evans <dje@google.com>
8288
8289 * Makefile.in (TESTS): New variable.
8290 (expanded_tests, expanded_tests_or_none): New variables
8291 (check-single): Pass $(expanded_tests_or_none) to runtest.
8292 (check-parallel): Only run tests in $(TESTS) if non-empty.
8293 (check/no-matching-tests-found): New rule.
8294 * README: Document TESTS makefile variable.
8295
5dd3176f
DE
82962014-02-18 Doug Evans <dje@google.com>
8297
8298 * Makefile.in (check-parallel): rm -rf outputs temp.
8299
0b10be4f
JK
83002014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8301
8302 Fix "ERROR: no fileid for" in the testsuite.
8303 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8304
85f224e7
DE
83052014-02-12 Doug Evans <dje@google.com>
8306
8307 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8308 (MISCELLANEOUS): New variable.
8309 (clean): rm -rf $(MISCELLANEOUS).
8310 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8311 dwp live in the same directory as symlinks, with each symlink pointed
8312 to a differently named file in a different directory.
8313
149b30ff
DE
83142014-02-11 Doug Evans <dje@google.com>
8315
8316 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8317 of Tcl file commands.
8318
1dfdac32
MK
83192014-02-10 Mark Kettenis <kettenis@gnu.org>
8320
8321 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8322 "kill -SIGUSR1 -1".
8323
aa4fb036
JB
83242014-02-10 Joel Brobecker <brobecker@adacore.com>
8325
8326 * gdb.ada/tick_length_array_enum_idx: New testcase.
8327
ed3ef339
DE
83282014-02-10 Doug Evans <xdje42@gmail.com>
8329
8330 * configure.ac (AC_OUTPUT): Add gdb.guile.
8331 * configure: Regenerate.
8332 * lib/gdb-guile.exp: New file.
8333 * lib/gdb.exp (get_target_charset): New function.
8334 * gdb.base/help.exp: Update expected output from "apropos apropos".
8335 * gdb.guile/Makefile.in: New file.
8336 * gdb.guile/guile.exp: New file.
8337 * gdb.guile/scm-arch.c: New file.
8338 * gdb.guile/scm-arch.exp: New file.
8339 * gdb.guile/scm-block.c: New file.
8340 * gdb.guile/scm-block.exp: New file.
8341 * gdb.guile/scm-breakpoint.c: New file.
8342 * gdb.guile/scm-breakpoint.exp: New file.
8343 * gdb.guile/scm-disasm.c: New file.
8344 * gdb.guile/scm-disasm.exp: New file.
8345 * gdb.guile/scm-equal.c: New file.
8346 * gdb.guile/scm-equal.exp: New file.
8347 * gdb.guile/scm-error.exp: New file.
8348 * gdb.guile/scm-error.scm: New file.
8349 * gdb.guile/scm-frame-args.c: New file.
8350 * gdb.guile/scm-frame-args.exp: New file.
8351 * gdb.guile/scm-frame-args.scm: New file.
8352 * gdb.guile/scm-frame-inline.c: New file.
8353 * gdb.guile/scm-frame-inline.exp: New file.
8354 * gdb.guile/scm-frame.c: New file.
8355 * gdb.guile/scm-frame.exp: New file.
8356 * gdb.guile/scm-generics.exp: New file.
8357 * gdb.guile/scm-gsmob.exp: New file.
8358 * gdb.guile/scm-iterator.c: New file.
8359 * gdb.guile/scm-iterator.exp: New file.
8360 * gdb.guile/scm-math.c: New file.
8361 * gdb.guile/scm-math.exp: New file.
8362 * gdb.guile/scm-objfile-script-gdb.in: New file.
8363 * gdb.guile/scm-objfile-script.c: New file.
8364 * gdb.guile/scm-objfile-script.exp: New file.
8365 * gdb.guile/scm-objfile.c: New file.
8366 * gdb.guile/scm-objfile.exp: New file.
8367 * gdb.guile/scm-ports.exp: New file.
8368 * gdb.guile/scm-pretty-print.c: New file.
8369 * gdb.guile/scm-pretty-print.exp: New file.
8370 * gdb.guile/scm-pretty-print.scm: New file.
8371 * gdb.guile/scm-section-script.c: New file.
8372 * gdb.guile/scm-section-script.exp: New file.
8373 * gdb.guile/scm-section-script.scm: New file.
8374 * gdb.guile/scm-symbol.c: New file.
8375 * gdb.guile/scm-symbol.exp: New file.
8376 * gdb.guile/scm-symtab-2.c: New file.
8377 * gdb.guile/scm-symtab.c: New file.
8378 * gdb.guile/scm-symtab.exp: New file.
8379 * gdb.guile/scm-type.c: New file.
8380 * gdb.guile/scm-type.exp: New file.
8381 * gdb.guile/scm-value-cc.cc: New file.
8382 * gdb.guile/scm-value-cc.exp: New file.
8383 * gdb.guile/scm-value.c: New file.
8384 * gdb.guile/scm-value.exp: New file.
8385 * gdb.guile/source2.scm: New file.
8386 * gdb.guile/types-module.cc: New file.
8387 * gdb.guile/types-module.exp: New file.
8388
7026a7c1
YQ
83892014-02-10 Yao Qi <yao@codesourcery.com>
8390
8391 PR testsuite/16543
8392 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8393 * configure: Regenerated.
8394 * Makefile.in: New file.
8395
6c466447
AS
83962014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8397
8398 * gdb.python/py-framefilter.exp: Fix typo.
8399
6e854735
YQ
84002014-02-08 Yao Qi <yao@codesourcery.com>
8401
8402 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8403 that no =breakpoint-modified is emitted when breakpoints are
8404 modified through MI commands.
8405
d137e6dc
PA
84062014-02-07 Pedro Alves <pedro@codesourcery.com>
8407 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.threads/step-after-sr-lock.c: New file.
8410 * gdb.threads/step-after-sr-lock.exp: New file.
8411
b5ee5a50
PA
84122014-02-07 Pedro Alves <palves@redhat.com>
8413
8414 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8415
3c77faf3
JK
84162014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8419 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8420
6dddc817
DE
84212014-02-06 Doug Evans <xdje42@gmail.com>
8422
8423 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8424 output.
8425
8426 * gdb.gdb/python-interrupts.exp: New file.
8427
de7b2893
YQ
84282014-02-05 Yao Qi <yao@codesourcery.com>
8429
8430 * gdb.trace/report.exp (use_collected_data): Test the output
8431 of "info threads" and "info inferiors".
8432
66d032ac
YQ
84332014-02-05 Yao Qi <yao@codesourcery.com>
8434
8435 Revert this patch:
8436
8437 2013-05-24 Yao Qi <yao@codesourcery.com>
8438
8439 * gdb.trace/tfile.exp: Test inferior and thread.
8440
591a12a1
UW
84412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8442
8443 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8444 on a function.
8445 * gdb.base/step-bt.c: Call hello via function pointer to make
8446 sure its first instruction is executed on powerpc64le-linux.
8447
0ff3e01f
UW
84482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8449
8450 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8451
084ee545
UW
84522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8453
8454 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8455 of the test patterns for use on little-endian systems.
8456
6ed14ff3
UW
84572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8458
8459 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8460 (decimal_vector): Fix for little-endian.
8461
401e27fd
JM
84622014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8463
8464 * gdb.arch/sparc-sysstep.exp: New file.
8465 * gdb.arch/sparc-sysstep.c: Likewise.
8466
8467 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8468
8b924729
EBM
84692014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8470
8471 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8472
fb151210
JB
84732014-01-23 Tom Tromey <tromey@redhat.com>
8474
8475 * gdb.ada/array_char_idx: New testcase.
8476
0740f8d8
TT
84772014-01-23 Tom Tromey <tromey@redhat.com>
8478
8479 PR python/16487:
8480 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8481 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8482 classes.
8483
21909fa1
TT
84842014-01-23 Tom Tromey <tromey@redhat.com>
8485
8486 PR python/16491:
8487 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8488 string from an inferior frame.
8489 * gdb.python/py-framefilter-mi.exp: Update.
8490
87ce2a04
DE
84912014-01-22 Doug Evans <dje@google.com>
8492
8493 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8494
237b092b
AA
84952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8496
8497 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8498
d674a709
AA
84992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8500
8501 * gdb.trace/entry-values.exp: Remove excess space character from
8502 regex patterns. Handle s390 call instruction.
8503
20fa3390
AA
85042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8505
8506 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8507 define "*_start" label. Make "name" static.
8508 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8509 ${name} by references to ${name}_start.
8510
78466714
AA
85112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8512
8513 * gdb.base/info-macros.exp: Remove "debug" from the compile
8514 options.
8515
ec9f644a
IB
85162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8517
8518 * gdb.dlang/demangle.exp: New file.
8519
94b1b47e
IB
85202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8521
8522 * gdb.dlang/primitive-types.exp: New file.
8523
7f420862
IB
85242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8525
8526 * configure.ac: Create gdb.dlang/Makefile.
8527 * configure: Regenerate.
8528 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8529 * gdb.dlang/Makefile.in: New file.
8530 * lib/d-support.exp: New file.
8531 * lib/gdb.exp (skip_d_tests): New proc.
8532
52834460
MM
85332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8534
8535 * gdb.btrace/delta.exp: Check reverse stepi.
8536 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8537 * gdb.btrace/finish.exp: New.
8538 * gdb.btrace/next.exp: New.
8539 * gdb.btrace/nexti.exp: New.
8540 * gdb.btrace/record_goto.c: Add comments.
8541 * gdb.btrace/step.exp: New.
8542 * gdb.btrace/stepi.exp: New.
8543 * gdb.btrace/multi-thread-step.c: New.
8544 * gdb.btrace/multi-thread-step.exp: New.
8545 * gdb.btrace/rn-dl-bind.c: New.
8546 * gdb.btrace/rn-dl-bind.exp: New.
8547 * gdb.btrace/data.c: New.
8548 * gdb.btrace/data.exp: New.
8549 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8550
6e07b1d2
MM
85512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8552
8553 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8554 * gdb.btrace/exception.exp: Update.
8555 * gdb.btrace/instruction_history.exp: Update.
8556 * gdb.btrace/record_goto.exp: Update.
8557 * gdb.btrace/tailcall.exp: Update.
8558 * gdb.btrace/unknown_functions.exp: Update.
8559 * gdb.btrace/delta.exp: New.
8560
0b722aec
MM
85612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8562
8563 * gdb.btrace/record_goto.exp: Add backtrace test.
8564 * gdb.btrace/tailcall.exp: Add backtrace test.
8565
066ce621
MM
85662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8567
8568 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8569 * gdb.btrace/record_goto.c: New.
8570 * gdb.btrace/record_goto.exp: New.
8571 * gdb.btrace/x86-record_goto.S: New.
8572
0688d04e
MM
85732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8574
8575 * gdb.btrace/function_call_history.exp: Update tests.
8576 * gdb.btrace/instruction_history.exp: Update tests.
8577
8710b709
MM
85782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8579
8580 * gdb.btrace/function_call_history.exp: Fix expected field
8581 order for "record function-call-history".
8582 Add new tests for "record function-call-history /c".
8583 * gdb.btrace/exception.cc: New.
8584 * gdb.btrace/exception.exp: New.
8585 * gdb.btrace/tailcall.exp: New.
8586 * gdb.btrace/x86-tailcall.S: New.
8587 * gdb.btrace/x86-tailcall.c: New.
8588 * gdb.btrace/unknown_functions.c: New.
8589 * gdb.btrace/unknown_functions.exp: New.
8590 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8591
5de9129b
MM
85922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8593
8594 * gdb.btrace/instruction_history.exp: Update.
8595 * gdb.btrace/function_call_history.exp: Update.
8596
23a7fe75
MM
85972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8598
8599 * gdb.btrace/function_call_history.exp: Fix expected function
8600 trace.
8601 * gdb.btrace/instruction_history.exp: Initialize traced.
8602 Remove traced_functions.
8603
724c7dd8
MM
86042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8605
8606 * gdb.btrace/function_call_history.exp: Update
8607 * gdb.btrace/instruction_history.exp: Update.
8608
6d78d93b
MM
86092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8610
8611 * gdb.btrace/enable.exp: Update expected text.
8612
93a360cc
OJ
86132014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8614
8615 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8616 bytes.
8617
3772b53f
MR
86182014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8619
8620 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8621
596662fa
OJ
86222014-01-15 Omair Javaid <omair.javaid@linaro.org>
8623
8624 * lib/gdb.exp (supports_process_record): Return true for
8625 arm*-linux*. (supports_reverse): Likewise.
8626
b5b08fb4
SC
86272014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8628
8629 PR python/15464
8630 PR python/16113
8631 * gdb.python/py-type.c: Enhance test case.
8632 * gdb.python/py-value-cc.cc: Likewise
8633 * gdb.python/py-type.exp: Add new tests.
8634 * gdb.python/py-value-cc.exp: Likewise
8635
52d7fb13
AA
86362014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8637 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8640 Make "name" extern.
8641 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8642 references to ${name}_start by references to ${name}.
8643
a2cd8cfe
JB
86442014-01-10 Joel Brobecker <brobecker@adacore.com>
8645
8646 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8647
4e23fced
JB
86482014-01-10 Joel Brobecker <brobecker@adacore.com>
8649
8650 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8651
c6a9e42c
PA
86522014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8653 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 8656 mi_gdb_target_load.
c6a9e42c 8657
b7ea362b
PA
86582014-01-08 Pedro Alves <palves@redhat.com>
8659
8660 * gdb.threads/reconnect-signal.c: New file.
8661 * gdb.threads/reconnect-signal.exp: New file.
8662
5e3f4fab
EBM
86632014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8664
8665 * gdb.base/source-dir.exp: New file.
8666
79301218
JB
86672014-01-07 Joel Brobecker <brobecker@adacore.com>
8668
8669 * gdb.ada/mi_interface: New testcase.
8670
8e355c5d
JB
86712014-01-07 Joel Brobecker <brobecker@adacore.com>
8672
8673 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8674 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8675 gdb.ada/pp-rec-component/pck.ads: New files.
8676
c0d48811
JB
86772014-01-07 Joel Brobecker <brobecker@adacore.com>
8678
8679 * gdb.python/py-pp-integral.c: New file.
8680 * gdb.python/py-pp-integral.py: New file.
8681 * gdb.python/py-pp-integral.exp: New file.
8682
17b609c3 8683For older changes see ChangeLog-1993-2013.
c906108c 8684\f
8d8cb839
EZ
8685;; Local Variables:
8686;; mode: change-log
8687;; left-margin: 8
8688;; fill-column: 74
8689;; version-control: never
8690;; End:
902f2ccb 8691
618f726f 8692 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
8693 Copying and distribution of this file, with or without modification,
8694 are permitted provided the copyright notice and this notice are preserved.
This page took 4.19039 seconds and 4 git commands to generate.