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