Fix PR python/20129 - use of non-existing variable
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-06-29 Tom Tromey <tom@tromey.com>
2
3 PR python/20129:
4 * gdb.python/py-framefilter.exp: Add tests for setting priority
5 and disabling of non-existent frame filter.
6
7 2016-06-29 Yao Qi <yao.qi@linaro.org>
8
9 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10 0x0f07ff.
11
12 2016-06-28 Yao Qi <yao.qi@linaro.org>
13
14 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15 triplets. Start gdb, execute catch syscall, and continue. Check
16 gdb's output to determine catch syscall is supported.
17
18 2016-06-27 Manish Goregaokar <manish@mozilla.com>
19
20 * gdb.rust/simple.rs: Add test for returning unit in a function
21 * gdb.rust/simple.exp: Add expectation for functions returning unit
22
23 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
24
25 * gdb.python/py-breakpoint-create-fail.c,
26 gdb.python/py-breakpoint-create-fail.exp,
27 gdb.python/py-breakpoint-create-fail.py: New testcase.
28
29 2016-06-25 Manish Goregaokar <manish@mozilla.com>
30
31 PR gdb/20239
32 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
33 * gdb.rust/simple.exp: Add test expectations for new NonZero tests.
34
35 2016-06-24 David Taylor <dtaylor@emc.com>
36
37 * gdb.base/offsets.exp: New file.
38 * gdb.base/offsets.c: New file.
39
40 2016-06-23 Tom Tromey <tom@tromey.com>
41
42 PR gdb/16483:
43 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
44 before any filters are loaded.
45
46 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
47
48 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
49 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
50 structs.
51 * gdb.fortran/derived-type-function.exp: New file.
52 * gdb.fortran/derived-type-function.f90: New file.
53
54
55 2016-06-21 Pedro Alves <palves@redhat.com>
56
57 * gdb.base/new-ui.exp: New file.
58 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
59 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
60 (with_spawn_id): New procedure.
61
62 2016-06-21 Pedro Alves <palves@redhat.com>
63
64 * gdb.mi/mi-exec-run.exp: New file.
65
66 2016-06-21 Pedro Alves <palves@redhat.com>
67
68 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
69 breakpoint command's output on the main UI.
70 (test_break): New procedure, factored out from calls in the top
71 level.
72 (top level): Use foreach_with_prefix to test MI as main UI and as
73 separate UI.
74
75 2016-06-21 Pedro Alves <palves@redhat.com>
76
77 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
78 (test_awatch_creation_and_listing)
79 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
80 Remove 'type' parameter.
81 (test_watchpoint_all): New parameter mi_mode. Remove
82 with_test_prefix.
83 (top level): Use foreach_with_prefix, and add main/separate UI MI
84 testing axis.
85
86 2016-06-21 Pedro Alves <palves@redhat.com>
87
88 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
89 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
90 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
91 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
92 (gdb_main_spawn_id, mi_spawn_id): Declare and
93 comment.
94 (mi_create_inferior_pty): New procedure,
95 factored out from default_mi_gdb_start.
96 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
97 procedures.
98 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
99 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
100 Use mi_create_inferior_pty.
101 (mi_gdb_start): Use eval to pass down args list.
102
103 2016-06-21 Pedro Alves <palves@redhat.com>
104
105 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
106 * gdb.opt/inline-cmds.exp: Add MI tests.
107
108 2016-06-21 Pedro Alves <palves@redhat.com>
109
110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
111
112 2016-06-21 Pedro Alves <palves@redhat.com>
113
114 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
115 (top level): Use it instead of mi_execute_to.
116
117 2016-06-21 Pedro Alves <palves@redhat.com>
118
119 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
120 (cont_handler_str): New.
121 (signal_stop_handler): Set stop_handler_str instead of printing to
122 stdout.
123 (continue_handler): Set cont_handler_str instead of printing to
124 stdout.
125 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
126 mi_send_resuming_command. Print stop_handler_str and
127 cont_handler_str instead of expecting the python events print
128 directly.
129
130 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
131
132 * gdb.base/jit-reader.exp: New file.
133 * gdb.base/jithost.c: New file.
134 * gdb.base/jithost.h: New file.
135 * gdb.base/jitreader.c : New file.
136 * gdb.base/jit-protocol.h: New file.
137
138 2016-06-17 Yao Qi <yao.qi@linaro.org>
139
140 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
141 parameters follow_fork and detach_on_fork. Set follow-fork-mode
142 and detach-on-fork. Adjust tests.
143 (top level): Invoke break_cond_on_syscall with combinations of
144 syscall, follow-fork-mode and detach-on-fork.
145
146 2016-06-17 Yao Qi <yao.qi@linaro.org>
147
148 * gdb.base/step-over-exit.c: New.
149 * gdb.base/step-over-exit.exp: New.
150
151 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
152
153 * gdb.base/float.exp: Add target check for nds32*-*-*.
154 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
155
156 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
159 for unsupported target features.
160 * gdb.base/call-rt-st.exp: Likewise.
161 * gdb.base/call-sc.exp: Likewise.
162 * gdb.base/call-signal-resume.exp: Likewise.
163 * gdb.base/call-strs.exp: Likewise.
164 * gdb.base/callexit.exp: Likewise.
165 * gdb.base/callfuncs.exp: Likewise.
166 * gdb.base/nodebug.exp: Likewise.
167 * gdb.base/printcmds.exp: Likewise.
168 * gdb.base/ptype.exp: Likewise.
169 * gdb.base/structs.exp: Likewise.
170 * gdb.base/unwindonsignal.exp: Likewise.
171 * gdb.cp/gdb2495.exp: Likewise.
172 * gdb.cp/templates.exp: Likewise.
173 * gdb.cp/virtfunc.exp: Likewise.
174 * gdb.threads/hand-call-in-threads.exp: Likewise.
175 * gdb.threads/interrupted-hand-call.exp: Likewise.
176 * gdb.threads/thread-unwindonsignal.exp: Likewise.
177
178 2016-06-10 Tom Tromey <tom@tromey.com>
179
180 PR rust/20110:
181 * gdb.rust/expr.exp: Add test for integer constant larger than
182 i32.
183
184 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
185
186 * gdb.fortran/nested-funcs.exp: New.
187 * gdb.fortran/nested-funcs.f90: New.
188
189 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
190
191 * gdb.base/examine-backward.c: New file.
192 * gdb.base/examine-backward.exp: New file.
193
194 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
195
196 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
197 matching.
198
199 2016-06-02 Tom Tromey <tom@tromey.com>
200
201 PR python/18984:
202 * gdb.python/py-shared.exp: Add solib_name test.
203
204 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
205
206 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
207
208 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
209
210 PR c++/19893
211 * gdb.dwarf2/implref.exp: Rename to...
212 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
213 * gdb.dwarf2/implref-array.c: New file.
214 * gdb.dwarf2/implref-array.exp: Likewise.
215 * gdb.dwarf2/implref-global.c: Likewise.
216 * gdb.dwarf2/implref-global.exp: Likewise.
217 * gdb.dwarf2/implref-struct.c: Likewise.
218 * gdb.dwarf2/implref-struct.exp: Likewise.
219
220 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
221
222 * gdb.trace/trace-condition.exp: Add 64bit tests.
223
224 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
225
226 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
227 bits types.
228 (main): Adapt to 8 to 64 bits types.
229 * gdb.trace/trace-condition.exp: Add new tests.
230
231 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
232
233 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
234
235 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
236
237 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
238 Move condition tests...
239 * gdb.trace/trace-condition.exp: Here.
240
241 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
242
243 * gdb.trace/trace-condition.exp: Add counter-case tests.
244
245 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 PR c++/15231
248 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
249 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
250
251 2016-05-27 Pedro Alves <palves@redhat.com>
252
253 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
254 New procedure.
255 (top level): Call it, and bail out of DejaGnu is known to be bad.
256
257 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.base/whatis.c: Extend the test case.
260 * gdb.base/whatis.exp: Add additional tests.
261
262 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
263
264 * gdb.fortran/type.f90: Add pointer variable.
265 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
266
267 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
268
269 * gdb.fortran/vla-type.exp: Fix testcase name.
270
271 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
272
273 * gdb.fortran/vla-type.exp: Access elements in nested structs.
274
275 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
276
277 * gdb.fortran/type.f90: Add nested structures.
278 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
279 * gdb.fortran/derived-type.exp: Adapt expected output.
280 * gdb.fortran/vla-type.exp: Adapt expected output.
281
282 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
283
284 * gdb.fortran/whatis_type.exp: Adapt expected output.
285
286 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
287
288 * gdb.fortran/print_type.exp: Fix expected output.
289 * gdb.fortran/whatis_type.exp: Fix expected output.
290
291 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
292
293 * gdb.fortran/whatis_type.exp: Use multi_line.
294
295 2016-05-24 Tom Tromey <tom@tromey.com>
296
297 PR python/17386:
298 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
299 use value as an index.
300
301 2016-05-23 Tom Tromey <tom@tromey.com>
302
303 PR python/17981:
304 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
305 no-breakpoint case.
306
307 2016-05-24 Pedro Alves <palves@redhat.com>
308
309 PR gdb/19828
310 * gdb.threads/clone-attach-detach.c: New file.
311 * gdb.threads/clone-attach-detach.exp: New file.
312
313 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
314
315 * gdb.base/annota-input-while-running.exp: Fix syntax error.
316
317 2016-05-23 Tom Tromey <tom@tromey.com>
318
319 PR python/19438, PR python/18393:
320 * gdb.python/py-progspace.exp: Add "dir" test.
321 * gdb.python/py-objfile.exp: Add "dir" test.
322
323 2016-05-23 Yao Qi <yao.qi@linaro.org>
324
325 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
326 * gdb.arch/thumb2-it.exp: Likewise.
327
328 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
329
330 * gdb.mi/mi-threads-interrupt.c: New file.
331 * gdb.mi/mi-threads-interrupt.exp: New file.
332
333 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
334
335 PR gdb/18077
336 * gdb.mi/mi-async-run.exp: New file.
337 * gdb.mi/mi-async-run.c: New file.
338
339 2016-05-17 Tom Tromey <tom@tromey.com>
340 Manish Goregaokar <manishsmail@gmail.com>
341
342 * lib/rust-support.exp: New file.
343 * lib/gdb.exp (skip_rust_tests): New proc.
344 (build_executable_from_specs): Handle rust.
345 * lib/future.exp (gdb_find_rustc): New proc.
346 (gdb_default_target_compile): Handle rust.
347 * gdb.rust/expr.exp: New file.
348 * gdb.rust/generics.exp: New file.
349 * gdb.rust/generics.rs: New file.
350 * gdb.rust/methods.exp: New file.
351 * gdb.rust/methods.rs: New file.
352 * gdb.rust/modules.exp: New file.
353 * gdb.rust/modules.rs: New file.
354 * gdb.rust/simple.exp: New file.
355 * gdb.rust/simple.rs: New file.
356
357 2016-05-17 Tom Tromey <tom@tromey.com>
358
359 * gdb.base/default.exp (set language): Add rust.
360
361 2016-05-17 Tom Tromey <tom@tromey.com>
362
363 * gdb.gdb/unittest.exp: New file.
364
365 2016-05-16 Yao Qi <yao.qi@linaro.org>
366
367 * gdb.base/batch-preserve-term-settings.exp: Remove variable
368 shell_prompt. Update shell_prompt_re.
369
370 2016-05-12 Doug Evans <dje@google.com>
371
372 PR symtab/19999
373 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
374 $options when building executable.
375 * gdb.dwarf2/fission-loclists-pie.S: New file.
376 * gdb.dwarf2/fission-loclists-pie.exp: New file.
377
378 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
379
380 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
381 of [is_remote target],
382
383 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
384
385 * lib/gdb.exp (use_gdb_stub): New procedure.
386
387 2016-05-03 Yunlian Jiang <yunlian@google.com>
388 Doug Evans <dje@google.com>
389
390 PR symtab/19914
391 * gdb.dwarf2/dwp-sepdebug.c: New file.
392 * gdb.dwarf2/dwp-sepdebug.exp: New file.
393
394 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
395
396 * gdb.base/detach.exp: Remove is_remote check.
397
398 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
399
400 * gdb.base/annota-input-while-running.exp: Don't check for
401 [is_remote target]. Enable annotations after running to main.
402 Remove unused "set test..." line.
403
404 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
405
406 * gdb.trace/trace-enable-disable.exp: New file.
407 * gdb.trace/trace-enable-disable.c: New file.
408
409 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
410
411 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
412 use it in info sharedlibrary test.
413 * gdb.trace/ftrace-lock.exp: Likewise.
414 * gdb.trace/ftrace.exp: Likewise.
415 * gdb.trace/range-stepping.exp: Likewise.
416 * gdb.trace/trace-break.exp: Likewise.
417 * gdb.trace/trace-condition.exp: Likewise.
418 * gdb.trace/trace-mt.exp: Likewise.
419
420 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
421
422 * lib/gdb.exp (gdb_load_shlibs): Rename to...
423 (gdb_load_shlib): ... this.
424 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
425 gdb_load_shlib.
426 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
427 * gdb.base/ctxobj.exp: Likewise.
428 * gdb.base/dprintf-pending.exp: Likewise.
429 * gdb.base/dso2dso.exp: Likewise.
430 * gdb.base/fixsection.exp: Likewise.
431 * gdb.base/gcore-relro.exp: Likewise.
432 * gdb.base/gdb1555.exp: Likewise.
433 * gdb.base/global-var-nested-by-dso.exp: Likewise.
434 * gdb.base/gnu-ifunc.exp: Likewise.
435 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
436 * gdb.base/jit-so.exp (one_jit_test): Likewise.
437 * gdb.base/pending.exp: Likewise.
438 * gdb.base/print-file-var.exp: Likewise.
439 * gdb.base/print-symbol-loading.exp: Likewise.
440 * gdb.base/shlib-call.exp: Likewise.
441 * gdb.base/shreloc.exp: Likewise.
442 * gdb.base/so-impl-ld.exp: Likewise.
443 * gdb.base/solib-disc.exp: Likewise.
444 * gdb.base/solib-nodir.exp: Likewise.
445 * gdb.base/solib-overlap.exp: Likewise.
446 * gdb.base/solib-symbol.exp: Likewise.
447 * gdb.base/solib-weak.exp (do_test): Likewise.
448 * gdb.base/sym-file.exp: Likewise.
449 * gdb.base/symtab-search-order.exp: Likewise.
450 * gdb.base/type-opaque.exp: Likewise.
451 * gdb.base/unload.exp: Likewise.
452 * gdb.base/watchpoint-solib.exp: Likewise.
453 * gdb.compile/compile.exp: Likewise.
454 * gdb.cp/gdb2384.exp: Likewise.
455 * gdb.cp/infcall-dlopen.exp: Likewise.
456 * gdb.cp/re-set-overloaded.exp: Likewise.
457 * gdb.fortran/library-module.exp: Likewise.
458 * gdb.opt/solib-intra-step.exp: Likewise.
459 * gdb.python/py-finish-breakpoint.exp: Likewise.
460 * gdb.python/py-shared.exp: Likewise.
461 * gdb.reverse/solib-precsave.exp: Likewise.
462 * gdb.reverse/solib-reverse.exp: Likewise.
463 * gdb.server/solib-list.exp: Likewise.
464 * gdb.threads/dlopen-libpthread.exp: Likewise.
465 * gdb.threads/tls-shared.exp: Likewise.
466 * gdb.threads/tls-so_extern.exp: Likewise.
467 * gdb.trace/change-loc.exp: Likewise.
468 * gdb.trace/ftrace-lock.exp: Likewise.
469 * gdb.trace/ftrace.exp: Likewise.
470 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
471 * gdb.trace/pending.exp: Likewise.
472 * gdb.trace/range-stepping.exp: Likewise.
473 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
474 (strace_info_marker): Likewise.
475 (strace_probe_marker): Likewise.
476 (strace_trace_on_same_addr): Likewise.
477 (strace_trace_on_diff_addr): Likewise.
478 * gdb.trace/trace-break.exp: Likewise.
479 * gdb.trace/trace-condition.exp: Likewise.
480 * gdb.trace/trace-mt.exp: Likewise.
481
482 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
483
484 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
485 result of gdb_remote_download.
486 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
487 * gdb.base/dso2dso.exp: Likewise.
488 * gdb.base/global-var-nested-by-dso.exp: Likewise.
489 * gdb.base/print-file-var.exp: Likewise.
490 * gdb.base/shlib-call.exp: Likewise.
491 * gdb.base/shreloc.exp: Likewise.
492 * gdb.base/solib-overlap.exp: Likewise.
493 * gdb.base/solib-weak.exp (do_test): Likewise.
494 * gdb.base/unload.exp: Likewise.
495
496 2016-04-27 Yao Qi <yao.qi@linaro.org>
497
498 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
499 exists.
500
501 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
502
503 * vla-type.exp: Print structure from toplevel.
504
505 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
506
507 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
508 of dynamic types.
509 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
510 of dynamic types.
511
512 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
513
514 * gdb.fortran/vla-type.f90: New file.
515 * gdb.fortran/vla-type.exp: New file.
516
517 2016-04-25 Yao Qi <yao.qi@linaro.org>
518
519 * gdb.base/branch-to-self.c: New file.
520 * gdb.base/branch-to-self.exp: New file.
521
522 2016-04-22 Yao Qi <yao.qi@linaro.org>
523
524 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
525 more after $hex.
526
527 2016-04-22 Yao Qi <yao.qi@linaro.org>
528
529 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
530 * gdb.base/annota3.exp: Likewise.
531
532 2016-04-22 Yao Qi <yao.qi@linaro.org>
533
534 * gdb.reverse/step-precsave.exp: Do one step and test program
535 stops in "callee" and do multiple steps until program goes out
536 of "callee".
537 * gdb.reverse/step-reverse.exp: Likewise.
538
539 2016-04-22 Yao Qi <yao.qi@linaro.org>
540
541 * gdb.trace/signal.exp: Also pass if
542 $tracepoint_hits($i) > $iterations.
543
544 2016-04-22 Yao Qi <yao.qi@linaro.org>
545
546 * gdb.trace/signal.c: New file.
547 * gdb.trace/signal.exp: New file.
548
549 2016-04-19 Doug Evans <xdje42@gmail.com>
550
551 * gdb.base/bad-file.exp: New file.
552
553 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
554
555 * gdb.dwarf2/implref.exp: New file.
556
557 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
558
559 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
560 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
561 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
562 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
563 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
564 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
565 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
566 * lib/fortran.exp (fortran_int4): New procedure.
567 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
568 (fortran_logical4): Likewise.
569
570 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
571
572 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
573
574 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
575
576 * lib/compiler.c: Add Intel specific preprocessor macros.
577 * lib/compiler.cc: Likewise.
578
579 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
580
581 * gdb.server/connect-with-no-symbol-file.c: New file.
582 * gdb.server/connect-with-no-symbol-file.exp: New file.
583
584 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
585
586 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
587
588 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
589
590 * boards/gdbserver-base.exp (${board}_download): Copy source file to
591 standard output directory.
592
593 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
594
595 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
596
597 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
598
599 * gdb.btrace/instruction_history.c (loop): Add declaration.
600
601 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
602
603 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
604
605 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
606
607 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
608 parentheses to print.
609 (continue_handler): Likewise.
610
611 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
612
613 * gdb.server/solib-list.exp: Remove is_remote check.
614 Pass shlib= to gdb_compile. Don't link shared library with
615 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
616 Run binary filename through "readlink -f" on the target.
617
618 2016-04-08 Pedro Alves <palves@redhat.com>
619
620 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
621 interpreter filename as argument to gdbserver_spawn.
622 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
623 Return empty if $last_loaded_file does not exist.
624
625 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
628 * gdb.base/jit-main.c: Use exit after usage.
629
630 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
631
632 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
633 GDBHISTSIZE prior to the tests.
634 * gdb.base/gdbinit-history.exp: Likewise.
635
636 2016-04-07 Pedro Alves <palves@redhat.com>
637
638 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
639 instead of build_executable. Use gdb_load_shlibs.
640
641 2016-04-07 Yao Qi <yao.qi@linaro.org>
642
643 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
644 Execute "si" command.
645
646 2016-04-07 Yao Qi <yao.qi@linaro.org>
647
648 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
649 number instead of the comments on some line.
650
651 2016-04-06 Don Breazeal <donb@codesourcery.com>
652
653 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
654 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
655
656 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
657
658 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
659 standard_output_file. Remove unused binfile variable.
660
661 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
662
663 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
664 * gdb.python/py-mi-objfile.exp: Match "list main" output
665 in console format.
666
667 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
668
669 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
670 absolute.
671
672 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
673
674 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
675 absolute.
676 * gdb.trace/ftrace.exp: Likewise.
677 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
678 targets as well.
679 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
680 (gdb_load_shlibs): Copy libraries to test directory when testing
681 natively. Only set solib-search-path if testing remotely.
682 * lib/mi-support.exp (mi_load_shlibs): Likewise.
683
684 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
685
686 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
687 gdb_download. Use it even if the target is not remote.
688 * gdb.base/jit.exp (compile_jit_test): Likewise.
689 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
690 output directory if the destination board is local, otherwise use
691 the standard remote_download from DejaGnu.
692 (gdb_download): Remove.
693 (gdb_load_shlibs): Use gdb_remote_download instead of
694 gdb_download.
695 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
696 Use gdb_remote_download instead of gdb_download. Use it even if
697 the target is not remote.
698 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
699 instead of gdb_download.
700
701 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
702
703 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
704 (test_insert_delete_modify): Call mi_load_shlibs before trying to
705 run.
706
707 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
708
709 PR gdb/19820
710 * gdb.base/printcmds.exp: Add artificial arrays tests.
711
712 2016-03-31 Pedro Alves <palves@redhat.com>
713
714 PR gdb/19858
715 * gdb.base/jit-main.c: Include unistd.h.
716 (ATTACH): Define to 0 if not already defined.
717 (wait_for_gdb, mypid): New globals.
718 (WAIT_FOR_GDB): New macro.
719 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
720 some breakpoint locations.
721 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
722 New procedures.
723 (one_jit_test): Add REATTACH parameter, and handle it. Use
724 continue_to_test_location.
725 (top level): Test attach, and adjusts calls to one_jit_test.
726
727 2016-03-31 Pedro Alves <palves@redhat.com>
728
729 PR gdb/19858
730 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
731 BINSUFFIX parameter, and handle it.
732 (top level): Adjust calls compile_jit_test.
733
734 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
735
736 PR python/19743
737 * gdb.python/py-mi-events-gdb.py: New file.
738 * gdb.python/py-mi-events.c: New file.
739 * gdb.python/py-mi-events.exp: New file.
740
741 2016-03-30 Yao Qi <yao.qi@linaro.org>
742
743 * gdb.reverse/until-precsave.exp: Match function name only.
744 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
745 Move malloc to a condition block.
746 * gdb.reverse/until-reverse.exp: Match function name only.
747
748 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
749
750 * gdb.trace/ftrace.exp: Set arg0exp for s390.
751 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
752 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
753 variable for GPR 0 instead of assuming it is register 0.
754 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
755 * lib/trace-support.exp: Add s390 registers.
756
757 2016-03-29 Yao Qi <yao.qi@linaro.org>
758
759 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
760
761 2016-03-24 Yao Qi <yao.qi@linaro.org>
762
763 * gdb.reverse/break-reverse.exp: Add quotation mark in the
764 test message.
765
766 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
767
768 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
769 maintaining separate logic for constructing the output path.
770
771 2016-03-16 Don Breazeal <donb@codesourcery.com>
772
773 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
774 Retry fork and waitpid on interrupted system call errors.
775 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
776 Use with_timeout_factor to increase timeout by factor of 10.
777
778 2016-03-15 Don Breazeal <donb@codesourcery.com>
779
780 * gdb.cp/scope-err.cc: New test program.
781 * gdb.cp/scope-err.exp: New test script.
782 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
783 lines and "set breakpoint here" comment.
784 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
785 Fixed some whitespace and format issues.
786 * gdb.mi/mi-linespec-err-cp.cc: New test program.
787 * gdb.mi/mi-linespec-err-cp.exp: New test script.
788
789 2016-03-15 Doug Evans <dje@google.com>
790
791 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
792 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
793 All callers updated. Add tests for enums, mixed flags register.
794
795 2016-03-15 Doug Evans <dje@google.com>
796
797 * gdb.base/skip.c (main): Call test_skip_file_and_function.
798 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
799
800 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
801
802 * gdb.base/default.exp: Add $_as_string to the list of expected
803 convenience functions.
804
805 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.base/maint.exp: New tests for 'maint info line-table'.
808
809 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
810
811 * gdb.python/py-as-string.exp: New file.
812 * gdb.python/py-as-string.c: New file.
813
814 2016-03-09 Pedro Alves <palves@redhat.com>
815
816 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
817 signal" -> "Thread NN received signal" output change.
818 * gdb.threads/ia64-sigill.exp: Likewise.
819 * gdb.threads/linux-dp.exp: Likewise.
820 * gdb.threads/manythreads.exp: Likewise.
821 * gdb.threads/pending-step.exp: Likewise.
822 * gdb.threads/print-threads.exp: Likewise.
823 * gdb.threads/sigstep-threads.exp: Likewise.
824 * gdb.threads/staticthreads.exp: Likewise.
825 * gdb.threads/tls.exp: Likewise.
826
827 2016-03-09 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/command-line-input.exp: New file.
830
831 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
832
833 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
834 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
835 * gdb.trace/pending.exp: Accept leading dot before function name.
836 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
837 * lib/trace-support.exp: Set registers for ppc.
838
839 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
840
841 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
842 use it for disassembly; accept .main in addition to main in backtrace.
843
844 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
845 Marcin Kościelnicki <koriakin@0x04.net>
846
847 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
848 (gdb_recursion_test_ptr): New global variable.
849 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
850 gdb_recursion_test.
851 (gdb_c_test): Ditto.
852
853 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
854
855 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
856 ordering.
857
858 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
859
860 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
861 (bar): Add bar_start_lbl label.
862 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
863 of foo/bar for emitting DWARF and tracing.
864
865 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
866
867 * analyze-racy-logs.py: Set executable bit.
868
869 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
870
871 * Makefile.in (DEFAULT_RACY_ITER): New variable.
872 (CHECK_TARGET_TMP): Likewise.
873 (check-single-racy): New rule.
874 (check-parallel-racy): Likewise.
875 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
876 (do-check-parallel-racy): New rule.
877 (check-racy/%.exp): Likewise.
878 * README (Racy testcases): New section.
879 * analyze-racy-logs.py: New file.
880
881 2016-03-03 Doug Evans <dje@google.com>
882
883 * gdb.base/skip.exp: Use with_test_prefix.
884
885 2016-03-03 Yao Qi <yao.qi@linaro.org>
886
887 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
888 Invoke step_over_syscall "clone" and break_cond_on_syscall
889 "clone".
890 * gdb.base/step-over-clone.c: New file.
891
892 2016-03-03 Yao Qi <yao.qi@linaro.org>
893
894 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
895 code format.
896
897 2016-03-03 Yao Qi <yao.qi@linaro.org>
898
899 * gdb.base/disp-step-fork.c: Rename to ...
900 * gdb.base/step-over-fork.c: ... it. New file.
901 * gdb.base/disp-step-vfork.c: Rename to ...
902 * gdb.base/step-over-vfork.c: ... it. New file.
903 * gdb.base/disp-step-syscall.exp: Rename to ...
904 * gdb.base/step-over-syscall.exp: ... it. New file.
905 (disp_step_cross_syscall): Rename to ...
906 (step_over_syscall): ... it.
907
908 2016-03-03 Yao Qi <yao.qi@linaro.org>
909
910 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
911 If target supports condition evaluation on target, invoke
912 break_cond_on_syscall for fork and vfork.
913
914 2016-03-03 Yao Qi <yao.qi@linaro.org>
915
916 * gdb.base/disp-step-syscall.exp: Don't invoke
917 support_displaced_stepping.
918 (disp_step_cross_syscall): Test with displaced stepping off and
919 on if supported.
920
921 2016-03-03 Yao Qi <yao.qi@linaro.org>
922
923 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
924 proc.
925 (setup): New proc.
926 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
927 and setup.
928
929 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
930
931 * gdb.fortran/vla-history.exp: Remove breakpoint.
932
933 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
934
935 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
936
937 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
938
939 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
940
941 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
942
943 * gdb.mi/vla.f90: Nullify pointer after declaration.
944
945 2016-03-01 Pedro Alves <palves@redhat.com>
946
947 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
948
949 2016-03-01 Pedro Alves <palves@redhat.com>
950
951 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
952 before anything else.
953 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
954 _GNU_SOURCE here.
955 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
956 before anything else.
957 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
958
959 2016-03-01 Pedro Alves <palves@redhat.com>
960
961 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
962
963 2016-03-01 Yao Qi <yao.qi@linaro.org>
964
965 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
966 prepare_for_testing.
967
968 2016-03-01 Yao Qi <yao.qi@linaro.org>
969
970 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
971
972 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
973
974 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
975 manually constructing the output path.
976
977 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
978
979 * gdb.arch/s390-stackless.S: New.
980 * gdb.arch/s390-stackless.exp: New.
981
982 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
983
984 * gdb.dlang/circular.c: New file.
985 * gdb.dlang/circular.exp: New file.
986
987 2016-02-26 Yao Qi <yao.qi@linaro.org>
988
989 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
990 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
991 (testcases): Update.
992
993 2016-02-26 Yao Qi <yao.qi@linaro.org>
994
995 * gdb.reverse/aarch64.c: Rename to ...
996 * gdb.reverse/insn-reverse.c: ... it.
997 * gdb.reverse/aarch64.exp: Rename to ...
998 * gdb.reverse/insn-reverse.exp: ... it.
999
1000 2016-02-26 Yao Qi <yao.qi@linaro.org>
1001
1002 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1003 (testcase_ftype): New.
1004 (testcases): New array.
1005 (n_testcases): New.
1006 (main): Call each element in testcases.
1007 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1008 (read_testcase): New.
1009 Do the tests in a loop.
1010
1011 2016-02-25 Yao Qi <yao.qi@linaro.org>
1012
1013 * gdb.base/branches.c: Remove.
1014
1015 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1016
1017 PR gdb/13808
1018 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1019
1020 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1021
1022 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1023
1024 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1025
1026 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1027 change x86_64 call_insn to 'callq'.
1028
1029 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1030
1031 * gdb.trace/tfile-avx.c: Move to...
1032 * gdb.trace/tracefile-pseudo-reg.c: Here.
1033 * gdb.trace/tfile-avx.exp: Move to...
1034 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1035
1036 2016-02-24 Gary Benson <gbenson@redhat.com>
1037
1038 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1039 message on attach.
1040
1041 2016-02-23 Doug Evans <dje@google.com>
1042
1043 * gdb.base/skip.c (test_skip): New function.
1044 (end_test_skip_file_and_function): New function.
1045 (test_skip_file_and_function): New function.
1046 * gdb.base/skip1.c (test_skip): New function.
1047 (skip1_test_skip_file_and_function): New function.
1048 * gdb.base/skip.exp: Add tests for new skip options.
1049 * gdb.base/skip-solib.exp: Update expected output.
1050 * gdb.perf/skip-command.cc: New file.
1051 * gdb.perf/skip-command.exp: New file.
1052 * gdb.perf/skip-command.py: New file.
1053
1054 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1055
1056 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1057 info registers pattern.
1058
1059 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1060
1061 * lib/future.exp: Add D support.
1062 (gdb_find_gdc): New proc.
1063 (gdb_default_target_compile): Add D support.
1064
1065 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
1066
1067 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1068 user+system time.
1069 (trace_speed_test): Determine the iteration count for a time
1070 between 15..30 seconds.
1071
1072 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1073
1074 * gdb.arch/i386-mpx-sigsegv.c: New file.
1075 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1076 * gdb.arch/i386-mpx-simple_segv.c: New file.
1077 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1078
1079 2016-02-18 Yao Qi <yao.qi@linaro.org>
1080
1081 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1082 Don't call setup_kfail.
1083
1084 2016-02-18 Yao Qi <yao.qi@linaro.org>
1085
1086 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1087 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1088
1089 2016-02-16 Doug Evans <dje@google.com>
1090
1091 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1092 * gdb.base/skip1.c: Ditto.
1093 * gdb.base/skip.exp: Whitespace cleanup.
1094
1095 2016-02-16 Don Breazeal <donb@codesourcery.com>
1096
1097 PR remote/19496
1098 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1099 Remove kfail for PR remote/19496.
1100
1101 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1102
1103 * lib/gdb.exp (standard_temp_file): Return a path specific to
1104 the runtest invocation.
1105
1106 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1107
1108 * gdb.trace/save-trace.exp: Change relative path to be in the
1109 standard output directory.
1110
1111 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 * gdb.arch/i386-prologue.c: Add missing prototypes.
1114
1115 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1116
1117 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1118 * gdb.arch/i386-prologue.exp: Likewise.
1119 * gdb.arch/i386-size.exp: Likewise.
1120
1121 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1122
1123 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1124 define object file path.
1125 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1126 file path.
1127 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1128 standard_output_file to define binfile.
1129
1130 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 Fix compatibility with recent gfortran-5.3.1.
1133 * gdb.fortran/vla-history.exp (print vla1 allocated)
1134 (print vla2 allocated, print $2, print $3): Remove
1135 (print $4): Rename to ...
1136 (print $2): ... here.
1137 (print $9): Rename to ...
1138 (print $5): ... here.
1139 (print $10): Rename to ...
1140 (print $6): ... here.
1141 * gdb.fortran/vla.f90: Add pvla initialization.
1142
1143 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1146 New test.
1147 * gdb.fortran/vla-value-sub.exp: Likewise.
1148
1149 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1150
1151 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1152
1153 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1154
1155 * i386-biarch-core.exp: Define corefile using
1156 standard_output_file.
1157
1158 2016-02-12 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.arch/arm-single-step-kernel-helper.c: New.
1161 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1162
1163 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1164
1165 * gdb.btrace/tailcall-only.exp: New.
1166 * gdb.btrace/tailcall-only.c: New.
1167 * gdb.btrace/x86_64-tailcall-only.S: New.
1168 * gdb.btrace/i686-tailcall-only.S: New.
1169
1170 2016-02-11 Pedro Alves <palves@redhat.com>
1171
1172 * README (Parallel testing): Add missing double quotes.
1173
1174 2016-02-11 Pedro Alves <palves@redhat.com>
1175
1176 * README (Parallel testing): New section.
1177 (GDB_PARALLEL): Rewrite.
1178 (FORCE_PARALLEL): Document.
1179
1180 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1181
1182 * gdb.trace/tfile-avx.c: New test.
1183 * gdb.trace/tfile-avx.exp: New test.
1184
1185 2016-02-09 Keith Seitz <keiths@redhat.com>
1186
1187 PR breakpoints/19546
1188 * gdb.base/infcall-exec.c: New file.
1189 * gdb.base/infcall-exec2.c: New file.
1190 * gdb.base/infcall-exec.exp: New file.
1191
1192 2016-02-09 Keith Seitz <keiths@redhat.com>
1193
1194 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1195 (toplevel): Call test_bkpt_address.
1196
1197 2016-02-09 Keith Seitz <keiths@redhat.com>
1198
1199 PR python/19506
1200 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1201 (toplevel): Call test_bkpt_address.
1202
1203 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1204
1205 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1206 to AC_OUTPUT.
1207 * configure: Regenerate.
1208
1209 2016-02-09 Pedro Alves <palves@redhat.com>
1210
1211 PR breakpoints/19548
1212 * gdb.base/execl-update-breakpoints.c (some_function): New
1213 function.
1214 (main): Call it.
1215 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1216 Tighten expected GDB output.
1217
1218 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1219
1220 * Makefile.in (ALL_SUBDIRS): Remove.
1221 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1222 (distclean maintainer-clean realclean): Likewise.
1223 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1224 * configure: Regenerate.
1225 * gdb.ada/Makefile.in: Delete.
1226 * gdb.arch/Makefile.in: Likewise.
1227 * gdb.asm/Makefile.in: Likewise.
1228 * gdb.base/Makefile.in: Likewise.
1229 * gdb.btrace/Makefile.in: Likewise.
1230 * gdb.cell/Makefile.in: Likewise.
1231 * gdb.compile/Makefile.in: Likewise.
1232 * gdb.cp/Makefile.in: Likewise.
1233 * gdb.disasm/Makefile.in: Likewise.
1234 * gdb.dlang/Makefile.in: Likewise.
1235 * gdb.dwarf2/Makefile.in: Likewise.
1236 * gdb.fortran/Makefile.in: Likewise.
1237 * gdb.gdb/Makefile.in: Likewise.
1238 * gdb.go/Makefile.in: Likewise.
1239 * gdb.guile/Makefile.in: Likewise.
1240 * gdb.java/Makefile.in: Likewise.
1241 * gdb.linespec/Makefile.in: Likewise.
1242 * gdb.mi/Makefile.in: Likewise.
1243 * gdb.modula2/Makefile.in: Likewise.
1244 * gdb.multi/Makefile.in: Likewise.
1245 * gdb.objc/Makefile.in: Likewise.
1246 * gdb.opencl/Makefile.in: Likewise.
1247 * gdb.opt/Makefile.in: Likewise.
1248 * gdb.pascal/Makefile.in: Likewise.
1249 * gdb.perf/Makefile.in: Likewise.
1250 * gdb.python/Makefile.in: Likewise.
1251 * gdb.reverse/Makefile.in: Likewise.
1252 * gdb.server/Makefile.in: Likewise.
1253 * gdb.stabs/Makefile.in: Likewise.
1254 * gdb.threads/Makefile.in: Likewise.
1255 * gdb.trace/Makefile.in: Likewise.
1256 * gdb.xml/Makefile.in: Likewise.
1257 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1258 GDB_PARALLEL.
1259 (standard_output_file): Remove check for GDB_PARALLEL, always
1260 return path in outputs/$subdir/$testname.
1261
1262 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1265 (site.exp): Assign abs_srcdir to tcl's srcdir.
1266
1267 2016-02-04 Yao Qi <yao.qi@linaro.org>
1268
1269 * gdb.base/foll-exec-mode.c: Include limits.h.
1270 (main): Add parameters argc and argv. Get directory from
1271 argv[0].
1272 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1273 compilation.
1274 * gdb.base/foll-exec.c: Include limits.h.
1275 (main): Add parameters argc and argv.
1276 Get directory from argv[0].
1277 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1278 Adjust tests on the number of lines as source code changed.
1279 * gdb.base/foll-vfork-exit.c: Include limits.h.
1280 (main): Add one line of statement before vfork.
1281 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1282 (main): Add parameters argc and argv. Get directory from
1283 argv[0].
1284 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1285 (setup_gdb): Set tbreak to skip some source lines.
1286 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1287 (main): Add parameters argc and argv. Get directory from
1288 argv[0].
1289 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1290 compilation.
1291 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1292 (main): Add parameters argc and argv. Get directory from
1293 argv[0].
1294 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1295 compilation.
1296
1297 2016-02-01 Doug Evans <dje@google.com>
1298
1299 * gdb.base/skip.exp: Clean up multiple references to same test name.
1300
1301 2016-02-01 Pedro Alves <palves@redhat.com>
1302
1303 PR remote/19496
1304 * gdb.threads/forking-threads-plus-breakpoint.exp
1305 (displaced_stepping_supported): New global.
1306 (probe_displaced_stepping_support): New procedure.
1307 (do_test): Add 'displaced' parameter, and use it.
1308 (top level): Check for displaced stepping support. Add displaced
1309 stepping on/off testing axis.
1310
1311 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1314 pointer. Don't perform further tests on the unassociated pointer
1315 if the first test fails.
1316
1317 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.base/max-value-size.c: New file.
1320 * gdb.base/max-value-size.exp: New file.
1321 * gdb.base/huge.exp: Disable max-value-size for this test.
1322
1323 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1324
1325 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1326
1327 2016-01-28 Yao Qi <yao.qi@linaro.org>
1328
1329 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1330
1331 2016-01-25 Pedro Alves <palves@redhat.com>
1332
1333 PR threads/19461
1334 * gdb.base/fork-running-state.c: New file.
1335 * gdb.base/fork-running-state.exp: New file.
1336
1337 2016-01-25 Pedro Alves <palves@redhat.com>
1338
1339 PR gdb/19494
1340 * gdb.base/catch-fork-kill.c: New file.
1341 * gdb.base/catch-fork-kill.exp: New file.
1342
1343 2016-01-25 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1346 Delete, moved to lib/gdb.exp.
1347 * gdb.threads/forking-threads-plus-breakpoint.exp
1348 (foreach_with_prefix): Likewise.
1349 * gdb.threads/process-dies-while-handling-bp.exp
1350 (foreach_with_prefix): Likewise.
1351 * lib/gdb.exp (foreach_with_prefix): New procedure.
1352
1353 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1354
1355 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1356 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1357
1358 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1359
1360 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1361 endian targets.
1362
1363 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1364 Pedro Alves <palves@redhat.com>
1365
1366 Fix testsuite compatibility with Guile.
1367 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1368 number.
1369
1370 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1371
1372 Fix testsuite compatibility with Guile.
1373 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1374 (thread 1): New test for backtrace through signal handler.
1375
1376 2016-01-22 Yao Qi <yao.qi@linaro.org>
1377
1378 PR testsuite/19491
1379 * gdb.base/multi-forks.c: Include
1380 ../lib/unbuffer_output.c
1381 (main): Call gdb_unbuffer_output.
1382
1383 2016-01-21 Doug Evans <dje@google.com>
1384
1385 * lib/ada.exp (gdb_compile_ada): Fix typo.
1386
1387 2016-01-21 Joel Brobecker <brobecker@adacore.com>
1388
1389 * gdb.base/break-fun-addr.exp: New file.
1390 * gdb.base/break-fun-addr1.c: New file.
1391 * gdb.base/break-fun-addr2.c: New file.
1392
1393 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1394
1395 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1396 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1397 enum flag values.
1398
1399 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1400
1401 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1402 when GDB can not set the vector return value. Add more comments
1403 for clarification.
1404
1405 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1406
1407 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1408 command.
1409
1410 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1411
1412 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1413
1414 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1415
1416 * Makefile.in (check-single): Pass --status to runtest.
1417 (check/%.exp): Likewise.
1418
1419 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1420
1421 * Makefile.in (check-parallel): Propagate return code from make
1422 do-check-parallel.
1423
1424 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1425
1426 * gdb.trace/ftrace.exp: Fix expected message on continue.
1427 * gdb.trace/pending.exp: Fix expected message on continue.
1428 * gdb.trace/trace-break.exp: Fix expected message on continue.
1429
1430 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * lib/gdb.exp (gdb_test): Remove unused global references.
1433
1434 2016-01-18 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/async-shell.exp: Adjust expected output.
1437 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1438 * gdb.base/siginfo-thread.exp: Adjust expected output.
1439 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1440 * gdb.java/jnpe.exp: Adjust expected output.
1441 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1442 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1443 * gdb.threads/leader-exit.exp: Adjust expected output.
1444 * gdb.threads/manythreads.exp: Adjust expected output.
1445 * gdb.threads/pthreads.exp: Adjust expected output.
1446 * gdb.threads/schedlock.exp: Adjust expected output.
1447 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1448 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1449 expected output.
1450 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1451 output.
1452 * gdb.threads/sigthread.exp: Adjust expected output.
1453 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1454
1455 2016-01-18 Yao Qi <yao.qi@linaro.org>
1456
1457 * gdb.guile/scm-section-script.c: Replace @progbits with
1458 %progbits.
1459 * gdb.python/py-section-script.c: Likewise.
1460
1461 2016-01-15 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.multi/tids.exp: Test star wildcard ranges.
1464
1465 2016-01-15 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1468 command from "thread apply" invocation.
1469 (thr_apply_info_thr_invalid): Default the expected output to the
1470 input tid list.
1471 (top level): Add tests that use convenience variables. Add tests
1472 for "thread apply" with a valid TID list, but missing the command.
1473
1474 2016-01-13 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.base/default.exp: Expect $_gthread as well.
1477 * gdb.multi/tids.exp: Test $_gthread.
1478 * gdb.threads/thread-specific.exp: Test $_gthread.
1479
1480 2016-01-13 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.multi/tids.exp: Test "info threads -gid".
1483
1484 2016-01-13 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1487 Breakpoint.thread.
1488 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1489
1490 2016-01-07 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.base/break.exp: Adjust to output changes.
1493 * gdb.base/hbreak2.exp: Likewise.
1494 * gdb.base/sepdebug.exp: Likewise.
1495 * gdb.base/watch_thread_num.exp: Likewise.
1496 * gdb.linespec/keywords.exp: Likewise.
1497 * gdb.multi/info-threads.exp: Likewise.
1498 * gdb.threads/thread-find.exp: Likewise.
1499 * gdb.multi/tids.c: New file.
1500 * gdb.multi/tids.exp: New file.
1501
1502 2016-01-13 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1505
1506 2016-01-13 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/default.exp: Expect $_inferior as well.
1509 * gdb.multi/base.exp: Test $_inferior.
1510
1511 2016-01-13 Pedro Alves <palves@redhat.com>
1512
1513 PR breakpoints/19388
1514 * gdb.base/catch-signal-siginfo-cond.c: New file.
1515 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1516
1517 2016-01-12 Josh Stone <jistone@redhat.com>
1518 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1519
1520 * gdb.base/catch-syscall.c (do_execve): New variable.
1521 (main): Conditionally trigger an execve.
1522 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1523 (test_catch_syscall_execve): New, check entry/return across execve.
1524 (do_syscall_tests): Call test_catch_syscall_execve.
1525
1526 2016-01-12 Pedro Alves <palves@redhat.com>
1527
1528 * gdb.base/random-signal.exp (do_test): New procedure, with body
1529 of testcase moved in.
1530
1531 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1532 Pedro Alves <palves@redhat.com>
1533
1534 * gdb.base/funcargs.exp (finish from indirectly called function):
1535 Reintroduce the case for 'First'.
1536
1537 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1538 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1541 (tcatch_vfork_then_child_follow_exec)
1542 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1543 identification.
1544
1545 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1546
1547 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1548 and repeats to unlimited.
1549 * gdb.python/py-value.exp: Likewise.
1550 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1551 and repeats to unlimited.
1552
1553 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1554
1555 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1556 and reordering the functions.
1557 * gdb.multi/hangout.c: Likewise.
1558 * gdb.multi/hello.c: Likewise.
1559
1560 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1561
1562 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1563 absolute.
1564 (SingleStatisticTestResult.report): Use dict.keys instead of
1565 dict.iterkeys.
1566
1567 2016-01-06 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1570
1571 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1572
1573 * gdb.btrace/dlopen.exp: New.
1574 * gdb.btrace/dlopen.c: New.
1575 * gdb.btrace/dlopen-dso.c: New.
1576
1577 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1578
1579 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1580 PATTERN argument is optional.
1581
1582 2015-12-24 Joel Brobecker <brobecker@adacore.com>
1583
1584 * lib/ada.exp (target_compile_ada_from_dir): New function.
1585 (gdb_compile_ada): Reimplement avoiding the use of project files.
1586 * gdb.ada/gnat_ada.gpr: Delete.
1587 * gdb.ada/cond_lang.exp: Adjust test to make path before
1588 filename optional.
1589 * gdb.ada/small_reg_param.exp: Likewise.
1590
1591 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1592
1593 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1594
1595 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1596
1597 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1598 case.
1599
1600 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1601
1602 * gdb.base/break.exp: Remove dead code.
1603 * gdb.base/sepdebug.exp: Likewise.
1604
1605 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1606
1607 * gdb.asm/asm-source.exp: Remove HP-UX references.
1608 * gdb.base/annota1.exp: Likewise.
1609 * gdb.base/annota3.exp: Likewise.
1610 * gdb.base/attach.exp: Likewise.
1611 * gdb.base/bigcore.exp: Likewise.
1612 * gdb.base/break.exp: Likewise.
1613 * gdb.base/call-ar-st.exp: Likewise.
1614 * gdb.base/callfuncs.exp: Likewise.
1615 * gdb.base/catch-fork-static.exp: Likewise.
1616 * gdb.base/display.exp: Likewise.
1617 * gdb.base/foll-exec-mode.exp: Likewise.
1618 * gdb.base/foll-exec.exp: Likewise.
1619 * gdb.base/foll-fork.exp: Likewise.
1620 * gdb.base/foll-vfork.exp: Likewise.
1621 * gdb.base/funcargs.exp: Likewise.
1622 * gdb.base/hbreak2.exp: Likewise.
1623 * gdb.base/inferior-died.exp: Likewise.
1624 * gdb.base/interrupt.exp: Likewise.
1625 * gdb.base/multi-forks.exp: Likewise.
1626 * gdb.base/nodebug.exp: Likewise.
1627 * gdb.base/sepdebug.exp: Likewise.
1628 * gdb.base/solib1.c: Likewise.
1629 * gdb.base/step-test.exp: Likewise.
1630 * gdb.mi/non-stop.c: Likewise.
1631 * gdb.mi/pthreads.c: Likewise.
1632 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1633 * gdb.threads/pthreads.c: Likewise.
1634 * gdb.threads/staticthreads.exp: Likewise.
1635 * lib/future.exp: Likewise.
1636 * lib/gdb.exp: Likewise.
1637 * gdb.base/so-indr-cl.c: Remove.
1638 * gdb.base/so-indr-cl.exp: Likewise.
1639 * gdb.base/solib.c: Likewise.
1640 * gdb.base/solib.exp: Likewise.
1641 * gdb.base/solib2.c: Likewise.
1642
1643 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1644
1645 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1646 * gdb.base/call-ar-st.exp: Likewise.
1647 * gdb.base/callfuncs.exp: Likewise.
1648 * gdb.base/condbreak.exp: Likewise.
1649 * gdb.base/constvars.exp: Likewise.
1650 * gdb.base/hbreak2.exp: Likewise.
1651 * gdb.base/langs.exp: Likewise.
1652 * gdb.base/list.exp: Likewise.
1653 * gdb.base/long_long.exp: Likewise.
1654 * gdb.base/ptype.exp: Likewise.
1655 * gdb.base/scope.exp: Likewise.
1656 * gdb.base/signals.exp: Likewise.
1657 * gdb.base/so-impl-ld.exp: Likewise.
1658 * gdb.base/varargs.exp: Likewise.
1659 * gdb.base/volatile.exp: Likewise.
1660 * gdb.base/whatis.exp: Likewise.
1661 * gdb.cp/cplusfuncs.exp: Likewise.
1662 * gdb.cp/inherit.exp: Likewise.
1663 * gdb.cp/local.exp: Likewise.
1664 * gdb.cp/member-ptr.exp: Likewise.
1665 * gdb.cp/method.exp: Likewise.
1666 * gdb.cp/overload.exp: Likewise.
1667 * gdb.cp/templates.exp: Likewise.
1668 * gdb.stabs/weird.exp: Likewise.
1669 * lib/compiler.c: Likewise.
1670 * lib/compiler.cc: Likewise.
1671 * lib/cp-support.exp: Likewise.
1672 * lib/gdb.exp: Likewise.
1673
1674 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1675
1676 * configure.ac: Remove HP-UX case.
1677 * configure: Regenerate.
1678
1679 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1680
1681 * lib/gdb.exp (gdb_compile): Add function doc.
1682
1683 2015-12-17 Pedro Alves <palves@redhat.com>
1684
1685 PR threads/19354
1686 * gdb.multi/info-threads.exp: New file.
1687
1688 2015-12-15 Yao Qi <yao.qi@linaro.org>
1689
1690 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1691 is aarch64*-*-*.
1692
1693 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1694
1695 * gdb.base/history-duplicates.exp: Skip if no readline support.
1696
1697 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1698
1699 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1700
1701 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1702
1703 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1704
1705 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1706
1707 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1708 ctrl-C if nointerrupts target property is set.
1709 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1710 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1711 * gdb.base/paginate-bg-execution.exp: Likewise.
1712 * gdb.base/paginate-execution-startup.exp: Likewise.
1713 * gdb.base/random-signal.exp: Likewise.
1714 * gdb.base/range-stepping.exp: Likewise.
1715 * gdb.cp/annota2.exp: Likewise.
1716 * gdb.cp/annota3.exp: Likewise.
1717 * gdb.gdb/selftest.exp: Likewise.
1718 * gdb.threads/continue-pending-status.exp: Likewise.
1719 * gdb.threads/leader-exit.exp: Likewise.
1720 * gdb.threads/manythreads.exp: Likewise.
1721 * gdb.threads/pthreads.exp: Likewise.
1722 * gdb.threads/schedlock.exp: Likewise.
1723 * gdb.threads/sigthread.exp: Likewise.
1724
1725 2015-12-11 Don Breazeal <donb@codesourcery.com>
1726
1727 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1728 remote.
1729 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1730 * gdb.base/foll-exec.exp (main): Enable for target remote.
1731 * gdb.base/foll-fork.exp (main): Likewise.
1732 * gdb.base/foll-vfork.exp (main): Likewise.
1733 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1734 (proc continue_to_exit_bp_loc): Use clean_restart.
1735 * gdb.base/pie-execl.exp (main): Disable for target remote.
1736 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1737 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1738 * gdb.threads/execl.exp (main): Likewise.
1739 * gdb.threads/fork-child-threads.exp (main): Likewise.
1740 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1741 remote.
1742 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1743 remote.
1744 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1745 pid.tid style ptids, instead of just tid.
1746 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1747 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1748 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1749 ptids, instead of just tid.
1750
1751 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.base/list.exp (test_list_forward): Add end of file error
1754 test.
1755 (test_repeat_list_command): Add end of file error test.
1756 (test_list_backwards): Add beginning of file error test.
1757
1758 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * gdb.base/list.exp (test_list_invalid_args): New function,
1761 defined, and called.
1762
1763 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.base/list.exp (test_list): Make test names unique.
1766
1767 2015-12-11 Yao Qi <yao.qi@linaro.org>
1768
1769 * gdb.base/coremaker2.c: Remove.
1770
1771 2015-12-10 Pedro Alves <palves@redhat.com>
1772
1773 * gdb.multi/base.exp: Remove stale "spaces" references.
1774
1775 2015-12-10 Pedro Alves <palves@redhat.com>
1776
1777 * gdb.multi/base.exp: Don't use nowarnings.
1778 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1779 * gdb.multi/hangout.c: Include stdio.h.
1780 * gdb.multi/hello.c: Include stdlib.h.
1781 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1782 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1783 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1784
1785 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.dwarf2/dw2-ranges-base.c: New file.
1788 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1789 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1790 support additional line table, and debug ranges generation.
1791 (Dwarf::ranges): New function, generate .debug_ranges.
1792 (Dwarf::lines): Support generating simple line table programs.
1793 (Dwarf::assemble): Initialise new namespace variables.
1794
1795 2015-12-09 Kevin Buettner <kevinb@redhat.com>
1796
1797 * gdb.base/async.exp (proc test_background): Add case for
1798 asynchronous execution not supported.
1799
1800 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1801
1802 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1803 format and change test names to make them unique.
1804
1805 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1806 Pedro Alves <pedro@redhat.com>
1807
1808 PR gdb/18702
1809 Add checking of floatformats setup on x86_64 hosts.
1810 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1811 (smallval, bigval): New labels/constants.
1812 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1813 float" after loading bigval and smallval.
1814
1815 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1816
1817 * gdb.ada/fun_overload_menu.exp: New testcase.
1818 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1819
1820 2015-12-04 Josh Stone <jistone@redhat.com>
1821
1822 * gdb.base/catch-fork-static.exp: New.
1823
1824 2015-12-03 Yao Qi <yao.qi@linaro.org>
1825
1826 * gdb.base/sizeof.c: Don't include stdio.h and
1827 ../lib/unbuffer_output.c.
1828 (main): New variable 'size' and 'value'. Remove printf and
1829 gdb_unbuffer_output. Assign return value to size and value.
1830 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1831 at the beginning.
1832 (check_sizeof): Check the result by printing variable 'size'.
1833 (check_valueof): Check the result by printing variable 'value'.
1834
1835 2015-12-01 Yao Qi <yao.qi@linaro.org>
1836
1837 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1838 for aarch64*-*-linux* target.
1839
1840 2015-11-30 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1843
1844 2015-11-30 Pedro Alves <palves@redhat.com>
1845
1846 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1847 Handle non-stop mode vCont replies.
1848
1849 2015-11-30 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1852 prepare_for_testing. Start gdb with "set non-stop on" appended to
1853 GDBFLAGS. Lax expected stop output.
1854
1855 2015-11-27 Yao Qi <yao.qi@linaro.org>
1856
1857 * gdb.arch/arm-neon.exp: New.
1858 * gdb.arch/arm-neon.c: New.
1859
1860 2015-11-27 Yao Qi <yao.qi@linaro.org>
1861
1862 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1863
1864 2015-11-27 Yao Qi <yao.qi@linaro.org>
1865
1866 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1867 frames-invalid annotation.
1868
1869 2015-11-27 Yao Qi <yao.qi@linaro.org>
1870
1871 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1872
1873 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1874
1875 * gdb.threads/names.exp: New file.
1876 * gdb.threads/names.c: New file.
1877 * README: Mention gdb,no_thread_names.
1878
1879 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1880
1881 PR 19297
1882 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1883 support" error.
1884
1885 2015-11-24 Pedro Alves <palves@redhat.com>
1886
1887 PR 17539
1888 * gdb.base/display.exp: Expect displays to be sorted in ascending
1889 order. Use multi_line.
1890 * gdb.base/solib-display.exp: Likewise.
1891
1892 2015-11-24 Pedro Alves <palves@redhat.com>
1893
1894 PR 17539
1895 * gdb.base/display.exp: Expect displays to be sorted in ascending
1896 order. Use multi_line.
1897 * gdb.base/solib-display.exp: Likewise.
1898
1899 2015-11-24 Pedro Alves <palves@redhat.com>
1900
1901 PR 17539
1902 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1903 threads in ascending order.
1904 * gdb.base/foll-fork.exp: Likewise.
1905 * gdb.base/foll-vfork.exp: Likewise.
1906 * gdb.base/multi-forks.exp: Likewise.
1907 * gdb.mi/mi-nonstop.exp: Likewise.
1908 * gdb.mi/mi-nsintrall.exp: Likewise.
1909 * gdb.multi/base.exp: Likewise.
1910 * gdb.multi/multi-arch.exp: Likewise.
1911 * gdb.python/py-inferior.exp: Likewise.
1912 * gdb.threads/break-while-running.exp: Likewise.
1913 * gdb.threads/execl.exp: Likewise.
1914 * gdb.threads/gcore-thread.exp: Likewise.
1915 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1916 * gdb.threads/kill.exp: Likewise.
1917 * gdb.threads/linux-dp.exp: Likewise.
1918 * gdb.threads/multiple-step-overs.exp: Likewise.
1919 * gdb.threads/next-bp-other-thread.exp: Likewise.
1920 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1921 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1922 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1923 * gdb.threads/thread-find.exp: Likewise.
1924 * gdb.threads/tls.exp: Likewise.
1925 * lib/mi-support.exp (mi_reverse_list): Delete.
1926 (mi_check_thread_states): No longer reverse list.
1927
1928 2015-11-24 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1931 use lowercase.
1932
1933 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1934
1935 * gdb.trace/actions.c: Include trace-common.h.
1936 (main): Add a location for a fast tracepoint.
1937 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1938 the normal tracepoints.
1939 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1940
1941 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1942
1943 * save-trace.exp: Factor out code to these...
1944 (gdb_save_tracepoints): New.
1945 (gdb_load_tracepoints): New.
1946 (do_save_load_test): New.
1947
1948 2015-11-23 Kevin Buettner <kevinb@redhat.com>
1949
1950 * gdb.base/asmlabel.exp: New test.
1951 * gdb.base/asmlabel.c: New test case.
1952
1953 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.base/wrong_frame_bt_full-main.c: New file.
1956 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1957 * gdb.base/wrong_frame_bt_full.exp: New file.
1958
1959 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1960
1961 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1962
1963 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1964
1965 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
1966 pstate register when comparing registers values in
1967 sparc64-*-linux-gnu targets to avoid spurious differences.
1968
1969 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1970
1971 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
1972
1973 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1974
1975 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1976 as type argument to gdb_compile.
1977 * gdb.base/nested-subp2.exp: Likewise.
1978 * gdb.base/nested-subp3.exp: Likewise.
1979
1980 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1981
1982 * lib/dwarf.exp (_note): Fix left shift of negative value.
1983 * gdb.trace/trace-condition.exp: Likewise.
1984
1985 2015-11-13 Yao Qi <yao.qi@linaro.org>
1986
1987 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1988 comments about d10v.
1989 (test_scalar_returns): Likewise.
1990 * gdb.base/d10v.ld: Remove.
1991 * gdb.base/overlays.exp: Remove the target triplet checking for
1992 d10v-*-*.
1993 * gdb.base/structs.exp (test_struct_returns): Remove the
1994 comments about d10v.
1995 (test_struct_calls): Likewise.
1996
1997 2015-11-13 Yao Qi <yao.qi@linaro.org>
1998
1999 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2000 * gdb.base/gnu_vector.c: Don't include stdio.h.
2001 (main): Don't print res and call add_some_intvecs.
2002
2003 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2004
2005 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2006 macro.
2007 (func5): Removed.
2008 (func4): Use FAST_TRACEPOINT_LABEL.
2009 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2010 macro.
2011 (func): Removed.
2012 (thread_function): Use FAST_TRACEPOINT_LABEL.
2013 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2014 (func): Remove.
2015 (marker): Use FAST_TRACEPOINT_LABEL.
2016 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2017 (pendfunc1): Remove.
2018 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2019 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2020 (foo): Remove.
2021 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2022 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2023 macro.
2024 (func): Remove.
2025 (marker): Use FAST_TRACEPOINT_LABEL.
2026 * gdb.trace/trace-common.h: New header.
2027 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2028 macro.
2029 (func): Remove.
2030 (marker): Use FAST_TRACEPOINT_LABEL.
2031 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2032 (func): Remove.
2033 (thread_function): Use FAST_TRACEPOINT_LABEL.
2034
2035 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2036
2037 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2038 in front.
2039 * gdb.trace/change-loc.exp: Use global pcreg definition.
2040 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2041 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2042 in front.
2043 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2044 * gdb.trace/pending.exp: Likewise.
2045 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2046 * gdb.trace/trace-break.exp: Likewise.
2047 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2048 in front.
2049 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2050 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2051 in front.
2052 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2053
2054 2015-11-09 Joel Brobecker <brobecker@adacore.com>
2055
2056 * gdb.ada/fin_fun_out: New testcase.
2057
2058 2015-11-07 Kevin Buettner <kevinb@redhat.com>
2059
2060 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2061 value associated with DW_AT_byte_size.
2062 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2063 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2064 DW_AT_upper_bound.
2065
2066 2015-11-07 Kevin Buettner <kevinb@redhat.com>
2067
2068 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2069 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2070 version.
2071 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2072 gdb.dwarf2/dw2-canonicalize-type.exp,
2073 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2074 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2075 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2076 provided by gdb_target_symbol_prefix_flags_asm.
2077 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2078 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2079 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2080 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2081 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2082 macros where needed). Use this macro for symbols which require
2083 the prefix provided by SYMBOL_PREFIX.
2084
2085 2015-11-05 Kevin Buettner <kevinb@redhat.com>
2086
2087 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2088 New procs.
2089 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2090 representing expressions, of more than one list element.
2091 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2092 to prepend linker symbol prefix to f.
2093 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2094 table_1 and table_2.
2095 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2096 Likewise, for f and g.
2097 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2098 for ptr.
2099 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2100 for main.
2101 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2102 table_1_ptr and table_2_ptr.
2103
2104 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2105 Joel Brobecker <brobecker@adacore.com>
2106
2107 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2108
2109 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2110
2111 * gdb.reverse/s390-mvcle.c: New test.
2112 * gdb.reverse/s390-mvcle.exp: New file.
2113 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2114
2115 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2116
2117 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2118
2119 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2120
2121 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2122 reaching marker2.
2123 * gdb.reverse/getresuid-reverse.exp: Likewise.
2124 * gdb.reverse/pipe-reverse.exp: Likewise.
2125 * gdb.reverse/readv-reverse.exp: Likewise.
2126 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2127 * gdb.reverse/time-reverse.exp: Likewise.
2128 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2129
2130 2015-10-30 Yao Qi <yao.qi@linaro.org>
2131
2132 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2133 (empty_cycle): Remove.
2134 (main): Don't call empty_cycle. Don't use watch_count_done.
2135 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2136 empty_cycle. Rewrite the code counting HW watchpoints.
2137
2138 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2139
2140 * gdb.reverse/fstatat-reverse.c: New test.
2141 * gdb.reverse/fstatat-reverse.exp: New file.
2142 * gdb.reverse/getresuid-reverse.c: New test.
2143 * gdb.reverse/getresuid-reverse.exp: New file.
2144 * gdb.reverse/pipe-reverse.c: New test.
2145 * gdb.reverse/pipe-reverse.exp: New file.
2146 * gdb.reverse/readv-reverse.c: New test.
2147 * gdb.reverse/readv-reverse.exp: New file.
2148 * gdb.reverse/recvmsg-reverse.c: New test.
2149 * gdb.reverse/recvmsg-reverse.exp: New file.
2150 * gdb.reverse/time-reverse.c: New test.
2151 * gdb.reverse/time-reverse.exp: New file.
2152 * gdb.reverse/waitpid-reverse.c: New test.
2153 * gdb.reverse/waitpid-reverse.exp: New file.
2154
2155 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2158
2159 2015-10-26 Doug Evans <dje@google.com>
2160
2161 PR symtab/17391
2162 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2163 * gdb.dwarf2/bad-regnum.c: New file.
2164 * gdb.dwarf2/bad-regnum.exp: New file.
2165
2166 2015-10-26 Doug Evans <dje@google.com>
2167
2168 PR python/18938
2169 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2170 file.
2171
2172 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2175 for a change by "Mention language in compile error message".
2176
2177 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2178
2179 PR python/18073
2180 * gdb.python/py-type.c (C::a_method): New.
2181 (C::a_const_method): New.
2182 (C::a_static_method): New.
2183 (a_function): New.
2184 * gdb.python/py-type.exp (test_fields): Test getting fields
2185 from function and method.
2186
2187 2015-10-21 Keven Boell <keven.boell@intel.com>
2188
2189 * gdb.fortran/vla-alloc-assoc.exp: New file.
2190 * gdb.fortran/vla-datatypes.exp: New file.
2191 * gdb.fortran/vla-datatypes.f90: New file.
2192 * gdb.fortran/vla-history.exp: New file.
2193 * gdb.fortran/vla-ptype-sub.exp: New file.
2194 * gdb.fortran/vla-ptype.exp: New file.
2195 * gdb.fortran/vla-sizeof.exp: New file.
2196 * gdb.fortran/vla-sub.f90: New file.
2197 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2198 * gdb.fortran/vla-value-sub-finish.exp: New file.
2199 * gdb.fortran/vla-value-sub.exp: New file.
2200 * gdb.fortran/vla-value.exp: New file.
2201 * gdb.fortran/vla-ptr-info.exp: New file.
2202 * gdb.mi/mi-vla-fortran.exp: New file.
2203 * gdb.mi/vla.f90: New file.
2204
2205 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2206
2207 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2208 of hardwired timeout value.
2209
2210 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2211 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2214 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2215
2216 2015-10-19 Josh Stone <jistone@redhat.com>
2217
2218 * gdb.base/catch-syscall.c: Include <sched.h>.
2219 (unknown_syscall): New variable.
2220 (main): Trigger a vfork and an unknown syscall.
2221 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2222 (unknown_syscall_number): Likewise.
2223 (check_call_to_syscall): Accept an optional syscall pattern.
2224 (check_return_from_syscall): Likewise.
2225 (check_continue): Likewise.
2226 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2227 (test_catch_syscall_skipping_return): New test toggling off 'catch
2228 syscall' to step over the syscall return, then toggling back on.
2229 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2230 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2231 (do_syscall_tests): Call test_catch_syscall_without_args and
2232 test_catch_syscall_mid_vfork.
2233 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2234 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2235
2236 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
2237
2238 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2239 print g_vE): Add new pass patterns.
2240 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2241 print various symbol names for vptr fields.
2242
2243 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2246 results.
2247
2248 2015-10-12 Yao Qi <yao.qi@linaro.org>
2249
2250 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2251
2252 2015-10-12 Yao Qi <yao.qi@linaro.org>
2253
2254 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2255 is aarch64*-*-linux*.
2256
2257 2015-10-12 Yao Qi <yao.qi@linaro.org>
2258
2259 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2260 (can_relocate_bcond_true): ... it.
2261 (can_relocate_bcond_false): New function.
2262 (foo): Likewise.
2263 (can_relocate_bl): Likewise.
2264 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2265 can_relocate_bl.
2266
2267 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2268
2269 * gdb.base/nested-addr.c: New file.
2270 * gdb.base/nested-addr.exp: New testcase.
2271
2272 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2273
2274 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2275 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2276 its output. Ignore the output of "record goto begin" and instead
2277 check that GDB is replaying.
2278
2279 2015-10-09 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2282 (top level): Use it in the run with no args test.
2283
2284 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2285
2286 * gdb.dlang/properties.exp: New file.
2287
2288 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2289
2290 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2291 whether or not address 0x1000 is mapped on the target.
2292
2293 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2294
2295 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2296 build.
2297
2298 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2299
2300 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2301 instruction-history test.
2302
2303 2015-09-28 Doug Evans <dje@google.com>
2304
2305 * gdb.base/gcore.c (array_func): Add reference to static_array.
2306
2307 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2308
2309 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2310 source line.
2311
2312 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2313
2314 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2315 short or char as base type.
2316
2317 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2318
2319 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2320 to allow any size enum.
2321
2322 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2323
2324 * gdb.ada/array_ptr_renaming.exp: New testcase.
2325 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2326 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2327
2328 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2329
2330 * gdb.trace/ftrace-lock.c: New file.
2331 * gdb.trace/ftrace-lock.exp: New file.
2332
2333 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2334
2335 * gdb.arch/insn-reloc.c: New file.
2336 * gdb.arch/ftrace-insn-reloc.exp: New file.
2337
2338 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2339
2340 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2341 instruction.
2342 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2343 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2344 * gdb.trace/range-stepping.c: Likewise.
2345 * gdb.trace/trace-break.c: Likewise.
2346 * gdb.trace/trace-mt.c (thread_function): Likewise.
2347 * gdb.trace/ftrace.c (marker): Likewise.
2348 * gdb.trace/trace-condition.c (marker): Likewise.
2349 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2350 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2351 is_aarch64_target.
2352
2353 2015-09-18 Doug Evans <xdje42@gmail.com>
2354
2355 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2356 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2357
2358 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2359
2360 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2361 the breakpoint.
2362
2363 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2364
2365 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2366 the pending breakpoint. Remove timeout override for "Run till
2367 MI pending breakpoint on pendfunc3 on thread 2" test.
2368
2369 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2370
2371 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2372 filename pattern.
2373
2374 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2375
2376 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2377 in breakpoint filename pattern.
2378
2379 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2380
2381 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2382
2383 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2384
2385 * gdb.linespec/explicit.exp: Check for readline support for
2386 tab-completion tests. Fix obvious typo.
2387
2388 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2389
2390 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2391 and replay.
2392
2393 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2394
2395 * gdb.btrace/non-stop.c: New.
2396 * gdb.btrace/non-stop.exp: New.
2397
2398 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2399 Yao Qi <yao.qi@linaro.org>
2400
2401 * gdb.trace/trace-condition.c: New file.
2402 * gdb.trace/trace-condition.exp: New file.
2403
2404 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
2405
2406 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2407 for testing bytecode compilation.
2408
2409 2015-09-16 Pedro Alves <palves@redhat.com>
2410 Sandra Loosemore <sandra@codesourcery.com>
2411
2412 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2413 (SECONDS): Redefine.
2414 (main): Call pthread_kill and alarm early.
2415 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2416 support.
2417 (test): If the target can't hardware step and doesn't support
2418 displaced stepping, increase the timeout.
2419
2420 2015-09-16 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2423 (enable_debug): New procedures.
2424 (test): Use them. Bail out if waiting for threads fails.
2425 (top level): Bail out if a test fails.
2426
2427 2015-09-16 Yao Qi <yao.qi@linaro.org>
2428
2429 * gdb.asm/asm-source.exp: Set asm-arch for
2430 aarch64*-*-* target.
2431 * gdb.asm/aarch64.inc: New file.
2432
2433 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2434
2435 * gdb.ada/array_of_variable_length.exp: New testcase.
2436 * gdb.ada/array_of_variable_length/foo.adb: New file.
2437 * gdb.ada/array_of_variable_length/pck.adb: New file.
2438 * gdb.ada/array_of_variable_length/pck.ads: New file.
2439
2440 2015-09-15 Doug Evans <dje@google.com>
2441
2442 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2443 of function static local variable.
2444
2445 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2446
2447 * gdb.threads/tls-so_extern.exp: New test file.
2448 * gdb.threads/tls-so_extern.c: New test file.
2449 * gdb.threads/tls-so_extern_main.c: New test file.
2450
2451 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 * gdb.opt/solib-intra-step-lib.c: New file.
2454 * gdb.opt/solib-intra-step-main.c: New file.
2455 * gdb.opt/solib-intra-step.exp: New file.
2456
2457 2015-09-15 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2460 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2461
2462 2015-09-14 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/hook-stop-continue.c: Delete.
2465 * gdb.base/hook-stop-continue.exp: Delete.
2466 * gdb.base/hook-stop-frame.c: Delete.
2467 * gdb.base/hook-stop-frame.exp: Delete.
2468 * gdb.base/hook-stop.c: New file.
2469 * gdb.base/hook-stop.exp: New file.
2470
2471 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2472
2473 * gdb.ada/access_to_packed_array.exp: New testcase.
2474 * gdb.ada/access_to_packed_array/foo.adb: New file.
2475 * gdb.ada/access_to_packed_array/pack.adb: New file.
2476 * gdb.ada/access_to_packed_array/pack.ads: New file.
2477
2478 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2479
2480 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2481 buffer size test.
2482
2483 2015-09-11 Don Breazeal <donb@codesourcery.com>
2484
2485 * gdb.base/foll-exec.c: Add copyright header. Fix
2486 formatting issues.
2487 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2488 (do_exec_tests): Use clean_restart in place of zap_session,
2489 and for test initialization. Fix formatting issues. Use
2490 fail in place of perror.
2491 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2492 an expect statement to match an expression with output from
2493 the program under debug.
2494 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2495 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2496 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2497 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2498 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2499
2500 2015-09-09 Doug Evans <dje@google.com>
2501
2502 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2503
2504 2015-09-09 Doug Evans <dje@google.com>
2505
2506 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2507
2508 2015-09-09 Doug Evans <dje@google.com>
2509
2510 * gdb.base/savedregs.exp: Fix typo.
2511
2512 2015-09-09 Pedro Alves <palves@redhat.com>
2513
2514 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2515
2516 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2517
2518 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2519 command actually switches threads. Give up on remaining
2520 tests if target fails to stop at breakpoint.
2521
2522 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2523
2524 * gdb.ada/funcall_char.exp: New testcase.
2525 * gdb.ada/funcall_char/foo.adb: New file.
2526
2527 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2528
2529 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2530 expected outputs. Add two testcases for completing ambiguous
2531 functions.
2532 * gdb.ada/complete/aux_pck.adb: New file.
2533 * gdb.ada/complete/aux_pck.ads: New file.
2534 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2535 Ambiguous_Func functions.
2536 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2537 * gdb.ada/complete/pck.adb: Likewise.
2538
2539 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2540
2541 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2542 failures to run the test program under GDB.
2543
2544 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
2545
2546 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2547 to C.
2548
2549 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2550
2551 * gdb.base/run-after-attach.exp: New test file.
2552 * gdb.base/run-after-attach.c: New test file.
2553
2554 2015-08-26 Don Breazeal <donb@codesourcery.com>
2555
2556 * gdb.base/foll-exec-2.c: New test program.
2557 * gdb.base/foll-exec-2.exp: New test.
2558
2559 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2560
2561 * gdb.base/nested-subp1.exp: New file.
2562 * gdb.base/nested-subp1.c: New file.
2563 * gdb.base/nested-subp2.exp: New file.
2564 * gdb.base/nested-subp2.c: New file.
2565 * gdb.base/nested-subp3.exp: New file.
2566 * gdb.base/nested-subp3.c: New file.
2567
2568 2015-08-24 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.server/connect-without-multi-process.c: New file.
2571 * gdb.server/connect-without-multi-process.exp: New file.
2572
2573 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2574
2575 * gdb.opt/inline-markers.c: Make z int.
2576
2577 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2578
2579 * gdb.opt/inline-markers.c: Make z volatile.
2580
2581 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2582
2583 * gdb.opt/inline-bt.c: New volatile global z.
2584 * gdb.opt/inline-cmds.c: Likewise.
2585 * gdb.opt/inline-locals.c: Likewise.
2586 * gdb.opt/inline-markers.c: New extern global z.
2587 (marker): Use z.
2588 (inline_fn): Likewise.
2589
2590 2015-08-24 Pedro Alves <palves@redhat.com>
2591
2592 * config/m32r-stub.exp: Remove file.
2593 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2594 * gdb.base/call-rt-st.exp: Likewise.
2595 * gdb.base/call-strs.exp: Likewise.
2596 * gdb.base/default.exp: Remove references to h8300-*-hms and
2597 *-*-udi*.
2598 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2599
2600 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2601
2602 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2603 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2604 and "return" use KFAIL when GDB can not read/write the vector
2605 return value.
2606
2607 2015-08-21 Gary Benson <gbenson@redhat.com>
2608
2609 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2610
2611 2015-08-20 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.server/solib-list.exp: No longer expect an interior stop in
2614 non-stop mode.
2615
2616 2015-08-20 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.server/connect-stopped-target.c: New file.
2619 * gdb.server/connect-stopped-target.exp: New file.
2620
2621 2015-08-20 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.dwarf2/comp-unit-lang.exp: New file.
2624 * gdb.dwarf2/comp-unit-lang.c: New file.
2625
2626 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2627
2628 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2629 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2630
2631 2015-08-19 Kevin Buettner <kevinb@redhat.com>
2632
2633 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2634 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2635
2636 2015-08-18 Doug Evans <dje@google.com>
2637 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2638
2639 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2640 skip_python_tests. New arg prompt_regexp.
2641 (skip_python_tests): New function.
2642 * lib/mi-support.exp (mi_skip_python_tests): New function.
2643 * gdb.python/py-mi-objfile-gdb.py: New file.
2644 * gdb.python/py-mi-objfile.c: New file.
2645 * gdb.python/py-mi-objfile.exp: New file.
2646
2647 2015-08-17 Keith Seitz <keiths@redhat.com>
2648
2649 * gdb.linespec/explicit.exp: Move strace test from here ...
2650 * gdb.trace/strace.exp: ... to here.
2651
2652 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2653
2654 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2655 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2656
2657 2015-08-14 Doug Evans <xdje42@gmail.com>
2658
2659 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2660 inferior before selecting a new file.
2661
2662 2015-08-14 Doug Evans <xdje42@gmail.com>
2663
2664 * gdb.mi/mi-disassemble.exp: Update.
2665 * gdb.base/disasm-optim.S: New file.
2666 * gdb.base/disasm-optim.c: New file.
2667 * gdb.base/disasm-optim.h: New file.
2668 * gdb.base/disasm-optim.exp: New file.
2669
2670 2015-08-14 Keith Seitz <keiths@redhat.com>
2671
2672 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2673 "evaluated-by".
2674
2675 2015-08-13 Joel Brobecker <brobecker@adacore.com>
2676
2677 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2678
2679 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2680
2681 * gdb.ada/fun_renaming.exp: New testcase.
2682 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2683 * gdb.ada/fun_renaming/pack.adb: New file.
2684 * gdb.ada/fun_renaming/pack.ads: New file.
2685
2686 2015-08-12 Keith Seitz <keiths@redhat.com>
2687
2688 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2689 gdb_get_line_number.
2690
2691 2015-08-12 Joel Brobecker <brobecker@adacore.com>
2692
2693 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2694 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2695 gdb.base/dso2dso.exp: New files.
2696
2697 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2698 Pedro Alves <palves@redhat.com>
2699 Keith Seitz <keiths@redhat.com>
2700
2701 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2702 GDBFLAGS.
2703
2704 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2705
2706 * gdb.base/gdbhistsize-history.exp
2707 (test_histsize_history_setting): Use save_vars.
2708 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2709 Use save_vars.
2710 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2711 * gdb.base/readline.exp: Use save_vars.
2712
2713 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2714
2715 * lib/gdb.exp (save_vars): New proc.
2716
2717 2015-08-11 Keith Seitz <keiths@redhat.com>
2718
2719 * gdb.base/help.exp: Update help_breakpoint_text.
2720
2721 2015-08-11 Keith Seitz <keiths@redhat.com>
2722
2723 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2724 (at toplevel): Call test_explicit_breakpoints.
2725 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2726 breakpoints.
2727 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2728 breakpoint conditions, "-cond".
2729
2730 2015-08-11 Keith Seitz <keiths@redhat.com>
2731
2732 * gdb.linespec/3explicit.c: New file.
2733 * gdb.linespec/cpexplicit.cc: New file.
2734 * gdb.linespec/cpexplicit.exp: New file.
2735 * gdb.linespec/explicit.c: New file.
2736 * gdb.linespec/explicit.exp: New file.
2737 * gdb.linespec/explicit2.c: New file.
2738 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2739 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2740 before using in the matching pattern.
2741 Clarify that `prefix' is a regular expression.
2742
2743 2015-08-11 Keith Seitz <keiths@redhat.com>
2744
2745 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2746 test.
2747 Add tests for missing ",FMT" and ",".
2748
2749 2015-08-10 Doug Evans <dje@google.com>
2750 Keith Seitz <keiths@redhat.com>
2751
2752 PR gdb/17960
2753 * gdb.base/completion.exp: Add location completer tests.
2754
2755 2015-08-07 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2758 tests here.
2759 (top level): Run do_test with and without displaced stepping.
2760
2761 2015-08-07 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/valgrind-disp-step.c: New file.
2764 * gdb.base/valgrind-disp-step.exp: New file.
2765
2766 2015-08-07 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2769 Delete function.
2770 (main): Add alarm. Run an infinite loop instead of calling
2771 wait_threads.
2772 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2773 comment.
2774 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2775 Delete function.
2776 (main): Add alarm. Run an infinite loop instead of calling
2777 wait_threads.
2778 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2779 comment.
2780
2781 2015-08-07 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/checkpoint-ns.exp: New file.
2784 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2785 standard_testfile.
2786
2787 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2788
2789 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2790 * gdb.btrace/instruction_history.exp: Update.
2791 * gdb.btrace/tsx.exp: New.
2792 * gdb.btrace/tsx.c: New.
2793
2794 2015-08-06 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2797 increase timeout.
2798 * gdb.reverse/until-precsave.exp: Bump timeouts.
2799
2800 2015-08-06 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2803
2804 2015-08-06 Pedro Alves <palves@redhat.com>
2805
2806 PR gdb/18749
2807 * gdb.threads/process-dies-while-handling-bp.c: New file.
2808 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2809
2810 2015-08-06 Pedro Alves <palves@redhat.com>
2811
2812 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2813 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2814
2815 2015-08-05 Pedro Alves <palves@redhat.com>
2816
2817 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2818 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2819
2820 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2821
2822 * gdb.base/bp-permanent.exp: Report test as unsupported if
2823 the target cannot stop at the permanent breakpoint.
2824
2825 2015-08-03 Doug Evans <dje@google.com>
2826
2827 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2828 10000.
2829
2830 2015-08-03 Doug Evans <dje@google.com>
2831
2832 * Makefile.in (workers/%.worker, build-perf): New rule.
2833 (GDB_PERFTEST_MODE): New variable.
2834 (check-perf): Use it.
2835 (clean): Clean up gdb.perf parallel build subdirs.
2836 * lib/build-piece.exp: New file.
2837 * lib/gdb.exp (make_gdb_parallel_path): New function
2838 (standard_output_file, standard_temp_file): Call it.
2839 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2840 of $GDB_PARALLEL.
2841 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2842
2843 2015-08-03 Doug Evans <dje@google.com>
2844
2845 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
2846 (LOG_FILE_NAME): New global.
2847 (TextReporter.__init__): Initialize self.txt_sum.
2848 (TextReporter.report): Add support for multiple data-points.
2849 Move report to perftest.sum, put raw data in perftest.log.
2850 (TextReporter.start): Open sum and log files.
2851 (TextReporter.end): Close sum and log files.
2852 * gdb.perf/lib/perftest/testresult.py
2853 (SingleStatisticTestResult.record): Handle multiple data-points.
2854
2855 2015-07-31 Pedro Alves <palves@redhat.com>
2856
2857 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2858 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2859 kill_wait_spawned_process instead of explicit "kill -9".
2860 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2861 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2862 kill_wait_spawned_process.
2863 * gdb.base/attach-twice.exp: Likewise.
2864 * gdb.base/attach.exp: Likewise.
2865 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2866 gdb_test_multiple.
2867 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2868 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2869 kill_wait_spawned_process.
2870 * gdb.base/valgrind-infcall.exp: Likewise.
2871 * gdb.multi/multi-attach.exp: Likewise.
2872 * gdb.python/py-prompt.exp: Likewise.
2873 * gdb.python/py-sync-interp.exp: Likewise.
2874 * gdb.server/ext-attach.exp: Likewise.
2875 * gdb.threads/attach-into-signal.exp (corefunc): Use
2876 spawn_wait_for_attach, spawn_id_get_pid and
2877 kill_wait_spawned_process.
2878 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2879 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2880 spawn_id_get_pid and kill_wait_spawned_process.
2881 * gdb.threads/attach-stopped.exp (corefunc): Use
2882 spawn_wait_for_attach, spawn_id_get_pid and
2883 kill_wait_spawned_process.
2884 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2885 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2886 kill_wait_spawned_process instead of explicit "kill -9".
2887 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2888 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2889 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2890 processes. Don't map cygwin/windows pids here. Now returns a
2891 spawn id list.
2892
2893 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2894
2895 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2896 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2897 correct patch.
2898
2899 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2900
2901 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2902
2903 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2904
2905 Reapply:
2906 2014-05-21 Mark Wielaard <mjw@redhat.com>
2907
2908 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2909
2910 2015-07-30 Pedro Alves <palves@redhat.com>
2911
2912 * linux-low.c (handle_extended_wait): Set the child's last
2913 reported status to TARGET_WAITKIND_STOPPED.
2914
2915 2015-07-30 Pedro Alves <palves@redhat.com>
2916
2917 PR threads/18600
2918 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2919 only shows inferior 1.
2920
2921 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2922 Pedro Alves <palves@redhat.com>
2923
2924 PR threads/18600
2925 * gdb.threads/fork-plus-threads.c: New file.
2926 * gdb.threads/fork-plus-threads.exp: New file.
2927
2928 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2929
2930 * gdb.base/batch-preserve-term-settings.exp
2931 (test_terminal_settings_preserved_after_cli_exit): Use
2932 send_quit_command.
2933
2934 2015-07-29 Pedro Alves <palves@redhat.com>
2935 Don Breazeal <donb@codesourcery.com>
2936
2937 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2938 output from both inferior_spawn_id and gdb_spawn_id.
2939
2940 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2941
2942 * gdb.threads/attach-into-signal.exp (corefunc): Use
2943 with_test_prefix on nested loops, uniquefying the test messages.
2944
2945 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2946
2947 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2948 commit.
2949
2950 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2951
2952 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2953 New proc.
2954 (test_terminal_settings_preserved_after_sigterm): New test.
2955
2956 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2957
2958 * gdb.base/batch-preserve-term-settings.exp
2959 (test_terminal_settings_preserved_after_cli_exit): New test.
2960
2961 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2962
2963 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2964 manipulation of saved_gdbflags.
2965 (test_terminal_settings_preserved): Remove global declaration of
2966 the unused variable pagination_prompt. Remove manipulation of
2967 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2968 GDBFLAGS.
2969
2970 2015-07-29 Pedro Alves <palves@redhat.com>
2971
2972 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2973
2974 2015-07-29 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2977 at the top.
2978
2979 2015-07-29 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2982 (main): Call gdb_unbuffer_output.
2983 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2984 (main): Call gdb_unbuffer_output.
2985 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2986 (main): Call gdb_unbuffer_output.
2987 * gdb.base/call-strs.exp: Adjust to step over the
2988 gdb_unbuffer_output call.
2989 * gdb.base/catch-gdb-caused-signals.c: Include
2990 "../lib/unbuffer_output.c".
2991 (main): Call gdb_unbuffer_output.
2992 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2993 (main): Call gdb_unbuffer_output.
2994 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2995 (main): Call gdb_unbuffer_output.
2996 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2997 (main): Call gdb_unbuffer_output.
2998 * gdb.base/shlib-call.exp: Adjust to step over the
2999 gdb_unbuffer_output call.
3000 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3001 (main): Call gdb_unbuffer_output.
3002 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3003 (main): Call gdb_unbuffer_output.
3004 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3005 (main): Rename to ...
3006 (test): ... this.
3007 (main): Reimplement.
3008 * gdb.base/varargs.exp: Run to test instead of to main.
3009 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3010 (main): Call gdb_unbuffer_output.
3011
3012 2015-07-29 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3015 factore out from mi_continue_dprintf. For call-style dprintfs,
3016 expect dprintf output out of $inferior_spawn_id.
3017 (mi_continue_dprintf): Use mi_expect_dprintf.
3018 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3019 (main): Call gdb_unbuffer_output.
3020
3021 2015-07-29 Pedro Alves <palves@redhat.com>
3022
3023 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3024 (default_mi_gdb_start): Set inferior_spawn_id instead of
3025 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3026 gdb_spawn_id.
3027 (mi_gdb_test): Always expect inferior output from both
3028 $inferior_spawn_id and $gdb_spawn_id.
3029
3030 2015-07-29 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3033 send_inferior and $inferior_spawn_id.
3034
3035 2015-07-29 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.gdb/complaints.exp (test_initial_complaints)
3038 (test_serial_complaints, test_short_complaints): Use
3039 gdb_test_stdio.
3040 (test_empty_complaint): Handle $inferior_spawn_id !=
3041 $gdb_spawn_id.
3042
3043 2015-07-29 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.base/varargs.exp: Use gdb_test_stdio.
3046
3047 2015-07-29 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3050
3051 2015-07-29 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3054
3055 2015-07-29 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3058 parameter into two new parameters, "inf_result" and "gdb_result".
3059 Expect inferior output and gdb output from $inferior_spawn_id and
3060 $gdb_spawn_id, respectively. Adjust all callers.
3061
3062 2015-07-29 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3065 of gdb_test_sequence.
3066
3067 2015-07-29 Pedro Alves <palves@redhat.com>
3068
3069 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3070 (saw_spurious_output): Expect inferior output from
3071 $inferior_spawn_id. Use gdb_test_stdio.
3072
3073 2015-07-29 Pedro Alves <palves@redhat.com>
3074
3075 * gdb.base/dprintf.exp: Use standard_testfile. Change
3076 prepare_for_testing call.
3077 (srcfile): Don't set.
3078 (restart): New procedure.
3079 (test_dprintf): New procecure, use to continue over dprintfs.
3080 (test_call, test_agent): New procedures, tests moved here.
3081 Restart gdb and recreate dprintfs. Adjust expected output.
3082
3083 2015-07-29 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3086
3087 2015-07-29 Pedro Alves <palves@redhat.com>
3088
3089 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3090
3091 2015-07-29 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3094 gdb_test_stdio.
3095
3096 2015-07-29 Pedro Alves <palves@redhat.com>
3097
3098 * lib/gdb.exp (gdb_test_stdio): New procedure.
3099
3100 2015-07-29 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3103
3104 2015-07-29 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/call-signal-resume.exp: Remove check for
3107 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3108 * gdb.base/unwindonsignal.exp: Likewise.
3109 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3110 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3111
3112 2015-07-29 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.base/siginfo-addr.c (pass): New function.
3115 (handler): Call it iff si_addr is correct.
3116 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3117 Set a breakpoint at "pass" and continue to it.
3118
3119 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3120
3121 * gdb.python/py-objfile.exp: Make some tests have unique names.
3122 * gdb.python/py-pp-registration.exp: Likewise.
3123
3124 2015-07-28 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3127
3128 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3129
3130 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3131
3132 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3135
3136 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3137
3138 * gdb.base/gdb-sigterm-2.exp: New test.
3139
3140 2015-07-25 Doug Evans <xdje42@gmail.com>
3141
3142 Revert:
3143 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3144 (workers/%.worker, build-perf): New rule.
3145 (GDB_PERFTEST_MODE): New variable.
3146 (check-perf): Use it.
3147 (clean): Clean up gdb.perf parallel build subdirs.
3148 * lib/build-piece.exp: New file.
3149 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3150 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3151 name.
3152 (standard_temp_file): Ditto.
3153 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3154 of $GDB_PARALLEL.
3155
3156 2015-07-24 Doug Evans <dje@google.com>
3157
3158 * gdb.perf/lib/perftest/utils.py: New file.
3159 * gdb.perf/gm-hello.cc: New file.
3160 * gdb.perf/gm-pervasive-typedef.cc: New file.
3161 * gdb.perf/gm-pervasive-typedef.h: New file.
3162 * gdb.perf/gm-std.cc: New file.
3163 * gdb.perf/gm-std.h: New file.
3164 * gdb.perf/gm-use-cerr.cc: New file.
3165 * gdb.perf/gm-utils.h: New file.
3166 * gdb.perf/gmonster-null-lookup.py: New file.
3167 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3168 * gdb.perf/gmonster-print-cerr.py: New file.
3169 * gdb.perf/gmonster-ptype-string.py: New file.
3170 * gdb.perf/gmonster-runto-main.py: New file.
3171 * gdb.perf/gmonster-select-file.py: New file.
3172 * gdb.perf/gmonster1-null-lookup.exp: New file.
3173 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3174 * gdb.perf/gmonster1-print-cerr.exp: New file.
3175 * gdb.perf/gmonster1-ptype-string.exp: New file.
3176 * gdb.perf/gmonster1-runto-main.exp: New file.
3177 * gdb.perf/gmonster1-select-file.exp: New file.
3178 * gdb.perf/gmonster1.cc: New file.
3179 * gdb.perf/gmonster1.exp: New file.
3180 * gdb.perf/gmonster2-null-lookup.exp: New file.
3181 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3182 * gdb.perf/gmonster2-print-cerr.exp: New file.
3183 * gdb.perf/gmonster2-ptype-string.exp: New file.
3184 * gdb.perf/gmonster2-runto-main.exp: New file.
3185 * gdb.perf/gmonster2-select-file.exp: New file.
3186 * gdb.perf/gmonster2.cc: New file.
3187 * gdb.perf/gmonster2.exp: New file.
3188
3189 2015-07-24 Doug Evans <dje@google.com>
3190
3191 * gdb.perf/README: New file.
3192 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3193 * lib/gen-perf-test.exp: New file.
3194
3195 2015-07-24 Doug Evans <dje@google.com>
3196
3197 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3198 (PerfTest::startup): New function.
3199 (PerfTest::run): Return result of calling body.
3200 (PerfTest::assemble): Rewrite.
3201 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3202 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3203 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3204 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3205 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3206
3207 2015-07-24 Doug Evans <dje@google.com>
3208
3209 * lib/gdb.exp (clean_restart): Make executable optional.
3210
3211 2015-07-24 Doug Evans <dje@google.com>
3212
3213 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3214 compiler_info references.
3215 * gdb.cp/temargs.exp: Ditto.
3216 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3217 (get_compiler_info): Early exit if already computed. Set compiler_info
3218 to "unknown" if there was a problem.
3219 (test_compiler_info): Add function comment. Call get_compiler_info.
3220
3221 2015-07-24 Doug Evans <dje@google.com>
3222
3223 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3224 (workers/%.worker, build-perf): New rule.
3225 (GDB_PERFTEST_MODE): New variable.
3226 (check-perf): Use it.
3227 (clean): Clean up gdb.perf parallel build subdirs.
3228 * lib/build-piece.exp: New file.
3229 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3230 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3231 name.
3232 (standard_temp_file): Ditto.
3233 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3234 of $GDB_PARALLEL.
3235
3236 2015-07-24 Doug Evans <dje@google.com>
3237
3238 * lib/future.exp (gdb_default_target_compile): New option
3239 "early_flags".
3240 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3241 --as-needed.
3242
3243 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3244
3245 * gdb.base/catch-syscall.exp: Call gdb_exit before
3246 gdb_skip_xml_test.
3247
3248 2015-07-24 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.python/py-events.exp: Accept output between the stop event
3251 and the prompt.
3252 * gdb.python/py-evsignal.exp: Likewise.
3253 * gdb.python/py-evthreads.exp: Likewise.
3254
3255 2015-07-24 Pedro Alves <palves@redhat.com>
3256
3257 PR gdb/18717
3258 * gdb.threads/non-ldr-exit.c: New file.
3259 * gdb.threads/non-ldr-exit.exp: New file.
3260
3261 2015-07-24 Yao Qi <yao.qi@linaro.org>
3262
3263 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3264 restarting process.
3265
3266 2015-07-24 Yao Qi <yao.qi@linaro.org>
3267
3268 * gdb.server/ext-restart.exp: New file.
3269
3270 2015-07-24 Yao Qi <yao.qi@linaro.org>
3271
3272 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3273 argument options.
3274 * gdb.server/ext-wrapper.exp: New file.
3275
3276 2015-07-23 Doug Evans <dje@google.com>
3277
3278 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3279 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3280
3281 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3282
3283 * gdb.ada/var_arr_typedef.exp: New testcase.
3284 * gdb.ada/var_arr_typedef/pack.adb: New file.
3285 * gdb.ada/var_arr_typedef/pack.ads: New file.
3286 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3287
3288 2015-07-20 Joel Brobecker <brobecker@adacore.com>
3289
3290 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3291
3292 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3293
3294 * gdb.arch/i386-biarch-core.exp: Replace istarget
3295 by "complete set gnutarget". Remove expectation for the "core-file"
3296 command.
3297
3298 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 Revert the previous commit:
3301 Tests for validate symbol file using build-id.
3302
3303 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3304
3305 Tests for validate symbol file using build-id.
3306 * gdb.base/solib-mismatch-lib.c: New file.
3307 * gdb.base/solib-mismatch-libmod.c: New file.
3308 * gdb.base/solib-mismatch.c: New file.
3309 * gdb.base/solib-mismatch.exp: New file.
3310
3311 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3312
3313 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3314 nios2-*-linux*.
3315 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3316 * gdb.base/siginfo.exp: Likewise.
3317 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3318
3319 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3320
3321 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3322 Move it to ...
3323 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3324 ... here.
3325 * gdb.trace/range-stepping.exp: Check that the target supports
3326 range stepping.
3327
3328 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3329
3330 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3331
3332 2015-07-14 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.base/killed-outside.exp: New file.
3335 * gdb.base/killed-outside.c: New file.
3336
3337 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3338
3339 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3340 (n at main): New.
3341 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3342
3343 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3344
3345 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3346 infcall tests instead of setting up for KFAIL.
3347
3348 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3349
3350 * gdb.btrace/record_goto-step.exp: New.
3351
3352 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 PR compile/18484
3355 * gdb.compile/compile.c (struct struct_type): Add volatile to
3356 selffield's type.
3357 * gdb.compile/compile.exp
3358 (compile code struct_object.selffield = &struct_object): Skip further
3359 struct_object tests if this one xfails.
3360
3361 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
3362
3363 PR exp/18617
3364 * gdb.trace/ax.exp: Add test.
3365
3366 2015-07-07 Yao Qi <yao.qi@linaro.org>
3367
3368 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3369 instead of istarget "aarch64*-*-*".
3370 * gdb.arch/aarch64-fp.exp: Likewise.
3371 * gdb.base/float.exp: Likewise.
3372 * gdb.reverse/aarch64.exp: Likewise.
3373 * lib/gdb.exp (is_aarch64_target): New proc.
3374
3375 2015-07-07 Yao Qi <yao.qi@linaro.org>
3376
3377 * lib/gdb.exp (is_aarch32_target): New proc.
3378 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3379 instead of "istarget "arm*-*-*"".
3380 * gdb.arch/arm-disp-step.exp: Likewise.
3381 * gdb.arch/thumb-bx-pc.exp: Likewise.
3382 * gdb.arch/thumb-prologue.exp: Likewise.
3383 * gdb.arch/thumb-singlestep.exp: Likewise.
3384 * gdb.base/disp-step-syscall.exp: Likewise.
3385 * gdb.base/float.exp: Likewise.
3386
3387 2015-07-07 Yao Qi <yao.qi@linaro.org>
3388
3389 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3390 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3391
3392 2015-07-07 Yao Qi <yao.qi@linaro.org>
3393
3394 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3395 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3396 if it exists.
3397 * gdb.multi/multi-arch.exp: Likewise.
3398
3399 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3400
3401 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3402 print.
3403
3404 2015-07-07 Yao Qi <yao.qi@linaro.org>
3405
3406 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3407
3408 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3409
3410 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3411 '[' and ']' characters.
3412
3413 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3414
3415 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3416
3417 2015-06-29 Pedro Alves <palves@redhat.com>
3418
3419 PR threads/18127
3420 * gdb.threads/hand-call-new-thread.c: New file.
3421 * gdb.threads/hand-call-new-thread.c: New file.
3422
3423 2015-06-26 Keith Seitz <keiths@redhat.com>
3424 Doug Evans <dje@google.com>
3425
3426 PR 16253
3427 * gdb.cp/var-tag-2.cc: New file.
3428 * gdb.cp/var-tag-3.cc: New file.
3429 * gdb.cp/var-tag-4.cc: New file.
3430 * gdb.cp/var-tag.cc: New file.
3431 * gdb.cp/var-tag.exp: New file.
3432
3433 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3434
3435 * gdb.base/history-duplicates.exp: New test.
3436
3437 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3438
3439 * gdb.base/completion.exp: Test the completion of the "focus"
3440 command.
3441
3442 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3443
3444 * gdb.arch/amd64-prologue-skip.S: New file.
3445 * gdb.arch/amd64-prologue-skip.exp: New file.
3446
3447 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3448
3449 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3450 is_address_zero_readable check.
3451
3452 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3453
3454 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3455 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3456
3457 2015-06-24 Yao Qi <yao.qi@linaro.org>
3458
3459 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3460 linux targets.
3461
3462 2015-06-24 Yao Qi <yao.qi@linaro.org>
3463
3464 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3465 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3466 * gdb.base/siginfo-thread.exp: Likewise.
3467
3468 2015-06-22 Yao Qi <yao.qi@linaro.org>
3469
3470 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3471
3472 2015-06-22 Yao Qi <yao.qi@linaro.org>
3473
3474 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3475 aarch64*-*-*.
3476 (skip_hw_watchpoint_tests): Likewise.
3477
3478 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3479
3480 * gdb.base/gdbinit-history.exp: Test the interaction between
3481 setting GDBHISTSIZE and setting the history size via .gdbinit.
3482
3483 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3484
3485 PR gdb/16999
3486 * gdb.base/gdbhistsize-history.exp: New test.
3487
3488 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3489
3490 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3491 with GDBHISTSIZE.
3492 * gdb.base/readline.exp: Likewise.
3493
3494 2015-06-17 Yao Qi <yao.qi@linaro.org>
3495
3496 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3497 line.
3498
3499 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3500
3501 * gdb.base/gdbinit-history.exp: Add test case to check that
3502 an unlimited history file does not get truncated on exit.
3503
3504 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3505
3506 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3507 (VECTOR): New macro. Use it...
3508 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3509 ...for these typedefs.
3510 (int8, char1, int1, double1): New typedefs.
3511 (struct just_int2, struct two_int2): New structures.
3512 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3513 (add_structvecs, add_singlevecs): New functions.
3514 (main): Call add_some_intvecs twice.
3515 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3516 the compile and exit upon failure. Try compiling for the "native"
3517 architecture. Test inferior function calls with vector arguments
3518 and vector return value handling with "finish" and "return".
3519
3520 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3521
3522 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3523 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3524 PE file.
3525 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3526
3527 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3528
3529 PR breakpoints/16465
3530 * gdb.mi/mi-dprintf-pending.c: New file.
3531 * gdb.mi/mi-dprintf-pending.exp: New test.
3532 * gdb.mi/mi-dprintf-pendshr.c: New file.
3533
3534 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3535 Mircea Gherzan <mircea.gherzan@intel.com>
3536
3537 * gdb.arch/i386-mpx-map.c: New file.
3538 * gdb.arch/i386-mpx-map.exp: New File.
3539
3540 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3541
3542 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3543 * gdb.arch/i386-mpx.exp: Indentation fixed.
3544
3545 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3546
3547 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3548 function and improved indentation.
3549 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3550 gdb_test_multiple. Added additional tests to skip the test.
3551
3552 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3553
3554 * gdb.arch/i386-avx512.c: Change path in include file.
3555 * gdb.arch/i386-avx512.exp: Change include dir path
3556 compilation flag.
3557 * gdb.arch/i386-mpx.c: Change path in include file.
3558 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3559 flag.
3560
3561 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * gdb.compile/compile-print.exp (compile print *vararray@3)
3564 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3565
3566 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3567
3568 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3569 (do not keep jit in memory): ... this.
3570 (expect 5): Change it to ...
3571 (expect no 5): ... this.
3572
3573 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3574
3575 PR gdb/15564
3576 * gdb.mi/mi-detach.exp: New file.
3577
3578 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3579
3580 PR symtab/18392
3581 * gdb.arch/amd64-tailcall-self.S: New file.
3582 * gdb.arch/amd64-tailcall-self.c: New file.
3583 * gdb.arch/amd64-tailcall-self.exp: New file.
3584
3585 2015-05-28 Don Breazeal <donb@codesourcery.com>
3586
3587 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3588 tests for remote targets by checking is_target_gdbserver.
3589
3590 2015-05-27 Doug Evans <dje@google.com>
3591
3592 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3593 * gdb.dwarf2/opaque-type-lookup.c: New file.
3594 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3595
3596 2015-05-26 Doug Evans <dje@google.com>
3597
3598 * gdb.cp/iostream.cc: New file.
3599 * gdb.cp/iostream.exp: New file.
3600
3601 2015-05-26 Doug Evans <dje@google.com>
3602
3603 * gdb.dwarf2/dw2-op-call.exp: Update.
3604 * gdb.dwarf2/dw4-sig-types.exp: Update.
3605 * gdb.dwarf2/implptr.exp: Update.
3606 * gdb.mi/mi-cmd-param-changed.exp: Update.
3607
3608 2015-05-26 Doug Evans <dje@google.com>
3609
3610 * gdb.python/py-lazy-string.c: New file.
3611 * gdb.python/py-lazy-string.exp: New file.
3612 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3613 (main): Update. Add estring3.
3614 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3615 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3616
3617 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
3618 Yao Qi <yao.qi@linaro.org>
3619
3620 * gdb.reverse/aarch64.c: New.
3621 * gdb.reverse/aarch64.exp: New.
3622
3623 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
3624
3625 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3626 (supports_reverse): Likewise.
3627
3628 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3629
3630 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3631 Use with_test_prefix.
3632
3633 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3634
3635 * gdb.base/completion.exp: Add test for completion of layout
3636 names.
3637
3638 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * lib/gdb.exp (skip_tui_tests): New proc.
3641 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3642
3643 2015-05-19 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3646 Save the whole env array instead of just HOME. Unset HISTSIZE in
3647 the environment while testing. Restore whole environment
3648 afterwards.
3649
3650 2015-05-16 Doug Evans <xdje42@gmail.com>
3651
3652 * gdb.guile/scm-ports.c: New file.
3653 * gdb.guile/scm-ports.exp: Add memory port tests.
3654
3655 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3656
3657 * gdb.compile/compile-print.c: New file.
3658 * gdb.compile/compile-print.exp: New file.
3659
3660 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 * gdb.compile/compile-ops.exp: Cast param to void.
3663 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3664 (compile code struct_object.selffield = &struct_object): Add xfail.
3665
3666 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.ada/arr_enum_with_gap: New testcase.
3669
3670 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3671
3672 * gdb.ada/byte_packed_arr: New testcase.
3673
3674 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3675
3676 * gdb.ada/pckd_neg: New testcase.
3677
3678 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3679
3680 PR gdb/17820
3681 * gdb.base/gdbinit-history.exp: New test.
3682 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3683 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3684
3685 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3686
3687 * gdb.python/py-xmethods.cc: Enhance test case.
3688 * gdb.python/py-xmethods.exp: New tests.
3689 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3690 function.
3691 (B_indexoper): Likewise.
3692 (global_dm_list) : Add new xmethod worker functions.
3693
3694 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3695
3696 * gdb.base/coredump-filter.exp: Correctly unset
3697 "coredump_var_addr" array.
3698
3699 2015-05-08 Pedro Alves <palves@redhat.com>
3700
3701 * gdb.server/non-existing-program.exp: Unset spawn_id.
3702
3703 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3704
3705 PR python/18291
3706 * gdb.python/py-xmethods.exp: Add tests.
3707
3708 2015-05-08 Yao Qi <yao.qi@linaro.org>
3709
3710 PR gdb/18208
3711 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3712 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3713 function set_coredump_filter, and remove remote_exec call.
3714 Remove argument ipid. Callers update.
3715 (top level): Don't get inferior's PID.
3716
3717 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3718
3719 * gdb.base/watch_thread_num.exp: Skip test on targets without
3720 access watchpoints.
3721
3722 2015-05-06 Pedro Alves <palves@redhat.com>
3723
3724 PR server/18081
3725 * gdb.server/non-existing-program.exp: New file.
3726
3727 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3728
3729 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3730
3731 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3732
3733 * gdb.ada/out_of_line_in_inlined: New testcase.
3734
3735 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3736
3737 * gdb.ada/var_rec_arr: New testcase.
3738
3739 2015-04-30 Yao Qi <yao.qi@linaro.org>
3740
3741 * gdb.base/break-idempotent.exp: If
3742 skip_hw_watchpoint_multi_tests returns true, skip the tests
3743 on "rwatch" and "awatch".
3744
3745 2015-04-30 Yao Qi <yao.qi@linaro.org>
3746
3747 * gdb.base/relativedebug.exp: Invoke gdb command
3748 "info sharedlibrary", and if libc.so doesn't have debug info,
3749 skip the test.
3750
3751 2015-04-29 Doug Evans <dje@google.com>
3752
3753 * gdb.python/py-xmethods.exp: Add ptype tests.
3754 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3755 get_result_type method.
3756
3757 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3758
3759 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3760 the target does not support hardware watchpoints.
3761
3762 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3763
3764 * gdb.base/break-always.exp: Abort testing if writing to memory
3765 causes an error.
3766
3767 2015-04-28 Doug Evans <dje@google.com>
3768
3769 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3770 * gdb.python/py-pp-registration.exp: ... here. New file.
3771 * gdb.python/py-pp-registration.c: New file.
3772 * gdb.python/py-pp-registration.py: New file.
3773
3774 2015-04-28 Doug Evans <dje@google.com>
3775
3776 * gdb.python/py-bad-printers.c: New file.
3777 * gdb.python/py-bad-printers.py: New file.
3778 * gdb.python/py-bad-printers.exp: New file.
3779
3780 2015-04-28 Sasha Smundak <asmundak@google.com>
3781
3782 * gdb.python/py-type.exp: New test.
3783
3784 2015-04-28 Andy Wingo <wingo@igalia.com>
3785
3786 * gdb.python/py-parameter.exp:
3787 * gdb.guile/scm-parameter.exp: Escape the path that we are
3788 matching against, as it might contain characters that are special
3789 to regular expressions.
3790
3791 2015-04-27 Joel Brobecker <brobecker@adacore.com>
3792
3793 * gdb.ada/rec_comp: New testcase.
3794
3795 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3796
3797 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3798 before using it.
3799
3800 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3801
3802 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3803 new tests for verilog output.
3804
3805 2015-04-24 Yao Qi <yao.qi@linaro.org>
3806
3807 * boards/remote-gdbserver-on-localhost.exp: New file.
3808
3809 2015-04-23 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3812 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3813 "end of file", remove $inferior_spawn_id from the indirect list.
3814
3815 2015-04-23 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3818
3819 2015-04-23 Pedro Alves <palves@redhat.com>
3820
3821 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3822 on $any_spawn_id instead of only on $gdb_spawn_id.
3823
3824 2015-04-21 Pierre Muller <muller@sourceware.org>
3825
3826 PR pascal/17815
3827 * lib/pascal.exp (gpc_compile): Add new option "class".
3828 (fpc_compile): Likewise.
3829 * gdb.pascal/case-insensitive-symbols.pas: New file.
3830 * gdb.pascal/case-insensitive-symbols.exp: New file.
3831
3832 2015-04-20 Gary Benson <gbenson@redhat.com>
3833
3834 * gdb.base/attach.exp: Fix three extended remote failures.
3835
3836 2015-04-17 Gary Benson <gbenson@redhat.com>
3837
3838 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3839 the main executable over the remote protocol.
3840
3841 2015-04-16 Pedro Alves <palves@redhat.com>
3842
3843 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3844 a new gdbserver if gdbserver_reconnect_p is set.
3845
3846 2015-04-16 Pedro Alves <palves@redhat.com>
3847
3848 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3849 is set, don't exit gdbserver.
3850
3851 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3852
3853 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3854 appropriate .insn, such that an older assembler can be used.
3855 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3856 the z/Architecture instruction set on 31-bit targets as well.
3857
3858 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3859
3860 * gdb.go/handcall.exp: Remove all logic related to the first
3861 breakpoint and rely on go_runto_main instead.
3862 * gdb.go/strings.exp: Likewise.
3863 * gdb.go/unsafe.exp: Likewise.
3864 * gdb.go/hello.exp: Likewise. Also rename the remaining
3865 breakpoint marker to "breakpoint 1".
3866 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3867 * gdb.go/strings.go: Likewise.
3868 * gdb.go/unsafe.go: Likewise.
3869 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3870 "set breakpoint 2 here" and rename the remaining breakpoint marker
3871 to "breakpoint 1".
3872
3873 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3874
3875 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3876 if itertools.imap is not present.
3877 * gdb.python/py-objfile.exp: Add parentheses.
3878 * gdb.python/py-type.exp: Same.
3879 * gdb.python/py-unwind-maint.py: Same.
3880
3881 2015-04-15 Yao Qi <yao.qi@linaro.org>
3882
3883 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3884 of ":$ptr_size" and set its form explicitly.
3885
3886 2015-04-15 Pedro Alves <palves@redhat.com>
3887 Yao Qi <yao.qi@linaro.org>
3888
3889 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3890 timeout by factor of 4.
3891 (test_regular_watch): Likewise.
3892 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3893 * gdb.reverse/sigall-reverse.exp: Likewise.
3894 * gdb.reverse/until-precsave.exp: Likewise.
3895 * lib/gdb.exp (with_timeout_factor): New proc.
3896 (gdb_expect): Move some code to ...
3897 (get_largest_timeout): ... here. New procedure.
3898
3899 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
3900
3901 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3902
3903 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3904
3905 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3906 to write to the .text section.
3907
3908 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3909
3910 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3911 Handle the case of targets that do not provide PID information.
3912
3913 2015-04-13 Yao Qi <yao.qi@linaro.org>
3914
3915 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3916 and use expect instead of gdb_expect.
3917
3918 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3919
3920 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3921 "coredump_var_addr" to avoid naming conflict with other testcases.
3922
3923 2015-04-10 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3926 gdb_test_sequence and gdb_assert.
3927
3928 2015-04-10 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3931 test messages that don't include the breakpoint address.
3932
3933 2015-04-10 Yao Qi <yao.qi@linaro.org>
3934
3935 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3936 false for some offset and width combinations which aren't
3937 supported by linux kernel.
3938
3939 2015-04-10 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3942 procedure, factored out from ...
3943 (top level): ... here. Add "set displaced-stepping" testing axis.
3944 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3945 parameter "displaced". Use it.
3946 (top level): Use foreach and add "set displaced-stepping" testing
3947 axis.
3948
3949 2015-04-10 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3952 Remove comment.
3953 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3954 both the address of the instruction that triggers the watchpoint
3955 and the address of the instruction immediately after, and use
3956 those addresses for the test. Fix comment.
3957
3958 2015-04-10 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/sigstep.exp (breakpoint_to_handler)
3961 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3962 Test "backtrace" in handler.
3963 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3964 (top level): Add new "displaced" test axis to
3965 breakpoint_to_handler, breakpoint_to_handler_entry and
3966 breakpoint_over_handler.
3967
3968 2015-04-10 Pedro Alves <palves@redhat.com>
3969
3970 PR gdb/18216
3971 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3972
3973 2015-04-10 Yao Qi <yao.qi@linaro.org>
3974
3975 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3976 (test_add_rn_pc): New function.
3977 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3978 (top level): Invoke test_add_rn_pc.
3979
3980 2015-04-10 Pedro Alves <palves@redhat.com>
3981
3982 PR gdb/13858
3983 * gdb.base/step-over-no-symbols.exp: New file.
3984
3985 2015-04-09 Andy Wingo <wingo@igalia.com>
3986
3987 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3988 after the Python tests.
3989
3990 2015-04-08 Keith Seitz <keiths@redhat.com>
3991
3992 PR python/16699
3993 * gdb.python/py-completion.exp: New tests for completion.
3994 * gdb.python/py-completion.py (CompleteLimit1): New class.
3995 (CompleteLimit2): Likewise.
3996 (CompleteLimit3): Likewise.
3997 (CompleteLimit4): Likewise.
3998 (CompleteLimit5): Likewise.
3999 (CompleteLimit6): Likewise.
4000 (CompleteLimit7): Likewise.
4001
4002 2015-04-08 Pedro Alves <palves@redhat.com>
4003
4004 PR gdb/18214
4005 PR gdb/18216
4006 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4007 function.
4008 (main): Install it as SIGUSR1 handler.
4009 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4010 parameter. Always use "setup" as prefix. Toggle "set
4011 displaced-stepping" off/on depending on global. Don't switch to
4012 thread 1 here.
4013 (top level): Add displaced stepping "off/on" test axis. Update
4014 "setup" calls. Wrap each subtest with with_test_prefix. Test
4015 continuing with a queued signal in each thread.
4016
4017 2015-04-08 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4020 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4021 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4022 Return early if running to main fails.
4023 * gdb.trace/while-stepping.exp: Likewise.
4024
4025 2015-04-07 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4028 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4029 interact with inferior program.
4030
4031 2015-04-07 Pedro Alves <palves@redhat.com>
4032
4033 * lib/gdb.exp (inferior_spawn_id): New global.
4034 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4035 spawn id after processing the user code.
4036 (default_gdb_start): Set inferior_spawn_id.
4037 (send_inferior): New procedure.
4038 * lib/gdbserver-support.exp (gdbserver_start): Set
4039 inferior_spawn_id.
4040 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4041
4042 2015-04-07 Pedro Alves <palves@redhat.com>
4043
4044 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4045 * lib/gdbserver-support.exp (gdbserver_start): Make
4046 $server_spawn_id global.
4047 (gdbserver_start): Don't wait for gdbserver's spawn id with
4048 expect_background.
4049 (close_gdbserver): New procedure.
4050 (gdb_exit): Rename the default version and reimplement.
4051
4052 2015-04-07 Pedro Alves <palves@redhat.com>
4053
4054 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
4055 append the substituted item, not the original item.
4056
4057 2015-04-07 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4060 gdb_expect.
4061
4062 2015-04-07 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4065 output appearing once only.
4066
4067 2015-04-07 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4070 that doesn't expect anything. Return early if running to main
4071 fails.
4072
4073 2015-04-07 Yao Qi <yao.qi@linaro.org>
4074
4075 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4076 (child_function): Call alarm.
4077 (main): Move call to alarm into the loop.
4078 * gdb.threads/non-stop-fair-events.exp: Build program with
4079 -DTIMEOUT=$timeout.
4080
4081 2015-04-06 Doug Evans <xdje42@gmail.com>
4082
4083 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4084 Fix dest parameter to board_info.
4085 (fpc_compile): Ditto.
4086 (gdb_compile_pascal): Rename dest arg to destfile.
4087
4088 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4089
4090 * gdb.ada/funcall_ref.exp: New file.
4091 * gdb.ada/funcall_ref/foo.adb: New file.
4092
4093 2015-04-02 Yao Qi <yao.qi@linaro.org>
4094
4095 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4096 is remote.
4097
4098 2015-04-02 Gary Benson <gbenson@redhat.com>
4099
4100 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4101
4102 2015-04-01 Sasha Smundak <asmundak@google.com>
4103
4104 * gdb.python/py-unwind-maint.c: New file.
4105 * gdb.python/py-unwind-maint.exp: New test.
4106 * gdb.python/py-unwind-maint.py: New file.
4107 * gdb.python/py-unwind.c: New file.
4108 * gdb.python/py-unwind.exp: New test.
4109 * gdb.python/py-unwind.py: New test.
4110
4111 2015-04-01 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4114 to fail instead of non-existent $test.
4115
4116 2015-04-01 Pedro Alves <palves@redhat.com>
4117
4118 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4119 GDBFLAGS if not empty.
4120
4121 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4122
4123 * gdb.ada/complete.exp: Remove "multi_line".
4124 * gdb.ada/info_exc.exp: Remove "multi_line".
4125 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4126 * gdb.ada/ptype_field.exp: Remove "multi_line".
4127 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4128 * gdb.ada/tagged.exp: Remove "multi_line".
4129 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4130 [multi_line ...]
4131 * gdb.btrace/delta.exp: Likewise.
4132 * gdb.btrace/exception.exp: Likewise.
4133 * gdb.btrace/function_call_history.exp: Likewise.
4134 * gdb.btrace/instruction_history.exp: Likewise.
4135 * gdb.btrace/nohist.exp: Likewise.
4136 * gdb.btrace/record_goto.exp: Likewise.
4137 * gdb.btrace/segv.exp: Likewise.
4138 * gdb.btrace/stepi.exp: Likewise.
4139 * gdb.btrace/tailcall.exp: Likewise.
4140 * gdb.btrace/unknown_functions.exp: Likewise.
4141 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4142 * lib/gdb.exp: Add the "multi_line" helper.
4143
4144 2015-04-01 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.threads/tid-reuse.c: New file.
4147 * gdb.threads/tid-reuse.exp: New file.
4148
4149 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4150
4151 PR corefiles/16092
4152 * gdb.base/coredump-filter.c: New file.
4153 * gdb.base/coredump-filter.exp: Likewise.
4154
4155 2015-03-27 Petr Machata <pmachata@redhat.com>
4156
4157 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4158 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4159 (Dwarf::assemble): Initialize them.
4160 (Dwarf::lines): New function.
4161
4162 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4163
4164 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4165 SYMBOL_PREFIX for x86_64-*-cygwin.
4166
4167 2015-03-26 Andy Wingo <wingo@igalia.com>
4168
4169 PR symtab/18148
4170 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4171 const_value but not a location.
4172 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4173 location defined in non-main CUs are visible.
4174
4175 2015-03-26 Yao Qi <yao.qi@linaro.org>
4176
4177 PR testsuite/18139
4178 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4179 Add a line number entry for the same line.
4180 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4181 Add a line number entry for the same line.
4182
4183 2015-03-26 Yao Qi <yao.qi@linaro.org>
4184
4185 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4186 .int 0.
4187 (func): Likewise. Add .Lfunc_1 label.
4188 Use .Lfunc_1 label.
4189 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4190 .int 0.
4191 (func): Likewise.
4192 Use .Lfunc_1 label.
4193
4194 2015-03-26 Yao Qi <yao.qi@linaro.org>
4195
4196 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4197 Call gdb_compile instead to compile each .s files without debug
4198 information.
4199
4200 2015-03-26 Yao Qi <yao.qi@linaro.org>
4201
4202 * gdb.base/savedregs.exp (process_saved_regs): Make
4203 "Saved registers:" optional in the pattern.
4204
4205 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4206
4207 * gdb.btrace/next.exp: Merged into step.exp.
4208 * gdb.btrace/finish.exp: Merged into step.exp.
4209 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4210 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4211 "record goto" and checking the exact replay position.
4212 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4213 check for "Recording format" in "info record" output.
4214 * gdb.btrace/record_goto.exp: Choose test file based on target.
4215 * gdb.btrace/x86-record_goto.S: Renamed into ...
4216 * gdb.btrace/x86_64-record_goto.S: ... this.
4217 * gdb.btrace/i686-record_goto.S: New.
4218 * gdb.btrace/x86-tailcall.S: Renamed into ...
4219 * gdb.btrace/x86_64-tailcall.S: ... this.
4220 * gdb.btrace/i686-tailcall.S: New.
4221 * gdb.btrace/x86-tailcall.c: Renamed into ...
4222 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4223 separate statements. Update test.
4224 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4225 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4226 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4227 * gdb.btrace/tailcall.exp: Choose test file based on target.
4228 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4229
4230 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4231
4232 * gdb.btrace/exception.exp: Increase BTS buffer size.
4233
4234 2015-03-24 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4237
4238 2015-03-24 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.threads/schedlock.exp (test_step): No longer expect that
4241 "set scheduler-locking step" with "next" over a function call runs
4242 threads unlocked.
4243
4244 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4245
4246 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4247
4248 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4249
4250 PR breakpoints/16466
4251 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4252 * gdb.mi/mi-pending.c (thread_func): New function.
4253 (int main): Add threading support required.
4254 * gdb.mi/mi-pending.exp: Add tests for this issue.
4255 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4256 (pendfunc2): Remove stdio dependency.
4257 * gdb.mi/mi-pendshr2.c: New file.
4258
4259 2015-03-23 Keith Seitz <keiths@redhat.com>
4260
4261 * gdb.linespec/keywords.c: New file.
4262 * gdb.linespec/keywords.exp: New file.
4263
4264 2015-03-23 Keith Seitz <keiths@redhat.com>
4265
4266 PR gdb/18021
4267 * gdb.dwarf2/staticvirtual.exp: New test.
4268
4269 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4272 * README: Remove HP-UX and gdb.hp.
4273 (configuration):
4274 * configure: Regenerate.
4275 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4276 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4277 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4278 gdb.hp/gdb.defects/Makefile.
4279 * gdb.hp/Makefile.in: File deleted.
4280 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4281 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4282 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4283 * gdb.hp/gdb.aCC/run.c: File deleted.
4284 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4285 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4286 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4287 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4288 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4289 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4290 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4291 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4292 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4293 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4294 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4295 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4296 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4297 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4298 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4299 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4300 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4301 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4302 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4303 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4304 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4305 * gdb.hp/gdb.compat/average.c: File deleted.
4306 * gdb.hp/gdb.compat/sum.c: File deleted.
4307 * gdb.hp/gdb.compat/xdb.c: File deleted.
4308 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4309 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4310 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4311 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4312 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4313 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4314 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4315 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4316 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4317 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4318 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4319 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4320 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4321 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4322 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4323 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4324 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4325 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4326 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4327 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4328 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4329 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4330 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4331 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4332 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4333 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4334 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4335 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4336 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4337 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4338 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4339 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4340 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4341 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4342 * gdb.hp/tools/odump: File deleted.
4343
4344 2015-03-19 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4347 (saw_thread_3): New globals.
4348 (top level): Increment them when an event for the corresponding
4349 thread is seen.
4350 (no thread starvation): New test.
4351
4352 2015-03-19 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.threads/continue-pending-status.c: New file.
4355 * gdb.threads/continue-pending-status.exp: New file.
4356
4357 2015-03-18 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4360 Use gdb_is_target_remote instead of is_remote. Use
4361 gdb_test_multiple instead of gdb_expect. Exit early if
4362 gdb_test_multiple hits its internal matches. Tighten stepi tests
4363 expected output. Fail on exit with any signal, instead of just
4364 SIGILL.
4365
4366 2015-03-18 Yao Qi <yao.qi@linaro.org>
4367
4368 PR tdep/18107
4369 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4370 variable.
4371 * gdb.base/catch-syscall.exp: Don't skip it on
4372 aarch64*-*-linux* target. Remove elements in all_syscalls.
4373 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4374 target.
4375 (setup_all_syscalls): New proc.
4376
4377 2015-03-16 Yao Qi <yao.qi@linaro.org>
4378
4379 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4380 (top level): Skip tests if valid_addr_p returns false for
4381 $cmd1 or $cmd2.
4382
4383 2015-03-11 Andy Wingo <wingo@igalia.com>
4384
4385 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4386
4387 2015-03-11 Yao Qi <yao.qi@linaro.org>
4388
4389 * gdb.base/catch-syscall.exp: Fix typo in comments.
4390
4391 2015-03-11 Yao Qi <yao.qi@linaro.org>
4392
4393 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4394
4395 2015-03-09 Pedro Alves <palves@redhat.com>
4396
4397 * dg-extract-results.py: Delete.
4398
4399 2015-03-09 Pedro Alves <palves@redhat.com>
4400
4401 Merge dg-extract-results.sh from GCC upstream (r218843).
4402
4403 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4404 * dg-extract-results.sh: Use --text with grep to avoid issues with
4405 binary files. Fall back to cat -v, if that doesn't work.
4406
4407 2015-03-05 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4410
4411 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4412
4413 * lib/mi-support.exp (mi_expect_interrupt): Accept
4414 alternative event for when in all-stop mode.
4415
4416 2015-03-04 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4419
4420 2015-03-04 Mark Kettenis <kettenis@gnu.org>
4421
4422 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4423
4424 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4425
4426 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4427 regexps for GDB's current line display, accept a hex address
4428 preceding the line number.
4429
4430 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4431
4432 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4433 the 'arch1' variable for "s390*-linux*" targets.
4434
4435 2015-03-04 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4438 (main): Pass missing retval argument to pthread_join call.
4439
4440 2015-03-02 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4443 (top level): Call do_test with non-stop as well.
4444
4445 2015-03-02 Pedro Alves <palves@redhat.com>
4446
4447 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4448 -1.
4449
4450 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4451
4452 * gdb.arch/s390-vregs.exp: New test.
4453 * gdb.arch/s390-vregs.S: New file.
4454
4455 2015-02-27 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4458 call to catch_command_errors.
4459 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4460 catch_command_errors.
4461
4462 2015-02-27 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4465 "true" for boolean result.
4466 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4467 prototype of main.
4468
4469 2015-02-27 Pedro Alves <palves@redhat.com>
4470
4471 * lib/unbuffer_output.c: New file.
4472 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4473 (main): Call gdb_unbuffer_output.
4474
4475 2015-02-27 Yao Qi <yao.qi@linaro.org>
4476
4477 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4478 target.
4479
4480 2015-02-26 Doug Evans <dje@google.com>
4481
4482 * gdb.cp/class2.cc (Dbase, D): New classes.
4483 (main): New local delta.
4484 * gdb.cp/class2.exp: Test printing delta.
4485 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4486 (dynbar): New global.
4487 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4488
4489 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4490
4491 * gdb.compile/compile-ifunc.c: New file.
4492 * gdb.compile/compile-ifunc.exp: New file.
4493
4494 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4495
4496 * gdb.base/structs.exp: Check for correct struct on finish.
4497
4498 2015-02-26 Yao Qi <yao.qi@linaro.org>
4499
4500 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4501 is zero.
4502
4503 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * gdb.arch/cordic.ko.bz2: New file.
4506 * gdb.arch/cordic.ko.debug.bz2: New file.
4507 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4508
4509 2015-02-25 Yao Qi <yao.qi@linaro.org>
4510
4511 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4512 aarch64*-*-* target.
4513
4514 2015-02-23 Pedro Alves <palves@redhat.com>
4515
4516 * lib/gdb.exp (delete_breakpoints): Rewrite using
4517 gdb_test_multiple.
4518
4519 2015-02-23 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/info-os.c: Include stdlib.h.
4522
4523 2015-02-22 Doug Evans <xdje42@gmail.com>
4524
4525 PR symtab/17855
4526 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4527 is read after symbols have been re-read.
4528 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4529 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4530
4531 2015-02-21 Doug Evans <dje@google.com>
4532
4533 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4534
4535 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4536
4537 PR corefiles/17808
4538 * gdb.arch/i386-biarch-core.core.bz2: New file.
4539 * gdb.arch/i386-biarch-core.exp: New file.
4540
4541 2015-02-21 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4544 runto_main fails.
4545
4546 2015-02-20 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4549 info probes.
4550
4551 2015-02-20 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4554
4555 2015-02-20 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4558 clean_restart before gdb_target_supports_trace.
4559
4560 2015-02-20 Pedro Alves <palves@redhat.com>
4561
4562 PR threads/18006
4563 * gdb.threads/clone-thread_db.c: New file.
4564 * gdb.threads/clone-thread_db.exp: New file.
4565
4566 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4567
4568 PR breakpoints/16812
4569 * gdb.base/catch-gdb-caused-signals.c: New file.
4570 * gdb.base/catch-gdb-caused-signals.exp: New file.
4571
4572 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4573
4574 * configure: Regenerated.
4575 * configure.ac: Use GDB_AC_TRANSFORM.
4576 * aclocal.m4: sinclude ../transform.m4.
4577
4578 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4579
4580 * lib/dtrace.exp: New file.
4581 * gdb.base/dtrace-probe.exp: Likewise.
4582 * gdb.base/dtrace-probe.d: Likewise.
4583 * gdb.base/dtrace-probe.c: Likewise.
4584 * lib/pdtrace.in: Likewise.
4585 * configure.ac: Output variables with the transformed names of
4586 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4587 * configure: Regenerated.
4588
4589 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4590
4591 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4592 expected message when trying to access $_probe_* convenience
4593 variables while not on a probe.
4594
4595 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4596
4597 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4598
4599 2015-02-11 Pedro Alves <pedro@codesourcery.com>
4600
4601 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4602 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4603
4604 2015-02-10 Doug Evans <xdje42@gmail.com>
4605
4606 * lib/gdb.exp (gdb_load): Always return a result.
4607
4608 2015-02-10 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.threads/signal-sigtrap.c: New file.
4611 * gdb.threads/signal-sigtrap.exp: New file.
4612
4613 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4614
4615 * gdb.trace/no-attach-trace.c: New file.
4616 * gdb.trace/no-attach-trace.exp: New file.
4617
4618 2015-02-09 Mark Wielaard <mjw@redhat.com>
4619
4620 * gdb.dwarf2/atomic.c: New file.
4621 * gdb.dwarf2/atomic-type.exp: Likewise.
4622
4623 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4624
4625 * gdb.btrace/buffer-size.exp: Update "info record" output.
4626 * gdb.btrace/delta.exp: Update "info record" output.
4627 * gdb.btrace/enable.exp: Update "info record" output.
4628 * gdb.btrace/finish.exp: Update "info record" output.
4629 * gdb.btrace/instruction_history.exp: Update "info record" output.
4630 * gdb.btrace/next.exp: Update "info record" output.
4631 * gdb.btrace/nexti.exp: Update "info record" output.
4632 * gdb.btrace/step.exp: Update "info record" output.
4633 * gdb.btrace/stepi.exp: Update "info record" output.
4634 * gdb.btrace/nohist.exp: Update "info record" output.
4635
4636 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4637
4638 * gdb.btrace/buffer-size: New.
4639
4640 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4641
4642 * gdb.btrace/delta.exp: Update "info record" output.
4643 * gdb.btrace/enable.exp: Update "info record" output.
4644 * gdb.btrace/finish.exp: Update "info record" output.
4645 * gdb.btrace/instruction_history.exp: Update "info record" output.
4646 * gdb.btrace/next.exp: Update "info record" output.
4647 * gdb.btrace/nexti.exp: Update "info record" output.
4648 * gdb.btrace/step.exp: Update "info record" output.
4649 * gdb.btrace/stepi.exp: Update "info record" output.
4650 * gdb.btrace/nohist.exp: Update "info record" output.
4651
4652 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 PR gdb/15678
4655 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4656
4657 2015-02-06 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4660 macro.
4661 (seconds_left, again): New globals.
4662 (main): Wait seconds_left in a 1-second sleep loop instead of
4663 sleeping 180 seconds. If 'again' is set, reset the seconds
4664 counter.
4665 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4666 'again' in the inferior before detaching. Print the seconds left.
4667 (options): New global.
4668 (top level): Build program with -DTIMEOUT=$timeout.
4669
4670 2015-02-06 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4673 determine how many seconds to pass to 'alarm'.
4674 * gdb.base/gdb-sigterm.exp (top level): Build program with
4675 -DTIMEOUT=$timeout.
4676 (do_test): Return success/failure indication. Add more verbose
4677 logging. Don't fail if 200 single steps are seen. Instead, fail
4678 when the test times out.
4679 (passes): New global.
4680 (top level): Break the testing loop if testing fails on any
4681 iteration. Use gdb_assert.
4682
4683 2015-02-04 Don Breazeal <donb@codesourcery.com>
4684
4685 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4686 and initialize them.
4687 (ipc_cleanup): New function.
4688 (main): Don't declare shmid, semid, and msqid. Add a call to
4689 atexit so that we call ipc_cleanup on exit.
4690
4691 2015-02-04 Pedro Alves <palves@redhat.com>
4692
4693 * boards/native-extended-gdbserver.exp: Remove any target variant
4694 specifications from the board name before clearing the isremote
4695 flag from board_info.
4696
4697 2015-01-31 Doug Evans <xdje42@gmail.com>
4698
4699 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4700
4701 2015-01-31 Gary Benson <gbenson@redhat.com>
4702
4703 * gdb.base/completion.exp: Disable completion limiting for
4704 existing tests. Add new tests to check completion limiting.
4705 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4706
4707 2015-01-31 Doug Evans <xdje42@gmail.com>
4708
4709 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4710
4711 2015-01-31 Doug Evans <xdje42@gmail.com>
4712
4713 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4714 entries. Duplicate file section script entries.
4715 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4716 inlined entries. Add test for safe-path rejection.
4717 * gdb.python/py-section-script.c: Add duplicate inlined section script
4718 entries. Duplicate file section script entries.
4719 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4720 inlined entries. Add test for safe-path rejection.
4721
4722 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4723
4724 * gdb.ada/disc_arr_bound: New testcase.
4725
4726 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4727
4728 * gdb.ada/mi_var_array: New testcase.
4729
4730 2015-01-27 Doug Evans <dje@google.com>
4731
4732 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4733 Add test for objfile.filename, objfile.username after objfile
4734 has been unloaded.
4735
4736 2015-01-26 Joel Brobecker <brobecker@adacore.com>
4737
4738 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4739 the second test to print the name attribute of value
4740 returned by the call to gdb.lookup_type, and adjust
4741 the expected output accordingly.
4742
4743 2015-01-25 Mark Wielaard <mjw@redhat.com>
4744
4745 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4746 * gdb.base/disp-step-fork.c: Include unistd.h.
4747 * gdb.base/siginfo-obj.c: Include stdio.h.
4748 * gdb.base/siginfo-thread.c: Likewise.
4749 * gdb.mi/non-stop.c: Include unistd.h.
4750 * gdb.mi/nsthrexec.c: Include stdio.h.
4751 * gdb.mi/pthreads.c: Include unistd.h.
4752 * gdb.modula2/unbounded1.c (main): Declare returns int.
4753 * gdb.reverse/consecutive-reverse.c: Likewise.
4754 * gdb.threads/create-fail.c: Include unistd.h.
4755 * gdb.threads/killed.c: Likewise.
4756 * gdb.threads/linux-dp.c: Likewise.
4757 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4758 * gdb.threads/non-ldr-exc-2.c: Likewise.
4759 * gdb.threads/non-ldr-exc-3.c: Likewise.
4760 * gdb.threads/non-ldr-exc-4.c: Likewise.
4761 * gdb.threads/pthreads.c: Include unistd.h.
4762 (main): Declare returns int.
4763 * gdb.threads/tls-main.c (foo): New declaration.
4764 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4765
4766 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4767
4768 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4769 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4770
4771 2015-01-15 Mark Wielaard <mjw@redhat.com>
4772
4773 * gdb.base/noreturn-return.c: New file.
4774 * gdb.base/noreturn-return.exp: New file.
4775 * gdb.base/noreturn-finish.c: New file.
4776 * gdb.base/noreturn-finish.exp: New file.
4777
4778 2015-01-23 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.threads/continue-pending-after-query.c: New file.
4781 * gdb.threads/continue-pending-after-query.exp: New file.
4782
4783 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4784 Simon Marchi <simon.marchi@ericsson.com>
4785
4786 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4787 * gdb.base/valgrind-db-attach.exp: Same.
4788 * gdb.base/valgrind-infcall.exp: Same.
4789 * lib/mi-support.exp (default_mi_gdb_start): Same.
4790 * lib/prompt.exp (default_prompt_gdb_start): Same.
4791 * lib/gdb.exp (default_gdb_spawn): Same.
4792 (gdb_interact): New.
4793
4794
4795 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * gdb.compile/compile.exp (pointer to jit function): New test.
4798
4799 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4800
4801 * lib/gdb.exp (supports_process_record): Return true for
4802 powerpc*-*-linux*.
4803 (supports_reverse): Likewise.
4804
4805 2015-01-15 Don Breazeal <donb@codesourcery.com>
4806
4807 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4808 instead of checking whether the target board is remote and
4809 use spawn_wait_for_attach instead of exec/sleep.
4810 * gdb.base/attach-twice.exp: Likewise.
4811
4812 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.ada/var_arr_attrs: New testcase.
4815
4816 2015-01-14 Pedro Alves <palves@redhat.com>
4817 Joel Brobecker <brobecker@adacore.com>
4818
4819 PR gdb/17525
4820 * gdb.base/bp-cmds-execution-x-script.c: New file.
4821 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4822 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4823
4824 2015-01-14 Pedro Alves <palves@redhat.com>
4825
4826 PR cli/17828
4827 * gdb.base/batch-preserve-term-settings.c: New file.
4828 * gdb.base/batch-preserve-term-settings.exp: New file.
4829
4830 2015-01-13 Doug Evans <dje@google.com>
4831
4832 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4833 binary.
4834
4835 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4836
4837 * Makefile.in (clean mostlyclean): Do not delete *.py.
4838
4839 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4840
4841 * gdb.python/py-lookup-type.exp: New file.
4842
4843 2015-01-12 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4846 restore GDBFLAGS before returning.
4847
4848 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4851 is_amd64_regs_target and is_x86_like_target.
4852
4853 2015-01-11 Doug Evans <xdje42@gmail.com>
4854
4855 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4856 is given without an explicit form.
4857 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4858 attributes.
4859 * gdb.dwarf/corrupt.exp: Ditto.
4860 * gdb.dwarf2/enum-type.exp: Ditto.
4861 * gdb.trace/entry-values.exp: Ditto.
4862 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4863
4864 2015-01-11 Doug Evans <xdje42@gmail.com>
4865
4866 PR gdb/15830
4867 * gdb.base/maint.exp: Remove references to "maint demangle".
4868 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4869 Add tests for explicitly specifying language to demangle.
4870 * gdb.dlang/demangle.exp: Ditto.
4871
4872 2015-01-09 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.threads/non-stop-fair-events.c: New file.
4875 * gdb.threads/non-stop-fair-events.exp: New file.
4876
4877 2015-01-09 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4880 the global scope. Set a breakpoint after all threads are started
4881 rather than stepping over two source lines. Expect the prompt.
4882 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4883 global.
4884 (NUM): Now 15.
4885 (main): Use threads_started_barrier to wait for all threads to
4886 start. Main thread no longer calls thread_function. Exit after
4887 180 seconds.
4888 (loop): New function.
4889 (thread_function): Wait on threads_started_barrier barrier. Call
4890 'loop' at each iteration.
4891 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4892 threads have started, instead of hardcoding number of "next"
4893 steps. Use an access watchpoint instead of a write watchpoint.
4894
4895 2015-01-09 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4898 (thread_func): Wait on barrier.
4899 (main): Wait for all threads to start before stopping GDB.
4900 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4901 global.
4902 (thread1_func, thread2_func): Wait on barrier.
4903 (main): Wait for all threads to start before stopping GDB.
4904 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4905 New global.
4906 (thread1_func, thread2_func): Wait on barrier.
4907 (main): Wait for all threads to start before stopping GDB.
4908
4909 2015-01-09 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.threads/attach-many-short-lived-threads.c: New file.
4912 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4913
4914 2014-01-09 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4917 instead of to thread 2.
4918 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4919 Add barrier around each pthread_create call instead of around all
4920 calls.
4921 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4922 Set a break on thread_function and have the child threads hit it
4923 one at at a time.
4924
4925 2015-01-09 Pedro Alves <palves@redhat.com>
4926
4927 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4928 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4929 false.
4930 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4931 checking whether the target board is remote.
4932 * gdb.multi/multi-attach.exp: Likewise.
4933 * gdb.python/py-sync-interp.exp: Likewise.
4934 * gdb.server/ext-attach.exp: Likewise.
4935 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4936 tests that need to attach, instead of checking whether the target
4937 board is remote at the top of the file.
4938
4939 2015-01-08 Yao Qi <yao@codesourcery.com>
4940
4941 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4942
4943 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4944
4945 Fix testcase compilation.
4946 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4947
4948 2015-01-06 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.python/py-type.exp: Add a couple test about empty
4951 array creation, and negative-length array creation.
4952
4953 2015-01-02 Doug Evans <xdje42@gmail.com>
4954
4955 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4956
4957 2015-01-02 Doug Evans <dje@google.com>
4958
4959 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4960
4961 2014-12-29 Yao Qi <yao@codesourcery.com>
4962
4963 * gdb.trace/entry-values.exp: Update comments. Rename variable
4964 bar_call_foo to returned_from_foo.
4965
4966 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4967
4968 PR gdb/17394
4969 * gdb.linespec/break-asm-file.c: New file.
4970 * gdb.linespec/break-asm-file.exp: New file.
4971 * gdb.linespec/break-asm-file0.s: New file.
4972 * gdb.linespec/break-asm-file1.s: New file.
4973
4974 2014-12-18 Nigel Stephens <nigel@mips.com>
4975 Maciej W. Rozycki <macro@codesourcery.com>
4976
4977 * gdb.base/float.exp: Handle the new output from "info float" on
4978 MIPS targets.
4979
4980 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4981
4982 Fix MinGW compilation.
4983 * gdb.compile/compile-ops.exp: Update untested message if
4984 !skip_compile_feature_tests.
4985 * gdb.compile/compile-setjmp.exp: Likewise.
4986 * gdb.compile/compile-tls.exp: Likewise.
4987 * gdb.compile/compile.exp: Likewise.
4988 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4989 supported on this host".
4990
4991 2014-12-16 Doug Evans <xdje42@gmail.com>
4992
4993 * boards/stabs.exp: New file.
4994
4995 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4996
4997 * gdb.base/completion.exp: Adjust to format changes of "maint
4998 print user-registers".
4999
5000 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
5001
5002 PR server/17457
5003 * gdb.arch/aarch64-fp.c: New file.
5004 * gdb.arch/aarch64-fp.exp: New file.
5005
5006 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5007
5008 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5009 r210637, r210913, r211666, r215400, r215817).
5010
5011 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5012 * dg-extract-results.py: New file.
5013 * dg-extract-results.sh: Use it if the environment seems
5014 suitable.
5015
5016 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5017
5018 * dg-extract-results.py (parse_run): Handle warnings that
5019 are printed before a test harness is run.
5020
5021 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5022
5023 * dg-extract-results.py (Named): Remove __cmp__ method.
5024 (output_variation): Use a key to sort variation.harnesses.
5025
5026 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5027
5028 * dg-extract-results.py: For Python 3, force sys.stdout to
5029 handle surrogate escape sequences.
5030 (safe_open): New function.
5031 (output_segment, main): Use it.
5032
5033 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5034
5035 * dg-extract-results.py (Prog.result_re): Include options
5036 in test name.
5037
5038 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5039
5040 * dg-extract-results.py (output_variation): Always sort if
5041 do_sum.
5042
5043 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5044
5045 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5046 as long as we get pagination notifications.
5047
5048 2014-12-15 Jason Merrill <jason@redhat.com>
5049
5050 * Makefile.in (check-gdb.%): Restore.
5051 * README: Mention it.
5052
5053 2014-12-13 Joel Brobecker <brobecker@adacore.com>
5054
5055 * gdb.ada/str_uninit: New testcase.
5056
5057 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5058
5059 PR symtab/17642
5060 * gdb.base/vla-stub-define.c: New file.
5061 * gdb.base/vla-stub.c: New file.
5062 * gdb.base/vla-stub.exp: New file.
5063
5064 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5065 Jan Kratochvil <jan.kratochvil@redhat.com>
5066 Tom Tromey <tromey@redhat.com>
5067
5068 * configure.ac: Add gdb.compile/.
5069 * configure: Regenerate.
5070 * gdb.compile/Makefile.in: New file.
5071 * gdb.compile/compile-ops.exp: New file.
5072 * gdb.compile/compile-ops.c: New file.
5073 * gdb.compile/compile-tls.c: New file.
5074 * gdb.compile/compile-tls.exp: New file.
5075 * gdb.compile/compile-constvar.S: New file.
5076 * gdb.compile/compile-constvar.c: New file.
5077 * gdb.compile/compile-mod.c: New file.
5078 * gdb.compile/compile-nodebug.c: New file.
5079 * gdb.compile/compile-setjmp-mod.c: New file.
5080 * gdb.compile/compile-setjmp.c: New file.
5081 * gdb.compile/compile-setjmp.exp: New file.
5082 * gdb.compile/compile-shlib.c: New file.
5083 * gdb.compile/compile.c: New file.
5084 * gdb.compile/compile.exp: New file.
5085 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5086
5087 2014-12-12 Tom Tromey <tromey@redhat.com>
5088
5089 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5090 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5091
5092 2014-12-12 Doug Evans <dje@google.com>
5093
5094 * lib/gdb-python.exp (get_python_valueof): New function.
5095 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5096
5097 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5098
5099 * gdb.base/completion.exp: Add test for completion of "info
5100 registers ".
5101
5102 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5103
5104 * gdb.base/func-ptrs.c: New file.
5105 * gdb.base/func-ptrs.exp: New file.
5106
5107 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5108
5109 PR breakpoints/17012
5110 * gdb.base/dprintf-detach.c: New file.
5111 * gdb.base/dprintf-detach.exp: New file.
5112
5113 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5114
5115 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5116 * lib/gdb.exp (target_is_gdbserver): New procedure.
5117
5118 2014-12-08 Doug Evans <dje@google.com>
5119
5120 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5121
5122 2014-12-05 Yao Qi <yao@codesourcery.com>
5123
5124 * gdb.guile/scm-error.exp: Remove the third argument to
5125 gdb_remote_download.
5126 * gdb.guile/scm-frame-args.exp: Likewise.
5127 * gdb.guile/scm-section-script.exp: Likewise.
5128
5129 2014-12-05 Yao Qi <yao@codesourcery.com>
5130
5131 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5132
5133 2014-12-04 Doug Evans <dje@google.com>
5134
5135 * gdb.python/py-objfile.exp: Add tests for
5136 objfile.add_separate_debug_file.
5137
5138 2014-12-04 Doug Evans <dje@google.com>
5139
5140 * lib/gdb.exp (get_build_id): New function.
5141 (build_id_debug_filename_get): Rewrite to use it.
5142 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5143
5144 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5145
5146 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5147 `method(long)', not just 0x0.
5148 * gdb.cp/nsalias.exp: Align code labels to 4.
5149 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5150 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5151 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5152 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5153 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5154 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5155
5156 2014-12-02 Doug Evans <dje@google.com>
5157
5158 PR symtab/17602
5159 * gdb.cp/anon-ns.cc: Move guts of this file to ...
5160 * gdb.cp/anon-ns2.cc: ... here. New file.
5161 * gdb.cp/anon-ns.exp: Update.
5162
5163 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
5164
5165 * gdb.python/py-events.py (inferior_call_handler): New.
5166 (register_changed_handler, memory_changed_handler): New.
5167 (test_events.invoke): Register new handlers.
5168 * gdb.python/py-events.exp: Add tests for inferior call,
5169 memory_changed and register_changed events.
5170
5171 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5172
5173 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5174 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5175 if the linker doesn't understand this.
5176
5177 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5178
5179 * gdb.python/python.exp: Change expected reply to help().
5180
5181 2014-12-01 Yao Qi <yao@codesourcery.com>
5182
5183 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5184 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5185 * configure: Re-generated.
5186
5187 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5188
5189 * gdb.cp/chained-calls.cc: New file.
5190 * gdb.cp/chained-calls.exp: New file.
5191 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5192
5193 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5194
5195 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5196 * gdb.dwarf2/symtab-producer.exp: Same.
5197 * gdb.gdb/python-interrupts.exp: Same.
5198 * gdb.gdb/python-selftest.exp: Same.
5199 * gdb.python/py-linetable.exp: Same.
5200 * gdb.python/py-type.exp: Same.
5201 * gdb.python/py-value-cc.exp: Same.
5202 * gdb.python/py-value.exp: Same.
5203
5204 2014-11-28 Yao Qi <yao@codesourcery.com>
5205
5206 * gdb.base/break-probes.exp: Match library name prefixed with
5207 sysroot.
5208
5209 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5210
5211 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5212 test expected output. Add parentheses for the call to print.
5213 Remove L suffix from integers.
5214
5215 2014-11-26 Doug Evans <dje@google.com>
5216
5217 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5218
5219 2014-11-22 Yao Qi <yao@codesourcery.com>
5220
5221 * gdb.trace/entry-values.c: Remove asms.
5222 (foo): Add foo_label.
5223 (bar): Add bar_label.
5224 * gdb.trace/entry-values.exp: Remove code computing foo's
5225 length and bar's length.
5226 (Dwarf::assemble): Invoke function_range for bar and use
5227 MACRO_AT_func for foo.
5228
5229 2014-11-22 Yao Qi <yao@codesourcery.com>
5230
5231 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5232 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5233 Use .Lgcc43_procstart instead of gcc43.
5234
5235 2014-11-21 Joel Brobecker <brobecker@adacore.com>
5236
5237 * gdb.ada/n_arr_bound: New testcase.
5238
5239 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5240
5241 PR breakpoints/10737
5242 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5243 test_catch_syscall_multi_arch.
5244 (test_catch_syscall_multi_arch): New function.
5245
5246 2014-11-20 Doug Evans <xdje42@gmail.com>
5247
5248 * gdb.base/maint.exp: Update expected output.
5249
5250 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5251
5252 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5253 4-byte instruction on S390.
5254
5255 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5256
5257 * gdb.ada/arr_arr: New testcase.
5258
5259 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5260
5261 * gdb.ada/pkd_arr_elem: New Testcase.
5262
5263 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
5264
5265 * gdb.reverse/break-precsave: Expect completion message for
5266 core file reads.
5267 * gdb.reverse/consecutive-precsave.exp: Likewise.
5268 * gdb.reverse/finish-precsave.exp: Likewise.
5269 * gdb.reverse/i386-precsave.exp: Likewise.
5270 * gdb.reverse/machinestate-precsave.exp: Likewise.
5271 * gdb.reverse/sigall-precsave.exp: Likewise.
5272 * gdb.reverse/solib-precsave.exp: Likewise.
5273 * gdb.reverse/step-precsave.exp: Likewise.
5274 * gdb.reverse/until-precsave.exp: Likewise.
5275 * gdb.reverse/watch-precsave.exp: Likewise.
5276
5277 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5278
5279 * gdb.base/bp-permanent.c: Include unistd.h.
5280 * gdb.python/py-framefilter-mi.c (main): Add return type.
5281 * gdb.python/py-framefilter.c (main): Likewise.
5282 * gdb.trace/actions-changed.c (main): Likewise.
5283
5284 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5285
5286 * gdb.mi/until.c: Add eye-catchers.
5287 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5288 line numbers.
5289
5290 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5291
5292 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5293 function header variants in break1.c.
5294 * gdb.base/ena-dis-br.exp: Likewise.
5295 * gdb.base/hbreak2.exp: Likewise.
5296 * gdb.reverse/until-precsave.exp: Drop references to removed
5297 non-prototype function header variants in ur1.c.
5298 * gdb.reverse/until-reverse.exp: Likewise.
5299
5300 2014-11-17 Petr Machata <pmachata@redhat.com>
5301
5302 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5303 ${_cu_offset_size} bytes abbrev offset.
5304
5305 2014-11-15 Doug Evans <xdje42@gmail.com>
5306
5307 PR symtab/17559
5308 * gdb.base/line-symtabs.exp: New file.
5309 * gdb.base/line-symtabs.c: New file.
5310 * gdb.base/line-symtabs.h: New file.
5311
5312 2014-11-14 Yao Qi <yao@codesourcery.com>
5313
5314 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5315 (func): Add label func_label.
5316 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5317 Replace low_pc and high_pc with MACRO_AT_range.
5318 Replace name, low_pc and high_pc with MACRO_AT_func.
5319
5320 2014-11-14 Yao Qi <yao@codesourcery.com>
5321
5322 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5323 Replace name, low_pc and high_pc with MACRO_AT_func.
5324
5325 2014-11-14 Yao Qi <yao@codesourcery.com>
5326
5327 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5328 produce debug information.
5329 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5330
5331 2014-11-14 Yao Qi <yao@codesourcery.com>
5332
5333 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5334 object and get function length.
5335 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5336 with MACRO_AT_func.
5337 (top-level): Replace gdb_compile and clean_restart with
5338 prepare_for_testing.
5339 * gdb.dwarf2/main.c (main): Add label main_label.
5340
5341 2014-11-14 Yao Qi <yao@codesourcery.com>
5342
5343 * lib/dwarf.exp (function_range): New procedure.
5344 (Dwarf::_handle_macro_at_func): New procedure.
5345 (Dwarf::_handle_macro_at_range): New procedure.
5346 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5347
5348 2014-11-14 Yao Qi <yao@codesourcery.com>
5349
5350 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5351 (_handle_attribute): New procedure.
5352
5353 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5354
5355 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5356 * gdb.base/call-sc.c (zed): Likewise.
5357 * gdb.base/checkpoint.c (main): Likewise.
5358 * gdb.base/dump.c (main): Likewise.
5359 * gdb.base/gcore.c (main): Likewise.
5360 * gdb.base/huge.c (main): Likewise.
5361 * gdb.base/multi-forks.c (main): Likewise.
5362 * gdb.base/pr10179-a.c (main): Likewise.
5363 * gdb.base/savedregs.c (main): Likewise.
5364 * gdb.base/sigaltstack.c (main): Likewise.
5365 * gdb.base/siginfo.c (main): Likewise.
5366 * gdb.base/structs.c (zed): Likewise.
5367 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5368 * gdb.mi/mi-syn-frame.c (main): Likewise.
5369 * gdb.mi/until.c (foo, main): Likewise.
5370 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5371 * gdb.base/solib-weak.c (foo): Declare.
5372 * gdb.base/attach-twice.c: Include stdio.h.
5373 * gdb.base/weaklib1.c: Likewise.
5374 * gdb.base/weaklib2.c: Likewise.
5375 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5376 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5377 unistd.h.
5378 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5379 * gdb.mi/mi-exit-code.c: Likewise.
5380 * gdb.base/break-interp-lib.c: Include string.h.
5381 * gdb.base/coremaker.c: Likewise.
5382 * gdb.base/testenv.c: Likewise.
5383 * gdb.python/py-finish-breakpoint.c: Likewise.
5384 * gdb.base/inferior-died.c: Include sys/wait.h.
5385 * gdb.base/fileio.c: Include time.h.
5386 * gdb.base/async-shell.c: Include unistd.h.
5387 * gdb.base/dprintf-non-stop.c: Likewise.
5388 * gdb.base/info-os.c: Likewise.
5389 * gdb.mi/mi-console.c: Likewise.
5390 * gdb.mi/watch-nonstop.c: Likewise.
5391 * gdb.python/py-events.c: Likewise.
5392 * gdb.base/async.c (baz): Move up before its invocation.
5393 * gdb.base/code_elim2.c (my_global_func): Likewise.
5394 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5395 * gdb.base/advance.c (func2): Likewise.
5396
5397 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5398
5399 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5400 variant.
5401 * gdb.base/annota3.c: Likewise.
5402 * gdb.base/async.c: Likewise.
5403 * gdb.base/average.c: Likewise.
5404 * gdb.base/call-ar-st.c: Likewise.
5405 * gdb.base/call-rt-st.c: Likewise.
5406 * gdb.base/call-sc.c: Likewise.
5407 * gdb.base/call-strs.c: Likewise.
5408 * gdb.base/ending-run.c: Likewise.
5409 * gdb.base/execd-prog.c: Likewise.
5410 * gdb.base/exprs.c: Likewise.
5411 * gdb.base/foll-exec.c: Likewise.
5412 * gdb.base/foll-fork.c: Likewise.
5413 * gdb.base/foll-vfork.c: Likewise.
5414 * gdb.base/funcargs.c: Likewise.
5415 * gdb.base/gcore.c: Likewise.
5416 * gdb.base/jump.c: Likewise.
5417 * gdb.base/langs0.c: Likewise.
5418 * gdb.base/langs1.c: Likewise.
5419 * gdb.base/langs2.c: Likewise.
5420 * gdb.base/mips_pro.c: Likewise.
5421 * gdb.base/nodebug.c: Likewise.
5422 * gdb.base/opaque0.c: Likewise.
5423 * gdb.base/opaque1.c: Likewise.
5424 * gdb.base/recurse.c: Likewise.
5425 * gdb.base/run.c: Likewise.
5426 * gdb.base/scope0.c: Likewise.
5427 * gdb.base/scope1.c: Likewise.
5428 * gdb.base/setshow.c: Likewise.
5429 * gdb.base/setvar.c: Likewise.
5430 * gdb.base/shmain.c: Likewise.
5431 * gdb.base/shr1.c: Likewise.
5432 * gdb.base/shr2.c: Likewise.
5433 * gdb.base/sigall.c: Likewise.
5434 * gdb.base/signals.c: Likewise.
5435 * gdb.base/so-indr-cl.c: Likewise.
5436 * gdb.base/solib2.c: Likewise.
5437 * gdb.base/structs.c: Likewise.
5438 * gdb.base/sum.c: Likewise.
5439 * gdb.base/vforked-prog.c: Likewise.
5440 * gdb.base/watchpoint.c: Likewise.
5441 * gdb.reverse/shr2.c: Likewise.
5442 * gdb.reverse/until-reverse.c: Likewise.
5443 * gdb.reverse/ur1.c: Likewise.
5444 * gdb.reverse/watch-reverse.c: Likewise.
5445
5446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5447
5448 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5449 variant.
5450 * gdb.base/sepdebug.exp: Drop references to removed code.
5451
5452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5453
5454 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5455 variant. Preserve original line numbering.
5456 * gdb.base/list1.c: Likewise.
5457
5458 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5459
5460 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5461 variant.
5462 * gdb.base/break1.c: Likewise.
5463 * gdb.base/break.exp: Drop references to removed code.
5464
5465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5466
5467 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5468 variant.
5469
5470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5471
5472 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5473
5474 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5475
5476 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5477 logic into perform_all_tests() and invoke it with and without
5478 function header prototypes.
5479 (do_function_calls): Remove conditional XFAIL for PR 5318.
5480 (rerun_and_prepare): Remove duplicate code.
5481 (perform_all_tests): New. Main logic moved here.
5482
5483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5486 code guarded by #ifdef NO_PROTOTYPES.
5487 (t_double_many_args): Likewise.
5488 (DEF_FUNC_MANY_ARGS_1): Likewise.
5489 (DEF_FUNC_VALUES_1): Likewise.
5490 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5491 guarded by #ifdef PROTOTYPES.
5492
5493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5494
5495 * gdb.mi/mi-console.c: Add eye-catcher.
5496 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5497 instead of literal line number.
5498
5499 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5500
5501 * gdb.base/shr2.c: Add eye-catcher.
5502 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5503 line number.
5504
5505 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5506
5507 * gdb.base/jump.c: Add eye-catchers.
5508 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5509 numbers.
5510
5511 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5512
5513 * gdb.base/execd-prog.c: Add eye-catchers.
5514 * gdb.base/foll-exec.c: Likewise.
5515 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5516 line numbers.
5517
5518 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5519
5520 * gdb.base/ending-run.c: Add eye-catchers.
5521 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5522 literal line numbers.
5523
5524 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5525
5526 * gdb.base/call-rt-st.c: Add eye-catchers.
5527 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5528 literal line numbers.
5529
5530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5531
5532 * gdb.base/call-ar-st.c: Add eye-catchers.
5533 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5534 literal line numbers.
5535
5536 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5537
5538 * gdb.base/average.c: Add eye-catchers.
5539 * gdb.base/sum.c: Likewise.
5540 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5541 regexps dynamically.
5542
5543 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5544
5545 * gdb.base/solib1.c: Add eye-catchers.
5546 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5547 literal line numbers.
5548
5549 2014-11-12 Pedro Alves <palves@redhat.com>
5550
5551 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5552 leader has exited.
5553
5554 2014-11-12 Pedro Alves <palves@redhat.com>
5555
5556 * gdb.arch/i386-bp_permanent.c: New file.
5557 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5558 (srcfile): Set to i386-bp_permanent.c.
5559 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5560 that stepi does not execute the 'leave' instruction, instead of
5561 testing it does execute.
5562 * gdb.base/bp-permanent.c: New file.
5563 * gdb.base/bp-permanent.exp: New file.
5564
5565 2014-11-10 Doug Evans <xdje42@gmail.com>
5566
5567 PR symtab/17564
5568 * gdb.base/symtab-search-order.exp: New file.
5569 * gdb.base/symtab-search-order.c: New file.
5570 * gdb.base/symtab-search-order-1.c: New file.
5571 * gdb.base/symtab-search-order-shlib-1.c: New file.
5572
5573 2014-11-07 Pedro Alves <palves@redhat.com>
5574
5575 PR gdb/17511
5576 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5577 i?86-*-linux*.
5578
5579 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5580
5581 PR c++/17494
5582 * gdb.cp/pr17494.cc: New file.
5583 * gdb.cp/pr17494.exp: New file.
5584
5585 2014-11-02 Yao Qi <yao@codesourcery.com>
5586
5587 * gdb.python/python.exp: Get working directory and match the
5588 output of "set extended-prompt \\w " with it.
5589
5590 2014-10-30 Doug Evans <dje@google.com>
5591
5592 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5593 in objfiles.
5594 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5595 in progspaces.
5596
5597 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
5598
5599 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5600 * gdb.base/realname-expand.exp: Likewise.
5601 * gdb.linespec/macro-relative.exp: Likewise.
5602
5603 2014-10-29 Pedro Alves <palves@redhat.com>
5604
5605 PR gdb/17408
5606 * gdb.threads/schedlock.c (some_function): New function.
5607 (call_function): New global.
5608 (MAYBE_CALL_SOME_FUNCTION): New macro.
5609 (thread_function): Call it.
5610 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5611 and use it instead of a global counter. Adjust all callers.
5612 (get_current_thread): Use "find current thread" for test message
5613 here rather than having all callers pass down the same string.
5614 (goto_loop): New procedure, factored out from ...
5615 (my_continue): ... this.
5616 (step_ten_loops): Change parameter from test message to command to
5617 use. Adjust.
5618 (list_count): Delete global.
5619 (check_result): New procedure, factored out from duplicate top
5620 level code.
5621 (continue tests): Wrap in with_test_prefix.
5622 (test_step): New procedure, factored out from duplicate top level
5623 code.
5624 (top level): Test "step" in combination with all scheduler-locking
5625 modes. Test "next" in combination with all scheduler-locking
5626 modes, and in combination with stepping over a function call or
5627 not.
5628 * gdb.threads/next-bp-other-thread.c: New file.
5629 * gdb.threads/next-bp-other-thread.exp: New file.
5630
5631 2014-10-29 Pedro Alves <palves@redhat.com>
5632
5633 PR python/17372
5634 * gdb.python/python.exp: Test a multi-line command that spawns
5635 interactive Python.
5636 * gdb.base/multi-line-starts-subshell.exp: New file.
5637
5638 2014-10-29 Yao Qi <yao@codesourcery.com>
5639
5640 * gdb.base/fileio.exp: Make directories on host.
5641
5642 2014-10-29 Yao Qi <yao@codesourcery.com>
5643
5644 * gdb.base/fileio.c (test_write): Close the file.
5645
5646 2014-10-28 Pedro Alves <palves@redhat.com>
5647
5648 PR gdb/12623
5649 * gdb.base/sigstep.c (no_handler): New global.
5650 (main): If 'no_handler is true, set the signal handlers to
5651 SIG_IGN.
5652 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5653 with_sw_watch and no_handler parameters. Handle them.
5654 (top level) <stepping over handler when stopped at a breakpoint
5655 test>: Add a test axis for testing with a software watchpoint, and
5656 another for testing with the signal handler set to SIG_IGN.
5657 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5658 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5659
5660 2014-10-28 Pedro Alves <palves@redhat.com>
5661
5662 PR gdb/17511
5663 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5664 * gdb.base/sigstep.exp (other_handler_location): New global.
5665 (advance): Support stepping into the signal handler, and running
5666 commands while in the handler.
5667 (in_handler_map): New global.
5668 (top level): In the advance test, add combinations for getting
5669 into the handler with stepping commands, and for running commands
5670 in the handler. Add comment descripting the advancei tests.
5671
5672 2014-10-28 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/sigstep.exp: Use build_executable instead of
5675 prepare_for_testing.
5676 (top level): Move code that starts GDB, runs to main and creates a
5677 display to ...
5678 (restart): ... this new procedure.
5679 (top level): Move backtrace from signal handler test to ...
5680 (validate_backtrace): ... this new procedure.
5681 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5682 with_test_prefix. Always restart GDB.
5683 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5684 with_test_prefix. Always restart GDB. No need to delete
5685 breakpoints after the test.
5686 (test_skip_handler): Remove prefix parameter.
5687 (skip_over_handler, breakpoint_to_handler)
5688 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5689 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5690 restart GDB. No need to delete breakpoints after the test.
5691 (top level): Use foreach to call the test procedures with
5692 different commands.
5693
5694 2014-10-28 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5697 instead of GNATS numbers.
5698 * gdb.base/sigbpt.exp: Likewise.
5699 * gdb.base/siginfo.exp: Likewise.
5700 * gdb.base/sigstep.exp: Likewise.
5701
5702 2014-10-27 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.base/sigstep.c (dummy): New global.
5705 (main): Issue a couple writes to the new global.
5706 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5707 procedures.
5708 (skip_over_handler): Use test_skip_handler.
5709 (top level): Call skip_over_handler for stepi and nexti too.
5710 (breakpoint_over_handler): Use test_skip_handler.
5711 (top level): Call breakpoint_over_handler for stepi and nexti too.
5712
5713 2014-10-27 Yao Qi <yao@codesourcery.com>
5714
5715 * gdb.trace/tfile.c (adjust_function_address)
5716 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5717 function descriptor.
5718
5719 2014-10-24 Don Breazeal <donb@codesourcery.com>
5720
5721 * gdb.base/foll-fork.exp (test_follow_fork,
5722 catch_fork_child_follow): Check for updated fork messages emitted
5723 from infrun.c.
5724 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5725 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5726 vfork_and_exec_child_follow_through_step): Check for updated vfork
5727 messages emitted from infrun.c.
5728
5729 2014-10-24 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/corefile.exp: Remove references to ultrix.
5732 * gdb.base/interrupt.exp: Likewise.
5733 * gdb.base/whatis.exp: Likewise.
5734 * gdb.gdb/selftest.exp: Likewise.
5735 * gdb.threads/manythreads.exp: Likewise.
5736 * gdb.threads/print-threads.exp: Likewise.
5737 * gdb.threads/pthreads.exp:: Likewise.
5738 * gdb.threads/schedlock.exp: Likewise.
5739
5740 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5741
5742 * gdb.cp/non-trivial-retval.cc: Add a test case.
5743 * gdb.cp/non-trivial-retval.exp: Add a test.
5744
5745 2014-10-20 Yao Qi <yao@codesourcery.com>
5746
5747 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5748 * gdb.python/py-objfile-script-gdb.py: New file.
5749 * gdb.python/py-objfile-script.exp: Update reference to
5750 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5751 of remote_download. Remove the dest file.
5752
5753 2014-10-20 Yao Qi <yao@codesourcery.com>
5754
5755 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5756 * gdb.base/step-line.exp: Likewise.
5757 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5758 * gdb.dwarf2/dw2-basic.exp: Likewise.
5759 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5760 * gdb.dwarf2/dw2-filename.exp: Likewise.
5761 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5762 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5763 * gdb.dwarf2/dw2-producer.exp: Likewise.
5764 * gdb.dwarf2/mac-fileno.exp: Likewise.
5765 * gdb.python/py-frame-args.exp: Likewise.
5766 * gdb.python/py-framefilter.exp: Likewise.
5767 * gdb.python/py-mi.exp: Likewise.
5768 * gdb.python/py-objfile-script.exp: Likewise
5769 * gdb.python/py-pp-integral.exp: Likewise.
5770 * gdb.python/py-pp-re-notag.exp: Likewise.
5771 * gdb.python/py-prettyprint.exp: Likewise.
5772 * gdb.python/py-section-script.exp: Likewise.
5773 * gdb.python/py-typeprint.exp: Likewise.
5774 * gdb.python/py-xmethods.exp: Likewise.
5775 * gdb.stabs/weird.exp: Likewise.
5776 * gdb.xml/tdesc-regs.exp: Likewise.
5777
5778 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5779
5780 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5781 (out_cu): Use addr_len for the size of addresses.
5782 (out_line): Likewise. Size DW_LNE_set_address instruction
5783 according to addr_len.
5784 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5785 (FUNC): Add START_INSNS to definition.
5786
5787 2014-10-18 Yao Qi <yao@codesourcery.com>
5788
5789 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5790 gdb_has_argv0 return true.
5791 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5792 check [target_info exists noargs], check [gdb_has_argv0]
5793 instead.
5794 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5795 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5796 procedures.
5797
5798 2014-10-17 Doug Evans <dje@google.com>
5799
5800 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5801 event.
5802 * gdb.python/py-events.py: Add clear_objfiles event.
5803
5804 2014-10-17 Doug Evans <dje@google.com>
5805
5806 * gdb.python/py-objfile.exp: Test progspace attribute.
5807
5808 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
5809
5810 * gdb.guile/scm-breakpoint.exp: Do not assume any
5811 directory separators when matching source file paths.
5812 * gdb.python/py-breakpoint.exp: Likewise.
5813 * gdb.reverse/break-precsave.exp: Likewise.
5814 * gdb.reverse/break-reverse.exp: Likewise.
5815 * gdb.reverse/consecutive-precsave.exp: Likewise.
5816 * gdb.reverse/finish-precsave.exp: Likewise.
5817 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5818 * gdb.reverse/finish-reverse.exp: Likewise.
5819 * gdb.reverse/i386-precsave.exp: Likewise.
5820 * gdb.reverse/i387-env-reverse.exp: Likewise.
5821 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5822 * gdb.reverse/machinestate-precsave.exp: Likewise.
5823 * gdb.reverse/machinestate.exp: Likewise.
5824 * gdb.reverse/sigall-precsave.exp: Likewise.
5825 * gdb.reverse/solib-precsave.exp: Likewise.
5826 * gdb.reverse/step-precsave.exp: Likewise.
5827 * gdb.reverse/until-precsave.exp: Likewise.
5828 * gdb.reverse/watch-precsave.exp: Likewise.
5829 * gdb.reverse/watch-reverse.exp: Likewise.
5830
5831 2014-10-17 Yao Qi <yao@codesourcery.com>
5832
5833 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5834 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5835
5836 2014-10-17 Pedro Alves <palves@redhat.com>
5837
5838 PR gdb/17471
5839 * gdb.base/bg-execution-repeat.c: New file.
5840 * gdb.base/bg-execution-repeat.exp: New file.
5841
5842 2014-10-17 Pedro Alves <palves@redhat.com>
5843
5844 PR gdb/17300
5845 * gdb.base/continue-all-already-running.c: New file.
5846 * gdb.base/continue-all-already-running.exp: New file.
5847
5848 2014-10-17 Pedro Alves <palves@redhat.com>
5849
5850 PR gdb/17472
5851 * gdb.base/annota-input-while-running.c: New file.
5852 * gdb.base/annota-input-while-running.exp: New file.
5853
5854 2014-10-17 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.base/callfuncs.exp: emove references to osf.
5857 * gdb.base/sigall.exp: Likewise.
5858 * gdb.gdb/selftest.exp: Likewise.
5859 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5860 * gdb.mi/non-stop.c: Likewise.
5861 * gdb.mi/pthreads.c: Likewise.
5862 * gdb.reverse/sigall-precsave.exp: Likewise.
5863 * gdb.reverse/sigall-reverse.exp: Likewise.
5864 * gdb.threads/pthreads.c: Likewise.
5865 * gdb.threads/pthreads.exp: Likewise.
5866
5867 2014-10-17 Yao Qi <yao@codesourcery.com>
5868
5869 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5870 check 'target_info exists noargs'.
5871 (test_command_prompt_position): Likewise.
5872 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5873 Remove "set args".
5874 (progvar_simple_while_test): Likewise.
5875 (progvar_complex_if_while_test): Likewise.
5876 (if_while_breakpoint_command_test): Likewise.
5877 (infrun_breakpoint_command_test): Likewise.
5878 (breakpoint_command_test): Likewise.
5879 (watchpoint_command_test): Likewise.
5880 (bp_deleted_in_command_test): Likewise.
5881 (temporary_breakpoint_commands): Likewise.
5882
5883 2014-10-16 Yao Qi <yao@codesourcery.com>
5884
5885 * gdb.base/remotetimeout.exp: Remove noargs checking.
5886
5887 2014-10-15 Pedro Alves <palves@redhat.com>
5888
5889 PR breakpoints/9649
5890 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5891 * gdb.base/breakpoint-in-ro-region.exp
5892 (probe_target_hardware_step): New procedure.
5893 (top level): Probe hardware stepping and hardware breakpoint
5894 support. Test stepping through a read-only region, with both
5895 "breakpoint auto-hw" on and off and both "always-inserted" on and
5896 off.
5897
5898 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5899
5900 * gdb.dlang/demangle.exp: Update for demangling changes.
5901
5902 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5903
5904 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5905 * gdb.cp/non-trivial-retval.exp: Add new tests.
5906
5907 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5908
5909 PR c++/13403
5910 PR c++/15154
5911 * gdb.cp/non-trivial-retval.cc: New file.
5912 * gdb.cp/non-trivial-retval.exp: New file.
5913
5914 2014-10-15 Yao Qi <yao@codesourcery.com>
5915
5916 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5917 remote host.
5918
5919 2014-10-15 Yao Qi <yao@codesourcery.com>
5920
5921 * gdb.python/py-symbol.exp: Match file base name if host is
5922 remote, otherwise match file name with dir name.
5923 * gdb.python/py-symtab.exp: Likewise.
5924 * gdb.python/python.exp: Likewise.
5925
5926 2014-10-15 Yao Qi <yao@codesourcery.com>
5927
5928 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5929 pattern.
5930 * gdb.python/py-symtab.exp: Likewise.
5931 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5932 locationn.
5933
5934 2014-10-14 Joel Brobecker <brobecker@adacore.com>
5935
5936 * gdb.ada/addr_arith: New testcase.
5937
5938 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5939
5940 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5941 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5942 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5943 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5944
5945 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5946
5947 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5948 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5949 * gdb.arch/stap-eval-lang-ada.exp: New file.
5950
5951 2014-10-14 Yao Qi <yao@codesourcery.com>
5952
5953 * gdb.mi/mi-var-child.c (nothing1): New function.
5954 (nothing2): New function.
5955 (do_children_tests): Set function pointers by nothing1 and
5956 nothing2.
5957 * gdb.mi/mi-var-child.exp: Step over new added statements.
5958 Update test to match the new output.
5959 * gdb.mi/var-cmd.c (nothing1): New function.
5960 (nothing2): New function.
5961 (do_children_tests): Set function pointers by nothing1 and
5962 nothing2.
5963 * gdb.mi/mi-var-display.exp: Update test to match output.
5964 Step to the line specified by $line_dct_nothing.
5965 Increase the number of lines to step.
5966
5967 2014-10-14 Yao Qi <yao@codesourcery.com>
5968
5969 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5970 tests.
5971 * gdb.mi/mi2-var-child.exp: Likewise.
5972
5973 2014-10-13 Doug Evans <dje@google.com>
5974
5975 * gdb.python/py-objfile.exp: Change name of file name test.
5976
5977 2014-10-13 Doug Evans <dje@google.com>
5978
5979 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5980 from the start of the CU.
5981
5982 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5983 Yao Qi <yao@codesourcery.com>
5984
5985 Fix "save breakpoints" for "catch" command.
5986 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5987 Remove -nonewline. Match also the added "main" line.
5988
5989 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5990
5991 Fix "save breakpoints" for "disable $bpnum" command.
5992 * gdb.base/save-bp.c (main): Add label.
5993 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5994
5995 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5996
5997 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5998
5999 2014-10-11 Yao Qi <yao@codesourcery.com>
6000
6001 * gdb.server/server-kill.exp: Execute command
6002 "set remote trace-status-packet on" before "tstatus".
6003
6004 2014-10-11 Yao Qi <yao@codesourcery.com>
6005
6006 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6007 (main): Call getppid.
6008 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6009 and continue to it. Read variable "server_pid".
6010
6011 2014-10-11 Yao Qi <yao@codesourcery.com>
6012
6013 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6014
6015 2014-10-11 Yao Qi <yao@codesourcery.com>
6016
6017 * gdb.threads/thread-find.exp: Don't execute command
6018 "info threads".
6019 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6020 * gdb.threads/linux-dp.exp: Don't check the condition
6021 $threads_created equals to zero.
6022
6023 2014-10-10 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.base/bigcore.exp: Remove references to IRIX.
6026 * gdb.base/funcargs.exp: Likewise.
6027 * gdb.base/interrupt.exp: Likewise.
6028 * gdb.base/mips_pro.exp: Likewise.
6029 * gdb.base/nodebug.exp: Likewise.
6030 * gdb.base/setvar.exp: Likewise.
6031 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6032
6033 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6034 Pedro Alves <palves@redhat.com>
6035
6036 PR symtab/14466
6037 * gdb.base/vdso-warning.c: New file.
6038 * gdb.base/vdso-warning.exp: New file.
6039
6040 2014-10-02 Doug Evans <dje@google.com>
6041
6042 * gdb.base/structs.c (main): Don't run forever.
6043
6044 2014-10-02 Pedro Alves <palves@redhat.com>
6045
6046 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6047 (top level) <stop threads 1, stop threads 2>: Use it.
6048
6049 2014-10-02 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.threads/break-while-running.exp (test): Add new
6052 'update_thread_list' argument. Skip "info threads" if false.
6053 (top level): Add new 'update_thread_list' axis.
6054
6055 2014-10-02 Pedro Alves <palves@redhat.com>
6056
6057 PR breakpoints/17431
6058 * gdb.base/execl-update-breakpoints.c: New file.
6059 * gdb.base/execl-update-breakpoints.exp: New file.
6060
6061 2014-10-01 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.base/breakpoint-in-ro-region.c: New file.
6064 * gdb.base/breakpoint-in-ro-region.exp: New file.
6065
6066 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6067
6068 * gdb.mi/mi-exit-code.exp: New file.
6069 * gdb.mi/mi-exit-code.c: New file.
6070
6071 2014-09-30 Yao Qi <yao@codesourcery.com>
6072
6073 * lib/prelink-support.exp (build_executable_own_libs): Error if
6074 the target isn't native.
6075
6076 2014-09-30 Yao Qi <yao@codesourcery.com>
6077
6078 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6079 false.
6080
6081 2014-09-22 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.threads/break-while-running.exp: New file.
6084 * gdb.threads/break-while-running.c: New file.
6085
6086 2014-09-19 Yao Qi <yao@codesourcery.com>
6087
6088 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6089 Invoke test. Restart GDB with --readnow and invoke test again.
6090
6091 2014-09-19 Yao Qi <yao@codesourcery.com>
6092
6093 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6094 proc set_breakpoint_on_gcd_function. Invoke
6095 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6096 invoke set_breakpoint_on_gcd_function again.
6097
6098 2014-09-18 Doug Evans <dje@google.com>
6099
6100 * gdb.dwarf2/symtab-producer.exp: New file.
6101
6102 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6103
6104 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6105 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6106 * gdb.base/global-var-nested-by-dso.c: Likewise.
6107 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6108
6109 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6110 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/watch-bitfields.exp: Pass string other than test file
6113 name to prepare_for_testing.
6114 (watch): New procedure.
6115 (expect_watchpoint): Use with_test_prefix.
6116 (top level): Factor out tests to ...
6117 (test_watch_location, test_regular_watch): ... these new
6118 procedures, and use with_test_prefix and gdb_continue_to_end.
6119
6120 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6121
6122 PR breakpoints/12526
6123 * gdb.base/watch-bitfields.exp: New file.
6124 * gdb.base/watch-bitfields.c: New file.
6125
6126 2014-09-16 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6129 software and hardware addresses, not software address against
6130 itself.
6131
6132 2014-09-16 Pedro Alves <palves@redhat.com>
6133
6134 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6135 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6136
6137 2014-09-16 Pedro Alves <palves@redhat.com>
6138
6139 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6140 files.
6141 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6142 "*-*-vxworks*" throughout.
6143 * gdb.base/break.exp: Likewise.
6144 * gdb.base/default.exp: Likewise.
6145 * gdb.base/scope.exp: Likewise.
6146 * gdb.base/sepdebug.exp: Likewise.
6147 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6148 throughout.
6149 * gdb.base/run.c: Likewise.
6150 * gdb.base/sepdebug.c: Likewise.
6151 * gdb.hp/gdb.aCC/run.c: Likewise.
6152 * gdb.reverse/until-reverse.c: Likewise.
6153 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6154
6155 2014-09-16 Yao Qi <yao@codesourcery.com>
6156
6157 * boards/local-remote-host-native.exp: New file.
6158
6159 2014-09-14 Doug Evans <xdje42@gmail.com>
6160
6161 * gdb.threads/queue-signal.c (thread_count): New variable.
6162 (thread_count_mutex, thread_count_condvar): New variables.
6163 (incr_thread_count, wait_all_threads_running): New functions.
6164 (main): Wait for all threads to be in their thread functions.
6165
6166 2014-09-13 Doug Evans <xdje42@gmail.com>
6167
6168 * gdb.threads/queue-signal.c: New file.
6169 * gdb.threads/queue-signal.exp: New file.
6170
6171 2014-09-13 Doug Evans <xdje42@gmail.com>
6172
6173 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6174 be consistent with what default_gdb_init uses.
6175 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6176 the plain text of the prompt. Add some logging printfs.
6177 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6178
6179 2014-09-12 Pedro Alves <palves@redhat.com>
6180
6181 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6182 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6183 * gdb.arch/i386-size-overlap.exp: Likewise.
6184 * gdb.arch/i386-size.exp: Likewise.
6185 * gdb.arch/i386-unwind.exp: Likewise.
6186 * gdb.base/a2-run.exp: Likewise.
6187 * gdb.base/break.exp: Likewise.
6188 * gdb.base/charset.exp: Likewise.
6189 * gdb.base/chng-syms.exp: Likewise.
6190 * gdb.base/commands.exp: Likewise.
6191 * gdb.base/dbx.exp: Likewise.
6192 * gdb.base/find.exp: Likewise.
6193 * gdb.base/funcargs.exp: Likewise.
6194 * gdb.base/jit-simple.exp: Likewise.
6195 * gdb.base/reread.exp: Likewise.
6196 * gdb.base/sepdebug.exp: Likewise.
6197 * gdb.base/step-bt.exp: Likewise.
6198 * gdb.cp/mb-inline.exp: Likewise.
6199 * gdb.cp/mb-templates.exp: Likewise.
6200 * gdb.objc/basicclass.exp: Likewise.
6201 * gdb.threads/killed.exp: Likewise.
6202
6203 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6204
6205 PR tdep/17379
6206 * gdb.arch/powerpc-stackless.S: New file.
6207 * gdb.arch/powerpc-stackless.exp: New file.
6208
6209 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6210
6211 * gdb.base/attach.c: Include unistd.h.
6212 (main): Call alarm. Add label postloop.
6213 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6214 gdb_breakpoint, gdb_continue_to_breakpoint.
6215 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6216
6217 2014-09-11 Pedro Alves <palves@redhat.com>
6218
6219 PR gdb/17347
6220 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6221 * gdb.base/attach.exp (test_command_line_attach_run): New
6222 procedure.
6223 (top level): Call it.
6224
6225 2014-09-11 Pedro Alves <palves@redhat.com>
6226
6227 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6228 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6229 (do_command_attach_tests): Use spawn_wait_for_attach.
6230 * gdb.base/solib-overlap.exp: Likewise.
6231 * gdb.multi/multi-attach.exp: Likewise.
6232 * gdb.python/py-prompt.exp: Likewise.
6233 * gdb.python/py-sync-interp.exp: Likewise.
6234 * gdb.server/ext-attach.exp: Likewise.
6235
6236 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6237
6238 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6239 command in testcase. Simplify testcase.
6240
6241 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6242
6243 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6244
6245 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6246
6247 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6248
6249 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6250
6251 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6252
6253 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6254
6255 * gdb.dwarf2/dynarr-ptr.c: New file.
6256 * gdb.dwarf2/dynarr-ptr.exp: New file.
6257
6258 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6259
6260 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6261 of 30 rather than hardcoding 120 for a slow test case. Take the
6262 `gdb,timeout' target setting into account for this calculation.
6263 Don't extend the timeout for the test cases that don't need it.
6264
6265 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6266
6267 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6268 a factor of 2 for a slow test case. Take the `gdb,timeout'
6269 target setting into account for this calculation.
6270 * gdb.reverse/until-precsave.exp: Increase the timeout by
6271 a factor of 15 and 3 respectively rather than adding 120
6272 for a pair of slow test cases. Take the `gdb,timeout'
6273 target setting into account for this calculation.
6274
6275 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6276
6277 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6278 timeout, don't pass one down to gdb_expect.
6279 (gdb_expect): Rework timeout selection.
6280
6281 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6282
6283 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6284 exception on timeout.
6285 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6286 (gdbserver_start_extended): Catch any `gdbserver_start' error
6287 exceptions.
6288 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6289 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6290 `gdbserver_gdb_load' error exceptions.
6291
6292 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6293
6294 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6295 120 on waiting for the TCP socket to open.
6296
6297 2014-09-09 Doug Evans <xdje42@gmail.com>
6298
6299 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6300 _caller_matches, _any_caller_is, _any_caller_matches.
6301
6302 2014-09-09 Doug Evans <xdje42@gmail.com>
6303
6304 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6305
6306 2014-09-09 Yao Qi <yao@codesourcery.com>
6307
6308 * gdb.mi/mi-var-display.exp: Set print symbol off.
6309
6310 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6311
6312 PR gdb/17035
6313 * gdb.base/commands.exp: Add tests to verify user-defined
6314 commands with empty bodies.
6315 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6316 python commands in `show user command`.
6317 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6318 scheme commands in `show user command`.
6319
6320 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 PR python/17355
6323 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6324 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6325 * gdb.python/py-framefilter-invalidarg.exp: New file.
6326 * gdb.python/py-framefilter-invalidarg.py: New file.
6327
6328 2014-09-06 Doug Evans <xdje42@gmail.com>
6329
6330 PR 15276
6331 * gdb.python/py-caller-is.c: New file.
6332 * gdb.python/py-caller-is.exp: New file.
6333
6334 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6335
6336 PR gdb/17235
6337 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6338 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6339
6340 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6341
6342 PR fortran/17237
6343 * gdb.fortran/print-formatted.exp: New file.
6344 * gdb.fortran/print-formatted.f90: Likewise.
6345
6346 2014-09-03 Sasha Smundak <asmundak@google.com>
6347
6348 * gdb.python/py-frame.exp: Test Frame.read_register.
6349
6350 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6351
6352 PR python/16699
6353 * gdb.python/py-completion.exp: New file.
6354 * gdb.python/py-completion.py: Likewise.
6355
6356 2014-08-28 Doug Evans <dje@google.com>
6357
6358 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6359 eax,etc. are live with values set by gdb and thus the compiler can't
6360 use them.
6361 * gdb.arch/i386-pseudo.c (main): Ditto.
6362
6363 2014-08-27 Doug Evans <dje@google.com>
6364
6365 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6366
6367 2014-08-25 Doug Evans <dje@google.com>
6368
6369 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6370 (main): Ditto.
6371
6372 2014-08-25 Doug Evans <dje@google.com>
6373
6374 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6375
6376 2014-08-24 Yao Qi <yao@codesourcery.com>
6377
6378 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6379 symbol off.
6380 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6381
6382 2014-08-22 Doug Evans <dje@google.com>
6383
6384 PR 17276
6385 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6386 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6387 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6388
6389 2014-08-22 Yao Qi <yao@codesourcery.com>
6390
6391 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6392 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6393 * gdb.python/python.exp: Likewise. Use .py file on the host
6394 instead of the build.
6395
6396 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6397
6398 * gdb.threads/gcore-stale-thread.c: New file.
6399 * gdb.threads/gcore-stale-thread.exp: New file.
6400
6401 2014-08-21 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6404 * gdb.base/gcore-relro-pie.exp: Likewise.
6405 * gdb.base/gcore-relro.exp: Likewise.
6406 * gdb.base/gcore.exp: Likewise.
6407 * gdb.base/print-symbol-loading.exp: Likewise.
6408 * gdb.threads/gcore-thread.exp: Likewise.
6409 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6410
6411 2014-08-20 Pedro Alves <palves@redhat.com>
6412 Jan Kratochvil <jan.kratochvil@redhat.com>
6413
6414 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6415 configure.
6416 (EXPECT): Handle READ1 being set.
6417 (all): Depend on EXTRA_RULES.
6418 (check-read1, expect-read1, read1.so, read1): New rules.
6419 * README (Testsuite Parameters): Document the READ1 make variable.
6420 (Race detection): New section.
6421 * configure: Regenerate.
6422 * configure.ac: If build==host==target, and running under a
6423 GNU/glibc system, add read1 to the extra Makefile rules.
6424 (EXTRA_RULES): AC_SUBST it.
6425 * lib/read1.c: New file.
6426
6427 2014-08-20 Joel Brobecker <brobecker@adacore.com>
6428
6429 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6430 the handling of variables declared as a typedef to an array
6431 which a DW_AT_data_location attribute.
6432
6433 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
6434 Pedro Alves <palves@redhat.com>
6435
6436 PR symtab/14604
6437 PR symtab/14605
6438 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6439 gdb_test.
6440
6441 2014-08-19 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6444
6445 2014-08-19 Yao Qi <yao@codesourcery.com>
6446
6447 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6448 right line.
6449
6450 2014-08-18 David Blaikie <dblaikie@gmail.com>
6451
6452 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6453
6454 2014-08-18 Joel Brobecker <brobecker@adacore.com>
6455
6456 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6457 attribute in array range.
6458
6459 2014-08-18 Joel Brobecker <brobecker@adacore.com>
6460
6461 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6462
6463 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6464
6465 PR c++/17132
6466 * gdb.cp/pr17132.cc: New file.
6467 * gdb.cp/pr17132.exp: New file.
6468
6469 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6470
6471 * gdb.python/py-xmethods.py (A_getarrayind)
6472 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6473 Use 'print' with function call syntax.
6474 (E_method_matcher.match): Fix tab vs space indentation mixup.
6475
6476 2014-08-15 Yao Qi <yao@codesourcery.com>
6477
6478 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6479 false.
6480
6481 2014-08-15 Yao Qi <yao@codesourcery.com>
6482
6483 * gdb.cp/casts.exp: Set print symbol off.
6484 * gdb.cp/class2.exp: Likewise.
6485 * gdb.cp/overload.exp: Likewise.
6486 * gdb.cp/templates.exp: Likewise.
6487
6488 2014-08-11 Doug Evans <dje@google.com>
6489
6490 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6491 (test_load_shlib): Update.
6492
6493 2014-08-09 Yao Qi <yao@codesourcery.com>
6494
6495 * gdb.base/display.exp: Invoke is_address_zero_readable.
6496 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6497 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6498 * gdb.base/hbreak-unmapped.exp: Return if
6499 is_address_zero_readable returns true.
6500 * gdb.base/signest.exp: Likewise.
6501 * gdb.base/signull.exp: Likewise.
6502 * gdb.base/sigbpt.exp: Likewise.
6503 * gdb.guile/scm-disasm.exp: Do the test if
6504 is_address_zero_readable returns false.
6505 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6506 * gdb.python/py-arch.exp: Likewise.
6507 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6508 * lib/gdb.exp (is_address_zero_readable): New proc.
6509
6510 2014-08-09 Yao Qi <yao@codesourcery.com>
6511
6512 PR testsuite/13443
6513 * gdb.mi/mi-var-display.exp: Make test messages unique.
6514
6515 2014-08-04 Tom Tromey <tromey@redhat.com>
6516
6517 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6518 target 0".
6519
6520 2014-08-04 Tom Tromey <tromey@redhat.com>
6521
6522 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6523 "target_resume".
6524
6525 2014-08-01 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6528 inner_vla_struct_object_size.
6529 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6530 as xfail.
6531
6532 2014-07-30 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6535 comment.
6536
6537 2014-07-29 Yao Qi <yao@codesourcery.com>
6538
6539 PR gdb/17206
6540 * gdb.base/until-nodebug.exp: New.
6541
6542 2014-07-28 Doug Evans <xdje42@gmail.com>
6543
6544 PR guile/17203
6545 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6546 previously existing parameter, and previously ambiguously spelled
6547 parameter.
6548
6549 2014-07-28 Will Newton <will.newton@linaro.org>
6550
6551 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6552
6553 2014-07-26 Ludovic Courtès <ludo@gnu.org>
6554 Doug Evans <xdje42@gmail.com>
6555
6556 PR guile/17146
6557 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6558
6559 2014-07-25 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.threads/signal-command-handle-nopass.c: New file.
6562 * gdb.threads/signal-command-handle-nopass.exp: New file.
6563 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6564 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6565 * gdb.threads/signal-delivered-right-thread.c: New file.
6566 * gdb.threads/signal-delivered-right-thread.exp: New file.
6567
6568 2014-07-25 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.base/double-prompt-target-event-error.exp
6571 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6572 match.
6573 (cancel_pagination_in_target_event): Rework double prompt
6574 detection.
6575 * gdb.base/paginate-after-ctrl-c-running.exp
6576 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6577 <return>' match.
6578 * gdb.base/paginate-bg-execution.exp
6579 (test_bg_execution_pagination_return)
6580 (test_bg_execution_pagination_cancel): Remove '-notransfer
6581 <return>' matches.
6582 * gdb.base/paginate-execution-startup.exp
6583 (test_fg_execution_pagination_return)
6584 (test_fg_execution_pagination_cancel): Remove '-notransfer
6585 <return>' matches.
6586 * gdb.base/paginate-inferior-exit.exp
6587 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6588 match.
6589 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6590 * lib/gdb.exp (pagination_prompt): Run text through
6591 string_to_regexp.
6592 (gdb_test_multiple): Match $pagination_prompt instead of
6593 "<return>".
6594 (string_to_regexp): Move to lib/gdb-utils.exp.
6595
6596 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6597
6598 * gdb.arch/amd64-entry-value-paramref.S: New file.
6599 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6600 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6601 * gdb.arch/amd64-optimout-repeat.S: New file.
6602 * gdb.arch/amd64-optimout-repeat.c: New file.
6603 * gdb.arch/amd64-optimout-repeat.exp: New file.
6604
6605 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6606
6607 PR gdb/17170
6608 * gdb.base/statistics.exp: New file.
6609
6610 2014-07-17 Doug Evans <dje@google.com>
6611
6612 PR gdb/17170
6613 * gdb.base/maint.exp: Update testing of per-command stats.
6614
6615 2014-07-16 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6618 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6619 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6620 (tfile_write_buf): New functions.
6621 (add_memory_block): Rewrite using the above.
6622 (adjust_function_address): New function.
6623 (FUNCTION_ADDRESS): New macro.
6624 (write_basic_trace_file): Remove short_x local, and use
6625 tfile_write_16. Change type of func_addr local to unsigned long
6626 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6627 here. Cast argument of add_memory_block to char pointer.
6628 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6629 (main): Remove parameters.
6630 * gdb.trace/tfile.exp: Remove nowarnings.
6631
6632 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6633
6634 * gdb.base/debug-expr.exp: Test string evaluation with
6635 "debug expression" on.
6636
6637 2014-07-15 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/reread.exp: Use clean_restart.
6640
6641 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6642
6643 * gdb.arch/avr-flash-qualifer.c: New.
6644 * gdb.arch/avr-flash-qualifer.exp: New.
6645
6646 2014-07-14 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6649 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6650
6651 2014-07-14 Pedro Alves <palves@redhat.com>
6652
6653 * gdb.base/double-prompt-target-event-error.c: New file.
6654 * gdb.base/double-prompt-target-event-error.exp: New file.
6655
6656 2014-07-14 Pedro Alves <palves@redhat.com>
6657
6658 PR gdb/17072
6659 * gdb.base/paginate-inferior-exit.c: New file.
6660 * gdb.base/paginate-inferior-exit.exp: New file.
6661
6662 2014-07-14 Pedro Alves <palves@redhat.com>
6663
6664 PR gdb/17072
6665 * gdb.base/paginate-bg-execution.c: New file.
6666 * gdb.base/paginate-bg-execution.exp: New file.
6667
6668 2014-07-14 Pedro Alves <palves@redhat.com>
6669
6670 PR gdb/17072
6671 * gdb.base/paginate-execution-startup.c: New file.
6672 * gdb.base/paginate-execution-startup.exp: New file.
6673 * lib/gdb.exp (pagination_prompt): New global.
6674 (default_gdb_spawn): New procedure, factored out from
6675 default_gdb_spawn.
6676 (default_gdb_start): Adjust to call default_gdb_spawn.
6677 (gdb_spawn): New procedure.
6678
6679 2014-07-14 Pedro Alves <palves@redhat.com>
6680
6681 * lib/gdb.exp (gdb_assert): New procedure.
6682 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6683
6684 2014-07-14 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/execution-termios.c: New file.
6687 * gdb.base/execution-termios.exp: New file.
6688
6689 2014-07-14 Tom Tromey <tromey@redhat.com>
6690
6691 * gdb.cp/vla-cxx.cc: New file.
6692 * gdb.cp/vla-cxx.exp: New file.
6693
6694 2014-07-14 Tom Tromey <tromey@redhat.com>
6695
6696 * gdb.reverse/rerun-prec.c: New file.
6697 * gdb.reverse/rerun-prec.exp: New file.
6698
6699 2014-07-12 Maciej W. Rozycki <macro@mips.com>
6700 Maciej W. Rozycki <macro@codesourcery.com>
6701
6702 * lib/gdb-utils.exp: New file.
6703 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6704 inline `gdb_init_command' processing.
6705 (gdb_start_cmd): Likewise.
6706 * lib/mi-support.exp (mi_run_cmd): Likewise.
6707 * README: Document `gdb_init_command' and `gdb_init_commands'.
6708
6709 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6710
6711 Fix false FAIL running under a very long directory name.
6712 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6713 and "set print elements 10000". Twice.
6714
6715 2014-07-11 Yao Qi <yao@codesourcery.com>
6716
6717 * gdb.base/exprs.exp: "set print symbol off".
6718
6719 2014-07-11 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.threads/kill.c: New file.
6722 * gdb.threads/kill.exp: New file.
6723
6724 2014-07-10 Yao Qi <yao@codesourcery.com>
6725
6726 * gdb.trace/tfile.c (write_basic_trace_file)
6727 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6728 address written to trace file.
6729
6730 2014-07-09 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/attach-wait-input.exp: New file.
6733 * gdb.base/attach-wait-input.c: New file.
6734
6735 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6736
6737 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6738 setting up test structures.
6739 (main): Call new test function.
6740 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6741 test function, continue into test function and walk test
6742 structures.
6743
6744 2014-07-02 Yao Qi <yao@codesourcery.com>
6745
6746 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6747 'bar_start' at the beginning of functions 'foo' and 'bar'
6748 respectively.
6749 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6750 instead of 'foo' and 'bar'.
6751
6752 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6753
6754 * gdb.btrace/segv.exp: New.
6755 * gdb.btrace/segv.c: New.
6756
6757 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
6758
6759 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6760 instruction.
6761
6762 2014-06-30 Mark Wielaard <mjw@redhat.com>
6763
6764 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6765 vulture, vilify, villar): New volatile array constants.
6766 (vindictive, vegetation): New const volatile array constants.
6767 * gdb.base/volatile.exp: Test volatile and const volatile array
6768 types.
6769
6770 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6771
6772 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6773 target lacks support for awatch, rwatch, or hbreak.
6774
6775 2014-06-27 Yao Qi <yao@codesourcery.com>
6776
6777 * gdb.multi/dummy-frame-restore.exp: New.
6778 * gdb.multi/dummy-frame-restore.c: New.
6779
6780 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6781
6782 * gdb.btrace/gcore.exp: New.
6783
6784 2014-06-23 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.base/watchpoint-reuse-slot.c: New file.
6787 * gdb.base/watchpoint-reuse-slot.exp: New file.
6788
6789 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6790
6791 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6792 progspace's filename in 'info', 'enable' and 'disable' command
6793 tests.
6794
6795 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6798 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6799 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6800
6801 2014-06-20 Gary Benson <gbenson@redhat.com>
6802
6803 * gdb.arch/i386-avx.exp: Fix include file location.
6804 * gdb.arch/i386-sse.exp: Likewise.
6805
6806 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6807
6808 * gdb.dlang/expression.exp: New file.
6809
6810 2014-06-19 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6813 out from ...
6814 (top level): ... here. Iterate running tests under different
6815 scheduler-locking settings.
6816
6817 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
6818
6819 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6820 to DW_FORM_addr and use non-zero addresses.
6821
6822 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6823
6824 PR gdb/17017
6825 * gdb.python/py-xmethods.cc: Add global function call counters and
6826 increment them in their respective functions. Remove "cout"
6827 statements.
6828 * gdb.python/py-xmethods.exp: Make tests check the global function
6829 call counters instead of depending on inferior IO.
6830
6831 2014-06-18 Don Breazeal <donb@codesourcery.com>
6832
6833 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6834 Deleted procedure.
6835 (explicit_fork_parent_follow): Deleted procedure.
6836 (explicit_fork_child_follow): Deleted procedure.
6837 (test_follow_fork): New procedure.
6838 (do_fork_tests): Replace calls to deleted procedures with
6839 calls to test_follow_fork and reset GDB for subsequent
6840 procedure calls.
6841
6842 2014-06-17 Yao Qi <yao@codesourcery.com>
6843
6844 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6845 CP1252.
6846
6847 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
6848
6849 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6850 Initialize ptr and S explicitly.
6851 (skip_type_update_when_not_use_rtti_test): Likewise.
6852
6853 2014-06-16 Keith Seitz <keiths@redhat.com>
6854
6855 PR mi/15863
6856 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6857 the inferior is started.
6858
6859 2014-06-16 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.base/break-main-file-remove-fail.c: New file.
6862 * gdb.base/break-main-file-remove-fail.exp: New file.
6863 * gdb.base/break-unload-file.exp: Use build_executable instead of
6864 prepare_for_testing.
6865 (test_break): New parameter "initial_load". Handle it.
6866 (top level): Add initial_load cmdline/file axis.
6867
6868 2014-06-12 Tom Tromey <tromey@redhat.com>
6869
6870 * gdb.base/completion.exp: Don't use directory name in test.
6871
6872 2014-06-09 Gary Benson <gbenson@redhat.com>
6873
6874 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6875 separate the always-available ANSI-standard signals from the
6876 signals that require checking.
6877 (main): Likewise.
6878 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6879 Likewise.
6880 (main): Likewise.
6881
6882 2014-06-07 Keith Seitz <keiths@redhat.com>
6883
6884 Revert:
6885 PR c++/16253
6886 * gdb.cp/var-tag.cc: New file.
6887 * gdb.cp/var-tag.exp: New file.
6888 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6889 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6890 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6891 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6892
6893 2014-06-06 Doug Evans <xdje42@gmail.com>
6894
6895 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6896
6897 2014-06-06 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6900 in target debug output instead of looking at RSP packets,
6901 disabling the test on any target that uses hardware stepping.
6902 Update comments.
6903
6904 2014-06-06 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.base/break-unload-file.exp: Fix typo.
6907
6908 2014-06-06 Yao Qi <yao@codesourcery.com>
6909
6910 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6911 from "jit_function" to "^jit_function".
6912
6913 2014-06-06 Yao Qi <yao@codesourcery.com>
6914
6915 * gdb.base/async.c (foo): Add one statement.
6916 * gdb.base/async.exp: Get the next instruction address and
6917 match the output of "nexti" by instruction address. Match
6918 the hex address in the output of "finish".
6919
6920 2014-06-06 Gary Benson <gbenson@redhat.com>
6921
6922 * gdb.base/call-signals.c: Remove preprocessor conditionals
6923 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6924 SIGSEGV and SIGTERM.
6925 * gdb.base/sigall.c: Likewise.
6926 * gdb.base/unwindonsignal.c: Likewise.
6927 * gdb.reverse/sigall-reverse.c: Likewise.
6928
6929 2014-06-06 Yao Qi <yao@codesourcery.com>
6930
6931 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6932 readable, skip the test.
6933
6934 2014-06-06 Yao Qi <yao@codesourcery.com>
6935
6936 * gdb.threads/staticthreads.c (thread_function): Move the line
6937 setting breakpoint on forward.
6938 * gdb.threads/staticthreads.exp: Update comments.
6939
6940 2014-06-05 Ludovic Courtès <ludo@gnu.org>
6941
6942 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6943 "history-append! type error".
6944
6945 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6948 erroneous dprintf expected input.
6949
6950 2014-06-04 Doug Evans <xdje42@gmail.com>
6951
6952 * gdb.guile/scm-generics.exp: Delete.
6953
6954 2014-06-04 Doug Evans <xdje42@gmail.com>
6955
6956 * gdb.guile/scm-breakpoint.exp: Update.
6957 Add tests for breakpoint registration.
6958
6959 2014-06-04 Tom Tromey <tromey@redhat.com>
6960
6961 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6962 VLA-in-union.
6963 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6964 inner_vla_struct, vla_union types. Initialize objects of those
6965 types and compute their sizes.
6966
6967 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6968 Hui Zhu <hui@codesourcery.com>
6969
6970 * gdb.base/fileio.exp: Add test for shell not available as well as
6971 available.
6972 * gdb.base/fileio.c (test_system): Check for shell twice.
6973
6974 2014-06-04 Yao Qi <yao@codesourcery.com>
6975
6976 * gdb.base/auto-connect-native-target.exp: Remove redundant
6977 space from the regexp pattern.
6978
6979 2014-06-04 Yao Qi <yao@codesourcery.com>
6980
6981 * gdb.base/default.exp: Replace "child" with "native" in
6982 regexp pattern.
6983
6984 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6985
6986 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6987 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6988 * gdb.python/py-xmethods.py: Python script supporting the
6989 new testcase and tests.
6990
6991 2014-06-03 Joel Brobecker <brobecker@adacore.com>
6992 Pedro Alves <palves@redhat.com>
6993
6994 PR breakpoints/17000
6995 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6996 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6997
6998 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6999
7000 * gdb.base/subst.exp: Add tests to verify partial path matching
7001 output.
7002
7003 2014-06-03 Pedro Alves <palves@redhat.com>
7004
7005 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7006 target that doesn't use software single-stepping.
7007
7008 2014-06-03 Pedro Alves <palves@redhat.com>
7009
7010 PR breakpoints/17000
7011 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7012 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7013
7014 2014-06-02 Doug Evans <xdje42@gmail.com>
7015
7016 * gdb.guile/scm-parameter.exp: New file.
7017
7018 2014-06-02 Doug Evans <xdje42@gmail.com>
7019
7020 * gdb.guile/scm-cmd.c: New file.
7021 * gdb.guile/scm-cmd.exp: New file.
7022
7023 2014-06-02 Doug Evans <xdje42@gmail.com>
7024
7025 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7026 pretty-printer lookup.
7027 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7028 (make-pp_s-printer): Call it.
7029 (make-pretty-printer-from-dict): New function.
7030 (lookup-pretty-printer-maker-from-dict): New function.
7031 (*pretty-printer*): Simplify.
7032 (make-objfile-pp_s-printer): New function.
7033 (install-objfile-pretty-printers!): New function.
7034 (make-progspace-pp_s-printer): New function.
7035 (install-progspace-pretty-printers!): New function.
7036 * gdb.guile/scm-progspace.c: New file.
7037 * gdb.guile/scm-progspace.exp: New file.
7038
7039 2014-06-02 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.base/dprintf-bp-same-addr.c: New file.
7042 * gdb.base/dprintf-bp-same-addr.exp: New file.
7043
7044 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7045
7046 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7047 * gdb.arch/powerpc-power.s: Likewise.
7048
7049 2014-06-02 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7052
7053 2014-06-01 Yao Qi <yao@codesourcery.com>
7054
7055 * gdb.base/watchpoint.exp (test_watch_location): Check null
7056 pointer can be dereferenced. If not, do the test, otherwise
7057 skip it.
7058
7059 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
7060
7061 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7062 results.
7063 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7064
7065 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
7066
7067 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7068 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7069 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7070 * gdb.arch/amd64-invalid-stack-top.c: New file.
7071 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7072
7073 2014-05-30 Pedro Alves <palves@redhat.com>
7074
7075 PR breakpoints/17000
7076 * gdb.base/sss-bp-on-user-bp.c: New file.
7077 * gdb.base/sss-bp-on-user-bp.exp: New file.
7078
7079 2014-05-30 David Blaikie <dblaikie@gmail.com>
7080
7081 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7082 gnu_inline semantics via attribute.
7083 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7084 source explicitly specifies the required semantics.
7085
7086 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7087
7088 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7089
7090 2014-05-29 Pedro Alves <palves@redhat.com>
7091 Tom Tromey <tromey@redhat.com>
7092
7093 * gdb.base/async-shell.exp: Don't enable target-async.
7094 * gdb.base/async.exp
7095 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7096 parameter. Adjust.
7097 (top level): Don't test with "target-async".
7098 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7099 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7100 * gdb.base/inferior-died.exp: Don't enable target-async.
7101 * gdb.base/interrupt-noterm.exp: Likewise.
7102 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7103 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7104 * gdb.mi/mi-nonstop.exp: Likewise.
7105 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7106 * gdb.mi/mi-nsintrall.exp: Likewise.
7107 * gdb.mi/mi-nsmoribund.exp: Likewise.
7108 * gdb.mi/mi-nsthrexec.exp: Likewise.
7109 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7110 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7111 * gdb.python/py-evsignal.exp: Don't enable target-async.
7112 * gdb.python/py-evthreads.exp: Likewise.
7113 * gdb.python/py-prompt.exp: Likewise.
7114 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7115 * gdb.server/solib-list.exp: Don't enable target-async.
7116 * gdb.threads/thread-specific-bp.exp: Likewise.
7117 * lib/mi-support.exp: Adjust to use mi-async.
7118
7119 2014-05-29 Pedro Alves <palves@redhat.com>
7120
7121 PR gdb/13860
7122 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7123 reason, even in sync mode.
7124
7125 2014-05-29 Pedro Alves <palves@redhat.com>
7126 Hui Zhu <hui@codesourcery.com>
7127
7128 PR PR15693
7129 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7130 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7131 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7132 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7133
7134 2014-05-28 Joel Brobecker <brobecker@adacore.com>
7135
7136 * config/monitor.exp (gdb_target_monitor): Replace use of
7137 "set remotebaud" by "set serial baud".
7138
7139 2014-05-26 Andy Wingo <wingo@igalia.com>
7140
7141 * gdb.guile/scm-breakpoint.exp:
7142 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7143 properties instead of gdb-object-properties.
7144
7145 2014-05-26 Yao Qi <yao@codesourcery.com>
7146
7147 * gdb.server/no-thread-db.exp: Specify source file name
7148 explicitly when setting a breakpoint.
7149
7150 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7151
7152 * gdb.btrace/vdso.c: New.
7153 * gdb.btrace/vdso.exp: New.
7154
7155 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7156
7157 * gdb.base/gcore.exp (capture_command_output): Move ...
7158 * lib/gdb.exp (capture_command_output): ... here.
7159
7160 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7161
7162 * gdb.btrace/data.exp: Test memory access during btrace replay.
7163
7164 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7165
7166 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7167
7168 2014-05-21 Pedro Alves <palves@redhat.com>
7169
7170 PR gdb/13860
7171 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7172 (top level): Test that output related to execution commands is
7173 sent to the console with CLI commands, but not with MI commands.
7174 Test that breakpoint events are always mirrored to the console.
7175 Also expect the new source line to be output after a "next" in
7176 async mode too. Make it a pass/fail test.
7177 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7178 output.
7179 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7180
7181 2014-05-21 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7184 Use them to test variations of "list" after reaching a breakpoint.
7185 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7186 Test "list" with listsize 10 after reaching a breakpoint.
7187 * gdb.python/python.exp (decode_line current location line
7188 number): Adjust expected line number.
7189
7190 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7191
7192 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7193 behavior for $args, pass it directly to "run".
7194
7195 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7196
7197 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7198 30000 to 65536.
7199
7200 2014-05-21 Pedro Alves <palves@redhat.com>
7201
7202 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7203 auto-connect-native-target off".
7204 * gdb.base/auto-connect-native-target.c: New file.
7205 * gdb.base/auto-connect-native-target.exp: New file.
7206
7207 2014-05-21 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/default.exp: Test "target native" instead of "target
7210 child".
7211
7212 2014-05-21 Mark Wielaard <mjw@redhat.com>
7213
7214 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7215
7216 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7217
7218 Fix TLS access for -static -pthread.
7219 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7220 <HAVE_TLS> (thread_function, main): Initialize it.
7221 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7222 Add clean_restart.
7223 <$have_tls != "">: Check TLSVAR.
7224
7225 2014-05-21 Pedro Alves <palves@redhat.com>
7226
7227 * gdb.base/dcache-line-read-error.c: New.
7228 * gdb.base/dcache-line-read-error.exp: New.
7229
7230 2014-05-20 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.base/compare-sections.c: New file.
7233 * gdb.base/compare-sections.exp: New file.
7234
7235 2014-05-20 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/break-idempotent.c: New file.
7238 * gdb.base/break-idempotent.exp: New file.
7239
7240 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7241
7242 * gdb.btrace/nohist.exp: New.
7243
7244 2014-05-20 Yao Qi <yao@codesourcery.com>
7245
7246 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7247 gdb.reverse directory and gdb_reverse_timeout exists in board
7248 setting.
7249 * README: Document gdb_reverse_timeout.
7250
7251 2014-05-20 Yao Qi <yao@codesourcery.com>
7252
7253 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7254 'test_file_name'. Treat args as a string instead of a list.
7255 (gdb_init): Rename argument 'args' by 'test_file_name'.
7256
7257 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7258
7259 * gdb.arch/powerpc-power.exp: New file.
7260 * gdb.arch/powerpc-power.s: New file.
7261
7262 2014-05-16 Doug Evans <dje@google.com>
7263
7264 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
7265 * gdb.base/completion.exp: Check that all expected files exist
7266 before doing file completion.
7267
7268 2014-05-16 Doug Evans <dje@google.com>
7269
7270 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7271 Update.
7272 (do_syscall_tests_without_xml): Update.
7273
7274 2014-05-16 Pedro Alves <palves@redhat.com>
7275
7276 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7277 instead of "unknown output after running".
7278
7279 2014-05-16 Yao Qi <yao@codesourcery.com>
7280
7281 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7282 file1.txt from host at the end.
7283 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7284
7285 2014-05-15 Doug Evans <dje@google.com>
7286
7287 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7288 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7289 loading file. Add test for TU lookup.
7290
7291 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7292
7293 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7294 calling "-exec-arguments" or "set args" before running the
7295 inferior.
7296
7297 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7298
7299 * lib/mi-support.exp (mi_expect_stop): Expect message for
7300 inferiors that exit with non-zero exit code.
7301
7302 2014-05-14 Yao Qi <yao@codesourcery.com>
7303
7304 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7305 match absolute path on remote host.
7306 (test_file_list_exec_source_files): Remove "/" from the
7307 pattern.
7308
7309 2014-05-14 Yao Qi <yao@codesourcery.com>
7310
7311 * boards/local-remote-host-notty.exp (${board}_file): New
7312 proc.
7313
7314 2014-05-07 Kyle McMartin <kyle@redhat.com>
7315
7316 Pushed by Joel Brobecker <brobecker@adacore.com>.
7317 * gdb.arch/aarch64-atomic-inst.c: New file.
7318 * gdb.arch/aarch64-atomic-inst.exp: New file.
7319
7320 2014-05-07 Yao Qi <yao@codesourcery.com>
7321
7322 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7323 in current context" too.
7324
7325 2014-05-05 Keith Seitz <keiths@redhat.com>
7326
7327 * gdb.linespec/ls-dollar.exp: Add test for linespec
7328 file:convenience_variable.
7329
7330 2014-05-05 Yao Qi <yao@codesourcery.com>
7331
7332 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7333 traceframes into tfile and ctf trace files. Read data from
7334 trace file and test collected data.
7335 (gdb_collect_locals_test): Likewise.
7336 (gdb_unavailable_registers_test): Likewise.
7337 (gdb_unavailable_floats): Likewise.
7338 (gdb_collect_globals_test): Likewise.
7339 (top-level): Append "ctf" to trace_file_targets if GDB
7340 supports.
7341
7342 2014-05-05 Yao Qi <yao@codesourcery.com>
7343
7344 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7345 code to ...
7346 (gdb_collect_args_test_1): ... it. New proc.
7347 (gdb_collect_locals_test): Move some code to ...
7348 (gdb_collect_locals_test_1): ... it. New proc.
7349 (gdb_unavailable_registers_test): Move some code to ...
7350 (gdb_unavailable_registers_test_1): ... it. New proc.
7351 (gdb_unavailable_floats): Move some code to ...
7352 (gdb_unavailable_floats_1): ... it. New proc.
7353
7354 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7355
7356 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7357 probes to test for bitness recognition.
7358 * gdb.arch/amd64-stap-optional-prefix.exp
7359 (test_probe_value_without_reg): New procedure.
7360 Add code to test for different kinds of bitness.
7361
7362 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7363
7364 PR breakpoints/16889
7365 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7366 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7367
7368 2014-05-01 Pedro Alves <palves@redhat.com>
7369
7370 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7371 gdb_file_cmd if no file is specified.
7372 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7373 last_loaded_file to set the remote exec-file.
7374
7375 2014-05-01 Pedro Alves <palves@redhat.com>
7376
7377 * boards/local-remote-host.exp: New file.
7378
7379 2014-05-01 Pedro Alves <palves@redhat.com>
7380
7381 * boards/local-remote-host.exp: Rename to ...
7382 * boards/local-remote-host-notty.exp: ... this.
7383
7384 2014-04-28 Joel Brobecker <brobecker@adacore.com>
7385
7386 * gdb.ada/dyn_arrayidx: New testcase.
7387
7388 2014-04-26 Yao Qi <yao@codesourcery.com>
7389
7390 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7391 and compute the length of function main. Save it in
7392 $main_length.
7393 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7394 (top-level): Use gdb_compile to compile objects into
7395 executable and restart GDB. Remove invocation to
7396 prepare_for_testing.
7397
7398 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7399 Pedro Alves <palves@redhat.com>
7400
7401 PR server/16255
7402 * gdb.multi/multi-attach.c: New file.
7403 * gdb.multi/multi-attach.exp: New file.
7404
7405 2014-04-25 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7408 user.
7409 (top level): Test that "set remote conditional-breakpoints-packet
7410 off" works as intended.
7411 * gdb.base/dprintf.exp: Test that "set remote
7412 breakpoint-commands-packet off" works as intended.
7413 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7414 New function.
7415 (top level): Call it.
7416 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7417 remote fast-tracepoints-packet off" works as intended.
7418 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7419 * lib/gdb.exp (gdb_is_target_remote): ... here.
7420
7421 2014-04-24 David Blaikie <dblaikie@gmail.com>
7422
7423 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7424 ensure clang would not discard them.
7425 * gdb.base/gdbvars.c: Ditto.
7426 * gdb.base/memattr.c: Ditto.
7427 * gdb.base/whatis.c: Ditto.
7428 * gdb.python/py-prettyprint.c: Ditto.
7429 * gdb.trace/actions.c: Ditto.
7430 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7431 ensure clang would not discard it.
7432
7433 2014-04-24 David Blaikie <dblaikie@gmail.com>
7434
7435 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7436 clang to emit the full definition of type required by the test
7437 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7438
7439 2014-04-24 David Blaikie <dblaikie@gmail.com>
7440
7441 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7442 coax Clang into emitting the definition of the type.
7443 * gdb.cp/pr10728-x.h (y): Ditto.
7444 * gdb.cp/pr10728-y.cc (y): Ditto.
7445
7446 2014-04-24 David Blaikie <dblaikie@gmail.com>
7447
7448 * gdb.base/label.exp: XFAIL label related tests under Clang.
7449 * gdb.cp/cplabel.exp: Ditto.
7450 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7451 under Clang those using labels.
7452
7453 2014-04-25 Yao Qi <yao@codesourcery.com>
7454
7455 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7456 double_label.
7457 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7458 partial_label and double_label.
7459
7460 2014-04-24 David Blaikie <dblaikie@gmail.com>
7461
7462 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7463
7464 2014-04-24 David Blaikie <dblaikie@gmail.com>
7465
7466 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7467 of the function to work across GCC and Clang.
7468 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7469 pointer types (const void ** const V void **).
7470
7471 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
7472 Walfred Tedeschi <walfred.tedeschi@intel.com>
7473
7474 * Makefile.in (EXECUTABLES): Added i386-avx512.
7475 * gdb.arch/i386-avx512.c: New file.
7476 * gdb.arch/i386-avx512.exp: Likewise.
7477
7478 2014-04-23 Keith Seitz <keiths@redhat.com>
7479
7480 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7481 (mi_make_breakpoint_table): New procedure.
7482 (mi_create_breakpoint): Use mi_make_breakpoint
7483 and return the result.
7484 (mi_make_breakpoint): New procedure.
7485 (mi_build_kv_pairs): New procedure.
7486
7487 * gdb.mi/mi-break.exp: Remove unused globals,
7488 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7489 All callers updated.
7490 * gdb.mi/mi-dprintf.exp: Use variable to track command
7491 number.
7492 Update all callers of mi_create_breakpoint and use
7493 mi_make_breakpoint_table.
7494 Remove any unused global variables.
7495 * gdb.mi/mi-nonstop.exp: Likewise.
7496 * gdb.mi/mi-nsintrall.exp: Likewise.
7497 * gdb.mi/mi-nsmoribund.exp: Likewise.
7498 * gdb.mi/mi-nsthrexec.exp: Likewise.
7499 * gdb.mi/mi-reverse.exp: Likewise.
7500 * gdb.mi/mi-simplerun.exp: Likewise.
7501 * gdb.mi/mi-stepn.exp: Likewise.
7502 * gdb.mi/mi-syn-frame.exp: Likewise.
7503 * gdb.mi/mi-until.exp: Likewise.
7504 * gdb.mi/mi-var-cp.exp: Likewise.
7505 * gdb.mi/mi-var-display.exp: Likewise.
7506 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7507 * gdb.mi/mi2-var-child.exp: Likewise.
7508 * gdb.mi/mi-vla-c99.exp: Likewise.
7509 * lib/mi-support.exp: Likewise.
7510
7511 From Ian Lance Taylor <iant@cygnus.com>:
7512 * lib/gdb.exp (parse_args): New procedure.
7513
7514 2014-04-23 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.base/break-unload-file.c: New file.
7517 * gdb.base/break-unload-file.exp: New file.
7518 * gdb.base/sym-file-lib.c (baz): New function.
7519 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7520 field.
7521 (load): Store the segment's mapped size.
7522 (unload): New function.
7523 (unload_shlib): New function.
7524 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7525 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7526 set a breakpoint at baz, and call it.
7527 * gdb.base/sym-file.exp: New tests for stale breakpoint
7528 instructions.
7529
7530 2014-04-23 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7533 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7534 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7535 * gdb.base/hbreak-unmapped.c: New file.
7536 * gdb.base/hbreak-unmapped.exp: New file.
7537 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7538 * lib/gdb.exp (gdb_is_target_remote): ... here.
7539
7540 2014-04-22 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.base/consecutive-step-over.c: New file.
7543 * gdb.base/consecutive-step-over.exp: New file.
7544
7545 2014-04-22 Pedro Alves <palves@redhat.com>
7546
7547 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7548 instead of send_gdb/gdb_expect.
7549
7550 2014-04-22 Yao Qi <yao@codesourcery.com>
7551
7552 * lib/trace-support.exp (generate_tracefile): New procedure.
7553 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7554 return 0.
7555 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7556 if generate_tracefile returns 1.
7557
7558 2014-04-18 Tom Tromey <palves@redhat.com>
7559 Pedro alves <tromey@redhat.com>
7560
7561 PR backtrace/15558
7562 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7563 with a backtrace limit.
7564 * gdb.python/py-frame-inline.exp: Test running to an inline
7565 function with a backtrace limit, and printing the newest frame.
7566 * gdb.python/py-frame-inline.c (main): Call f.
7567
7568 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7569
7570 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7571
7572 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7573
7574 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7575 Drop prefix from unsupported source file path.
7576
7577 2014-04-17 Yao Qi <yao@codesourcery.com>
7578
7579 * lib/gdb.exp (with_target_charset): New proc.
7580 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7581 with_target_charset.
7582 (test_print_strings): Likewise.
7583 (test_repeat_bytes): Likewise.
7584 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7585 for some tests.
7586
7587 2014-04-16 Keith Seitz <keiths@redhat.com>
7588
7589 PR gdb/15827
7590 * gdb.dwarf2/corrupt.c: New file.
7591 * gdb.dwarf2/corrupt.exp: New file.
7592
7593 2014-04-16 Keith Seitz <keiths@redhat.com>
7594
7595 PR c++/16597
7596 * gdb.cp/namelessclass.cc: New file.
7597 * gdb.cp/namelessclass.exp: New file.
7598 * gdb.cp/namelessclass.S: New file.
7599
7600 2014-04-16 Doug Evans <dje@google.com>
7601
7602 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7603 Add comment.
7604 (gdbserver_default_get_comm_port): New function.
7605 (gdbserver_start): Check if board file provided
7606 "gdbserver,get_comm_port" and use it if so.
7607 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7608 (gdb,socketport): Set to "stdio".
7609 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7610 (stdio_gdbserver_template): Delete.
7611 (${board}_get_remote_address): Update.
7612 (${board}_build_remote_cmd): Delete.
7613 (${board}_get_comm_port): New function.
7614 (${board}_spawn): Update.
7615 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7616 Delete.
7617 (${board}_get_remote_address): Update.
7618 (${board}_get_comm_port): New function.
7619
7620 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
7621
7622 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7623 appearing in any order.
7624
7625 2014-04-15 Doug Evans <dje@google.com>
7626
7627 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7628 uninitialized value of "description".
7629
7630 2014-04-15 Keith Seitz <keiths@redhat.com>
7631
7632 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7633 Remove unused globals.
7634 (test_running_the_program): Likewise.
7635 (test_controlled_execution): Likewise.
7636 (test_controlling_breakpoints): Likewise.
7637 (test_program_termination): Likewise.
7638
7639 2014-04-15 Keith Seitz <keiths@redhat.com>
7640
7641 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7642 unused globals.
7643 (test_rbreak_creation_and_listing): Likewise.
7644 (test_ignore_count): Likewise.
7645 (test_error): Likewise.
7646
7647 2014-04-15 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7650 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7651 sym-file-loader.c.
7652 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7653 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7654 to sym-file-loader.c.
7655 (struct library): Forward declare.
7656 (load_shlib, lookup_function): Change prototypes.
7657 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7658 (translate_offset): Remove declarations.
7659 (get_text_addr): New declaration.
7660 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7661 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7662 sym-file-loader.h.
7663 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7664 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7665 here from sym-file-loader.h.
7666 (struct library): New structure.
7667 (load_shlib, lookup_function): Change prototypes and adjust to
7668 work with a struct library.
7669 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7670 (translate_offset): Make static.
7671 (get_text_addr): New function.
7672 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7673
7674 2014-04-15 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7677
7678 2014-04-15 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.base/sym-file-loader.c: Include <limits.h>.
7681 (SELF_LINK): New define.
7682 (get_origin): New function.
7683 (load_shlib): Use it.
7684 * gdb.base/sym-file.exp: Don't early return if the target is
7685 remote. Use runto_main, and issue fail is that fails. Use
7686 gdb_load_shlibs.
7687 (shlib_name): Delete.
7688 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7689
7690 2014-04-15 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.base/sym-file.exp: Remove regex characters from test
7693 message. Don't refer to breakpoint numbers in test messages.
7694
7695 2014-04-14 Keith Seitz <keiths@redhat.com>
7696
7697 PR c++/16253
7698 * gdb.cp/var-tag.cc: New file.
7699 * gdb.cp/var-tag.exp: New file.
7700 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7701 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7702 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7703 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7704
7705 2014-04-14 Tom Tromey <tromey@redhat.com>
7706
7707 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7708 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7709 type.
7710 * gdb.cp/enum-class.exp: New file.
7711 * gdb.cp/enum-class.cc: New file.
7712
7713 2014-04-14 Tom Tromey <tromey@redhat.com>
7714
7715 * gdb.dwarf2/enum-type.exp: New file.
7716
7717 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7718
7719 * gdb.mi/mi-vla-c99.exp: New file.
7720 * gdb.mi/vla.c: New file.
7721
7722 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7723
7724 * gdb.base/vla-datatypes.c: New file.
7725 * gdb.base/vla-datatypes.exp: New file.
7726
7727 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7728
7729 * gdb.base/vla-ptr.c: New file.
7730 * gdb.base/vla-ptr.exp: New file.
7731
7732 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7733
7734 * gdb.dwarf2/count.exp: New file.
7735
7736 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7737
7738 * gdb.base/vla-sideeffect.c: New file.
7739 * gdb.base/vla-sideeffect.exp: New file.
7740
7741 2014-04-14 David Blaikie <dblaikie@gmail.com>
7742
7743 * gdb.mi/non-stop.c: Add return value for non-void function return
7744 statement.
7745 * gdb.threads/staticthreads.c: Ditto.
7746
7747 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7748 Doug Evans <xdje42@gmail.com>
7749
7750 * gdb.guile/scm-value.c: Improve test case.
7751 * gdb.guile/scm-value.exp: Add new test.
7752
7753 2014-04-11 David Blaikie <dblaikie@gmail.com>
7754
7755 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7756 override Clang's default.
7757
7758 2014-04-11 Joel Brobecker <brobecker@adacore.com>
7759
7760 Revert the following changes (regressions):
7761
7762 * gdb.base/vla-sideeffect.c: New file.
7763 * gdb.base/vla-sideeffect.exp: New file.
7764
7765 * gdb.dwarf2/count.exp: New file.
7766
7767 * gdb.base/vla-multi.c: New file.
7768 * gdb.base/vla-multi.exp: New file.
7769
7770 * gdb.base/vla-ptr.c: New file.
7771 * gdb.base/vla-ptr.exp: New file.
7772
7773 * gdb.base/vla-datatypes.c: New file.
7774 * gdb.base/vla-datatypes.exp: New file.
7775
7776 * gdb.mi/mi-vla-c99.exp: New file.
7777 * gdb.mi/vla.c: New file.
7778
7779 2014-04-11 Keith Seitz <keiths@redhat.com>
7780
7781 PR c++/16675
7782 * gdb.cp/cpsizeof.exp: New file.
7783 * gdb.cp/cpsizeof.cc: New file.
7784
7785 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7786
7787 * gdb.mi/mi-vla-c99.exp: New file.
7788 * gdb.mi/vla.c: New file.
7789
7790 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7791
7792 * gdb.base/vla-datatypes.c: New file.
7793 * gdb.base/vla-datatypes.exp: New file.
7794
7795 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7796
7797 * gdb.base/vla-ptr.c: New file.
7798 * gdb.base/vla-ptr.exp: New file.
7799
7800 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7801
7802 * gdb.base/vla-multi.c: New file.
7803 * gdb.base/vla-multi.exp: New file.
7804
7805 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7806
7807 * gdb.dwarf2/count.exp: New file.
7808
7809 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7810
7811 * gdb.base/vla-sideeffect.c: New file.
7812 * gdb.base/vla-sideeffect.exp: New file.
7813
7814 2014-04-11 Yao Qi <yao@codesourcery.com>
7815
7816 * gdb.base/completion.exp: Check file exists before running tests
7817 on file completion.
7818
7819 2014-04-10 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.base/cond-eval-mode.c: New file.
7822 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7823 prepare_for_testing to build the new file. Check result of
7824 runto_main.
7825 (test_break, test_watch): New procedures.
7826 (top level): Use them.
7827
7828 2014-04-08 Pierre Muller <muller@sourceware.org>
7829
7830 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7831 Ctrl-V use for mingw hosts.
7832
7833 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7834
7835 * gdb.python/py-value.c: Improve test case.
7836 * gdb.python/py-value.exp: Add new test.
7837
7838 2014-04-07 David Blaikie <dblaikie@gmail.com>
7839
7840 * lib/compiler.c: Identify the clang compiler.
7841 * lib/compiler.cc: Ditto.
7842
7843 2014-04-03 Yao Qi <yao@codesourcery.com>
7844
7845 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7846
7847 2014-04-01 Anton Blanchard <anton@samba.org>
7848
7849 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7850 messages unique.
7851
7852 2014-04-01 Anton Blanchard <anton@samba.org>
7853
7854 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7855 prepare_for_testing.
7856
7857 2014-04-01 Anton Blanchard <anton@samba.org>
7858
7859 * gdb.arch/ppc64-atomic-inst.c: Remove.
7860 * gdb.arch/ppc64-atomic-inst.S: New file.
7861 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7862
7863 2014-03-31 Doug Evans <dje@google.com>
7864
7865 * gdb.base/print-symbol-loading-lib.c: New file.
7866 * gdb.base/print-symbol-loading-main.c: New file.
7867 * gdb.base/print-symbol-loading.exp: New file.
7868
7869 2014-03-31 Yao Qi <yao@codesourcery.com>
7870
7871 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7872
7873 2014-03-28 Joel Brobecker <brobecker@adacore.com>
7874
7875 * gdb.ada/mi_dyn_arr: New testcase.
7876
7877 2014-03-27 Doug Evans <dje@google.com>
7878
7879 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7880
7881 2014-03-27 Yao Qi <yao@codesourcery.com>
7882
7883 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7884 if target is nios2-*-*.
7885
7886 2014-03-26 Yao Qi <yao@codesourcery.com>
7887
7888 * lib/gdb.exp (readline_is_used): New proc.
7889 * gdb.base/completion.exp: Move tests on command complete up.
7890 Skip the rest of tests if readline is not used.
7891 * gdb.ada/complete.exp: Skp the test if readline is not
7892 used.
7893 * gdb.base/filesym.exp: Likewise.
7894 * gdb.base/macscp.exp: Likewise.
7895 * gdb.base/readline-ask.exp: Likewise.
7896 * gdb.base/readline.exp: Likewise.
7897 * gdb.python/py-cmd.exp: Likewise.
7898 * gdb.trace/tfile.exp: Likewise.
7899
7900 2014-03-26 Yao Qi <yao@codesourcery.com>
7901
7902 * gdb.base/macscp.exp: Fix code format issues.
7903
7904 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7905
7906 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7907 * gdb.asm/powerpc64le.inc: New file.
7908
7909 2014-03-25 Pedro Alves <palves@redhat.com>
7910 Doug Evans <dje@google.com>
7911
7912 * gdb.base/source-execution.c: New file.
7913 * gdb.base/source-execution.exp: New file.
7914 * gdb.base/source-execution.gdb: New file.
7915
7916 2014-03-24 Doug Evans <dje@google.com>
7917
7918 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7919 using fission.
7920
7921 2014-03-24 Hui Zhu <hui@codesourcery.com>
7922 Pedro Alves <palves@redhat.com>
7923
7924 PR breakpoints/16101
7925 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7926 test pass/fail messages. Detect missing support for dprintf when
7927 breakpoints are actually inserted.
7928 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7929 breakpoints are actually inserted.
7930 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7931 fails.
7932
7933 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7936
7937 2014-03-22 Doug Evans <xdje42@gmail.com>
7938
7939 * gdb.python/python.exp (python not supported): Verify multi-line
7940 python command issues an error.
7941 * gdb.guile/guile.exp (guile not supported): Verify multi-line
7942 guile command issues an error.
7943
7944 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7945
7946 * gdb.threads/thread-specific.exp: Handle the lack of usable
7947 $this_breakpoint and $this_thread.
7948
7949 2014-03-21 Hui Zhu <hui@codesourcery.com>
7950
7951 * gdb.base/attach.exp (do_command_attach_tests): New.
7952
7953 2014-03-20 Tom Tromey <tromey@redhat.com>
7954 Pedro Alves <palves@redhat.com>
7955
7956 PR cli/15718
7957 * gdb.base/condbreak-call-false.c: New file.
7958 * gdb.base/condbreak-call-false.exp: New file.
7959
7960 2014-03-20 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7963 Delete.
7964 (block_signals, unblock_signals): Delete.
7965 (child_function_2, main): Remove references to deleted variable
7966 and functions.
7967
7968 2014-03-20 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7971 Use pthread_kill to signal thread 2.
7972 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7973 Adjust to make the test send itself a signal rather than using the
7974 host's "kill" command.
7975
7976 2014-03-20 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.threads/multiple-step-overs.c: New file.
7979 * gdb.threads/multiple-step-overs.exp: New file.
7980 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7981 Adjust expected infrun debug output.
7982
7983 2014-03-20 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7986 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7987
7988 2014-03-20 Pedro Alves <palves@redhat.com>
7989
7990 PR breakpoints/7143
7991 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7992 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7993 of gdb_test_multiple.
7994 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7995 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7996
7997 2014-03-20 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8000 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8001
8002 2014-03-19 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.base/async.exp: Remove early return.
8005
8006 2014-03-19 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8009
8010 2014-03-19 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.base/async.exp (test_background): Expect \r\n after
8013 "completed." in the fail pattern.
8014
8015 2014-03-19 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/async.exp (test_background): New procedure.
8018 Use it for all background execution command tests.
8019
8020 2014-03-19 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.base/async.exp: Use prepare_for_testing.
8023
8024 2014-03-19 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8027 the same line.
8028
8029 2014-03-19 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/async.c (main): Add "jump here" and "until here" line
8032 marker comments.
8033 * gdb.base/async.exp (jump_here): New global.
8034 (jump& test): Use it.
8035 (until_here): New global.
8036 (until& test): Use it.
8037
8038 2014-03-19 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.base/async.exp: Don't frob gdb_protocol.
8041
8042 2014-03-18 Doug Evans <xdje42@gmail.com>
8043
8044 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8045 Fix spelling of exec-done-display.
8046
8047 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8048
8049 PR gdb/15358
8050 * gdb.base/gdb-sigterm.c: New file.
8051 * gdb.base/gdb-sigterm.exp: New file.
8052
8053 2014-03-18 Pedro Alves <palves@redhat.com>
8054
8055 PR gdb/13860
8056 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8057 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8058 solib-event.
8059
8060 2014-03-17 Joel Brobecker <brobecker@adacore.com>
8061
8062 * gdb.ada/pckd_arr_ren: New testcase.
8063
8064 2014-03-13 Doug Evans <xdje42@gmail.com>
8065
8066 PR guile/16612
8067 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8068 collect after discarding symbols.
8069
8070 2014-03-13 Ludovic Courtès <ludo@gnu.org>
8071 Doug Evans <xdje42@gmail.com>
8072
8073 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8074 to history survives a gc.
8075
8076 2014-03-13 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/default.exp: Don't test "target procfs".
8079
8080 2014-03-13 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/default.exp: Update "target child" and "target procfs"
8083 tests to not expect "Unix".
8084
8085 2014-03-12 Tom Tromey <tromey@redhat.com>
8086
8087 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8088 New procs. Add target-async tests.
8089 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8090 Add target-async tests.
8091
8092 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8093
8094 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8095 'func_start' and 'func_end' for the beginning and end of the
8096 function code, respectively.
8097 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8098 'func_end' instead of 'func' and 'main'.
8099
8100 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8101
8102 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8103 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8104 generate the debug info assembler source.
8105
8106 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8107
8108 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8109 * gdb.dwarf2/arr-subrange.exp: Likewise.
8110 * gdb.dwarf2/dwz.exp: Likewise.
8111 * gdb.dwarf2/method-ptr.exp: Likewise.
8112 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8113 * gdb.dwarf2/subrange.exp: Likewise.
8114 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8115 * gdb.dwarf2/implptrpiece.exp: Likewise.
8116 * gdb.dwarf2/nostaticblock.exp: Likewise.
8117
8118 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8119
8120 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8121 directory to absolute path name arguments.
8122
8123 2014-03-10 Joel Brobecker <brobecker@adacore.com>
8124
8125 * gdb.ada/tagged_access: New testcase.
8126
8127 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8128
8129 * gdb.btrace/data.exp: Update expected output.
8130
8131 2014-03-06 Yao Qi <yao@codesourcery.com>
8132
8133 * gdb.trace/pr16508.exp: New file.
8134
8135 2014-03-05 Pedro Alves <palves@redhat.com>
8136
8137 PR gdb/16575
8138 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8139 procedure.
8140 (top level): Adjust to use it. Add tests that exercise breakpoint
8141 interaction with the code-cache.
8142
8143 2014-02-26 Ludovic Courtès <ludo@gnu.org>
8144
8145 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8146 test for 'history-append!'.
8147
8148 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8149
8150 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8151 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8152 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8153 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8154 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8155 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8156
8157 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8158
8159 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8160 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8161 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8162
8163 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8164
8165 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8166
8167 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8168
8169 * gdb.dwarf2/arr-stride.c: New file.
8170 * gdb.dwarf2/arr-stride.exp: New file.
8171
8172 2014-02-26 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8175 that won't ever trigger. Make sure that GDB reports the correct
8176 breakpoint that caused the stop.
8177
8178 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8179
8180 PR gdb/16626
8181 * gdb.base/auto-load-script: New file.
8182 * gdb.base/auto-load.c: New file.
8183 * gdb.base/auto-load.exp: New file.
8184
8185 PR gdb/16626
8186 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8187
8188 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8189
8190 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8191 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8192
8193 2014-02-24 Doug Evans <dje@google.com>
8194
8195 * lib/gdb.exp (run_on_host): Log error output if program fails.
8196
8197 2014-02-21 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.threads/step-after-sr-lock.c: Rename to ...
8200 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8201 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8202 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8203 ... this.
8204
8205 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8206
8207 PR tdep/16397
8208 * gdb.arch/amd64-stap-special-operands.exp: New file.
8209 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8210 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8211 * gdb.arch/amd64-stap-triplet.S: Likewise.
8212 * gdb.arch/amd64-stap-triplet.c: Likewise.
8213
8214 2014-02-20 Joel Brobecker <brobecker@adacore.com>
8215
8216 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8217 in .section pseudo-op.
8218
8219 2014-02-20 lin zuojian <manjian2006@gmail.com>
8220 Joel Brobecker <brobecker@adacore.com>
8221 Doug Evans <xdje42@gmail.com>
8222
8223 PR symtab/16581
8224 * gdb.dwarf2/dw2-icycle.S: New file.
8225 * gdb.dwarf2/dw2-icycle.c: New file.
8226 * gdb.dwarf2/dw2-icycle.exp: New file.
8227
8228 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8229
8230 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8231 operations on gdb.Value objects.
8232 * gdb.python/py-value-cc.exp: Add new test to test operations on
8233 gdb.Value objects.
8234
8235 2014-02-18 Doug Evans <dje@google.com>
8236
8237 * Makefile.in (TESTS): New variable.
8238 (expanded_tests, expanded_tests_or_none): New variables
8239 (check-single): Pass $(expanded_tests_or_none) to runtest.
8240 (check-parallel): Only run tests in $(TESTS) if non-empty.
8241 (check/no-matching-tests-found): New rule.
8242 * README: Document TESTS makefile variable.
8243
8244 2014-02-18 Doug Evans <dje@google.com>
8245
8246 * Makefile.in (check-parallel): rm -rf outputs temp.
8247
8248 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8249
8250 Fix "ERROR: no fileid for" in the testsuite.
8251 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8252
8253 2014-02-12 Doug Evans <dje@google.com>
8254
8255 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8256 (MISCELLANEOUS): New variable.
8257 (clean): rm -rf $(MISCELLANEOUS).
8258 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8259 dwp live in the same directory as symlinks, with each symlink pointed
8260 to a differently named file in a different directory.
8261
8262 2014-02-11 Doug Evans <dje@google.com>
8263
8264 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8265 of Tcl file commands.
8266
8267 2014-02-10 Mark Kettenis <kettenis@gnu.org>
8268
8269 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8270 "kill -SIGUSR1 -1".
8271
8272 2014-02-10 Joel Brobecker <brobecker@adacore.com>
8273
8274 * gdb.ada/tick_length_array_enum_idx: New testcase.
8275
8276 2014-02-10 Doug Evans <xdje42@gmail.com>
8277
8278 * configure.ac (AC_OUTPUT): Add gdb.guile.
8279 * configure: Regenerate.
8280 * lib/gdb-guile.exp: New file.
8281 * lib/gdb.exp (get_target_charset): New function.
8282 * gdb.base/help.exp: Update expected output from "apropos apropos".
8283 * gdb.guile/Makefile.in: New file.
8284 * gdb.guile/guile.exp: New file.
8285 * gdb.guile/scm-arch.c: New file.
8286 * gdb.guile/scm-arch.exp: New file.
8287 * gdb.guile/scm-block.c: New file.
8288 * gdb.guile/scm-block.exp: New file.
8289 * gdb.guile/scm-breakpoint.c: New file.
8290 * gdb.guile/scm-breakpoint.exp: New file.
8291 * gdb.guile/scm-disasm.c: New file.
8292 * gdb.guile/scm-disasm.exp: New file.
8293 * gdb.guile/scm-equal.c: New file.
8294 * gdb.guile/scm-equal.exp: New file.
8295 * gdb.guile/scm-error.exp: New file.
8296 * gdb.guile/scm-error.scm: New file.
8297 * gdb.guile/scm-frame-args.c: New file.
8298 * gdb.guile/scm-frame-args.exp: New file.
8299 * gdb.guile/scm-frame-args.scm: New file.
8300 * gdb.guile/scm-frame-inline.c: New file.
8301 * gdb.guile/scm-frame-inline.exp: New file.
8302 * gdb.guile/scm-frame.c: New file.
8303 * gdb.guile/scm-frame.exp: New file.
8304 * gdb.guile/scm-generics.exp: New file.
8305 * gdb.guile/scm-gsmob.exp: New file.
8306 * gdb.guile/scm-iterator.c: New file.
8307 * gdb.guile/scm-iterator.exp: New file.
8308 * gdb.guile/scm-math.c: New file.
8309 * gdb.guile/scm-math.exp: New file.
8310 * gdb.guile/scm-objfile-script-gdb.in: New file.
8311 * gdb.guile/scm-objfile-script.c: New file.
8312 * gdb.guile/scm-objfile-script.exp: New file.
8313 * gdb.guile/scm-objfile.c: New file.
8314 * gdb.guile/scm-objfile.exp: New file.
8315 * gdb.guile/scm-ports.exp: New file.
8316 * gdb.guile/scm-pretty-print.c: New file.
8317 * gdb.guile/scm-pretty-print.exp: New file.
8318 * gdb.guile/scm-pretty-print.scm: New file.
8319 * gdb.guile/scm-section-script.c: New file.
8320 * gdb.guile/scm-section-script.exp: New file.
8321 * gdb.guile/scm-section-script.scm: New file.
8322 * gdb.guile/scm-symbol.c: New file.
8323 * gdb.guile/scm-symbol.exp: New file.
8324 * gdb.guile/scm-symtab-2.c: New file.
8325 * gdb.guile/scm-symtab.c: New file.
8326 * gdb.guile/scm-symtab.exp: New file.
8327 * gdb.guile/scm-type.c: New file.
8328 * gdb.guile/scm-type.exp: New file.
8329 * gdb.guile/scm-value-cc.cc: New file.
8330 * gdb.guile/scm-value-cc.exp: New file.
8331 * gdb.guile/scm-value.c: New file.
8332 * gdb.guile/scm-value.exp: New file.
8333 * gdb.guile/source2.scm: New file.
8334 * gdb.guile/types-module.cc: New file.
8335 * gdb.guile/types-module.exp: New file.
8336
8337 2014-02-10 Yao Qi <yao@codesourcery.com>
8338
8339 PR testsuite/16543
8340 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8341 * configure: Regenerated.
8342 * Makefile.in: New file.
8343
8344 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8345
8346 * gdb.python/py-framefilter.exp: Fix typo.
8347
8348 2014-02-08 Yao Qi <yao@codesourcery.com>
8349
8350 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8351 that no =breakpoint-modified is emitted when breakpoints are
8352 modified through MI commands.
8353
8354 2014-02-07 Pedro Alves <pedro@codesourcery.com>
8355 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.threads/step-after-sr-lock.c: New file.
8358 * gdb.threads/step-after-sr-lock.exp: New file.
8359
8360 2014-02-07 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8363
8364 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8365
8366 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8367 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8368
8369 2014-02-06 Doug Evans <xdje42@gmail.com>
8370
8371 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8372 output.
8373
8374 * gdb.gdb/python-interrupts.exp: New file.
8375
8376 2014-02-05 Yao Qi <yao@codesourcery.com>
8377
8378 * gdb.trace/report.exp (use_collected_data): Test the output
8379 of "info threads" and "info inferiors".
8380
8381 2014-02-05 Yao Qi <yao@codesourcery.com>
8382
8383 Revert this patch:
8384
8385 2013-05-24 Yao Qi <yao@codesourcery.com>
8386
8387 * gdb.trace/tfile.exp: Test inferior and thread.
8388
8389 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8390
8391 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8392 on a function.
8393 * gdb.base/step-bt.c: Call hello via function pointer to make
8394 sure its first instruction is executed on powerpc64le-linux.
8395
8396 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8397
8398 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8399
8400 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8401
8402 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8403 of the test patterns for use on little-endian systems.
8404
8405 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8406
8407 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8408 (decimal_vector): Fix for little-endian.
8409
8410 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8411
8412 * gdb.arch/sparc-sysstep.exp: New file.
8413 * gdb.arch/sparc-sysstep.c: Likewise.
8414
8415 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8416
8417 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8418
8419 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8420
8421 2014-01-23 Tom Tromey <tromey@redhat.com>
8422
8423 * gdb.ada/array_char_idx: New testcase.
8424
8425 2014-01-23 Tom Tromey <tromey@redhat.com>
8426
8427 PR python/16487:
8428 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8429 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8430 classes.
8431
8432 2014-01-23 Tom Tromey <tromey@redhat.com>
8433
8434 PR python/16491:
8435 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8436 string from an inferior frame.
8437 * gdb.python/py-framefilter-mi.exp: Update.
8438
8439 2014-01-22 Doug Evans <dje@google.com>
8440
8441 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8442
8443 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8444
8445 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8446
8447 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8448
8449 * gdb.trace/entry-values.exp: Remove excess space character from
8450 regex patterns. Handle s390 call instruction.
8451
8452 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8453
8454 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8455 define "*_start" label. Make "name" static.
8456 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8457 ${name} by references to ${name}_start.
8458
8459 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8460
8461 * gdb.base/info-macros.exp: Remove "debug" from the compile
8462 options.
8463
8464 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8465
8466 * gdb.dlang/demangle.exp: New file.
8467
8468 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8469
8470 * gdb.dlang/primitive-types.exp: New file.
8471
8472 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8473
8474 * configure.ac: Create gdb.dlang/Makefile.
8475 * configure: Regenerate.
8476 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8477 * gdb.dlang/Makefile.in: New file.
8478 * lib/d-support.exp: New file.
8479 * lib/gdb.exp (skip_d_tests): New proc.
8480
8481 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8482
8483 * gdb.btrace/delta.exp: Check reverse stepi.
8484 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8485 * gdb.btrace/finish.exp: New.
8486 * gdb.btrace/next.exp: New.
8487 * gdb.btrace/nexti.exp: New.
8488 * gdb.btrace/record_goto.c: Add comments.
8489 * gdb.btrace/step.exp: New.
8490 * gdb.btrace/stepi.exp: New.
8491 * gdb.btrace/multi-thread-step.c: New.
8492 * gdb.btrace/multi-thread-step.exp: New.
8493 * gdb.btrace/rn-dl-bind.c: New.
8494 * gdb.btrace/rn-dl-bind.exp: New.
8495 * gdb.btrace/data.c: New.
8496 * gdb.btrace/data.exp: New.
8497 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8498
8499 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8500
8501 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8502 * gdb.btrace/exception.exp: Update.
8503 * gdb.btrace/instruction_history.exp: Update.
8504 * gdb.btrace/record_goto.exp: Update.
8505 * gdb.btrace/tailcall.exp: Update.
8506 * gdb.btrace/unknown_functions.exp: Update.
8507 * gdb.btrace/delta.exp: New.
8508
8509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8510
8511 * gdb.btrace/record_goto.exp: Add backtrace test.
8512 * gdb.btrace/tailcall.exp: Add backtrace test.
8513
8514 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8515
8516 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8517 * gdb.btrace/record_goto.c: New.
8518 * gdb.btrace/record_goto.exp: New.
8519 * gdb.btrace/x86-record_goto.S: New.
8520
8521 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8522
8523 * gdb.btrace/function_call_history.exp: Update tests.
8524 * gdb.btrace/instruction_history.exp: Update tests.
8525
8526 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8527
8528 * gdb.btrace/function_call_history.exp: Fix expected field
8529 order for "record function-call-history".
8530 Add new tests for "record function-call-history /c".
8531 * gdb.btrace/exception.cc: New.
8532 * gdb.btrace/exception.exp: New.
8533 * gdb.btrace/tailcall.exp: New.
8534 * gdb.btrace/x86-tailcall.S: New.
8535 * gdb.btrace/x86-tailcall.c: New.
8536 * gdb.btrace/unknown_functions.c: New.
8537 * gdb.btrace/unknown_functions.exp: New.
8538 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8539
8540 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8541
8542 * gdb.btrace/instruction_history.exp: Update.
8543 * gdb.btrace/function_call_history.exp: Update.
8544
8545 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8546
8547 * gdb.btrace/function_call_history.exp: Fix expected function
8548 trace.
8549 * gdb.btrace/instruction_history.exp: Initialize traced.
8550 Remove traced_functions.
8551
8552 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8553
8554 * gdb.btrace/function_call_history.exp: Update
8555 * gdb.btrace/instruction_history.exp: Update.
8556
8557 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8558
8559 * gdb.btrace/enable.exp: Update expected text.
8560
8561 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8562
8563 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8564 bytes.
8565
8566 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8567
8568 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8569
8570 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
8571
8572 * lib/gdb.exp (supports_process_record): Return true for
8573 arm*-linux*. (supports_reverse): Likewise.
8574
8575 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8576
8577 PR python/15464
8578 PR python/16113
8579 * gdb.python/py-type.c: Enhance test case.
8580 * gdb.python/py-value-cc.cc: Likewise
8581 * gdb.python/py-type.exp: Add new tests.
8582 * gdb.python/py-value-cc.exp: Likewise
8583
8584 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8585 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8588 Make "name" extern.
8589 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8590 references to ${name}_start by references to ${name}.
8591
8592 2014-01-10 Joel Brobecker <brobecker@adacore.com>
8593
8594 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8595
8596 2014-01-10 Joel Brobecker <brobecker@adacore.com>
8597
8598 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8599
8600 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8601 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.mi/mi-info-os.exp: Connect to the target with
8604 mi_gdb_target_load.
8605
8606 2014-01-08 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.threads/reconnect-signal.c: New file.
8609 * gdb.threads/reconnect-signal.exp: New file.
8610
8611 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 * gdb.base/source-dir.exp: New file.
8614
8615 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8616
8617 * gdb.ada/mi_interface: New testcase.
8618
8619 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8620
8621 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8622 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8623 gdb.ada/pp-rec-component/pck.ads: New files.
8624
8625 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8626
8627 * gdb.python/py-pp-integral.c: New file.
8628 * gdb.python/py-pp-integral.py: New file.
8629 * gdb.python/py-pp-integral.exp: New file.
8630
8631 For older changes see ChangeLog-1993-2013.
8632 \f
8633 ;; Local Variables:
8634 ;; mode: change-log
8635 ;; left-margin: 8
8636 ;; fill-column: 74
8637 ;; version-control: never
8638 ;; End:
8639
8640 Copyright 2014-2016 Free Software Foundation, Inc.
8641 Copying and distribution of this file, with or without modification,
8642 are permitted provided the copyright notice and this notice are preserved.
This page took 0.2712 seconds and 4 git commands to generate.