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