1 2015-11-07 Kevin Buettner <kevinb@redhat.com>
3 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7 gdb.dwarf2/dw2-canonicalize-type.exp,
8 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11 provided by gdb_target_symbol_prefix_flags_asm.
12 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17 macros where needed). Use this macro for symbols which require
18 the prefix provided by SYMBOL_PREFIX.
20 2015-11-05 Kevin Buettner <kevinb@redhat.com>
22 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
24 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
25 representing expressions, of more than one list element.
26 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
27 to prepend linker symbol prefix to f.
28 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
30 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
31 Likewise, for f and g.
32 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
34 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
36 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
37 table_1_ptr and table_2_ptr.
39 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
40 Joel Brobecker <brobecker@adacore.com>
42 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
44 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
46 * gdb.reverse/s390-mvcle.c: New test.
47 * gdb.reverse/s390-mvcle.exp: New file.
48 * lib/gdb.exp: Enable reverse tests on s390*-linux.
50 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
52 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
54 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
56 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
58 * gdb.reverse/getresuid-reverse.exp: Likewise.
59 * gdb.reverse/pipe-reverse.exp: Likewise.
60 * gdb.reverse/readv-reverse.exp: Likewise.
61 * gdb.reverse/recvmsg-reverse.exp: Likewise.
62 * gdb.reverse/time-reverse.exp: Likewise.
63 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
65 2015-10-30 Yao Qi <yao.qi@linaro.org>
67 * gdb.threads/wp-replication.c (watch_count_done): Remove.
68 (empty_cycle): Remove.
69 (main): Don't call empty_cycle. Don't use watch_count_done.
70 * gdb.threads/wp-replication.exp: Don't set breakpoint on
71 empty_cycle. Rewrite the code counting HW watchpoints.
73 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
75 * gdb.reverse/fstatat-reverse.c: New test.
76 * gdb.reverse/fstatat-reverse.exp: New file.
77 * gdb.reverse/getresuid-reverse.c: New test.
78 * gdb.reverse/getresuid-reverse.exp: New file.
79 * gdb.reverse/pipe-reverse.c: New test.
80 * gdb.reverse/pipe-reverse.exp: New file.
81 * gdb.reverse/readv-reverse.c: New test.
82 * gdb.reverse/readv-reverse.exp: New file.
83 * gdb.reverse/recvmsg-reverse.c: New test.
84 * gdb.reverse/recvmsg-reverse.exp: New file.
85 * gdb.reverse/time-reverse.c: New test.
86 * gdb.reverse/time-reverse.exp: New file.
87 * gdb.reverse/waitpid-reverse.c: New test.
88 * gdb.reverse/waitpid-reverse.exp: New file.
90 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
92 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
94 2015-10-26 Doug Evans <dje@google.com>
97 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
98 * gdb.dwarf2/bad-regnum.c: New file.
99 * gdb.dwarf2/bad-regnum.exp: New file.
101 2015-10-26 Doug Evans <dje@google.com>
104 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
107 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
109 * gdb.compile/compile.exp (compile code globalvar): Update expectation
110 for a change by "Mention language in compile error message".
112 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
115 * gdb.python/py-type.c (C::a_method): New.
116 (C::a_const_method): New.
117 (C::a_static_method): New.
119 * gdb.python/py-type.exp (test_fields): Test getting fields
120 from function and method.
122 2015-10-21 Keven Boell <keven.boell@intel.com>
124 * gdb.fortran/vla-alloc-assoc.exp: New file.
125 * gdb.fortran/vla-datatypes.exp: New file.
126 * gdb.fortran/vla-datatypes.f90: New file.
127 * gdb.fortran/vla-history.exp: New file.
128 * gdb.fortran/vla-ptype-sub.exp: New file.
129 * gdb.fortran/vla-ptype.exp: New file.
130 * gdb.fortran/vla-sizeof.exp: New file.
131 * gdb.fortran/vla-sub.f90: New file.
132 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
133 * gdb.fortran/vla-value-sub-finish.exp: New file.
134 * gdb.fortran/vla-value-sub.exp: New file.
135 * gdb.fortran/vla-value.exp: New file.
136 * gdb.fortran/vla-ptr-info.exp: New file.
137 * gdb.mi/mi-vla-fortran.exp: New file.
138 * gdb.mi/vla.f90: New file.
140 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
142 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
143 of hardwired timeout value.
145 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
146 Pedro Alves <palves@redhat.com>
148 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
149 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
151 2015-10-19 Josh Stone <jistone@redhat.com>
153 * gdb.base/catch-syscall.c: Include <sched.h>.
154 (unknown_syscall): New variable.
155 (main): Trigger a vfork and an unknown syscall.
156 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
157 (unknown_syscall_number): Likewise.
158 (check_call_to_syscall): Accept an optional syscall pattern.
159 (check_return_from_syscall): Likewise.
160 (check_continue): Likewise.
161 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
162 (test_catch_syscall_skipping_return): New test toggling off 'catch
163 syscall' to step over the syscall return, then toggling back on.
164 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
165 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
166 (do_syscall_tests): Call test_catch_syscall_without_args and
167 test_catch_syscall_mid_vfork.
168 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
169 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
171 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
173 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
174 print g_vE): Add new pass patterns.
175 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
176 print various symbol names for vptr fields.
178 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
180 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
183 2015-10-12 Yao Qi <yao.qi@linaro.org>
185 * gdb.arch/disp-step-insn-reloc.exp: New test case.
187 2015-10-12 Yao Qi <yao.qi@linaro.org>
189 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
190 is aarch64*-*-linux*.
192 2015-10-12 Yao Qi <yao.qi@linaro.org>
194 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
195 (can_relocate_bcond_true): ... it.
196 (can_relocate_bcond_false): New function.
198 (can_relocate_bl): Likewise.
199 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
202 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
204 * gdb.base/nested-addr.c: New file.
205 * gdb.base/nested-addr.exp: New testcase.
207 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
209 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
210 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
211 its output. Ignore the output of "record goto begin" and instead
212 check that GDB is replaying.
214 2015-10-09 Pedro Alves <palves@redhat.com>
216 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
217 (top level): Use it in the run with no args test.
219 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
221 * gdb.dlang/properties.exp: New file.
223 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
225 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
226 whether or not address 0x1000 is mapped on the target.
228 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
230 * gdb.python/py-type.exp: Do not run tests if binaries fail to
233 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
235 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
236 instruction-history test.
238 2015-09-28 Doug Evans <dje@google.com>
240 * gdb.base/gcore.c (array_func): Add reference to static_array.
242 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
244 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
247 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
249 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
250 short or char as base type.
252 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
254 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
255 to allow any size enum.
257 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
259 * gdb.ada/array_ptr_renaming.exp: New testcase.
260 * gdb.ada/array_ptr_renaming/foo.adb: New file.
261 * gdb.ada/array_ptr_renaming/pack.ads: New file.
263 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
265 * gdb.trace/ftrace-lock.c: New file.
266 * gdb.trace/ftrace-lock.exp: New file.
268 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
270 * gdb.arch/insn-reloc.c: New file.
271 * gdb.arch/ftrace-insn-reloc.exp: New file.
273 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
275 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
277 * gdb.trace/pendshr1.c (pendfunc): Likewise.
278 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
279 * gdb.trace/range-stepping.c: Likewise.
280 * gdb.trace/trace-break.c: Likewise.
281 * gdb.trace/trace-mt.c (thread_function): Likewise.
282 * gdb.trace/ftrace.c (marker): Likewise.
283 * gdb.trace/trace-condition.c (marker): Likewise.
284 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
285 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
288 2015-09-18 Doug Evans <xdje42@gmail.com>
290 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
291 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
293 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
295 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
298 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
300 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
301 the pending breakpoint. Remove timeout override for "Run till
302 MI pending breakpoint on pendfunc3 on thread 2" test.
304 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
306 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
309 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
311 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
312 in breakpoint filename pattern.
314 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
316 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
318 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
320 * gdb.linespec/explicit.exp: Check for readline support for
321 tab-completion tests. Fix obvious typo.
323 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
325 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
328 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
330 * gdb.btrace/non-stop.c: New.
331 * gdb.btrace/non-stop.exp: New.
333 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
334 Yao Qi <yao.qi@linaro.org>
336 * gdb.trace/trace-condition.c: New file.
337 * gdb.trace/trace-condition.exp: New file.
339 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
341 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
342 for testing bytecode compilation.
344 2015-09-16 Pedro Alves <palves@redhat.com>
345 Sandra Loosemore <sandra@codesourcery.com>
347 * gdb.threads/non-stop-fair-events.c (timeout): New global.
349 (main): Call pthread_kill and alarm early.
350 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
352 (test): If the target can't hardware step and doesn't support
353 displaced stepping, increase the timeout.
355 2015-09-16 Pedro Alves <palves@redhat.com>
357 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
358 (enable_debug): New procedures.
359 (test): Use them. Bail out if waiting for threads fails.
360 (top level): Bail out if a test fails.
362 2015-09-16 Yao Qi <yao.qi@linaro.org>
364 * gdb.asm/asm-source.exp: Set asm-arch for
366 * gdb.asm/aarch64.inc: New file.
368 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
370 * gdb.ada/array_of_variable_length.exp: New testcase.
371 * gdb.ada/array_of_variable_length/foo.adb: New file.
372 * gdb.ada/array_of_variable_length/pck.adb: New file.
373 * gdb.ada/array_of_variable_length/pck.ads: New file.
375 2015-09-15 Doug Evans <dje@google.com>
377 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
378 of function static local variable.
380 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
382 * gdb.threads/tls-so_extern.exp: New test file.
383 * gdb.threads/tls-so_extern.c: New test file.
384 * gdb.threads/tls-so_extern_main.c: New test file.
386 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
388 * gdb.opt/solib-intra-step-lib.c: New file.
389 * gdb.opt/solib-intra-step-main.c: New file.
390 * gdb.opt/solib-intra-step.exp: New file.
392 2015-09-15 Pedro Alves <palves@redhat.com>
394 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
395 gdb_continue_to_breakpoint instead of gdb_test_multiple.
397 2015-09-14 Pedro Alves <palves@redhat.com>
399 * gdb.base/hook-stop-continue.c: Delete.
400 * gdb.base/hook-stop-continue.exp: Delete.
401 * gdb.base/hook-stop-frame.c: Delete.
402 * gdb.base/hook-stop-frame.exp: Delete.
403 * gdb.base/hook-stop.c: New file.
404 * gdb.base/hook-stop.exp: New file.
406 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
408 * gdb.ada/access_to_packed_array.exp: New testcase.
409 * gdb.ada/access_to_packed_array/foo.adb: New file.
410 * gdb.ada/access_to_packed_array/pack.adb: New file.
411 * gdb.ada/access_to_packed_array/pack.ads: New file.
413 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
415 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
418 2015-09-11 Don Breazeal <donb@codesourcery.com>
420 * gdb.base/foll-exec.c: Add copyright header. Fix
422 * gdb.base/foll-exec.exp (zap_session): Delete proc.
423 (do_exec_tests): Use clean_restart in place of zap_session,
424 and for test initialization. Fix formatting issues. Use
425 fail in place of perror.
426 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
427 an expect statement to match an expression with output from
428 the program under debug.
429 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
430 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
431 * gdb.threads/non-ldr-exc-2.exp: Likewise.
432 * gdb.threads/non-ldr-exc-3.exp: Likewise.
433 * gdb.threads/non-ldr-exc-4.exp: Likewise.
435 2015-09-09 Doug Evans <dje@google.com>
437 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
439 2015-09-09 Doug Evans <dje@google.com>
441 * gdb.base/pie-execl.exp: Fix result test of build_executable.
443 2015-09-09 Doug Evans <dje@google.com>
445 * gdb.base/savedregs.exp: Fix typo.
447 2015-09-09 Pedro Alves <palves@redhat.com>
449 * gdb.mi/mi-cli.exp: Add CLI finish tests.
451 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
453 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
454 command actually switches threads. Give up on remaining
455 tests if target fails to stop at breakpoint.
457 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
459 * gdb.ada/funcall_char.exp: New testcase.
460 * gdb.ada/funcall_char/foo.adb: New file.
462 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
464 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
465 expected outputs. Add two testcases for completing ambiguous
467 * gdb.ada/complete/aux_pck.adb: New file.
468 * gdb.ada/complete/aux_pck.ads: New file.
469 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
470 Ambiguous_Func functions.
471 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
472 * gdb.ada/complete/pck.adb: Likewise.
474 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
476 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
477 failures to run the test program under GDB.
479 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
481 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
484 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
486 * gdb.base/run-after-attach.exp: New test file.
487 * gdb.base/run-after-attach.c: New test file.
489 2015-08-26 Don Breazeal <donb@codesourcery.com>
491 * gdb.base/foll-exec-2.c: New test program.
492 * gdb.base/foll-exec-2.exp: New test.
494 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
496 * gdb.base/nested-subp1.exp: New file.
497 * gdb.base/nested-subp1.c: New file.
498 * gdb.base/nested-subp2.exp: New file.
499 * gdb.base/nested-subp2.c: New file.
500 * gdb.base/nested-subp3.exp: New file.
501 * gdb.base/nested-subp3.c: New file.
503 2015-08-24 Pedro Alves <palves@redhat.com>
505 * gdb.server/connect-without-multi-process.c: New file.
506 * gdb.server/connect-without-multi-process.exp: New file.
508 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
510 * gdb.opt/inline-markers.c: Make z int.
512 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
514 * gdb.opt/inline-markers.c: Make z volatile.
516 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
518 * gdb.opt/inline-bt.c: New volatile global z.
519 * gdb.opt/inline-cmds.c: Likewise.
520 * gdb.opt/inline-locals.c: Likewise.
521 * gdb.opt/inline-markers.c: New extern global z.
523 (inline_fn): Likewise.
525 2015-08-24 Pedro Alves <palves@redhat.com>
527 * config/m32r-stub.exp: Remove file.
528 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
529 * gdb.base/call-rt-st.exp: Likewise.
530 * gdb.base/call-strs.exp: Likewise.
531 * gdb.base/default.exp: Remove references to h8300-*-hms and
533 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
535 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
537 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
538 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
539 and "return" use KFAIL when GDB can not read/write the vector
542 2015-08-21 Gary Benson <gbenson@redhat.com>
544 * gdb.trace/pending.exp: Cope with remote transfer warnings.
546 2015-08-20 Pedro Alves <palves@redhat.com>
548 * gdb.server/solib-list.exp: No longer expect an interior stop in
551 2015-08-20 Pedro Alves <palves@redhat.com>
553 * gdb.server/connect-stopped-target.c: New file.
554 * gdb.server/connect-stopped-target.exp: New file.
556 2015-08-20 Pedro Alves <palves@redhat.com>
558 * gdb.dwarf2/comp-unit-lang.exp: New file.
559 * gdb.dwarf2/comp-unit-lang.c: New file.
561 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
563 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
564 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
566 2015-08-19 Kevin Buettner <kevinb@redhat.com>
568 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
569 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
571 2015-08-18 Doug Evans <dje@google.com>
572 Adrian Sendroiu <adrian.sendroiu@freescale.com>
574 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
575 skip_python_tests. New arg prompt_regexp.
576 (skip_python_tests): New function.
577 * lib/mi-support.exp (mi_skip_python_tests): New function.
578 * gdb.python/py-mi-objfile-gdb.py: New file.
579 * gdb.python/py-mi-objfile.c: New file.
580 * gdb.python/py-mi-objfile.exp: New file.
582 2015-08-17 Keith Seitz <keiths@redhat.com>
584 * gdb.linespec/explicit.exp: Move strace test from here ...
585 * gdb.trace/strace.exp: ... to here.
587 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
589 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
590 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
592 2015-08-14 Doug Evans <xdje42@gmail.com>
594 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
595 inferior before selecting a new file.
597 2015-08-14 Doug Evans <xdje42@gmail.com>
599 * gdb.mi/mi-disassemble.exp: Update.
600 * gdb.base/disasm-optim.S: New file.
601 * gdb.base/disasm-optim.c: New file.
602 * gdb.base/disasm-optim.h: New file.
603 * gdb.base/disasm-optim.exp: New file.
605 2015-08-14 Keith Seitz <keiths@redhat.com>
607 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
610 2015-08-13 Joel Brobecker <brobecker@adacore.com>
612 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
614 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
616 * gdb.ada/fun_renaming.exp: New testcase.
617 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
618 * gdb.ada/fun_renaming/pack.adb: New file.
619 * gdb.ada/fun_renaming/pack.ads: New file.
621 2015-08-12 Keith Seitz <keiths@redhat.com>
623 * gdb.base/dso2dso.exp: Pass basename of source file in call to
626 2015-08-12 Joel Brobecker <brobecker@adacore.com>
628 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
629 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
630 gdb.base/dso2dso.exp: New files.
632 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
633 Pedro Alves <palves@redhat.com>
634 Keith Seitz <keiths@redhat.com>
636 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
639 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
641 * gdb.base/gdbhistsize-history.exp
642 (test_histsize_history_setting): Use save_vars.
643 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
645 (test_no_truncation_of_unlimited_history_file): Use save_vars.
646 * gdb.base/readline.exp: Use save_vars.
648 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
650 * lib/gdb.exp (save_vars): New proc.
652 2015-08-11 Keith Seitz <keiths@redhat.com>
654 * gdb.base/help.exp: Update help_breakpoint_text.
656 2015-08-11 Keith Seitz <keiths@redhat.com>
658 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
659 (at toplevel): Call test_explicit_breakpoints.
660 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
662 * lib/mi-support.exp (mi_make_breakpoint): Add support for
663 breakpoint conditions, "-cond".
665 2015-08-11 Keith Seitz <keiths@redhat.com>
667 * gdb.linespec/3explicit.c: New file.
668 * gdb.linespec/cpexplicit.cc: New file.
669 * gdb.linespec/cpexplicit.exp: New file.
670 * gdb.linespec/explicit.c: New file.
671 * gdb.linespec/explicit.exp: New file.
672 * gdb.linespec/explicit2.c: New file.
673 * gdb.linespec/ls-errs.exp: Add explicit location tests.
674 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
675 before using in the matching pattern.
676 Clarify that `prefix' is a regular expression.
678 2015-08-11 Keith Seitz <keiths@redhat.com>
680 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
682 Add tests for missing ",FMT" and ",".
684 2015-08-10 Doug Evans <dje@google.com>
685 Keith Seitz <keiths@redhat.com>
688 * gdb.base/completion.exp: Add location completer tests.
690 2015-08-07 Pedro Alves <palves@redhat.com>
692 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
694 (top level): Run do_test with and without displaced stepping.
696 2015-08-07 Pedro Alves <palves@redhat.com>
698 * gdb.base/valgrind-disp-step.c: New file.
699 * gdb.base/valgrind-disp-step.exp: New file.
701 2015-08-07 Pedro Alves <palves@redhat.com>
703 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
705 (main): Add alarm. Run an infinite loop instead of calling
707 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
709 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
711 (main): Add alarm. Run an infinite loop instead of calling
713 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
716 2015-08-07 Pedro Alves <palves@redhat.com>
718 * gdb.base/checkpoint-ns.exp: New file.
719 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
722 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
724 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
725 * gdb.btrace/instruction_history.exp: Update.
726 * gdb.btrace/tsx.exp: New.
727 * gdb.btrace/tsx.c: New.
729 2015-08-06 Pedro Alves <palves@redhat.com>
731 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
733 * gdb.reverse/until-precsave.exp: Bump timeouts.
735 2015-08-06 Pedro Alves <palves@redhat.com>
737 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
739 2015-08-06 Pedro Alves <palves@redhat.com>
742 * gdb.threads/process-dies-while-handling-bp.c: New file.
743 * gdb.threads/process-dies-while-handling-bp.exp: New file.
745 2015-08-06 Pedro Alves <palves@redhat.com>
747 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
748 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
750 2015-08-05 Pedro Alves <palves@redhat.com>
752 * gdb.threads/next-while-other-thread-longjmps.c: New file.
753 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
755 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
757 * gdb.base/bp-permanent.exp: Report test as unsupported if
758 the target cannot stop at the permanent breakpoint.
760 2015-08-03 Doug Evans <dje@google.com>
762 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
765 2015-08-03 Doug Evans <dje@google.com>
767 * Makefile.in (workers/%.worker, build-perf): New rule.
768 (GDB_PERFTEST_MODE): New variable.
769 (check-perf): Use it.
770 (clean): Clean up gdb.perf parallel build subdirs.
771 * lib/build-piece.exp: New file.
772 * lib/gdb.exp (make_gdb_parallel_path): New function
773 (standard_output_file, standard_temp_file): Call it.
774 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
776 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
778 2015-08-03 Doug Evans <dje@google.com>
780 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
781 (LOG_FILE_NAME): New global.
782 (TextReporter.__init__): Initialize self.txt_sum.
783 (TextReporter.report): Add support for multiple data-points.
784 Move report to perftest.sum, put raw data in perftest.log.
785 (TextReporter.start): Open sum and log files.
786 (TextReporter.end): Close sum and log files.
787 * gdb.perf/lib/perftest/testresult.py
788 (SingleStatisticTestResult.record): Handle multiple data-points.
790 2015-07-31 Pedro Alves <palves@redhat.com>
792 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
793 Use spawn_id_get_pid. Wait for spawn id after eof. Use
794 kill_wait_spawned_process instead of explicit "kill -9".
795 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
796 returning a spawn id instead of a pid. Use spawn_id_get_pid and
797 kill_wait_spawned_process.
798 * gdb.base/attach-twice.exp: Likewise.
799 * gdb.base/attach.exp: Likewise.
800 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
802 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
803 returning a spawn id instead of a pid. Use spawn_id_get_pid and
804 kill_wait_spawned_process.
805 * gdb.base/valgrind-infcall.exp: Likewise.
806 * gdb.multi/multi-attach.exp: Likewise.
807 * gdb.python/py-prompt.exp: Likewise.
808 * gdb.python/py-sync-interp.exp: Likewise.
809 * gdb.server/ext-attach.exp: Likewise.
810 * gdb.threads/attach-into-signal.exp (corefunc): Use
811 spawn_wait_for_attach, spawn_id_get_pid and
812 kill_wait_spawned_process.
813 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
814 spawn_wait_for_attach returning a spawn id instead of a pid. Use
815 spawn_id_get_pid and kill_wait_spawned_process.
816 * gdb.threads/attach-stopped.exp (corefunc): Use
817 spawn_wait_for_attach, spawn_id_get_pid and
818 kill_wait_spawned_process.
819 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
820 Use spawn_id_get_pid. Wait for spawn id after eof. Use
821 kill_wait_spawned_process instead of explicit "kill -9".
822 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
823 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
824 (spawn_wait_for_attach): Use spawn instead of exec to spawn
825 processes. Don't map cygwin/windows pids here. Now returns a
828 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
830 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
831 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
834 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
836 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
838 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
841 2014-05-21 Mark Wielaard <mjw@redhat.com>
843 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
845 2015-07-30 Pedro Alves <palves@redhat.com>
847 * linux-low.c (handle_extended_wait): Set the child's last
848 reported status to TARGET_WAITKIND_STOPPED.
850 2015-07-30 Pedro Alves <palves@redhat.com>
853 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
854 only shows inferior 1.
856 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
857 Pedro Alves <palves@redhat.com>
860 * gdb.threads/fork-plus-threads.c: New file.
861 * gdb.threads/fork-plus-threads.exp: New file.
863 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
865 * gdb.base/batch-preserve-term-settings.exp
866 (test_terminal_settings_preserved_after_cli_exit): Use
869 2015-07-29 Pedro Alves <palves@redhat.com>
870 Don Breazeal <donb@codesourcery.com>
872 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
873 output from both inferior_spawn_id and gdb_spawn_id.
875 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
877 * gdb.threads/attach-into-signal.exp (corefunc): Use
878 with_test_prefix on nested loops, uniquefying the test messages.
880 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
882 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
885 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
887 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
889 (test_terminal_settings_preserved_after_sigterm): New test.
891 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
893 * gdb.base/batch-preserve-term-settings.exp
894 (test_terminal_settings_preserved_after_cli_exit): New test.
896 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
898 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
899 manipulation of saved_gdbflags.
900 (test_terminal_settings_preserved): Remove global declaration of
901 the unused variable pagination_prompt. Remove manipulation of
902 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
905 2015-07-29 Pedro Alves <palves@redhat.com>
907 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
909 2015-07-29 Pedro Alves <palves@redhat.com>
911 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
914 2015-07-29 Pedro Alves <palves@redhat.com>
916 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
917 (main): Call gdb_unbuffer_output.
918 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
919 (main): Call gdb_unbuffer_output.
920 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
921 (main): Call gdb_unbuffer_output.
922 * gdb.base/call-strs.exp: Adjust to step over the
923 gdb_unbuffer_output call.
924 * gdb.base/catch-gdb-caused-signals.c: Include
925 "../lib/unbuffer_output.c".
926 (main): Call gdb_unbuffer_output.
927 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
928 (main): Call gdb_unbuffer_output.
929 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
930 (main): Call gdb_unbuffer_output.
931 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
932 (main): Call gdb_unbuffer_output.
933 * gdb.base/shlib-call.exp: Adjust to step over the
934 gdb_unbuffer_output call.
935 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
936 (main): Call gdb_unbuffer_output.
937 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
938 (main): Call gdb_unbuffer_output.
939 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
940 (main): Rename to ...
943 * gdb.base/varargs.exp: Run to test instead of to main.
944 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
945 (main): Call gdb_unbuffer_output.
947 2015-07-29 Pedro Alves <palves@redhat.com>
949 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
950 factore out from mi_continue_dprintf. For call-style dprintfs,
951 expect dprintf output out of $inferior_spawn_id.
952 (mi_continue_dprintf): Use mi_expect_dprintf.
953 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
954 (main): Call gdb_unbuffer_output.
956 2015-07-29 Pedro Alves <palves@redhat.com>
958 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
959 (default_mi_gdb_start): Set inferior_spawn_id instead of
960 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
962 (mi_gdb_test): Always expect inferior output from both
963 $inferior_spawn_id and $gdb_spawn_id.
965 2015-07-29 Pedro Alves <palves@redhat.com>
967 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
968 send_inferior and $inferior_spawn_id.
970 2015-07-29 Pedro Alves <palves@redhat.com>
972 * gdb.gdb/complaints.exp (test_initial_complaints)
973 (test_serial_complaints, test_short_complaints): Use
975 (test_empty_complaint): Handle $inferior_spawn_id !=
978 2015-07-29 Pedro Alves <palves@redhat.com>
980 * gdb.base/varargs.exp: Use gdb_test_stdio.
982 2015-07-29 Pedro Alves <palves@redhat.com>
984 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
986 2015-07-29 Pedro Alves <palves@redhat.com>
988 * gdb.base/ending-run.exp: Use gdb_test_stdio.
990 2015-07-29 Pedro Alves <palves@redhat.com>
992 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
993 parameter into two new parameters, "inf_result" and "gdb_result".
994 Expect inferior output and gdb output from $inferior_spawn_id and
995 $gdb_spawn_id, respectively. Adjust all callers.
997 2015-07-29 Pedro Alves <palves@redhat.com>
999 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1000 of gdb_test_sequence.
1002 2015-07-29 Pedro Alves <palves@redhat.com>
1004 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1005 (saw_spurious_output): Expect inferior output from
1006 $inferior_spawn_id. Use gdb_test_stdio.
1008 2015-07-29 Pedro Alves <palves@redhat.com>
1010 * gdb.base/dprintf.exp: Use standard_testfile. Change
1011 prepare_for_testing call.
1012 (srcfile): Don't set.
1013 (restart): New procedure.
1014 (test_dprintf): New procecure, use to continue over dprintfs.
1015 (test_call, test_agent): New procedures, tests moved here.
1016 Restart gdb and recreate dprintfs. Adjust expected output.
1018 2015-07-29 Pedro Alves <palves@redhat.com>
1020 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1022 2015-07-29 Pedro Alves <palves@redhat.com>
1024 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1026 2015-07-29 Pedro Alves <palves@redhat.com>
1028 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1031 2015-07-29 Pedro Alves <palves@redhat.com>
1033 * lib/gdb.exp (gdb_test_stdio): New procedure.
1035 2015-07-29 Pedro Alves <palves@redhat.com>
1037 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1039 2015-07-29 Pedro Alves <palves@redhat.com>
1041 * gdb.base/call-signal-resume.exp: Remove check for
1042 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1043 * gdb.base/unwindonsignal.exp: Likewise.
1044 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1045 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1047 2015-07-29 Pedro Alves <palves@redhat.com>
1049 * gdb.base/siginfo-addr.c (pass): New function.
1050 (handler): Call it iff si_addr is correct.
1051 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1052 Set a breakpoint at "pass" and continue to it.
1054 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1056 * gdb.python/py-objfile.exp: Make some tests have unique names.
1057 * gdb.python/py-pp-registration.exp: Likewise.
1059 2015-07-28 Pedro Alves <palves@redhat.com>
1061 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1063 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1065 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1067 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1069 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1071 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1073 * gdb.base/gdb-sigterm-2.exp: New test.
1075 2015-07-25 Doug Evans <xdje42@gmail.com>
1078 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1079 (workers/%.worker, build-perf): New rule.
1080 (GDB_PERFTEST_MODE): New variable.
1081 (check-perf): Use it.
1082 (clean): Clean up gdb.perf parallel build subdirs.
1083 * lib/build-piece.exp: New file.
1084 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1085 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1087 (standard_temp_file): Ditto.
1088 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1091 2015-07-24 Doug Evans <dje@google.com>
1093 * gdb.perf/lib/perftest/utils.py: New file.
1094 * gdb.perf/gm-hello.cc: New file.
1095 * gdb.perf/gm-pervasive-typedef.cc: New file.
1096 * gdb.perf/gm-pervasive-typedef.h: New file.
1097 * gdb.perf/gm-std.cc: New file.
1098 * gdb.perf/gm-std.h: New file.
1099 * gdb.perf/gm-use-cerr.cc: New file.
1100 * gdb.perf/gm-utils.h: New file.
1101 * gdb.perf/gmonster-null-lookup.py: New file.
1102 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1103 * gdb.perf/gmonster-print-cerr.py: New file.
1104 * gdb.perf/gmonster-ptype-string.py: New file.
1105 * gdb.perf/gmonster-runto-main.py: New file.
1106 * gdb.perf/gmonster-select-file.py: New file.
1107 * gdb.perf/gmonster1-null-lookup.exp: New file.
1108 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1109 * gdb.perf/gmonster1-print-cerr.exp: New file.
1110 * gdb.perf/gmonster1-ptype-string.exp: New file.
1111 * gdb.perf/gmonster1-runto-main.exp: New file.
1112 * gdb.perf/gmonster1-select-file.exp: New file.
1113 * gdb.perf/gmonster1.cc: New file.
1114 * gdb.perf/gmonster1.exp: New file.
1115 * gdb.perf/gmonster2-null-lookup.exp: New file.
1116 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1117 * gdb.perf/gmonster2-print-cerr.exp: New file.
1118 * gdb.perf/gmonster2-ptype-string.exp: New file.
1119 * gdb.perf/gmonster2-runto-main.exp: New file.
1120 * gdb.perf/gmonster2-select-file.exp: New file.
1121 * gdb.perf/gmonster2.cc: New file.
1122 * gdb.perf/gmonster2.exp: New file.
1124 2015-07-24 Doug Evans <dje@google.com>
1126 * gdb.perf/README: New file.
1127 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1128 * lib/gen-perf-test.exp: New file.
1130 2015-07-24 Doug Evans <dje@google.com>
1132 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1133 (PerfTest::startup): New function.
1134 (PerfTest::run): Return result of calling body.
1135 (PerfTest::assemble): Rewrite.
1136 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1137 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1138 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1139 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1140 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1142 2015-07-24 Doug Evans <dje@google.com>
1144 * lib/gdb.exp (clean_restart): Make executable optional.
1146 2015-07-24 Doug Evans <dje@google.com>
1148 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1149 compiler_info references.
1150 * gdb.cp/temargs.exp: Ditto.
1151 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1152 (get_compiler_info): Early exit if already computed. Set compiler_info
1153 to "unknown" if there was a problem.
1154 (test_compiler_info): Add function comment. Call get_compiler_info.
1156 2015-07-24 Doug Evans <dje@google.com>
1158 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1159 (workers/%.worker, build-perf): New rule.
1160 (GDB_PERFTEST_MODE): New variable.
1161 (check-perf): Use it.
1162 (clean): Clean up gdb.perf parallel build subdirs.
1163 * lib/build-piece.exp: New file.
1164 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1165 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1167 (standard_temp_file): Ditto.
1168 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1171 2015-07-24 Doug Evans <dje@google.com>
1173 * lib/future.exp (gdb_default_target_compile): New option
1175 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1178 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1180 * gdb.base/catch-syscall.exp: Call gdb_exit before
1183 2015-07-24 Pedro Alves <palves@redhat.com>
1185 * gdb.python/py-events.exp: Accept output between the stop event
1187 * gdb.python/py-evsignal.exp: Likewise.
1188 * gdb.python/py-evthreads.exp: Likewise.
1190 2015-07-24 Pedro Alves <palves@redhat.com>
1193 * gdb.threads/non-ldr-exit.c: New file.
1194 * gdb.threads/non-ldr-exit.exp: New file.
1196 2015-07-24 Yao Qi <yao.qi@linaro.org>
1198 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1201 2015-07-24 Yao Qi <yao.qi@linaro.org>
1203 * gdb.server/ext-restart.exp: New file.
1205 2015-07-24 Yao Qi <yao.qi@linaro.org>
1207 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1209 * gdb.server/ext-wrapper.exp: New file.
1211 2015-07-23 Doug Evans <dje@google.com>
1213 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1214 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1216 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1218 * gdb.ada/var_arr_typedef.exp: New testcase.
1219 * gdb.ada/var_arr_typedef/pack.adb: New file.
1220 * gdb.ada/var_arr_typedef/pack.ads: New file.
1221 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1223 2015-07-20 Joel Brobecker <brobecker@adacore.com>
1225 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1227 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1229 * gdb.arch/i386-biarch-core.exp: Replace istarget
1230 by "complete set gnutarget". Remove expectation for the "core-file"
1233 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1235 Revert the previous commit:
1236 Tests for validate symbol file using build-id.
1238 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1240 Tests for validate symbol file using build-id.
1241 * gdb.base/solib-mismatch-lib.c: New file.
1242 * gdb.base/solib-mismatch-libmod.c: New file.
1243 * gdb.base/solib-mismatch.c: New file.
1244 * gdb.base/solib-mismatch.exp: New file.
1246 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1248 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1250 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1251 * gdb.base/siginfo.exp: Likewise.
1252 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1254 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1256 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1258 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1260 * gdb.trace/range-stepping.exp: Check that the target supports
1263 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1265 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1267 2015-07-14 Pedro Alves <palves@redhat.com>
1269 * gdb.base/killed-outside.exp: New file.
1270 * gdb.base/killed-outside.c: New file.
1272 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1274 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1276 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1278 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1280 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1281 infcall tests instead of setting up for KFAIL.
1283 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1285 * gdb.btrace/record_goto-step.exp: New.
1287 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1290 * gdb.compile/compile.c (struct struct_type): Add volatile to
1292 * gdb.compile/compile.exp
1293 (compile code struct_object.selffield = &struct_object): Skip further
1294 struct_object tests if this one xfails.
1296 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
1299 * gdb.trace/ax.exp: Add test.
1301 2015-07-07 Yao Qi <yao.qi@linaro.org>
1303 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1304 instead of istarget "aarch64*-*-*".
1305 * gdb.arch/aarch64-fp.exp: Likewise.
1306 * gdb.base/float.exp: Likewise.
1307 * gdb.reverse/aarch64.exp: Likewise.
1308 * lib/gdb.exp (is_aarch64_target): New proc.
1310 2015-07-07 Yao Qi <yao.qi@linaro.org>
1312 * lib/gdb.exp (is_aarch32_target): New proc.
1313 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1314 instead of "istarget "arm*-*-*"".
1315 * gdb.arch/arm-disp-step.exp: Likewise.
1316 * gdb.arch/thumb-bx-pc.exp: Likewise.
1317 * gdb.arch/thumb-prologue.exp: Likewise.
1318 * gdb.arch/thumb-singlestep.exp: Likewise.
1319 * gdb.base/disp-step-syscall.exp: Likewise.
1320 * gdb.base/float.exp: Likewise.
1322 2015-07-07 Yao Qi <yao.qi@linaro.org>
1324 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1325 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1327 2015-07-07 Yao Qi <yao.qi@linaro.org>
1329 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1330 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1332 * gdb.multi/multi-arch.exp: Likewise.
1334 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1336 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1339 2015-07-07 Yao Qi <yao.qi@linaro.org>
1341 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1343 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1345 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1346 '[' and ']' characters.
1348 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1350 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1352 2015-06-29 Pedro Alves <palves@redhat.com>
1355 * gdb.threads/hand-call-new-thread.c: New file.
1356 * gdb.threads/hand-call-new-thread.c: New file.
1358 2015-06-26 Keith Seitz <keiths@redhat.com>
1359 Doug Evans <dje@google.com>
1362 * gdb.cp/var-tag-2.cc: New file.
1363 * gdb.cp/var-tag-3.cc: New file.
1364 * gdb.cp/var-tag-4.cc: New file.
1365 * gdb.cp/var-tag.cc: New file.
1366 * gdb.cp/var-tag.exp: New file.
1368 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1370 * gdb.base/history-duplicates.exp: New test.
1372 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1374 * gdb.base/completion.exp: Test the completion of the "focus"
1377 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1379 * gdb.arch/amd64-prologue-skip.S: New file.
1380 * gdb.arch/amd64-prologue-skip.exp: New file.
1382 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1384 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1385 is_address_zero_readable check.
1387 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1389 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1390 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1392 2015-06-24 Yao Qi <yao.qi@linaro.org>
1394 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1397 2015-06-24 Yao Qi <yao.qi@linaro.org>
1399 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1400 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1401 * gdb.base/siginfo-thread.exp: Likewise.
1403 2015-06-22 Yao Qi <yao.qi@linaro.org>
1405 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1407 2015-06-22 Yao Qi <yao.qi@linaro.org>
1409 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1411 (skip_hw_watchpoint_tests): Likewise.
1413 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1415 * gdb.base/gdbinit-history.exp: Test the interaction between
1416 setting GDBHISTSIZE and setting the history size via .gdbinit.
1418 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1421 * gdb.base/gdbhistsize-history.exp: New test.
1423 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1425 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1427 * gdb.base/readline.exp: Likewise.
1429 2015-06-17 Yao Qi <yao.qi@linaro.org>
1431 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1434 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1436 * gdb.base/gdbinit-history.exp: Add test case to check that
1437 an unlimited history file does not get truncated on exit.
1439 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1441 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1442 (VECTOR): New macro. Use it...
1443 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1444 ...for these typedefs.
1445 (int8, char1, int1, double1): New typedefs.
1446 (struct just_int2, struct two_int2): New structures.
1447 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1448 (add_structvecs, add_singlevecs): New functions.
1449 (main): Call add_some_intvecs twice.
1450 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1451 the compile and exit upon failure. Try compiling for the "native"
1452 architecture. Test inferior function calls with vector arguments
1453 and vector return value handling with "finish" and "return".
1455 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1457 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1458 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1460 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1462 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1464 PR breakpoints/16465
1465 * gdb.mi/mi-dprintf-pending.c: New file.
1466 * gdb.mi/mi-dprintf-pending.exp: New test.
1467 * gdb.mi/mi-dprintf-pendshr.c: New file.
1469 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1470 Mircea Gherzan <mircea.gherzan@intel.com>
1472 * gdb.arch/i386-mpx-map.c: New file.
1473 * gdb.arch/i386-mpx-map.exp: New File.
1475 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1477 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1478 * gdb.arch/i386-mpx.exp: Indentation fixed.
1480 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1482 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1483 function and improved indentation.
1484 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1485 gdb_test_multiple. Added additional tests to skip the test.
1487 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1489 * gdb.arch/i386-avx512.c: Change path in include file.
1490 * gdb.arch/i386-avx512.exp: Change include dir path
1492 * gdb.arch/i386-mpx.c: Change path in include file.
1493 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1496 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1498 * gdb.compile/compile-print.exp (compile print *vararray@3)
1499 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1501 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1503 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1504 (do not keep jit in memory): ... this.
1505 (expect 5): Change it to ...
1506 (expect no 5): ... this.
1508 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1511 * gdb.mi/mi-detach.exp: New file.
1513 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1516 * gdb.arch/amd64-tailcall-self.S: New file.
1517 * gdb.arch/amd64-tailcall-self.c: New file.
1518 * gdb.arch/amd64-tailcall-self.exp: New file.
1520 2015-05-28 Don Breazeal <donb@codesourcery.com>
1522 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1523 tests for remote targets by checking is_target_gdbserver.
1525 2015-05-27 Doug Evans <dje@google.com>
1527 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1528 * gdb.dwarf2/opaque-type-lookup.c: New file.
1529 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1531 2015-05-26 Doug Evans <dje@google.com>
1533 * gdb.cp/iostream.cc: New file.
1534 * gdb.cp/iostream.exp: New file.
1536 2015-05-26 Doug Evans <dje@google.com>
1538 * gdb.dwarf2/dw2-op-call.exp: Update.
1539 * gdb.dwarf2/dw4-sig-types.exp: Update.
1540 * gdb.dwarf2/implptr.exp: Update.
1541 * gdb.mi/mi-cmd-param-changed.exp: Update.
1543 2015-05-26 Doug Evans <dje@google.com>
1545 * gdb.python/py-lazy-string.c: New file.
1546 * gdb.python/py-lazy-string.exp: New file.
1547 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1548 (main): Update. Add estring3.
1549 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1550 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1552 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1553 Yao Qi <yao.qi@linaro.org>
1555 * gdb.reverse/aarch64.c: New.
1556 * gdb.reverse/aarch64.exp: New.
1558 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
1560 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1561 (supports_reverse): Likewise.
1563 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1565 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1566 Use with_test_prefix.
1568 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1570 * gdb.base/completion.exp: Add test for completion of layout
1573 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1575 * lib/gdb.exp (skip_tui_tests): New proc.
1576 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1578 2015-05-19 Pedro Alves <palves@redhat.com>
1580 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1581 Save the whole env array instead of just HOME. Unset HISTSIZE in
1582 the environment while testing. Restore whole environment
1585 2015-05-16 Doug Evans <xdje42@gmail.com>
1587 * gdb.guile/scm-ports.c: New file.
1588 * gdb.guile/scm-ports.exp: Add memory port tests.
1590 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1592 * gdb.compile/compile-print.c: New file.
1593 * gdb.compile/compile-print.exp: New file.
1595 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1597 * gdb.compile/compile-ops.exp: Cast param to void.
1598 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1599 (compile code struct_object.selffield = &struct_object): Add xfail.
1601 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1603 * gdb.ada/arr_enum_with_gap: New testcase.
1605 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1607 * gdb.ada/byte_packed_arr: New testcase.
1609 2015-05-15 Joel Brobecker <brobecker@adacore.com>
1611 * gdb.ada/pckd_neg: New testcase.
1613 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1616 * gdb.base/gdbinit-history.exp: New test.
1617 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1618 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1620 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1622 * gdb.python/py-xmethods.cc: Enhance test case.
1623 * gdb.python/py-xmethods.exp: New tests.
1624 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1626 (B_indexoper): Likewise.
1627 (global_dm_list) : Add new xmethod worker functions.
1629 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1631 * gdb.base/coredump-filter.exp: Correctly unset
1632 "coredump_var_addr" array.
1634 2015-05-08 Pedro Alves <palves@redhat.com>
1636 * gdb.server/non-existing-program.exp: Unset spawn_id.
1638 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1641 * gdb.python/py-xmethods.exp: Add tests.
1643 2015-05-08 Yao Qi <yao.qi@linaro.org>
1646 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1647 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1648 function set_coredump_filter, and remove remote_exec call.
1649 Remove argument ipid. Callers update.
1650 (top level): Don't get inferior's PID.
1652 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1654 * gdb.base/watch_thread_num.exp: Skip test on targets without
1657 2015-05-06 Pedro Alves <palves@redhat.com>
1660 * gdb.server/non-existing-program.exp: New file.
1662 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1664 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1666 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1668 * gdb.ada/out_of_line_in_inlined: New testcase.
1670 2015-05-05 Joel Brobecker <brobecker@adacore.com>
1672 * gdb.ada/var_rec_arr: New testcase.
1674 2015-04-30 Yao Qi <yao.qi@linaro.org>
1676 * gdb.base/break-idempotent.exp: If
1677 skip_hw_watchpoint_multi_tests returns true, skip the tests
1678 on "rwatch" and "awatch".
1680 2015-04-30 Yao Qi <yao.qi@linaro.org>
1682 * gdb.base/relativedebug.exp: Invoke gdb command
1683 "info sharedlibrary", and if libc.so doesn't have debug info,
1686 2015-04-29 Doug Evans <dje@google.com>
1688 * gdb.python/py-xmethods.exp: Add ptype tests.
1689 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1690 get_result_type method.
1692 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
1694 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1695 the target does not support hardware watchpoints.
1697 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
1699 * gdb.base/break-always.exp: Abort testing if writing to memory
1702 2015-04-28 Doug Evans <dje@google.com>
1704 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1705 * gdb.python/py-pp-registration.exp: ... here. New file.
1706 * gdb.python/py-pp-registration.c: New file.
1707 * gdb.python/py-pp-registration.py: New file.
1709 2015-04-28 Doug Evans <dje@google.com>
1711 * gdb.python/py-bad-printers.c: New file.
1712 * gdb.python/py-bad-printers.py: New file.
1713 * gdb.python/py-bad-printers.exp: New file.
1715 2015-04-28 Sasha Smundak <asmundak@google.com>
1717 * gdb.python/py-type.exp: New test.
1719 2015-04-28 Andy Wingo <wingo@igalia.com>
1721 * gdb.python/py-parameter.exp:
1722 * gdb.guile/scm-parameter.exp: Escape the path that we are
1723 matching against, as it might contain characters that are special
1724 to regular expressions.
1726 2015-04-27 Joel Brobecker <brobecker@adacore.com>
1728 * gdb.ada/rec_comp: New testcase.
1730 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1732 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1735 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1737 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1738 new tests for verilog output.
1740 2015-04-24 Yao Qi <yao.qi@linaro.org>
1742 * boards/remote-gdbserver-on-localhost.exp: New file.
1744 2015-04-23 Pedro Alves <palves@redhat.com>
1746 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1747 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1748 "end of file", remove $inferior_spawn_id from the indirect list.
1750 2015-04-23 Pedro Alves <palves@redhat.com>
1752 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1754 2015-04-23 Pedro Alves <palves@redhat.com>
1756 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1757 on $any_spawn_id instead of only on $gdb_spawn_id.
1759 2015-04-21 Pierre Muller <muller@sourceware.org>
1762 * lib/pascal.exp (gpc_compile): Add new option "class".
1763 (fpc_compile): Likewise.
1764 * gdb.pascal/case-insensitive-symbols.pas: New file.
1765 * gdb.pascal/case-insensitive-symbols.exp: New file.
1767 2015-04-20 Gary Benson <gbenson@redhat.com>
1769 * gdb.base/attach.exp: Fix three extended remote failures.
1771 2015-04-17 Gary Benson <gbenson@redhat.com>
1773 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1774 the main executable over the remote protocol.
1776 2015-04-16 Pedro Alves <palves@redhat.com>
1778 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1779 a new gdbserver if gdbserver_reconnect_p is set.
1781 2015-04-16 Pedro Alves <palves@redhat.com>
1783 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1784 is set, don't exit gdbserver.
1786 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1788 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1789 appropriate .insn, such that an older assembler can be used.
1790 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1791 the z/Architecture instruction set on 31-bit targets as well.
1793 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1795 * gdb.go/handcall.exp: Remove all logic related to the first
1796 breakpoint and rely on go_runto_main instead.
1797 * gdb.go/strings.exp: Likewise.
1798 * gdb.go/unsafe.exp: Likewise.
1799 * gdb.go/hello.exp: Likewise. Also rename the remaining
1800 breakpoint marker to "breakpoint 1".
1801 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1802 * gdb.go/strings.go: Likewise.
1803 * gdb.go/unsafe.go: Likewise.
1804 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1805 "set breakpoint 2 here" and rename the remaining breakpoint marker
1808 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1810 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1811 if itertools.imap is not present.
1812 * gdb.python/py-objfile.exp: Add parentheses.
1813 * gdb.python/py-type.exp: Same.
1814 * gdb.python/py-unwind-maint.py: Same.
1816 2015-04-15 Yao Qi <yao.qi@linaro.org>
1818 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1819 of ":$ptr_size" and set its form explicitly.
1821 2015-04-15 Pedro Alves <palves@redhat.com>
1822 Yao Qi <yao.qi@linaro.org>
1824 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1825 timeout by factor of 4.
1826 (test_regular_watch): Likewise.
1827 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1828 * gdb.reverse/sigall-reverse.exp: Likewise.
1829 * gdb.reverse/until-precsave.exp: Likewise.
1830 * lib/gdb.exp (with_timeout_factor): New proc.
1831 (gdb_expect): Move some code to ...
1832 (get_largest_timeout): ... here. New procedure.
1834 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
1836 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1838 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1840 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1841 to write to the .text section.
1843 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1845 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1846 Handle the case of targets that do not provide PID information.
1848 2015-04-13 Yao Qi <yao.qi@linaro.org>
1850 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1851 and use expect instead of gdb_expect.
1853 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1855 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1856 "coredump_var_addr" to avoid naming conflict with other testcases.
1858 2015-04-10 Pedro Alves <palves@redhat.com>
1860 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1861 gdb_test_sequence and gdb_assert.
1863 2015-04-10 Pedro Alves <palves@redhat.com>
1865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1866 test messages that don't include the breakpoint address.
1868 2015-04-10 Yao Qi <yao.qi@linaro.org>
1870 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1871 false for some offset and width combinations which aren't
1872 supported by linux kernel.
1874 2015-04-10 Pedro Alves <palves@redhat.com>
1876 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1877 procedure, factored out from ...
1878 (top level): ... here. Add "set displaced-stepping" testing axis.
1879 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1880 parameter "displaced". Use it.
1881 (top level): Use foreach and add "set displaced-stepping" testing
1884 2015-04-10 Pedro Alves <palves@redhat.com>
1886 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1888 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1889 both the address of the instruction that triggers the watchpoint
1890 and the address of the instruction immediately after, and use
1891 those addresses for the test. Fix comment.
1893 2015-04-10 Pedro Alves <palves@redhat.com>
1895 * gdb.base/sigstep.exp (breakpoint_to_handler)
1896 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1897 Test "backtrace" in handler.
1898 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1899 (top level): Add new "displaced" test axis to
1900 breakpoint_to_handler, breakpoint_to_handler_entry and
1901 breakpoint_over_handler.
1903 2015-04-10 Pedro Alves <palves@redhat.com>
1906 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1908 2015-04-10 Yao Qi <yao.qi@linaro.org>
1910 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1911 (test_add_rn_pc): New function.
1912 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1913 (top level): Invoke test_add_rn_pc.
1915 2015-04-10 Pedro Alves <palves@redhat.com>
1918 * gdb.base/step-over-no-symbols.exp: New file.
1920 2015-04-09 Andy Wingo <wingo@igalia.com>
1922 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1923 after the Python tests.
1925 2015-04-08 Keith Seitz <keiths@redhat.com>
1928 * gdb.python/py-completion.exp: New tests for completion.
1929 * gdb.python/py-completion.py (CompleteLimit1): New class.
1930 (CompleteLimit2): Likewise.
1931 (CompleteLimit3): Likewise.
1932 (CompleteLimit4): Likewise.
1933 (CompleteLimit5): Likewise.
1934 (CompleteLimit6): Likewise.
1935 (CompleteLimit7): Likewise.
1937 2015-04-08 Pedro Alves <palves@redhat.com>
1941 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1943 (main): Install it as SIGUSR1 handler.
1944 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1945 parameter. Always use "setup" as prefix. Toggle "set
1946 displaced-stepping" off/on depending on global. Don't switch to
1948 (top level): Add displaced stepping "off/on" test axis. Update
1949 "setup" calls. Wrap each subtest with with_test_prefix. Test
1950 continuing with a queued signal in each thread.
1952 2015-04-08 Pedro Alves <palves@redhat.com>
1954 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1955 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1956 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1957 Return early if running to main fails.
1958 * gdb.trace/while-stepping.exp: Likewise.
1960 2015-04-07 Pedro Alves <palves@redhat.com>
1962 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1963 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1964 interact with inferior program.
1966 2015-04-07 Pedro Alves <palves@redhat.com>
1968 * lib/gdb.exp (inferior_spawn_id): New global.
1969 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1970 spawn id after processing the user code.
1971 (default_gdb_start): Set inferior_spawn_id.
1972 (send_inferior): New procedure.
1973 * lib/gdbserver-support.exp (gdbserver_start): Set
1975 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1977 2015-04-07 Pedro Alves <palves@redhat.com>
1979 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1980 * lib/gdbserver-support.exp (gdbserver_start): Make
1981 $server_spawn_id global.
1982 (gdbserver_start): Don't wait for gdbserver's spawn id with
1984 (close_gdbserver): New procedure.
1985 (gdb_exit): Rename the default version and reimplement.
1987 2015-04-07 Pedro Alves <palves@redhat.com>
1989 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1990 append the substituted item, not the original item.
1992 2015-04-07 Pedro Alves <palves@redhat.com>
1994 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1997 2015-04-07 Pedro Alves <palves@redhat.com>
1999 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2000 output appearing once only.
2002 2015-04-07 Pedro Alves <palves@redhat.com>
2004 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2005 that doesn't expect anything. Return early if running to main
2008 2015-04-07 Yao Qi <yao.qi@linaro.org>
2010 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2011 (child_function): Call alarm.
2012 (main): Move call to alarm into the loop.
2013 * gdb.threads/non-stop-fair-events.exp: Build program with
2016 2015-04-06 Doug Evans <xdje42@gmail.com>
2018 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2019 Fix dest parameter to board_info.
2020 (fpc_compile): Ditto.
2021 (gdb_compile_pascal): Rename dest arg to destfile.
2023 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2025 * gdb.ada/funcall_ref.exp: New file.
2026 * gdb.ada/funcall_ref/foo.adb: New file.
2028 2015-04-02 Yao Qi <yao.qi@linaro.org>
2030 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2033 2015-04-02 Gary Benson <gbenson@redhat.com>
2035 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2037 2015-04-01 Sasha Smundak <asmundak@google.com>
2039 * gdb.python/py-unwind-maint.c: New file.
2040 * gdb.python/py-unwind-maint.exp: New test.
2041 * gdb.python/py-unwind-maint.py: New file.
2042 * gdb.python/py-unwind.c: New file.
2043 * gdb.python/py-unwind.exp: New test.
2044 * gdb.python/py-unwind.py: New test.
2046 2015-04-01 Pedro Alves <palves@redhat.com>
2048 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2049 to fail instead of non-existent $test.
2051 2015-04-01 Pedro Alves <palves@redhat.com>
2053 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2054 GDBFLAGS if not empty.
2056 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2058 * gdb.ada/complete.exp: Remove "multi_line".
2059 * gdb.ada/info_exc.exp: Remove "multi_line".
2060 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2061 * gdb.ada/ptype_field.exp: Remove "multi_line".
2062 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2063 * gdb.ada/tagged.exp: Remove "multi_line".
2064 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2066 * gdb.btrace/delta.exp: Likewise.
2067 * gdb.btrace/exception.exp: Likewise.
2068 * gdb.btrace/function_call_history.exp: Likewise.
2069 * gdb.btrace/instruction_history.exp: Likewise.
2070 * gdb.btrace/nohist.exp: Likewise.
2071 * gdb.btrace/record_goto.exp: Likewise.
2072 * gdb.btrace/segv.exp: Likewise.
2073 * gdb.btrace/stepi.exp: Likewise.
2074 * gdb.btrace/tailcall.exp: Likewise.
2075 * gdb.btrace/unknown_functions.exp: Likewise.
2076 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2077 * lib/gdb.exp: Add the "multi_line" helper.
2079 2015-04-01 Pedro Alves <palves@redhat.com>
2081 * gdb.threads/tid-reuse.c: New file.
2082 * gdb.threads/tid-reuse.exp: New file.
2084 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2087 * gdb.base/coredump-filter.c: New file.
2088 * gdb.base/coredump-filter.exp: Likewise.
2090 2015-03-27 Petr Machata <pmachata@redhat.com>
2092 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2093 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2094 (Dwarf::assemble): Initialize them.
2095 (Dwarf::lines): New function.
2097 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2099 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2100 SYMBOL_PREFIX for x86_64-*-cygwin.
2102 2015-03-26 Andy Wingo <wingo@igalia.com>
2105 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2106 const_value but not a location.
2107 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2108 location defined in non-main CUs are visible.
2110 2015-03-26 Yao Qi <yao.qi@linaro.org>
2113 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2114 Add a line number entry for the same line.
2115 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2116 Add a line number entry for the same line.
2118 2015-03-26 Yao Qi <yao.qi@linaro.org>
2120 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2122 (func): Likewise. Add .Lfunc_1 label.
2124 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2129 2015-03-26 Yao Qi <yao.qi@linaro.org>
2131 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2132 Call gdb_compile instead to compile each .s files without debug
2135 2015-03-26 Yao Qi <yao.qi@linaro.org>
2137 * gdb.base/savedregs.exp (process_saved_regs): Make
2138 "Saved registers:" optional in the pattern.
2140 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2142 * gdb.btrace/next.exp: Merged into step.exp.
2143 * gdb.btrace/finish.exp: Merged into step.exp.
2144 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2145 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2146 "record goto" and checking the exact replay position.
2147 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2148 check for "Recording format" in "info record" output.
2149 * gdb.btrace/record_goto.exp: Choose test file based on target.
2150 * gdb.btrace/x86-record_goto.S: Renamed into ...
2151 * gdb.btrace/x86_64-record_goto.S: ... this.
2152 * gdb.btrace/i686-record_goto.S: New.
2153 * gdb.btrace/x86-tailcall.S: Renamed into ...
2154 * gdb.btrace/x86_64-tailcall.S: ... this.
2155 * gdb.btrace/i686-tailcall.S: New.
2156 * gdb.btrace/x86-tailcall.c: Renamed into ...
2157 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2158 separate statements. Update test.
2159 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2160 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2161 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2162 * gdb.btrace/tailcall.exp: Choose test file based on target.
2163 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2165 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2167 * gdb.btrace/exception.exp: Increase BTS buffer size.
2169 2015-03-24 Pedro Alves <palves@redhat.com>
2171 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2173 2015-03-24 Pedro Alves <palves@redhat.com>
2175 * gdb.threads/schedlock.exp (test_step): No longer expect that
2176 "set scheduler-locking step" with "next" over a function call runs
2179 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2181 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2183 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2185 PR breakpoints/16466
2186 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2187 * gdb.mi/mi-pending.c (thread_func): New function.
2188 (int main): Add threading support required.
2189 * gdb.mi/mi-pending.exp: Add tests for this issue.
2190 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2191 (pendfunc2): Remove stdio dependency.
2192 * gdb.mi/mi-pendshr2.c: New file.
2194 2015-03-23 Keith Seitz <keiths@redhat.com>
2196 * gdb.linespec/keywords.c: New file.
2197 * gdb.linespec/keywords.exp: New file.
2199 2015-03-23 Keith Seitz <keiths@redhat.com>
2202 * gdb.dwarf2/staticvirtual.exp: New test.
2204 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2206 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2207 * README: Remove HP-UX and gdb.hp.
2209 * configure: Regenerate.
2210 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2211 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2212 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2213 gdb.hp/gdb.defects/Makefile.
2214 * gdb.hp/Makefile.in: File deleted.
2215 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2216 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2217 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2218 * gdb.hp/gdb.aCC/run.c: File deleted.
2219 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2220 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2221 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2222 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2223 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2224 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2225 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2226 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2227 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2228 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2229 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2230 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2231 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2232 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2233 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2234 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2235 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2236 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2237 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2238 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2239 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2240 * gdb.hp/gdb.compat/average.c: File deleted.
2241 * gdb.hp/gdb.compat/sum.c: File deleted.
2242 * gdb.hp/gdb.compat/xdb.c: File deleted.
2243 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2244 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2245 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2246 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2247 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2248 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2249 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2250 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2251 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2252 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2253 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2254 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2255 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2256 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2257 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2258 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2259 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2260 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2261 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2262 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2263 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2264 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2265 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2266 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2267 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2268 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2269 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2270 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2271 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2272 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2273 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2274 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2275 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2276 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2277 * gdb.hp/tools/odump: File deleted.
2279 2015-03-19 Pedro Alves <palves@redhat.com>
2281 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2282 (saw_thread_3): New globals.
2283 (top level): Increment them when an event for the corresponding
2285 (no thread starvation): New test.
2287 2015-03-19 Pedro Alves <palves@redhat.com>
2289 * gdb.threads/continue-pending-status.c: New file.
2290 * gdb.threads/continue-pending-status.exp: New file.
2292 2015-03-18 Pedro Alves <palves@redhat.com>
2294 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2295 Use gdb_is_target_remote instead of is_remote. Use
2296 gdb_test_multiple instead of gdb_expect. Exit early if
2297 gdb_test_multiple hits its internal matches. Tighten stepi tests
2298 expected output. Fail on exit with any signal, instead of just
2301 2015-03-18 Yao Qi <yao.qi@linaro.org>
2304 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2306 * gdb.base/catch-syscall.exp: Don't skip it on
2307 aarch64*-*-linux* target. Remove elements in all_syscalls.
2308 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2310 (setup_all_syscalls): New proc.
2312 2015-03-16 Yao Qi <yao.qi@linaro.org>
2314 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2315 (top level): Skip tests if valid_addr_p returns false for
2318 2015-03-11 Andy Wingo <wingo@igalia.com>
2320 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2322 2015-03-11 Yao Qi <yao.qi@linaro.org>
2324 * gdb.base/catch-syscall.exp: Fix typo in comments.
2326 2015-03-11 Yao Qi <yao.qi@linaro.org>
2328 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2330 2015-03-09 Pedro Alves <palves@redhat.com>
2332 * dg-extract-results.py: Delete.
2334 2015-03-09 Pedro Alves <palves@redhat.com>
2336 Merge dg-extract-results.sh from GCC upstream (r218843).
2338 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2339 * dg-extract-results.sh: Use --text with grep to avoid issues with
2340 binary files. Fall back to cat -v, if that doesn't work.
2342 2015-03-05 Pedro Alves <palves@redhat.com>
2344 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2346 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2348 * lib/mi-support.exp (mi_expect_interrupt): Accept
2349 alternative event for when in all-stop mode.
2351 2015-03-04 Pedro Alves <palves@redhat.com>
2353 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2355 2015-03-04 Mark Kettenis <kettenis@gnu.org>
2357 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2359 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2361 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2362 regexps for GDB's current line display, accept a hex address
2363 preceding the line number.
2365 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2367 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2368 the 'arch1' variable for "s390*-linux*" targets.
2370 2015-03-04 Pedro Alves <palves@redhat.com>
2372 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2373 (main): Pass missing retval argument to pthread_join call.
2375 2015-03-02 Pedro Alves <palves@redhat.com>
2377 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2378 (top level): Call do_test with non-stop as well.
2380 2015-03-02 Pedro Alves <palves@redhat.com>
2382 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2385 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2387 * gdb.arch/s390-vregs.exp: New test.
2388 * gdb.arch/s390-vregs.S: New file.
2390 2015-02-27 Pedro Alves <palves@redhat.com>
2392 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2393 call to catch_command_errors.
2394 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2395 catch_command_errors.
2397 2015-02-27 Pedro Alves <palves@redhat.com>
2399 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2400 "true" for boolean result.
2401 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2404 2015-02-27 Pedro Alves <palves@redhat.com>
2406 * lib/unbuffer_output.c: New file.
2407 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2408 (main): Call gdb_unbuffer_output.
2410 2015-02-27 Yao Qi <yao.qi@linaro.org>
2412 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2415 2015-02-26 Doug Evans <dje@google.com>
2417 * gdb.cp/class2.cc (Dbase, D): New classes.
2418 (main): New local delta.
2419 * gdb.cp/class2.exp: Test printing delta.
2420 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2421 (dynbar): New global.
2422 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2424 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2426 * gdb.compile/compile-ifunc.c: New file.
2427 * gdb.compile/compile-ifunc.exp: New file.
2429 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2431 * gdb.base/structs.exp: Check for correct struct on finish.
2433 2015-02-26 Yao Qi <yao.qi@linaro.org>
2435 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2438 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2440 * gdb.arch/cordic.ko.bz2: New file.
2441 * gdb.arch/cordic.ko.debug.bz2: New file.
2442 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2444 2015-02-25 Yao Qi <yao.qi@linaro.org>
2446 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2447 aarch64*-*-* target.
2449 2015-02-23 Pedro Alves <palves@redhat.com>
2451 * lib/gdb.exp (delete_breakpoints): Rewrite using
2454 2015-02-23 Pedro Alves <palves@redhat.com>
2456 * gdb.base/info-os.c: Include stdlib.h.
2458 2015-02-22 Doug Evans <xdje42@gmail.com>
2461 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2462 is read after symbols have been re-read.
2463 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2464 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2466 2015-02-21 Doug Evans <dje@google.com>
2468 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2470 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2473 * gdb.arch/i386-biarch-core.core.bz2: New file.
2474 * gdb.arch/i386-biarch-core.exp: New file.
2476 2015-02-21 Pedro Alves <palves@redhat.com>
2478 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2481 2015-02-20 Pedro Alves <palves@redhat.com>
2483 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2486 2015-02-20 Pedro Alves <palves@redhat.com>
2488 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2490 2015-02-20 Pedro Alves <palves@redhat.com>
2492 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2493 clean_restart before gdb_target_supports_trace.
2495 2015-02-20 Pedro Alves <palves@redhat.com>
2498 * gdb.threads/clone-thread_db.c: New file.
2499 * gdb.threads/clone-thread_db.exp: New file.
2501 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2503 PR breakpoints/16812
2504 * gdb.base/catch-gdb-caused-signals.c: New file.
2505 * gdb.base/catch-gdb-caused-signals.exp: New file.
2507 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2509 * configure: Regenerated.
2510 * configure.ac: Use GDB_AC_TRANSFORM.
2511 * aclocal.m4: sinclude ../transform.m4.
2513 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2515 * lib/dtrace.exp: New file.
2516 * gdb.base/dtrace-probe.exp: Likewise.
2517 * gdb.base/dtrace-probe.d: Likewise.
2518 * gdb.base/dtrace-probe.c: Likewise.
2519 * lib/pdtrace.in: Likewise.
2520 * configure.ac: Output variables with the transformed names of
2521 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2522 * configure: Regenerated.
2524 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2526 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2527 expected message when trying to access $_probe_* convenience
2528 variables while not on a probe.
2530 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2532 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2534 2015-02-11 Pedro Alves <pedro@codesourcery.com>
2536 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2537 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2539 2015-02-10 Doug Evans <xdje42@gmail.com>
2541 * lib/gdb.exp (gdb_load): Always return a result.
2543 2015-02-10 Pedro Alves <palves@redhat.com>
2545 * gdb.threads/signal-sigtrap.c: New file.
2546 * gdb.threads/signal-sigtrap.exp: New file.
2548 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2550 * gdb.trace/no-attach-trace.c: New file.
2551 * gdb.trace/no-attach-trace.exp: New file.
2553 2015-02-09 Mark Wielaard <mjw@redhat.com>
2555 * gdb.dwarf2/atomic.c: New file.
2556 * gdb.dwarf2/atomic-type.exp: Likewise.
2558 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2560 * gdb.btrace/buffer-size.exp: Update "info record" output.
2561 * gdb.btrace/delta.exp: Update "info record" output.
2562 * gdb.btrace/enable.exp: Update "info record" output.
2563 * gdb.btrace/finish.exp: Update "info record" output.
2564 * gdb.btrace/instruction_history.exp: Update "info record" output.
2565 * gdb.btrace/next.exp: Update "info record" output.
2566 * gdb.btrace/nexti.exp: Update "info record" output.
2567 * gdb.btrace/step.exp: Update "info record" output.
2568 * gdb.btrace/stepi.exp: Update "info record" output.
2569 * gdb.btrace/nohist.exp: Update "info record" output.
2571 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2573 * gdb.btrace/buffer-size: New.
2575 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2577 * gdb.btrace/delta.exp: Update "info record" output.
2578 * gdb.btrace/enable.exp: Update "info record" output.
2579 * gdb.btrace/finish.exp: Update "info record" output.
2580 * gdb.btrace/instruction_history.exp: Update "info record" output.
2581 * gdb.btrace/next.exp: Update "info record" output.
2582 * gdb.btrace/nexti.exp: Update "info record" output.
2583 * gdb.btrace/step.exp: Update "info record" output.
2584 * gdb.btrace/stepi.exp: Update "info record" output.
2585 * gdb.btrace/nohist.exp: Update "info record" output.
2587 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2590 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2592 2015-02-06 Pedro Alves <palves@redhat.com>
2594 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2596 (seconds_left, again): New globals.
2597 (main): Wait seconds_left in a 1-second sleep loop instead of
2598 sleeping 180 seconds. If 'again' is set, reset the seconds
2600 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2601 'again' in the inferior before detaching. Print the seconds left.
2602 (options): New global.
2603 (top level): Build program with -DTIMEOUT=$timeout.
2605 2015-02-06 Pedro Alves <palves@redhat.com>
2607 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2608 determine how many seconds to pass to 'alarm'.
2609 * gdb.base/gdb-sigterm.exp (top level): Build program with
2611 (do_test): Return success/failure indication. Add more verbose
2612 logging. Don't fail if 200 single steps are seen. Instead, fail
2613 when the test times out.
2614 (passes): New global.
2615 (top level): Break the testing loop if testing fails on any
2616 iteration. Use gdb_assert.
2618 2015-02-04 Don Breazeal <donb@codesourcery.com>
2620 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2621 and initialize them.
2622 (ipc_cleanup): New function.
2623 (main): Don't declare shmid, semid, and msqid. Add a call to
2624 atexit so that we call ipc_cleanup on exit.
2626 2015-02-04 Pedro Alves <palves@redhat.com>
2628 * boards/native-extended-gdbserver.exp: Remove any target variant
2629 specifications from the board name before clearing the isremote
2630 flag from board_info.
2632 2015-01-31 Doug Evans <xdje42@gmail.com>
2634 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2636 2015-01-31 Gary Benson <gbenson@redhat.com>
2638 * gdb.base/completion.exp: Disable completion limiting for
2639 existing tests. Add new tests to check completion limiting.
2640 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2642 2015-01-31 Doug Evans <xdje42@gmail.com>
2644 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2646 2015-01-31 Doug Evans <xdje42@gmail.com>
2648 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2649 entries. Duplicate file section script entries.
2650 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2651 inlined entries. Add test for safe-path rejection.
2652 * gdb.python/py-section-script.c: Add duplicate inlined section script
2653 entries. Duplicate file section script entries.
2654 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2655 inlined entries. Add test for safe-path rejection.
2657 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2659 * gdb.ada/disc_arr_bound: New testcase.
2661 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2663 * gdb.ada/mi_var_array: New testcase.
2665 2015-01-27 Doug Evans <dje@google.com>
2667 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2668 Add test for objfile.filename, objfile.username after objfile
2671 2015-01-26 Joel Brobecker <brobecker@adacore.com>
2673 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2674 the second test to print the name attribute of value
2675 returned by the call to gdb.lookup_type, and adjust
2676 the expected output accordingly.
2678 2015-01-25 Mark Wielaard <mjw@redhat.com>
2680 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2681 * gdb.base/disp-step-fork.c: Include unistd.h.
2682 * gdb.base/siginfo-obj.c: Include stdio.h.
2683 * gdb.base/siginfo-thread.c: Likewise.
2684 * gdb.mi/non-stop.c: Include unistd.h.
2685 * gdb.mi/nsthrexec.c: Include stdio.h.
2686 * gdb.mi/pthreads.c: Include unistd.h.
2687 * gdb.modula2/unbounded1.c (main): Declare returns int.
2688 * gdb.reverse/consecutive-reverse.c: Likewise.
2689 * gdb.threads/create-fail.c: Include unistd.h.
2690 * gdb.threads/killed.c: Likewise.
2691 * gdb.threads/linux-dp.c: Likewise.
2692 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2693 * gdb.threads/non-ldr-exc-2.c: Likewise.
2694 * gdb.threads/non-ldr-exc-3.c: Likewise.
2695 * gdb.threads/non-ldr-exc-4.c: Likewise.
2696 * gdb.threads/pthreads.c: Include unistd.h.
2697 (main): Declare returns int.
2698 * gdb.threads/tls-main.c (foo): New declaration.
2699 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2701 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2703 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2704 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2706 2015-01-15 Mark Wielaard <mjw@redhat.com>
2708 * gdb.base/noreturn-return.c: New file.
2709 * gdb.base/noreturn-return.exp: New file.
2710 * gdb.base/noreturn-finish.c: New file.
2711 * gdb.base/noreturn-finish.exp: New file.
2713 2015-01-23 Pedro Alves <palves@redhat.com>
2715 * gdb.threads/continue-pending-after-query.c: New file.
2716 * gdb.threads/continue-pending-after-query.exp: New file.
2718 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2719 Simon Marchi <simon.marchi@ericsson.com>
2721 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2722 * gdb.base/valgrind-db-attach.exp: Same.
2723 * gdb.base/valgrind-infcall.exp: Same.
2724 * lib/mi-support.exp (default_mi_gdb_start): Same.
2725 * lib/prompt.exp (default_prompt_gdb_start): Same.
2726 * lib/gdb.exp (default_gdb_spawn): Same.
2727 (gdb_interact): New.
2730 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2732 * gdb.compile/compile.exp (pointer to jit function): New test.
2734 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
2736 * lib/gdb.exp (supports_process_record): Return true for
2738 (supports_reverse): Likewise.
2740 2015-01-15 Don Breazeal <donb@codesourcery.com>
2742 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2743 instead of checking whether the target board is remote and
2744 use spawn_wait_for_attach instead of exec/sleep.
2745 * gdb.base/attach-twice.exp: Likewise.
2747 2015-01-15 Joel Brobecker <brobecker@adacore.com>
2749 * gdb.ada/var_arr_attrs: New testcase.
2751 2015-01-14 Pedro Alves <palves@redhat.com>
2752 Joel Brobecker <brobecker@adacore.com>
2755 * gdb.base/bp-cmds-execution-x-script.c: New file.
2756 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2757 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2759 2015-01-14 Pedro Alves <palves@redhat.com>
2762 * gdb.base/batch-preserve-term-settings.c: New file.
2763 * gdb.base/batch-preserve-term-settings.exp: New file.
2765 2015-01-13 Doug Evans <dje@google.com>
2767 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2770 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2772 * Makefile.in (clean mostlyclean): Do not delete *.py.
2774 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2776 * gdb.python/py-lookup-type.exp: New file.
2778 2015-01-12 Pedro Alves <palves@redhat.com>
2780 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2781 restore GDBFLAGS before returning.
2783 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2785 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2786 is_amd64_regs_target and is_x86_like_target.
2788 2015-01-11 Doug Evans <xdje42@gmail.com>
2790 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2791 is given without an explicit form.
2792 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2794 * gdb.dwarf/corrupt.exp: Ditto.
2795 * gdb.dwarf2/enum-type.exp: Ditto.
2796 * gdb.trace/entry-values.exp: Ditto.
2797 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2799 2015-01-11 Doug Evans <xdje42@gmail.com>
2802 * gdb.base/maint.exp: Remove references to "maint demangle".
2803 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2804 Add tests for explicitly specifying language to demangle.
2805 * gdb.dlang/demangle.exp: Ditto.
2807 2015-01-09 Pedro Alves <palves@redhat.com>
2809 * gdb.threads/non-stop-fair-events.c: New file.
2810 * gdb.threads/non-stop-fair-events.exp: New file.
2812 2015-01-09 Pedro Alves <palves@redhat.com>
2814 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2815 the global scope. Set a breakpoint after all threads are started
2816 rather than stepping over two source lines. Expect the prompt.
2817 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2820 (main): Use threads_started_barrier to wait for all threads to
2821 start. Main thread no longer calls thread_function. Exit after
2823 (loop): New function.
2824 (thread_function): Wait on threads_started_barrier barrier. Call
2825 'loop' at each iteration.
2826 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2827 threads have started, instead of hardcoding number of "next"
2828 steps. Use an access watchpoint instead of a write watchpoint.
2830 2015-01-09 Pedro Alves <palves@redhat.com>
2832 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2833 (thread_func): Wait on barrier.
2834 (main): Wait for all threads to start before stopping GDB.
2835 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2837 (thread1_func, thread2_func): Wait on barrier.
2838 (main): Wait for all threads to start before stopping GDB.
2839 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2841 (thread1_func, thread2_func): Wait on barrier.
2842 (main): Wait for all threads to start before stopping GDB.
2844 2015-01-09 Pedro Alves <palves@redhat.com>
2846 * gdb.threads/attach-many-short-lived-threads.c: New file.
2847 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2849 2014-01-09 Pedro Alves <palves@redhat.com>
2851 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2852 instead of to thread 2.
2853 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2854 Add barrier around each pthread_create call instead of around all
2856 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2857 Set a break on thread_function and have the child threads hit it
2860 2015-01-09 Pedro Alves <palves@redhat.com>
2862 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2863 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2865 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2866 checking whether the target board is remote.
2867 * gdb.multi/multi-attach.exp: Likewise.
2868 * gdb.python/py-sync-interp.exp: Likewise.
2869 * gdb.server/ext-attach.exp: Likewise.
2870 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2871 tests that need to attach, instead of checking whether the target
2872 board is remote at the top of the file.
2874 2015-01-08 Yao Qi <yao@codesourcery.com>
2876 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2878 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2880 Fix testcase compilation.
2881 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2883 2015-01-06 Joel Brobecker <brobecker@adacore.com>
2885 * gdb.python/py-type.exp: Add a couple test about empty
2886 array creation, and negative-length array creation.
2888 2015-01-02 Doug Evans <xdje42@gmail.com>
2890 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2892 2015-01-02 Doug Evans <dje@google.com>
2894 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2896 2014-12-29 Yao Qi <yao@codesourcery.com>
2898 * gdb.trace/entry-values.exp: Update comments. Rename variable
2899 bar_call_foo to returned_from_foo.
2901 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2904 * gdb.linespec/break-asm-file.c: New file.
2905 * gdb.linespec/break-asm-file.exp: New file.
2906 * gdb.linespec/break-asm-file0.s: New file.
2907 * gdb.linespec/break-asm-file1.s: New file.
2909 2014-12-18 Nigel Stephens <nigel@mips.com>
2910 Maciej W. Rozycki <macro@codesourcery.com>
2912 * gdb.base/float.exp: Handle the new output from "info float" on
2915 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2917 Fix MinGW compilation.
2918 * gdb.compile/compile-ops.exp: Update untested message if
2919 !skip_compile_feature_tests.
2920 * gdb.compile/compile-setjmp.exp: Likewise.
2921 * gdb.compile/compile-tls.exp: Likewise.
2922 * gdb.compile/compile.exp: Likewise.
2923 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2924 supported on this host".
2926 2014-12-16 Doug Evans <xdje42@gmail.com>
2928 * boards/stabs.exp: New file.
2930 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2932 * gdb.base/completion.exp: Adjust to format changes of "maint
2933 print user-registers".
2935 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
2938 * gdb.arch/aarch64-fp.c: New file.
2939 * gdb.arch/aarch64-fp.exp: New file.
2941 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2943 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2944 r210637, r210913, r211666, r215400, r215817).
2946 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2947 * dg-extract-results.py: New file.
2948 * dg-extract-results.sh: Use it if the environment seems
2951 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2953 * dg-extract-results.py (parse_run): Handle warnings that
2954 are printed before a test harness is run.
2956 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2958 * dg-extract-results.py (Named): Remove __cmp__ method.
2959 (output_variation): Use a key to sort variation.harnesses.
2961 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2963 * dg-extract-results.py: For Python 3, force sys.stdout to
2964 handle surrogate escape sequences.
2965 (safe_open): New function.
2966 (output_segment, main): Use it.
2968 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2970 * dg-extract-results.py (Prog.result_re): Include options
2973 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2975 * dg-extract-results.py (output_variation): Always sort if
2978 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2980 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2981 as long as we get pagination notifications.
2983 2014-12-15 Jason Merrill <jason@redhat.com>
2985 * Makefile.in (check-gdb.%): Restore.
2986 * README: Mention it.
2988 2014-12-13 Joel Brobecker <brobecker@adacore.com>
2990 * gdb.ada/str_uninit: New testcase.
2992 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2995 * gdb.base/vla-stub-define.c: New file.
2996 * gdb.base/vla-stub.c: New file.
2997 * gdb.base/vla-stub.exp: New file.
2999 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3000 Jan Kratochvil <jan.kratochvil@redhat.com>
3001 Tom Tromey <tromey@redhat.com>
3003 * configure.ac: Add gdb.compile/.
3004 * configure: Regenerate.
3005 * gdb.compile/Makefile.in: New file.
3006 * gdb.compile/compile-ops.exp: New file.
3007 * gdb.compile/compile-ops.c: New file.
3008 * gdb.compile/compile-tls.c: New file.
3009 * gdb.compile/compile-tls.exp: New file.
3010 * gdb.compile/compile-constvar.S: New file.
3011 * gdb.compile/compile-constvar.c: New file.
3012 * gdb.compile/compile-mod.c: New file.
3013 * gdb.compile/compile-nodebug.c: New file.
3014 * gdb.compile/compile-setjmp-mod.c: New file.
3015 * gdb.compile/compile-setjmp.c: New file.
3016 * gdb.compile/compile-setjmp.exp: New file.
3017 * gdb.compile/compile-shlib.c: New file.
3018 * gdb.compile/compile.c: New file.
3019 * gdb.compile/compile.exp: New file.
3020 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3022 2014-12-12 Tom Tromey <tromey@redhat.com>
3024 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3025 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3027 2014-12-12 Doug Evans <dje@google.com>
3029 * lib/gdb-python.exp (get_python_valueof): New function.
3030 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3032 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3034 * gdb.base/completion.exp: Add test for completion of "info
3037 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3039 * gdb.base/func-ptrs.c: New file.
3040 * gdb.base/func-ptrs.exp: New file.
3042 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3044 PR breakpoints/17012
3045 * gdb.base/dprintf-detach.c: New file.
3046 * gdb.base/dprintf-detach.exp: New file.
3048 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3050 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3051 * lib/gdb.exp (target_is_gdbserver): New procedure.
3053 2014-12-08 Doug Evans <dje@google.com>
3055 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3057 2014-12-05 Yao Qi <yao@codesourcery.com>
3059 * gdb.guile/scm-error.exp: Remove the third argument to
3060 gdb_remote_download.
3061 * gdb.guile/scm-frame-args.exp: Likewise.
3062 * gdb.guile/scm-section-script.exp: Likewise.
3064 2014-12-05 Yao Qi <yao@codesourcery.com>
3066 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3068 2014-12-04 Doug Evans <dje@google.com>
3070 * gdb.python/py-objfile.exp: Add tests for
3071 objfile.add_separate_debug_file.
3073 2014-12-04 Doug Evans <dje@google.com>
3075 * lib/gdb.exp (get_build_id): New function.
3076 (build_id_debug_filename_get): Rewrite to use it.
3077 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3079 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3081 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3082 `method(long)', not just 0x0.
3083 * gdb.cp/nsalias.exp: Align code labels to 4.
3084 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3085 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3086 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3087 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3088 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3089 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3091 2014-12-02 Doug Evans <dje@google.com>
3094 * gdb.cp/anon-ns.cc: Move guts of this file to ...
3095 * gdb.cp/anon-ns2.cc: ... here. New file.
3096 * gdb.cp/anon-ns.exp: Update.
3098 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
3100 * gdb.python/py-events.py (inferior_call_handler): New.
3101 (register_changed_handler, memory_changed_handler): New.
3102 (test_events.invoke): Register new handlers.
3103 * gdb.python/py-events.exp: Add tests for inferior call,
3104 memory_changed and register_changed events.
3106 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3108 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3109 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3110 if the linker doesn't understand this.
3112 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3114 * gdb.python/python.exp: Change expected reply to help().
3116 2014-12-01 Yao Qi <yao@codesourcery.com>
3118 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3119 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3120 * configure: Re-generated.
3122 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3124 * gdb.cp/chained-calls.cc: New file.
3125 * gdb.cp/chained-calls.exp: New file.
3126 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3128 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3130 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3131 * gdb.dwarf2/symtab-producer.exp: Same.
3132 * gdb.gdb/python-interrupts.exp: Same.
3133 * gdb.gdb/python-selftest.exp: Same.
3134 * gdb.python/py-linetable.exp: Same.
3135 * gdb.python/py-type.exp: Same.
3136 * gdb.python/py-value-cc.exp: Same.
3137 * gdb.python/py-value.exp: Same.
3139 2014-11-28 Yao Qi <yao@codesourcery.com>
3141 * gdb.base/break-probes.exp: Match library name prefixed with
3144 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3146 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3147 test expected output. Add parentheses for the call to print.
3148 Remove L suffix from integers.
3150 2014-11-26 Doug Evans <dje@google.com>
3152 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3154 2014-11-22 Yao Qi <yao@codesourcery.com>
3156 * gdb.trace/entry-values.c: Remove asms.
3157 (foo): Add foo_label.
3158 (bar): Add bar_label.
3159 * gdb.trace/entry-values.exp: Remove code computing foo's
3160 length and bar's length.
3161 (Dwarf::assemble): Invoke function_range for bar and use
3162 MACRO_AT_func for foo.
3164 2014-11-22 Yao Qi <yao@codesourcery.com>
3166 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3167 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3168 Use .Lgcc43_procstart instead of gcc43.
3170 2014-11-21 Joel Brobecker <brobecker@adacore.com>
3172 * gdb.ada/n_arr_bound: New testcase.
3174 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3176 PR breakpoints/10737
3177 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3178 test_catch_syscall_multi_arch.
3179 (test_catch_syscall_multi_arch): New function.
3181 2014-11-20 Doug Evans <xdje42@gmail.com>
3183 * gdb.base/maint.exp: Update expected output.
3185 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3187 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3188 4-byte instruction on S390.
3190 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3192 * gdb.ada/arr_arr: New testcase.
3194 2014-11-19 Joel Brobecker <brobecker@adacore.com>
3196 * gdb.ada/pkd_arr_elem: New Testcase.
3198 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
3200 * gdb.reverse/break-precsave: Expect completion message for
3202 * gdb.reverse/consecutive-precsave.exp: Likewise.
3203 * gdb.reverse/finish-precsave.exp: Likewise.
3204 * gdb.reverse/i386-precsave.exp: Likewise.
3205 * gdb.reverse/machinestate-precsave.exp: Likewise.
3206 * gdb.reverse/sigall-precsave.exp: Likewise.
3207 * gdb.reverse/solib-precsave.exp: Likewise.
3208 * gdb.reverse/step-precsave.exp: Likewise.
3209 * gdb.reverse/until-precsave.exp: Likewise.
3210 * gdb.reverse/watch-precsave.exp: Likewise.
3212 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3214 * gdb.base/bp-permanent.c: Include unistd.h.
3215 * gdb.python/py-framefilter-mi.c (main): Add return type.
3216 * gdb.python/py-framefilter.c (main): Likewise.
3217 * gdb.trace/actions-changed.c (main): Likewise.
3219 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3221 * gdb.mi/until.c: Add eye-catchers.
3222 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3225 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3227 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3228 function header variants in break1.c.
3229 * gdb.base/ena-dis-br.exp: Likewise.
3230 * gdb.base/hbreak2.exp: Likewise.
3231 * gdb.reverse/until-precsave.exp: Drop references to removed
3232 non-prototype function header variants in ur1.c.
3233 * gdb.reverse/until-reverse.exp: Likewise.
3235 2014-11-17 Petr Machata <pmachata@redhat.com>
3237 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3238 ${_cu_offset_size} bytes abbrev offset.
3240 2014-11-15 Doug Evans <xdje42@gmail.com>
3243 * gdb.base/line-symtabs.exp: New file.
3244 * gdb.base/line-symtabs.c: New file.
3245 * gdb.base/line-symtabs.h: New file.
3247 2014-11-14 Yao Qi <yao@codesourcery.com>
3249 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3250 (func): Add label func_label.
3251 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3252 Replace low_pc and high_pc with MACRO_AT_range.
3253 Replace name, low_pc and high_pc with MACRO_AT_func.
3255 2014-11-14 Yao Qi <yao@codesourcery.com>
3257 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3258 Replace name, low_pc and high_pc with MACRO_AT_func.
3260 2014-11-14 Yao Qi <yao@codesourcery.com>
3262 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3263 produce debug information.
3264 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3266 2014-11-14 Yao Qi <yao@codesourcery.com>
3268 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3269 object and get function length.
3270 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3272 (top-level): Replace gdb_compile and clean_restart with
3273 prepare_for_testing.
3274 * gdb.dwarf2/main.c (main): Add label main_label.
3276 2014-11-14 Yao Qi <yao@codesourcery.com>
3278 * lib/dwarf.exp (function_range): New procedure.
3279 (Dwarf::_handle_macro_at_func): New procedure.
3280 (Dwarf::_handle_macro_at_range): New procedure.
3281 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3283 2014-11-14 Yao Qi <yao@codesourcery.com>
3285 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3286 (_handle_attribute): New procedure.
3288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3290 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3291 * gdb.base/call-sc.c (zed): Likewise.
3292 * gdb.base/checkpoint.c (main): Likewise.
3293 * gdb.base/dump.c (main): Likewise.
3294 * gdb.base/gcore.c (main): Likewise.
3295 * gdb.base/huge.c (main): Likewise.
3296 * gdb.base/multi-forks.c (main): Likewise.
3297 * gdb.base/pr10179-a.c (main): Likewise.
3298 * gdb.base/savedregs.c (main): Likewise.
3299 * gdb.base/sigaltstack.c (main): Likewise.
3300 * gdb.base/siginfo.c (main): Likewise.
3301 * gdb.base/structs.c (zed): Likewise.
3302 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3303 * gdb.mi/mi-syn-frame.c (main): Likewise.
3304 * gdb.mi/until.c (foo, main): Likewise.
3305 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3306 * gdb.base/solib-weak.c (foo): Declare.
3307 * gdb.base/attach-twice.c: Include stdio.h.
3308 * gdb.base/weaklib1.c: Likewise.
3309 * gdb.base/weaklib2.c: Likewise.
3310 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3311 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3313 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3314 * gdb.mi/mi-exit-code.c: Likewise.
3315 * gdb.base/break-interp-lib.c: Include string.h.
3316 * gdb.base/coremaker.c: Likewise.
3317 * gdb.base/testenv.c: Likewise.
3318 * gdb.python/py-finish-breakpoint.c: Likewise.
3319 * gdb.base/inferior-died.c: Include sys/wait.h.
3320 * gdb.base/fileio.c: Include time.h.
3321 * gdb.base/async-shell.c: Include unistd.h.
3322 * gdb.base/dprintf-non-stop.c: Likewise.
3323 * gdb.base/info-os.c: Likewise.
3324 * gdb.mi/mi-console.c: Likewise.
3325 * gdb.mi/watch-nonstop.c: Likewise.
3326 * gdb.python/py-events.c: Likewise.
3327 * gdb.base/async.c (baz): Move up before its invocation.
3328 * gdb.base/code_elim2.c (my_global_func): Likewise.
3329 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3330 * gdb.base/advance.c (func2): Likewise.
3332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3334 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3336 * gdb.base/annota3.c: Likewise.
3337 * gdb.base/async.c: Likewise.
3338 * gdb.base/average.c: Likewise.
3339 * gdb.base/call-ar-st.c: Likewise.
3340 * gdb.base/call-rt-st.c: Likewise.
3341 * gdb.base/call-sc.c: Likewise.
3342 * gdb.base/call-strs.c: Likewise.
3343 * gdb.base/ending-run.c: Likewise.
3344 * gdb.base/execd-prog.c: Likewise.
3345 * gdb.base/exprs.c: Likewise.
3346 * gdb.base/foll-exec.c: Likewise.
3347 * gdb.base/foll-fork.c: Likewise.
3348 * gdb.base/foll-vfork.c: Likewise.
3349 * gdb.base/funcargs.c: Likewise.
3350 * gdb.base/gcore.c: Likewise.
3351 * gdb.base/jump.c: Likewise.
3352 * gdb.base/langs0.c: Likewise.
3353 * gdb.base/langs1.c: Likewise.
3354 * gdb.base/langs2.c: Likewise.
3355 * gdb.base/mips_pro.c: Likewise.
3356 * gdb.base/nodebug.c: Likewise.
3357 * gdb.base/opaque0.c: Likewise.
3358 * gdb.base/opaque1.c: Likewise.
3359 * gdb.base/recurse.c: Likewise.
3360 * gdb.base/run.c: Likewise.
3361 * gdb.base/scope0.c: Likewise.
3362 * gdb.base/scope1.c: Likewise.
3363 * gdb.base/setshow.c: Likewise.
3364 * gdb.base/setvar.c: Likewise.
3365 * gdb.base/shmain.c: Likewise.
3366 * gdb.base/shr1.c: Likewise.
3367 * gdb.base/shr2.c: Likewise.
3368 * gdb.base/sigall.c: Likewise.
3369 * gdb.base/signals.c: Likewise.
3370 * gdb.base/so-indr-cl.c: Likewise.
3371 * gdb.base/solib2.c: Likewise.
3372 * gdb.base/structs.c: Likewise.
3373 * gdb.base/sum.c: Likewise.
3374 * gdb.base/vforked-prog.c: Likewise.
3375 * gdb.base/watchpoint.c: Likewise.
3376 * gdb.reverse/shr2.c: Likewise.
3377 * gdb.reverse/until-reverse.c: Likewise.
3378 * gdb.reverse/ur1.c: Likewise.
3379 * gdb.reverse/watch-reverse.c: Likewise.
3381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3383 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3385 * gdb.base/sepdebug.exp: Drop references to removed code.
3387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3389 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3390 variant. Preserve original line numbering.
3391 * gdb.base/list1.c: Likewise.
3393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3395 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3397 * gdb.base/break1.c: Likewise.
3398 * gdb.base/break.exp: Drop references to removed code.
3400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3402 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3407 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3411 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3412 logic into perform_all_tests() and invoke it with and without
3413 function header prototypes.
3414 (do_function_calls): Remove conditional XFAIL for PR 5318.
3415 (rerun_and_prepare): Remove duplicate code.
3416 (perform_all_tests): New. Main logic moved here.
3418 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3420 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3421 code guarded by #ifdef NO_PROTOTYPES.
3422 (t_double_many_args): Likewise.
3423 (DEF_FUNC_MANY_ARGS_1): Likewise.
3424 (DEF_FUNC_VALUES_1): Likewise.
3425 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3426 guarded by #ifdef PROTOTYPES.
3428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3430 * gdb.mi/mi-console.c: Add eye-catcher.
3431 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3432 instead of literal line number.
3434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3436 * gdb.base/shr2.c: Add eye-catcher.
3437 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3442 * gdb.base/jump.c: Add eye-catchers.
3443 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3448 * gdb.base/execd-prog.c: Add eye-catchers.
3449 * gdb.base/foll-exec.c: Likewise.
3450 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3455 * gdb.base/ending-run.c: Add eye-catchers.
3456 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3457 literal line numbers.
3459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3461 * gdb.base/call-rt-st.c: Add eye-catchers.
3462 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3463 literal line numbers.
3465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3467 * gdb.base/call-ar-st.c: Add eye-catchers.
3468 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3469 literal line numbers.
3471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3473 * gdb.base/average.c: Add eye-catchers.
3474 * gdb.base/sum.c: Likewise.
3475 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3476 regexps dynamically.
3478 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3480 * gdb.base/solib1.c: Add eye-catchers.
3481 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3482 literal line numbers.
3484 2014-11-12 Pedro Alves <palves@redhat.com>
3486 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3489 2014-11-12 Pedro Alves <palves@redhat.com>
3491 * gdb.arch/i386-bp_permanent.c: New file.
3492 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3493 (srcfile): Set to i386-bp_permanent.c.
3494 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3495 that stepi does not execute the 'leave' instruction, instead of
3496 testing it does execute.
3497 * gdb.base/bp-permanent.c: New file.
3498 * gdb.base/bp-permanent.exp: New file.
3500 2014-11-10 Doug Evans <xdje42@gmail.com>
3503 * gdb.base/symtab-search-order.exp: New file.
3504 * gdb.base/symtab-search-order.c: New file.
3505 * gdb.base/symtab-search-order-1.c: New file.
3506 * gdb.base/symtab-search-order-shlib-1.c: New file.
3508 2014-11-07 Pedro Alves <palves@redhat.com>
3511 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3514 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3517 * gdb.cp/pr17494.cc: New file.
3518 * gdb.cp/pr17494.exp: New file.
3520 2014-11-02 Yao Qi <yao@codesourcery.com>
3522 * gdb.python/python.exp: Get working directory and match the
3523 output of "set extended-prompt \\w " with it.
3525 2014-10-30 Doug Evans <dje@google.com>
3527 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3529 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3532 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
3534 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3535 * gdb.base/realname-expand.exp: Likewise.
3536 * gdb.linespec/macro-relative.exp: Likewise.
3538 2014-10-29 Pedro Alves <palves@redhat.com>
3541 * gdb.threads/schedlock.c (some_function): New function.
3542 (call_function): New global.
3543 (MAYBE_CALL_SOME_FUNCTION): New macro.
3544 (thread_function): Call it.
3545 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3546 and use it instead of a global counter. Adjust all callers.
3547 (get_current_thread): Use "find current thread" for test message
3548 here rather than having all callers pass down the same string.
3549 (goto_loop): New procedure, factored out from ...
3550 (my_continue): ... this.
3551 (step_ten_loops): Change parameter from test message to command to
3553 (list_count): Delete global.
3554 (check_result): New procedure, factored out from duplicate top
3556 (continue tests): Wrap in with_test_prefix.
3557 (test_step): New procedure, factored out from duplicate top level
3559 (top level): Test "step" in combination with all scheduler-locking
3560 modes. Test "next" in combination with all scheduler-locking
3561 modes, and in combination with stepping over a function call or
3563 * gdb.threads/next-bp-other-thread.c: New file.
3564 * gdb.threads/next-bp-other-thread.exp: New file.
3566 2014-10-29 Pedro Alves <palves@redhat.com>
3569 * gdb.python/python.exp: Test a multi-line command that spawns
3571 * gdb.base/multi-line-starts-subshell.exp: New file.
3573 2014-10-29 Yao Qi <yao@codesourcery.com>
3575 * gdb.base/fileio.exp: Make directories on host.
3577 2014-10-29 Yao Qi <yao@codesourcery.com>
3579 * gdb.base/fileio.c (test_write): Close the file.
3581 2014-10-28 Pedro Alves <palves@redhat.com>
3584 * gdb.base/sigstep.c (no_handler): New global.
3585 (main): If 'no_handler is true, set the signal handlers to
3587 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3588 with_sw_watch and no_handler parameters. Handle them.
3589 (top level) <stepping over handler when stopped at a breakpoint
3590 test>: Add a test axis for testing with a software watchpoint, and
3591 another for testing with the signal handler set to SIG_IGN.
3592 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3593 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3595 2014-10-28 Pedro Alves <palves@redhat.com>
3598 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3599 * gdb.base/sigstep.exp (other_handler_location): New global.
3600 (advance): Support stepping into the signal handler, and running
3601 commands while in the handler.
3602 (in_handler_map): New global.
3603 (top level): In the advance test, add combinations for getting
3604 into the handler with stepping commands, and for running commands
3605 in the handler. Add comment descripting the advancei tests.
3607 2014-10-28 Pedro Alves <palves@redhat.com>
3609 * gdb.base/sigstep.exp: Use build_executable instead of
3610 prepare_for_testing.
3611 (top level): Move code that starts GDB, runs to main and creates a
3613 (restart): ... this new procedure.
3614 (top level): Move backtrace from signal handler test to ...
3615 (validate_backtrace): ... this new procedure.
3616 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3617 with_test_prefix. Always restart GDB.
3618 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3619 with_test_prefix. Always restart GDB. No need to delete
3620 breakpoints after the test.
3621 (test_skip_handler): Remove prefix parameter.
3622 (skip_over_handler, breakpoint_to_handler)
3623 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3624 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3625 restart GDB. No need to delete breakpoints after the test.
3626 (top level): Use foreach to call the test procedures with
3629 2014-10-28 Pedro Alves <palves@redhat.com>
3631 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3632 instead of GNATS numbers.
3633 * gdb.base/sigbpt.exp: Likewise.
3634 * gdb.base/siginfo.exp: Likewise.
3635 * gdb.base/sigstep.exp: Likewise.
3637 2014-10-27 Pedro Alves <palves@redhat.com>
3639 * gdb.base/sigstep.c (dummy): New global.
3640 (main): Issue a couple writes to the new global.
3641 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3643 (skip_over_handler): Use test_skip_handler.
3644 (top level): Call skip_over_handler for stepi and nexti too.
3645 (breakpoint_over_handler): Use test_skip_handler.
3646 (top level): Call breakpoint_over_handler for stepi and nexti too.
3648 2014-10-27 Yao Qi <yao@codesourcery.com>
3650 * gdb.trace/tfile.c (adjust_function_address)
3651 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3652 function descriptor.
3654 2014-10-24 Don Breazeal <donb@codesourcery.com>
3656 * gdb.base/foll-fork.exp (test_follow_fork,
3657 catch_fork_child_follow): Check for updated fork messages emitted
3659 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3660 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3661 vfork_and_exec_child_follow_through_step): Check for updated vfork
3662 messages emitted from infrun.c.
3664 2014-10-24 Pedro Alves <palves@redhat.com>
3666 * gdb.base/corefile.exp: Remove references to ultrix.
3667 * gdb.base/interrupt.exp: Likewise.
3668 * gdb.base/whatis.exp: Likewise.
3669 * gdb.gdb/selftest.exp: Likewise.
3670 * gdb.threads/manythreads.exp: Likewise.
3671 * gdb.threads/print-threads.exp: Likewise.
3672 * gdb.threads/pthreads.exp:: Likewise.
3673 * gdb.threads/schedlock.exp: Likewise.
3675 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3677 * gdb.cp/non-trivial-retval.cc: Add a test case.
3678 * gdb.cp/non-trivial-retval.exp: Add a test.
3680 2014-10-20 Yao Qi <yao@codesourcery.com>
3682 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3683 * gdb.python/py-objfile-script-gdb.py: New file.
3684 * gdb.python/py-objfile-script.exp: Update reference to
3685 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3686 of remote_download. Remove the dest file.
3688 2014-10-20 Yao Qi <yao@codesourcery.com>
3690 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3691 * gdb.base/step-line.exp: Likewise.
3692 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3693 * gdb.dwarf2/dw2-basic.exp: Likewise.
3694 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3695 * gdb.dwarf2/dw2-filename.exp: Likewise.
3696 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3697 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3698 * gdb.dwarf2/dw2-producer.exp: Likewise.
3699 * gdb.dwarf2/mac-fileno.exp: Likewise.
3700 * gdb.python/py-frame-args.exp: Likewise.
3701 * gdb.python/py-framefilter.exp: Likewise.
3702 * gdb.python/py-mi.exp: Likewise.
3703 * gdb.python/py-objfile-script.exp: Likewise
3704 * gdb.python/py-pp-integral.exp: Likewise.
3705 * gdb.python/py-pp-re-notag.exp: Likewise.
3706 * gdb.python/py-prettyprint.exp: Likewise.
3707 * gdb.python/py-section-script.exp: Likewise.
3708 * gdb.python/py-typeprint.exp: Likewise.
3709 * gdb.python/py-xmethods.exp: Likewise.
3710 * gdb.stabs/weird.exp: Likewise.
3711 * gdb.xml/tdesc-regs.exp: Likewise.
3713 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3715 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3716 (out_cu): Use addr_len for the size of addresses.
3717 (out_line): Likewise. Size DW_LNE_set_address instruction
3718 according to addr_len.
3719 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3720 (FUNC): Add START_INSNS to definition.
3722 2014-10-18 Yao Qi <yao@codesourcery.com>
3724 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3725 gdb_has_argv0 return true.
3726 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3727 check [target_info exists noargs], check [gdb_has_argv0]
3729 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3730 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3733 2014-10-17 Doug Evans <dje@google.com>
3735 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3737 * gdb.python/py-events.py: Add clear_objfiles event.
3739 2014-10-17 Doug Evans <dje@google.com>
3741 * gdb.python/py-objfile.exp: Test progspace attribute.
3743 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
3745 * gdb.guile/scm-breakpoint.exp: Do not assume any
3746 directory separators when matching source file paths.
3747 * gdb.python/py-breakpoint.exp: Likewise.
3748 * gdb.reverse/break-precsave.exp: Likewise.
3749 * gdb.reverse/break-reverse.exp: Likewise.
3750 * gdb.reverse/consecutive-precsave.exp: Likewise.
3751 * gdb.reverse/finish-precsave.exp: Likewise.
3752 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3753 * gdb.reverse/finish-reverse.exp: Likewise.
3754 * gdb.reverse/i386-precsave.exp: Likewise.
3755 * gdb.reverse/i387-env-reverse.exp: Likewise.
3756 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3757 * gdb.reverse/machinestate-precsave.exp: Likewise.
3758 * gdb.reverse/machinestate.exp: Likewise.
3759 * gdb.reverse/sigall-precsave.exp: Likewise.
3760 * gdb.reverse/solib-precsave.exp: Likewise.
3761 * gdb.reverse/step-precsave.exp: Likewise.
3762 * gdb.reverse/until-precsave.exp: Likewise.
3763 * gdb.reverse/watch-precsave.exp: Likewise.
3764 * gdb.reverse/watch-reverse.exp: Likewise.
3766 2014-10-17 Yao Qi <yao@codesourcery.com>
3768 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3769 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3771 2014-10-17 Pedro Alves <palves@redhat.com>
3774 * gdb.base/bg-execution-repeat.c: New file.
3775 * gdb.base/bg-execution-repeat.exp: New file.
3777 2014-10-17 Pedro Alves <palves@redhat.com>
3780 * gdb.base/continue-all-already-running.c: New file.
3781 * gdb.base/continue-all-already-running.exp: New file.
3783 2014-10-17 Pedro Alves <palves@redhat.com>
3786 * gdb.base/annota-input-while-running.c: New file.
3787 * gdb.base/annota-input-while-running.exp: New file.
3789 2014-10-17 Pedro Alves <palves@redhat.com>
3791 * gdb.base/callfuncs.exp: emove references to osf.
3792 * gdb.base/sigall.exp: Likewise.
3793 * gdb.gdb/selftest.exp: Likewise.
3794 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3795 * gdb.mi/non-stop.c: Likewise.
3796 * gdb.mi/pthreads.c: Likewise.
3797 * gdb.reverse/sigall-precsave.exp: Likewise.
3798 * gdb.reverse/sigall-reverse.exp: Likewise.
3799 * gdb.threads/pthreads.c: Likewise.
3800 * gdb.threads/pthreads.exp: Likewise.
3802 2014-10-17 Yao Qi <yao@codesourcery.com>
3804 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3805 check 'target_info exists noargs'.
3806 (test_command_prompt_position): Likewise.
3807 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3809 (progvar_simple_while_test): Likewise.
3810 (progvar_complex_if_while_test): Likewise.
3811 (if_while_breakpoint_command_test): Likewise.
3812 (infrun_breakpoint_command_test): Likewise.
3813 (breakpoint_command_test): Likewise.
3814 (watchpoint_command_test): Likewise.
3815 (bp_deleted_in_command_test): Likewise.
3816 (temporary_breakpoint_commands): Likewise.
3818 2014-10-16 Yao Qi <yao@codesourcery.com>
3820 * gdb.base/remotetimeout.exp: Remove noargs checking.
3822 2014-10-15 Pedro Alves <palves@redhat.com>
3825 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3826 * gdb.base/breakpoint-in-ro-region.exp
3827 (probe_target_hardware_step): New procedure.
3828 (top level): Probe hardware stepping and hardware breakpoint
3829 support. Test stepping through a read-only region, with both
3830 "breakpoint auto-hw" on and off and both "always-inserted" on and
3833 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3835 * gdb.dlang/demangle.exp: Update for demangling changes.
3837 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3839 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3840 * gdb.cp/non-trivial-retval.exp: Add new tests.
3842 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3846 * gdb.cp/non-trivial-retval.cc: New file.
3847 * gdb.cp/non-trivial-retval.exp: New file.
3849 2014-10-15 Yao Qi <yao@codesourcery.com>
3851 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3854 2014-10-15 Yao Qi <yao@codesourcery.com>
3856 * gdb.python/py-symbol.exp: Match file base name if host is
3857 remote, otherwise match file name with dir name.
3858 * gdb.python/py-symtab.exp: Likewise.
3859 * gdb.python/python.exp: Likewise.
3861 2014-10-15 Yao Qi <yao@codesourcery.com>
3863 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3865 * gdb.python/py-symtab.exp: Likewise.
3866 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3869 2014-10-14 Joel Brobecker <brobecker@adacore.com>
3871 * gdb.ada/addr_arith: New testcase.
3873 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3875 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3876 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3877 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3878 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3880 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3882 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3883 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3884 * gdb.arch/stap-eval-lang-ada.exp: New file.
3886 2014-10-14 Yao Qi <yao@codesourcery.com>
3888 * gdb.mi/mi-var-child.c (nothing1): New function.
3889 (nothing2): New function.
3890 (do_children_tests): Set function pointers by nothing1 and
3892 * gdb.mi/mi-var-child.exp: Step over new added statements.
3893 Update test to match the new output.
3894 * gdb.mi/var-cmd.c (nothing1): New function.
3895 (nothing2): New function.
3896 (do_children_tests): Set function pointers by nothing1 and
3898 * gdb.mi/mi-var-display.exp: Update test to match output.
3899 Step to the line specified by $line_dct_nothing.
3900 Increase the number of lines to step.
3902 2014-10-14 Yao Qi <yao@codesourcery.com>
3904 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3906 * gdb.mi/mi2-var-child.exp: Likewise.
3908 2014-10-13 Doug Evans <dje@google.com>
3910 * gdb.python/py-objfile.exp: Change name of file name test.
3912 2014-10-13 Doug Evans <dje@google.com>
3914 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3915 from the start of the CU.
3917 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3918 Yao Qi <yao@codesourcery.com>
3920 Fix "save breakpoints" for "catch" command.
3921 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3922 Remove -nonewline. Match also the added "main" line.
3924 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3926 Fix "save breakpoints" for "disable $bpnum" command.
3927 * gdb.base/save-bp.c (main): Add label.
3928 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3930 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3932 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3934 2014-10-11 Yao Qi <yao@codesourcery.com>
3936 * gdb.server/server-kill.exp: Execute command
3937 "set remote trace-status-packet on" before "tstatus".
3939 2014-10-11 Yao Qi <yao@codesourcery.com>
3941 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3942 (main): Call getppid.
3943 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3944 and continue to it. Read variable "server_pid".
3946 2014-10-11 Yao Qi <yao@codesourcery.com>
3948 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3950 2014-10-11 Yao Qi <yao@codesourcery.com>
3952 * gdb.threads/thread-find.exp: Don't execute command
3954 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3955 * gdb.threads/linux-dp.exp: Don't check the condition
3956 $threads_created equals to zero.
3958 2014-10-10 Pedro Alves <palves@redhat.com>
3960 * gdb.base/bigcore.exp: Remove references to IRIX.
3961 * gdb.base/funcargs.exp: Likewise.
3962 * gdb.base/interrupt.exp: Likewise.
3963 * gdb.base/mips_pro.exp: Likewise.
3964 * gdb.base/nodebug.exp: Likewise.
3965 * gdb.base/setvar.exp: Likewise.
3966 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3968 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3969 Pedro Alves <palves@redhat.com>
3972 * gdb.base/vdso-warning.c: New file.
3973 * gdb.base/vdso-warning.exp: New file.
3975 2014-10-02 Doug Evans <dje@google.com>
3977 * gdb.base/structs.c (main): Don't run forever.
3979 2014-10-02 Pedro Alves <palves@redhat.com>
3981 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3982 (top level) <stop threads 1, stop threads 2>: Use it.
3984 2014-10-02 Pedro Alves <palves@redhat.com>
3986 * gdb.threads/break-while-running.exp (test): Add new
3987 'update_thread_list' argument. Skip "info threads" if false.
3988 (top level): Add new 'update_thread_list' axis.
3990 2014-10-02 Pedro Alves <palves@redhat.com>
3992 PR breakpoints/17431
3993 * gdb.base/execl-update-breakpoints.c: New file.
3994 * gdb.base/execl-update-breakpoints.exp: New file.
3996 2014-10-01 Pedro Alves <palves@redhat.com>
3998 * gdb.base/breakpoint-in-ro-region.c: New file.
3999 * gdb.base/breakpoint-in-ro-region.exp: New file.
4001 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4003 * gdb.mi/mi-exit-code.exp: New file.
4004 * gdb.mi/mi-exit-code.c: New file.
4006 2014-09-30 Yao Qi <yao@codesourcery.com>
4008 * lib/prelink-support.exp (build_executable_own_libs): Error if
4009 the target isn't native.
4011 2014-09-30 Yao Qi <yao@codesourcery.com>
4013 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4016 2014-09-22 Pedro Alves <palves@redhat.com>
4018 * gdb.threads/break-while-running.exp: New file.
4019 * gdb.threads/break-while-running.c: New file.
4021 2014-09-19 Yao Qi <yao@codesourcery.com>
4023 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4024 Invoke test. Restart GDB with --readnow and invoke test again.
4026 2014-09-19 Yao Qi <yao@codesourcery.com>
4028 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4029 proc set_breakpoint_on_gcd_function. Invoke
4030 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4031 invoke set_breakpoint_on_gcd_function again.
4033 2014-09-18 Doug Evans <dje@google.com>
4035 * gdb.dwarf2/symtab-producer.exp: New file.
4037 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4039 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4040 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4041 * gdb.base/global-var-nested-by-dso.c: Likewise.
4042 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4044 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4045 Pedro Alves <palves@redhat.com>
4047 * gdb.base/watch-bitfields.exp: Pass string other than test file
4048 name to prepare_for_testing.
4049 (watch): New procedure.
4050 (expect_watchpoint): Use with_test_prefix.
4051 (top level): Factor out tests to ...
4052 (test_watch_location, test_regular_watch): ... these new
4053 procedures, and use with_test_prefix and gdb_continue_to_end.
4055 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4057 PR breakpoints/12526
4058 * gdb.base/watch-bitfields.exp: New file.
4059 * gdb.base/watch-bitfields.c: New file.
4061 2014-09-16 Pedro Alves <palves@redhat.com>
4063 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4064 software and hardware addresses, not software address against
4067 2014-09-16 Pedro Alves <palves@redhat.com>
4069 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4070 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4072 2014-09-16 Pedro Alves <palves@redhat.com>
4074 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4076 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4077 "*-*-vxworks*" throughout.
4078 * gdb.base/break.exp: Likewise.
4079 * gdb.base/default.exp: Likewise.
4080 * gdb.base/scope.exp: Likewise.
4081 * gdb.base/sepdebug.exp: Likewise.
4082 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4084 * gdb.base/run.c: Likewise.
4085 * gdb.base/sepdebug.c: Likewise.
4086 * gdb.hp/gdb.aCC/run.c: Likewise.
4087 * gdb.reverse/until-reverse.c: Likewise.
4088 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4090 2014-09-16 Yao Qi <yao@codesourcery.com>
4092 * boards/local-remote-host-native.exp: New file.
4094 2014-09-14 Doug Evans <xdje42@gmail.com>
4096 * gdb.threads/queue-signal.c (thread_count): New variable.
4097 (thread_count_mutex, thread_count_condvar): New variables.
4098 (incr_thread_count, wait_all_threads_running): New functions.
4099 (main): Wait for all threads to be in their thread functions.
4101 2014-09-13 Doug Evans <xdje42@gmail.com>
4103 * gdb.threads/queue-signal.c: New file.
4104 * gdb.threads/queue-signal.exp: New file.
4106 2014-09-13 Doug Evans <xdje42@gmail.com>
4108 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4109 be consistent with what default_gdb_init uses.
4110 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4111 the plain text of the prompt. Add some logging printfs.
4112 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4114 2014-09-12 Pedro Alves <palves@redhat.com>
4116 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4117 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4118 * gdb.arch/i386-size-overlap.exp: Likewise.
4119 * gdb.arch/i386-size.exp: Likewise.
4120 * gdb.arch/i386-unwind.exp: Likewise.
4121 * gdb.base/a2-run.exp: Likewise.
4122 * gdb.base/break.exp: Likewise.
4123 * gdb.base/charset.exp: Likewise.
4124 * gdb.base/chng-syms.exp: Likewise.
4125 * gdb.base/commands.exp: Likewise.
4126 * gdb.base/dbx.exp: Likewise.
4127 * gdb.base/find.exp: Likewise.
4128 * gdb.base/funcargs.exp: Likewise.
4129 * gdb.base/jit-simple.exp: Likewise.
4130 * gdb.base/reread.exp: Likewise.
4131 * gdb.base/sepdebug.exp: Likewise.
4132 * gdb.base/step-bt.exp: Likewise.
4133 * gdb.cp/mb-inline.exp: Likewise.
4134 * gdb.cp/mb-templates.exp: Likewise.
4135 * gdb.objc/basicclass.exp: Likewise.
4136 * gdb.threads/killed.exp: Likewise.
4138 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4141 * gdb.arch/powerpc-stackless.S: New file.
4142 * gdb.arch/powerpc-stackless.exp: New file.
4144 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4146 * gdb.base/attach.c: Include unistd.h.
4147 (main): Call alarm. Add label postloop.
4148 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4149 gdb_breakpoint, gdb_continue_to_breakpoint.
4150 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4152 2014-09-11 Pedro Alves <palves@redhat.com>
4155 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4156 * gdb.base/attach.exp (test_command_line_attach_run): New
4158 (top level): Call it.
4160 2014-09-11 Pedro Alves <palves@redhat.com>
4162 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4163 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4164 (do_command_attach_tests): Use spawn_wait_for_attach.
4165 * gdb.base/solib-overlap.exp: Likewise.
4166 * gdb.multi/multi-attach.exp: Likewise.
4167 * gdb.python/py-prompt.exp: Likewise.
4168 * gdb.python/py-sync-interp.exp: Likewise.
4169 * gdb.server/ext-attach.exp: Likewise.
4171 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4173 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4174 command in testcase. Simplify testcase.
4176 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4178 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4180 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4182 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4184 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4186 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4188 2014-09-10 Joel Brobecker <brobecker@adacore.com>
4190 * gdb.dwarf2/dynarr-ptr.c: New file.
4191 * gdb.dwarf2/dynarr-ptr.exp: New file.
4193 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4195 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4196 of 30 rather than hardcoding 120 for a slow test case. Take the
4197 `gdb,timeout' target setting into account for this calculation.
4198 Don't extend the timeout for the test cases that don't need it.
4200 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4202 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4203 a factor of 2 for a slow test case. Take the `gdb,timeout'
4204 target setting into account for this calculation.
4205 * gdb.reverse/until-precsave.exp: Increase the timeout by
4206 a factor of 15 and 3 respectively rather than adding 120
4207 for a pair of slow test cases. Take the `gdb,timeout'
4208 target setting into account for this calculation.
4210 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4212 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4213 timeout, don't pass one down to gdb_expect.
4214 (gdb_expect): Rework timeout selection.
4216 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4218 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4219 exception on timeout.
4220 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4221 (gdbserver_start_extended): Catch any `gdbserver_start' error
4223 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4224 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4225 `gdbserver_gdb_load' error exceptions.
4227 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4229 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4230 120 on waiting for the TCP socket to open.
4232 2014-09-09 Doug Evans <xdje42@gmail.com>
4234 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4235 _caller_matches, _any_caller_is, _any_caller_matches.
4237 2014-09-09 Doug Evans <xdje42@gmail.com>
4239 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4241 2014-09-09 Yao Qi <yao@codesourcery.com>
4243 * gdb.mi/mi-var-display.exp: Set print symbol off.
4245 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4248 * gdb.base/commands.exp: Add tests to verify user-defined
4249 commands with empty bodies.
4250 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4251 python commands in `show user command`.
4252 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4253 scheme commands in `show user command`.
4255 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4258 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4259 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4260 * gdb.python/py-framefilter-invalidarg.exp: New file.
4261 * gdb.python/py-framefilter-invalidarg.py: New file.
4263 2014-09-06 Doug Evans <xdje42@gmail.com>
4266 * gdb.python/py-caller-is.c: New file.
4267 * gdb.python/py-caller-is.exp: New file.
4269 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4272 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4273 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4275 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4278 * gdb.fortran/print-formatted.exp: New file.
4279 * gdb.fortran/print-formatted.f90: Likewise.
4281 2014-09-03 Sasha Smundak <asmundak@google.com>
4283 * gdb.python/py-frame.exp: Test Frame.read_register.
4285 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4288 * gdb.python/py-completion.exp: New file.
4289 * gdb.python/py-completion.py: Likewise.
4291 2014-08-28 Doug Evans <dje@google.com>
4293 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4294 eax,etc. are live with values set by gdb and thus the compiler can't
4296 * gdb.arch/i386-pseudo.c (main): Ditto.
4298 2014-08-27 Doug Evans <dje@google.com>
4300 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4302 2014-08-25 Doug Evans <dje@google.com>
4304 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4307 2014-08-25 Doug Evans <dje@google.com>
4309 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4311 2014-08-24 Yao Qi <yao@codesourcery.com>
4313 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4315 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4317 2014-08-22 Doug Evans <dje@google.com>
4320 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4321 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4322 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4324 2014-08-22 Yao Qi <yao@codesourcery.com>
4326 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4327 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4328 * gdb.python/python.exp: Likewise. Use .py file on the host
4329 instead of the build.
4331 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4333 * gdb.threads/gcore-stale-thread.c: New file.
4334 * gdb.threads/gcore-stale-thread.exp: New file.
4336 2014-08-21 Pedro Alves <palves@redhat.com>
4338 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4339 * gdb.base/gcore-relro-pie.exp: Likewise.
4340 * gdb.base/gcore-relro.exp: Likewise.
4341 * gdb.base/gcore.exp: Likewise.
4342 * gdb.base/print-symbol-loading.exp: Likewise.
4343 * gdb.threads/gcore-thread.exp: Likewise.
4344 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4346 2014-08-20 Pedro Alves <palves@redhat.com>
4347 Jan Kratochvil <jan.kratochvil@redhat.com>
4349 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4351 (EXPECT): Handle READ1 being set.
4352 (all): Depend on EXTRA_RULES.
4353 (check-read1, expect-read1, read1.so, read1): New rules.
4354 * README (Testsuite Parameters): Document the READ1 make variable.
4355 (Race detection): New section.
4356 * configure: Regenerate.
4357 * configure.ac: If build==host==target, and running under a
4358 GNU/glibc system, add read1 to the extra Makefile rules.
4359 (EXTRA_RULES): AC_SUBST it.
4360 * lib/read1.c: New file.
4362 2014-08-20 Joel Brobecker <brobecker@adacore.com>
4364 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4365 the handling of variables declared as a typedef to an array
4366 which a DW_AT_data_location attribute.
4368 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
4369 Pedro Alves <palves@redhat.com>
4373 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4376 2014-08-19 Pedro Alves <palves@redhat.com>
4378 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4380 2014-08-19 Yao Qi <yao@codesourcery.com>
4382 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4385 2014-08-18 David Blaikie <dblaikie@gmail.com>
4387 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4389 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4391 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4392 attribute in array range.
4394 2014-08-18 Joel Brobecker <brobecker@adacore.com>
4396 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4398 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4401 * gdb.cp/pr17132.cc: New file.
4402 * gdb.cp/pr17132.exp: New file.
4404 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4406 * gdb.python/py-xmethods.py (A_getarrayind)
4407 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4408 Use 'print' with function call syntax.
4409 (E_method_matcher.match): Fix tab vs space indentation mixup.
4411 2014-08-15 Yao Qi <yao@codesourcery.com>
4413 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4416 2014-08-15 Yao Qi <yao@codesourcery.com>
4418 * gdb.cp/casts.exp: Set print symbol off.
4419 * gdb.cp/class2.exp: Likewise.
4420 * gdb.cp/overload.exp: Likewise.
4421 * gdb.cp/templates.exp: Likewise.
4423 2014-08-11 Doug Evans <dje@google.com>
4425 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4426 (test_load_shlib): Update.
4428 2014-08-09 Yao Qi <yao@codesourcery.com>
4430 * gdb.base/display.exp: Invoke is_address_zero_readable.
4431 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4432 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4433 * gdb.base/hbreak-unmapped.exp: Return if
4434 is_address_zero_readable returns true.
4435 * gdb.base/signest.exp: Likewise.
4436 * gdb.base/signull.exp: Likewise.
4437 * gdb.base/sigbpt.exp: Likewise.
4438 * gdb.guile/scm-disasm.exp: Do the test if
4439 is_address_zero_readable returns false.
4440 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4441 * gdb.python/py-arch.exp: Likewise.
4442 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4443 * lib/gdb.exp (is_address_zero_readable): New proc.
4445 2014-08-09 Yao Qi <yao@codesourcery.com>
4448 * gdb.mi/mi-var-display.exp: Make test messages unique.
4450 2014-08-04 Tom Tromey <tromey@redhat.com>
4452 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4455 2014-08-04 Tom Tromey <tromey@redhat.com>
4457 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4460 2014-08-01 Joel Brobecker <brobecker@adacore.com>
4462 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4463 inner_vla_struct_object_size.
4464 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4467 2014-07-30 Pedro Alves <palves@redhat.com>
4469 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4472 2014-07-29 Yao Qi <yao@codesourcery.com>
4475 * gdb.base/until-nodebug.exp: New.
4477 2014-07-28 Doug Evans <xdje42@gmail.com>
4480 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4481 previously existing parameter, and previously ambiguously spelled
4484 2014-07-28 Will Newton <will.newton@linaro.org>
4486 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4488 2014-07-26 Ludovic Courtès <ludo@gnu.org>
4489 Doug Evans <xdje42@gmail.com>
4492 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4494 2014-07-25 Pedro Alves <palves@redhat.com>
4496 * gdb.threads/signal-command-handle-nopass.c: New file.
4497 * gdb.threads/signal-command-handle-nopass.exp: New file.
4498 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4499 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4500 * gdb.threads/signal-delivered-right-thread.c: New file.
4501 * gdb.threads/signal-delivered-right-thread.exp: New file.
4503 2014-07-25 Pedro Alves <palves@redhat.com>
4505 * gdb.base/double-prompt-target-event-error.exp
4506 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4508 (cancel_pagination_in_target_event): Rework double prompt
4510 * gdb.base/paginate-after-ctrl-c-running.exp
4511 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4513 * gdb.base/paginate-bg-execution.exp
4514 (test_bg_execution_pagination_return)
4515 (test_bg_execution_pagination_cancel): Remove '-notransfer
4517 * gdb.base/paginate-execution-startup.exp
4518 (test_fg_execution_pagination_return)
4519 (test_fg_execution_pagination_cancel): Remove '-notransfer
4521 * gdb.base/paginate-inferior-exit.exp
4522 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4524 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4525 * lib/gdb.exp (pagination_prompt): Run text through
4527 (gdb_test_multiple): Match $pagination_prompt instead of
4529 (string_to_regexp): Move to lib/gdb-utils.exp.
4531 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4533 * gdb.arch/amd64-entry-value-paramref.S: New file.
4534 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4535 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4536 * gdb.arch/amd64-optimout-repeat.S: New file.
4537 * gdb.arch/amd64-optimout-repeat.c: New file.
4538 * gdb.arch/amd64-optimout-repeat.exp: New file.
4540 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4543 * gdb.base/statistics.exp: New file.
4545 2014-07-17 Doug Evans <dje@google.com>
4548 * gdb.base/maint.exp: Update testing of per-command stats.
4550 2014-07-16 Pedro Alves <palves@redhat.com>
4552 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4553 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4554 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4555 (tfile_write_buf): New functions.
4556 (add_memory_block): Rewrite using the above.
4557 (adjust_function_address): New function.
4558 (FUNCTION_ADDRESS): New macro.
4559 (write_basic_trace_file): Remove short_x local, and use
4560 tfile_write_16. Change type of func_addr local to unsigned long
4561 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4562 here. Cast argument of add_memory_block to char pointer.
4563 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4564 (main): Remove parameters.
4565 * gdb.trace/tfile.exp: Remove nowarnings.
4567 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4569 * gdb.base/debug-expr.exp: Test string evaluation with
4570 "debug expression" on.
4572 2014-07-15 Pedro Alves <palves@redhat.com>
4574 * gdb.base/reread.exp: Use clean_restart.
4576 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4578 * gdb.arch/avr-flash-qualifer.c: New.
4579 * gdb.arch/avr-flash-qualifer.exp: New.
4581 2014-07-14 Pedro Alves <palves@redhat.com>
4583 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4584 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4586 2014-07-14 Pedro Alves <palves@redhat.com>
4588 * gdb.base/double-prompt-target-event-error.c: New file.
4589 * gdb.base/double-prompt-target-event-error.exp: New file.
4591 2014-07-14 Pedro Alves <palves@redhat.com>
4594 * gdb.base/paginate-inferior-exit.c: New file.
4595 * gdb.base/paginate-inferior-exit.exp: New file.
4597 2014-07-14 Pedro Alves <palves@redhat.com>
4600 * gdb.base/paginate-bg-execution.c: New file.
4601 * gdb.base/paginate-bg-execution.exp: New file.
4603 2014-07-14 Pedro Alves <palves@redhat.com>
4606 * gdb.base/paginate-execution-startup.c: New file.
4607 * gdb.base/paginate-execution-startup.exp: New file.
4608 * lib/gdb.exp (pagination_prompt): New global.
4609 (default_gdb_spawn): New procedure, factored out from
4611 (default_gdb_start): Adjust to call default_gdb_spawn.
4612 (gdb_spawn): New procedure.
4614 2014-07-14 Pedro Alves <palves@redhat.com>
4616 * lib/gdb.exp (gdb_assert): New procedure.
4617 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4619 2014-07-14 Pedro Alves <palves@redhat.com>
4621 * gdb.base/execution-termios.c: New file.
4622 * gdb.base/execution-termios.exp: New file.
4624 2014-07-14 Tom Tromey <tromey@redhat.com>
4626 * gdb.cp/vla-cxx.cc: New file.
4627 * gdb.cp/vla-cxx.exp: New file.
4629 2014-07-14 Tom Tromey <tromey@redhat.com>
4631 * gdb.reverse/rerun-prec.c: New file.
4632 * gdb.reverse/rerun-prec.exp: New file.
4634 2014-07-12 Maciej W. Rozycki <macro@mips.com>
4635 Maciej W. Rozycki <macro@codesourcery.com>
4637 * lib/gdb-utils.exp: New file.
4638 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4639 inline `gdb_init_command' processing.
4640 (gdb_start_cmd): Likewise.
4641 * lib/mi-support.exp (mi_run_cmd): Likewise.
4642 * README: Document `gdb_init_command' and `gdb_init_commands'.
4644 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4646 Fix false FAIL running under a very long directory name.
4647 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4648 and "set print elements 10000". Twice.
4650 2014-07-11 Yao Qi <yao@codesourcery.com>
4652 * gdb.base/exprs.exp: "set print symbol off".
4654 2014-07-11 Pedro Alves <palves@redhat.com>
4656 * gdb.threads/kill.c: New file.
4657 * gdb.threads/kill.exp: New file.
4659 2014-07-10 Yao Qi <yao@codesourcery.com>
4661 * gdb.trace/tfile.c (write_basic_trace_file)
4662 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4663 address written to trace file.
4665 2014-07-09 Pedro Alves <palves@redhat.com>
4667 * gdb.base/attach-wait-input.exp: New file.
4668 * gdb.base/attach-wait-input.c: New file.
4670 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4672 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4673 setting up test structures.
4674 (main): Call new test function.
4675 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4676 test function, continue into test function and walk test
4679 2014-07-02 Yao Qi <yao@codesourcery.com>
4681 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4682 'bar_start' at the beginning of functions 'foo' and 'bar'
4684 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4685 instead of 'foo' and 'bar'.
4687 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4689 * gdb.btrace/segv.exp: New.
4690 * gdb.btrace/segv.c: New.
4692 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
4694 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4697 2014-06-30 Mark Wielaard <mjw@redhat.com>
4699 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4700 vulture, vilify, villar): New volatile array constants.
4701 (vindictive, vegetation): New const volatile array constants.
4702 * gdb.base/volatile.exp: Test volatile and const volatile array
4705 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4707 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4708 target lacks support for awatch, rwatch, or hbreak.
4710 2014-06-27 Yao Qi <yao@codesourcery.com>
4712 * gdb.multi/dummy-frame-restore.exp: New.
4713 * gdb.multi/dummy-frame-restore.c: New.
4715 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4717 * gdb.btrace/gcore.exp: New.
4719 2014-06-23 Pedro Alves <palves@redhat.com>
4721 * gdb.base/watchpoint-reuse-slot.c: New file.
4722 * gdb.base/watchpoint-reuse-slot.exp: New file.
4724 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4726 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4727 progspace's filename in 'info', 'enable' and 'disable' command
4730 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4732 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4733 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4734 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4736 2014-06-20 Gary Benson <gbenson@redhat.com>
4738 * gdb.arch/i386-avx.exp: Fix include file location.
4739 * gdb.arch/i386-sse.exp: Likewise.
4741 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4743 * gdb.dlang/expression.exp: New file.
4745 2014-06-19 Pedro Alves <palves@redhat.com>
4747 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4749 (top level): ... here. Iterate running tests under different
4750 scheduler-locking settings.
4752 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
4754 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4755 to DW_FORM_addr and use non-zero addresses.
4757 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4760 * gdb.python/py-xmethods.cc: Add global function call counters and
4761 increment them in their respective functions. Remove "cout"
4763 * gdb.python/py-xmethods.exp: Make tests check the global function
4764 call counters instead of depending on inferior IO.
4766 2014-06-18 Don Breazeal <donb@codesourcery.com>
4768 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4770 (explicit_fork_parent_follow): Deleted procedure.
4771 (explicit_fork_child_follow): Deleted procedure.
4772 (test_follow_fork): New procedure.
4773 (do_fork_tests): Replace calls to deleted procedures with
4774 calls to test_follow_fork and reset GDB for subsequent
4777 2014-06-17 Yao Qi <yao@codesourcery.com>
4779 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4782 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
4784 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4785 Initialize ptr and S explicitly.
4786 (skip_type_update_when_not_use_rtti_test): Likewise.
4788 2014-06-16 Keith Seitz <keiths@redhat.com>
4791 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4792 the inferior is started.
4794 2014-06-16 Pedro Alves <palves@redhat.com>
4796 * gdb.base/break-main-file-remove-fail.c: New file.
4797 * gdb.base/break-main-file-remove-fail.exp: New file.
4798 * gdb.base/break-unload-file.exp: Use build_executable instead of
4799 prepare_for_testing.
4800 (test_break): New parameter "initial_load". Handle it.
4801 (top level): Add initial_load cmdline/file axis.
4803 2014-06-12 Tom Tromey <tromey@redhat.com>
4805 * gdb.base/completion.exp: Don't use directory name in test.
4807 2014-06-09 Gary Benson <gbenson@redhat.com>
4809 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4810 separate the always-available ANSI-standard signals from the
4811 signals that require checking.
4813 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4817 2014-06-07 Keith Seitz <keiths@redhat.com>
4821 * gdb.cp/var-tag.cc: New file.
4822 * gdb.cp/var-tag.exp: New file.
4823 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4824 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4825 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4826 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4828 2014-06-06 Doug Evans <xdje42@gmail.com>
4830 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4832 2014-06-06 Pedro Alves <palves@redhat.com>
4834 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4835 in target debug output instead of looking at RSP packets,
4836 disabling the test on any target that uses hardware stepping.
4839 2014-06-06 Pedro Alves <palves@redhat.com>
4841 * gdb.base/break-unload-file.exp: Fix typo.
4843 2014-06-06 Yao Qi <yao@codesourcery.com>
4845 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4846 from "jit_function" to "^jit_function".
4848 2014-06-06 Yao Qi <yao@codesourcery.com>
4850 * gdb.base/async.c (foo): Add one statement.
4851 * gdb.base/async.exp: Get the next instruction address and
4852 match the output of "nexti" by instruction address. Match
4853 the hex address in the output of "finish".
4855 2014-06-06 Gary Benson <gbenson@redhat.com>
4857 * gdb.base/call-signals.c: Remove preprocessor conditionals
4858 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4859 SIGSEGV and SIGTERM.
4860 * gdb.base/sigall.c: Likewise.
4861 * gdb.base/unwindonsignal.c: Likewise.
4862 * gdb.reverse/sigall-reverse.c: Likewise.
4864 2014-06-06 Yao Qi <yao@codesourcery.com>
4866 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4867 readable, skip the test.
4869 2014-06-06 Yao Qi <yao@codesourcery.com>
4871 * gdb.threads/staticthreads.c (thread_function): Move the line
4872 setting breakpoint on forward.
4873 * gdb.threads/staticthreads.exp: Update comments.
4875 2014-06-05 Ludovic Courtès <ludo@gnu.org>
4877 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4878 "history-append! type error".
4880 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4882 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4883 erroneous dprintf expected input.
4885 2014-06-04 Doug Evans <xdje42@gmail.com>
4887 * gdb.guile/scm-generics.exp: Delete.
4889 2014-06-04 Doug Evans <xdje42@gmail.com>
4891 * gdb.guile/scm-breakpoint.exp: Update.
4892 Add tests for breakpoint registration.
4894 2014-06-04 Tom Tromey <tromey@redhat.com>
4896 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4898 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4899 inner_vla_struct, vla_union types. Initialize objects of those
4900 types and compute their sizes.
4902 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4903 Hui Zhu <hui@codesourcery.com>
4905 * gdb.base/fileio.exp: Add test for shell not available as well as
4907 * gdb.base/fileio.c (test_system): Check for shell twice.
4909 2014-06-04 Yao Qi <yao@codesourcery.com>
4911 * gdb.base/auto-connect-native-target.exp: Remove redundant
4912 space from the regexp pattern.
4914 2014-06-04 Yao Qi <yao@codesourcery.com>
4916 * gdb.base/default.exp: Replace "child" with "native" in
4919 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4921 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4922 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4923 * gdb.python/py-xmethods.py: Python script supporting the
4924 new testcase and tests.
4926 2014-06-03 Joel Brobecker <brobecker@adacore.com>
4927 Pedro Alves <palves@redhat.com>
4929 PR breakpoints/17000
4930 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4931 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4933 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4935 * gdb.base/subst.exp: Add tests to verify partial path matching
4938 2014-06-03 Pedro Alves <palves@redhat.com>
4940 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4941 target that doesn't use software single-stepping.
4943 2014-06-03 Pedro Alves <palves@redhat.com>
4945 PR breakpoints/17000
4946 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4947 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4949 2014-06-02 Doug Evans <xdje42@gmail.com>
4951 * gdb.guile/scm-parameter.exp: New file.
4953 2014-06-02 Doug Evans <xdje42@gmail.com>
4955 * gdb.guile/scm-cmd.c: New file.
4956 * gdb.guile/scm-cmd.exp: New file.
4958 2014-06-02 Doug Evans <xdje42@gmail.com>
4960 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4961 pretty-printer lookup.
4962 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4963 (make-pp_s-printer): Call it.
4964 (make-pretty-printer-from-dict): New function.
4965 (lookup-pretty-printer-maker-from-dict): New function.
4966 (*pretty-printer*): Simplify.
4967 (make-objfile-pp_s-printer): New function.
4968 (install-objfile-pretty-printers!): New function.
4969 (make-progspace-pp_s-printer): New function.
4970 (install-progspace-pretty-printers!): New function.
4971 * gdb.guile/scm-progspace.c: New file.
4972 * gdb.guile/scm-progspace.exp: New file.
4974 2014-06-02 Pedro Alves <palves@redhat.com>
4976 * gdb.base/dprintf-bp-same-addr.c: New file.
4977 * gdb.base/dprintf-bp-same-addr.exp: New file.
4979 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4981 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4982 * gdb.arch/powerpc-power.s: Likewise.
4984 2014-06-02 Joel Brobecker <brobecker@adacore.com>
4986 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4988 2014-06-01 Yao Qi <yao@codesourcery.com>
4990 * gdb.base/watchpoint.exp (test_watch_location): Check null
4991 pointer can be dereferenced. If not, do the test, otherwise
4994 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4996 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4998 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5000 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
5002 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5003 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5004 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5005 * gdb.arch/amd64-invalid-stack-top.c: New file.
5006 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5008 2014-05-30 Pedro Alves <palves@redhat.com>
5010 PR breakpoints/17000
5011 * gdb.base/sss-bp-on-user-bp.c: New file.
5012 * gdb.base/sss-bp-on-user-bp.exp: New file.
5014 2014-05-30 David Blaikie <dblaikie@gmail.com>
5016 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5017 gnu_inline semantics via attribute.
5018 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5019 source explicitly specifies the required semantics.
5021 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5023 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5025 2014-05-29 Pedro Alves <palves@redhat.com>
5026 Tom Tromey <tromey@redhat.com>
5028 * gdb.base/async-shell.exp: Don't enable target-async.
5029 * gdb.base/async.exp
5030 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5032 (top level): Don't test with "target-async".
5033 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5034 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5035 * gdb.base/inferior-died.exp: Don't enable target-async.
5036 * gdb.base/interrupt-noterm.exp: Likewise.
5037 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5038 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5039 * gdb.mi/mi-nonstop.exp: Likewise.
5040 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5041 * gdb.mi/mi-nsintrall.exp: Likewise.
5042 * gdb.mi/mi-nsmoribund.exp: Likewise.
5043 * gdb.mi/mi-nsthrexec.exp: Likewise.
5044 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5045 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5046 * gdb.python/py-evsignal.exp: Don't enable target-async.
5047 * gdb.python/py-evthreads.exp: Likewise.
5048 * gdb.python/py-prompt.exp: Likewise.
5049 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5050 * gdb.server/solib-list.exp: Don't enable target-async.
5051 * gdb.threads/thread-specific-bp.exp: Likewise.
5052 * lib/mi-support.exp: Adjust to use mi-async.
5054 2014-05-29 Pedro Alves <palves@redhat.com>
5057 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5058 reason, even in sync mode.
5060 2014-05-29 Pedro Alves <palves@redhat.com>
5061 Hui Zhu <hui@codesourcery.com>
5064 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5065 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5066 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5067 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5069 2014-05-28 Joel Brobecker <brobecker@adacore.com>
5071 * config/monitor.exp (gdb_target_monitor): Replace use of
5072 "set remotebaud" by "set serial baud".
5074 2014-05-26 Andy Wingo <wingo@igalia.com>
5076 * gdb.guile/scm-breakpoint.exp:
5077 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5078 properties instead of gdb-object-properties.
5080 2014-05-26 Yao Qi <yao@codesourcery.com>
5082 * gdb.server/no-thread-db.exp: Specify source file name
5083 explicitly when setting a breakpoint.
5085 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5087 * gdb.btrace/vdso.c: New.
5088 * gdb.btrace/vdso.exp: New.
5090 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5092 * gdb.base/gcore.exp (capture_command_output): Move ...
5093 * lib/gdb.exp (capture_command_output): ... here.
5095 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5097 * gdb.btrace/data.exp: Test memory access during btrace replay.
5099 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5101 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5103 2014-05-21 Pedro Alves <palves@redhat.com>
5106 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5107 (top level): Test that output related to execution commands is
5108 sent to the console with CLI commands, but not with MI commands.
5109 Test that breakpoint events are always mirrored to the console.
5110 Also expect the new source line to be output after a "next" in
5111 async mode too. Make it a pass/fail test.
5112 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5114 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5116 2014-05-21 Pedro Alves <palves@redhat.com>
5118 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5119 Use them to test variations of "list" after reaching a breakpoint.
5120 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5121 Test "list" with listsize 10 after reaching a breakpoint.
5122 * gdb.python/python.exp (decode_line current location line
5123 number): Adjust expected line number.
5125 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5127 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5128 behavior for $args, pass it directly to "run".
5130 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5132 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5135 2014-05-21 Pedro Alves <palves@redhat.com>
5137 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5138 auto-connect-native-target off".
5139 * gdb.base/auto-connect-native-target.c: New file.
5140 * gdb.base/auto-connect-native-target.exp: New file.
5142 2014-05-21 Pedro Alves <palves@redhat.com>
5144 * gdb.base/default.exp: Test "target native" instead of "target
5147 2014-05-21 Mark Wielaard <mjw@redhat.com>
5149 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5151 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5153 Fix TLS access for -static -pthread.
5154 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5155 <HAVE_TLS> (thread_function, main): Initialize it.
5156 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5158 <$have_tls != "">: Check TLSVAR.
5160 2014-05-21 Pedro Alves <palves@redhat.com>
5162 * gdb.base/dcache-line-read-error.c: New.
5163 * gdb.base/dcache-line-read-error.exp: New.
5165 2014-05-20 Pedro Alves <palves@redhat.com>
5167 * gdb.base/compare-sections.c: New file.
5168 * gdb.base/compare-sections.exp: New file.
5170 2014-05-20 Pedro Alves <palves@redhat.com>
5172 * gdb.base/break-idempotent.c: New file.
5173 * gdb.base/break-idempotent.exp: New file.
5175 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5177 * gdb.btrace/nohist.exp: New.
5179 2014-05-20 Yao Qi <yao@codesourcery.com>
5181 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5182 gdb.reverse directory and gdb_reverse_timeout exists in board
5184 * README: Document gdb_reverse_timeout.
5186 2014-05-20 Yao Qi <yao@codesourcery.com>
5188 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5189 'test_file_name'. Treat args as a string instead of a list.
5190 (gdb_init): Rename argument 'args' by 'test_file_name'.
5192 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5194 * gdb.arch/powerpc-power.exp: New file.
5195 * gdb.arch/powerpc-power.s: New file.
5197 2014-05-16 Doug Evans <dje@google.com>
5199 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5200 * gdb.base/completion.exp: Check that all expected files exist
5201 before doing file completion.
5203 2014-05-16 Doug Evans <dje@google.com>
5205 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5207 (do_syscall_tests_without_xml): Update.
5209 2014-05-16 Pedro Alves <palves@redhat.com>
5211 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5212 instead of "unknown output after running".
5214 2014-05-16 Yao Qi <yao@codesourcery.com>
5216 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5217 file1.txt from host at the end.
5218 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5220 2014-05-15 Doug Evans <dje@google.com>
5222 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5223 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5224 loading file. Add test for TU lookup.
5226 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5228 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5229 calling "-exec-arguments" or "set args" before running the
5232 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5234 * lib/mi-support.exp (mi_expect_stop): Expect message for
5235 inferiors that exit with non-zero exit code.
5237 2014-05-14 Yao Qi <yao@codesourcery.com>
5239 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5240 match absolute path on remote host.
5241 (test_file_list_exec_source_files): Remove "/" from the
5244 2014-05-14 Yao Qi <yao@codesourcery.com>
5246 * boards/local-remote-host-notty.exp (${board}_file): New
5249 2014-05-07 Kyle McMartin <kyle@redhat.com>
5251 Pushed by Joel Brobecker <brobecker@adacore.com>.
5252 * gdb.arch/aarch64-atomic-inst.c: New file.
5253 * gdb.arch/aarch64-atomic-inst.exp: New file.
5255 2014-05-07 Yao Qi <yao@codesourcery.com>
5257 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5258 in current context" too.
5260 2014-05-05 Keith Seitz <keiths@redhat.com>
5262 * gdb.linespec/ls-dollar.exp: Add test for linespec
5263 file:convenience_variable.
5265 2014-05-05 Yao Qi <yao@codesourcery.com>
5267 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5268 traceframes into tfile and ctf trace files. Read data from
5269 trace file and test collected data.
5270 (gdb_collect_locals_test): Likewise.
5271 (gdb_unavailable_registers_test): Likewise.
5272 (gdb_unavailable_floats): Likewise.
5273 (gdb_collect_globals_test): Likewise.
5274 (top-level): Append "ctf" to trace_file_targets if GDB
5277 2014-05-05 Yao Qi <yao@codesourcery.com>
5279 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5281 (gdb_collect_args_test_1): ... it. New proc.
5282 (gdb_collect_locals_test): Move some code to ...
5283 (gdb_collect_locals_test_1): ... it. New proc.
5284 (gdb_unavailable_registers_test): Move some code to ...
5285 (gdb_unavailable_registers_test_1): ... it. New proc.
5286 (gdb_unavailable_floats): Move some code to ...
5287 (gdb_unavailable_floats_1): ... it. New proc.
5289 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5291 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5292 probes to test for bitness recognition.
5293 * gdb.arch/amd64-stap-optional-prefix.exp
5294 (test_probe_value_without_reg): New procedure.
5295 Add code to test for different kinds of bitness.
5297 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5299 PR breakpoints/16889
5300 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5301 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5303 2014-05-01 Pedro Alves <palves@redhat.com>
5305 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5306 gdb_file_cmd if no file is specified.
5307 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5308 last_loaded_file to set the remote exec-file.
5310 2014-05-01 Pedro Alves <palves@redhat.com>
5312 * boards/local-remote-host.exp: New file.
5314 2014-05-01 Pedro Alves <palves@redhat.com>
5316 * boards/local-remote-host.exp: Rename to ...
5317 * boards/local-remote-host-notty.exp: ... this.
5319 2014-04-28 Joel Brobecker <brobecker@adacore.com>
5321 * gdb.ada/dyn_arrayidx: New testcase.
5323 2014-04-26 Yao Qi <yao@codesourcery.com>
5325 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5326 and compute the length of function main. Save it in
5328 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5329 (top-level): Use gdb_compile to compile objects into
5330 executable and restart GDB. Remove invocation to
5331 prepare_for_testing.
5333 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5334 Pedro Alves <palves@redhat.com>
5337 * gdb.multi/multi-attach.c: New file.
5338 * gdb.multi/multi-attach.exp: New file.
5340 2014-04-25 Pedro Alves <palves@redhat.com>
5342 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5344 (top level): Test that "set remote conditional-breakpoints-packet
5345 off" works as intended.
5346 * gdb.base/dprintf.exp: Test that "set remote
5347 breakpoint-commands-packet off" works as intended.
5348 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5350 (top level): Call it.
5351 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5352 remote fast-tracepoints-packet off" works as intended.
5353 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5354 * lib/gdb.exp (gdb_is_target_remote): ... here.
5356 2014-04-24 David Blaikie <dblaikie@gmail.com>
5358 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5359 ensure clang would not discard them.
5360 * gdb.base/gdbvars.c: Ditto.
5361 * gdb.base/memattr.c: Ditto.
5362 * gdb.base/whatis.c: Ditto.
5363 * gdb.python/py-prettyprint.c: Ditto.
5364 * gdb.trace/actions.c: Ditto.
5365 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5366 ensure clang would not discard it.
5368 2014-04-24 David Blaikie <dblaikie@gmail.com>
5370 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5371 clang to emit the full definition of type required by the test
5372 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5374 2014-04-24 David Blaikie <dblaikie@gmail.com>
5376 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5377 coax Clang into emitting the definition of the type.
5378 * gdb.cp/pr10728-x.h (y): Ditto.
5379 * gdb.cp/pr10728-y.cc (y): Ditto.
5381 2014-04-24 David Blaikie <dblaikie@gmail.com>
5383 * gdb.base/label.exp: XFAIL label related tests under Clang.
5384 * gdb.cp/cplabel.exp: Ditto.
5385 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5386 under Clang those using labels.
5388 2014-04-25 Yao Qi <yao@codesourcery.com>
5390 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5392 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5393 partial_label and double_label.
5395 2014-04-24 David Blaikie <dblaikie@gmail.com>
5397 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5399 2014-04-24 David Blaikie <dblaikie@gmail.com>
5401 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5402 of the function to work across GCC and Clang.
5403 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5404 pointer types (const void ** const V void **).
5406 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
5407 Walfred Tedeschi <walfred.tedeschi@intel.com>
5409 * Makefile.in (EXECUTABLES): Added i386-avx512.
5410 * gdb.arch/i386-avx512.c: New file.
5411 * gdb.arch/i386-avx512.exp: Likewise.
5413 2014-04-23 Keith Seitz <keiths@redhat.com>
5415 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5416 (mi_make_breakpoint_table): New procedure.
5417 (mi_create_breakpoint): Use mi_make_breakpoint
5418 and return the result.
5419 (mi_make_breakpoint): New procedure.
5420 (mi_build_kv_pairs): New procedure.
5422 * gdb.mi/mi-break.exp: Remove unused globals,
5423 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5424 All callers updated.
5425 * gdb.mi/mi-dprintf.exp: Use variable to track command
5427 Update all callers of mi_create_breakpoint and use
5428 mi_make_breakpoint_table.
5429 Remove any unused global variables.
5430 * gdb.mi/mi-nonstop.exp: Likewise.
5431 * gdb.mi/mi-nsintrall.exp: Likewise.
5432 * gdb.mi/mi-nsmoribund.exp: Likewise.
5433 * gdb.mi/mi-nsthrexec.exp: Likewise.
5434 * gdb.mi/mi-reverse.exp: Likewise.
5435 * gdb.mi/mi-simplerun.exp: Likewise.
5436 * gdb.mi/mi-stepn.exp: Likewise.
5437 * gdb.mi/mi-syn-frame.exp: Likewise.
5438 * gdb.mi/mi-until.exp: Likewise.
5439 * gdb.mi/mi-var-cp.exp: Likewise.
5440 * gdb.mi/mi-var-display.exp: Likewise.
5441 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5442 * gdb.mi/mi2-var-child.exp: Likewise.
5443 * gdb.mi/mi-vla-c99.exp: Likewise.
5444 * lib/mi-support.exp: Likewise.
5446 From Ian Lance Taylor <iant@cygnus.com>:
5447 * lib/gdb.exp (parse_args): New procedure.
5449 2014-04-23 Pedro Alves <palves@redhat.com>
5451 * gdb.base/break-unload-file.c: New file.
5452 * gdb.base/break-unload-file.exp: New file.
5453 * gdb.base/sym-file-lib.c (baz): New function.
5454 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5456 (load): Store the segment's mapped size.
5457 (unload): New function.
5458 (unload_shlib): New function.
5459 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5460 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5461 set a breakpoint at baz, and call it.
5462 * gdb.base/sym-file.exp: New tests for stale breakpoint
5465 2014-04-23 Pedro Alves <palves@redhat.com>
5467 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5468 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5469 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5470 * gdb.base/hbreak-unmapped.c: New file.
5471 * gdb.base/hbreak-unmapped.exp: New file.
5472 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5473 * lib/gdb.exp (gdb_is_target_remote): ... here.
5475 2014-04-22 Pedro Alves <palves@redhat.com>
5477 * gdb.base/consecutive-step-over.c: New file.
5478 * gdb.base/consecutive-step-over.exp: New file.
5480 2014-04-22 Pedro Alves <palves@redhat.com>
5482 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5483 instead of send_gdb/gdb_expect.
5485 2014-04-22 Yao Qi <yao@codesourcery.com>
5487 * lib/trace-support.exp (generate_tracefile): New procedure.
5488 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5490 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5491 if generate_tracefile returns 1.
5493 2014-04-18 Tom Tromey <palves@redhat.com>
5494 Pedro alves <tromey@redhat.com>
5497 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5498 with a backtrace limit.
5499 * gdb.python/py-frame-inline.exp: Test running to an inline
5500 function with a backtrace limit, and printing the newest frame.
5501 * gdb.python/py-frame-inline.c (main): Call f.
5503 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5505 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5507 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5509 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5510 Drop prefix from unsupported source file path.
5512 2014-04-17 Yao Qi <yao@codesourcery.com>
5514 * lib/gdb.exp (with_target_charset): New proc.
5515 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5516 with_target_charset.
5517 (test_print_strings): Likewise.
5518 (test_repeat_bytes): Likewise.
5519 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5522 2014-04-16 Keith Seitz <keiths@redhat.com>
5525 * gdb.dwarf2/corrupt.c: New file.
5526 * gdb.dwarf2/corrupt.exp: New file.
5528 2014-04-16 Keith Seitz <keiths@redhat.com>
5531 * gdb.cp/namelessclass.cc: New file.
5532 * gdb.cp/namelessclass.exp: New file.
5533 * gdb.cp/namelessclass.S: New file.
5535 2014-04-16 Doug Evans <dje@google.com>
5537 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5539 (gdbserver_default_get_comm_port): New function.
5540 (gdbserver_start): Check if board file provided
5541 "gdbserver,get_comm_port" and use it if so.
5542 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5543 (gdb,socketport): Set to "stdio".
5544 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5545 (stdio_gdbserver_template): Delete.
5546 (${board}_get_remote_address): Update.
5547 (${board}_build_remote_cmd): Delete.
5548 (${board}_get_comm_port): New function.
5549 (${board}_spawn): Update.
5550 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5552 (${board}_get_remote_address): Update.
5553 (${board}_get_comm_port): New function.
5555 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
5557 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5558 appearing in any order.
5560 2014-04-15 Doug Evans <dje@google.com>
5562 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5563 uninitialized value of "description".
5565 2014-04-15 Keith Seitz <keiths@redhat.com>
5567 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5568 Remove unused globals.
5569 (test_running_the_program): Likewise.
5570 (test_controlled_execution): Likewise.
5571 (test_controlling_breakpoints): Likewise.
5572 (test_program_termination): Likewise.
5574 2014-04-15 Keith Seitz <keiths@redhat.com>
5576 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5578 (test_rbreak_creation_and_listing): Likewise.
5579 (test_ignore_count): Likewise.
5580 (test_error): Likewise.
5582 2014-04-15 Pedro Alves <palves@redhat.com>
5584 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5585 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5587 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5588 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5589 to sym-file-loader.c.
5590 (struct library): Forward declare.
5591 (load_shlib, lookup_function): Change prototypes.
5592 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5593 (translate_offset): Remove declarations.
5594 (get_text_addr): New declaration.
5595 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5596 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5598 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5599 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5600 here from sym-file-loader.h.
5601 (struct library): New structure.
5602 (load_shlib, lookup_function): Change prototypes and adjust to
5603 work with a struct library.
5604 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5605 (translate_offset): Make static.
5606 (get_text_addr): New function.
5607 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5609 2014-04-15 Pedro Alves <palves@redhat.com>
5611 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5613 2014-04-15 Pedro Alves <palves@redhat.com>
5615 * gdb.base/sym-file-loader.c: Include <limits.h>.
5616 (SELF_LINK): New define.
5617 (get_origin): New function.
5618 (load_shlib): Use it.
5619 * gdb.base/sym-file.exp: Don't early return if the target is
5620 remote. Use runto_main, and issue fail is that fails. Use
5622 (shlib_name): Delete.
5623 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5625 2014-04-15 Pedro Alves <palves@redhat.com>
5627 * gdb.base/sym-file.exp: Remove regex characters from test
5628 message. Don't refer to breakpoint numbers in test messages.
5630 2014-04-14 Keith Seitz <keiths@redhat.com>
5633 * gdb.cp/var-tag.cc: New file.
5634 * gdb.cp/var-tag.exp: New file.
5635 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5636 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5637 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5638 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5640 2014-04-14 Tom Tromey <tromey@redhat.com>
5642 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5643 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5645 * gdb.cp/enum-class.exp: New file.
5646 * gdb.cp/enum-class.cc: New file.
5648 2014-04-14 Tom Tromey <tromey@redhat.com>
5650 * gdb.dwarf2/enum-type.exp: New file.
5652 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5654 * gdb.mi/mi-vla-c99.exp: New file.
5655 * gdb.mi/vla.c: New file.
5657 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5659 * gdb.base/vla-datatypes.c: New file.
5660 * gdb.base/vla-datatypes.exp: New file.
5662 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5664 * gdb.base/vla-ptr.c: New file.
5665 * gdb.base/vla-ptr.exp: New file.
5667 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5669 * gdb.dwarf2/count.exp: New file.
5671 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5673 * gdb.base/vla-sideeffect.c: New file.
5674 * gdb.base/vla-sideeffect.exp: New file.
5676 2014-04-14 David Blaikie <dblaikie@gmail.com>
5678 * gdb.mi/non-stop.c: Add return value for non-void function return
5680 * gdb.threads/staticthreads.c: Ditto.
5682 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5683 Doug Evans <xdje42@gmail.com>
5685 * gdb.guile/scm-value.c: Improve test case.
5686 * gdb.guile/scm-value.exp: Add new test.
5688 2014-04-11 David Blaikie <dblaikie@gmail.com>
5690 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5691 override Clang's default.
5693 2014-04-11 Joel Brobecker <brobecker@adacore.com>
5695 Revert the following changes (regressions):
5697 * gdb.base/vla-sideeffect.c: New file.
5698 * gdb.base/vla-sideeffect.exp: New file.
5700 * gdb.dwarf2/count.exp: New file.
5702 * gdb.base/vla-multi.c: New file.
5703 * gdb.base/vla-multi.exp: New file.
5705 * gdb.base/vla-ptr.c: New file.
5706 * gdb.base/vla-ptr.exp: New file.
5708 * gdb.base/vla-datatypes.c: New file.
5709 * gdb.base/vla-datatypes.exp: New file.
5711 * gdb.mi/mi-vla-c99.exp: New file.
5712 * gdb.mi/vla.c: New file.
5714 2014-04-11 Keith Seitz <keiths@redhat.com>
5717 * gdb.cp/cpsizeof.exp: New file.
5718 * gdb.cp/cpsizeof.cc: New file.
5720 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5722 * gdb.mi/mi-vla-c99.exp: New file.
5723 * gdb.mi/vla.c: New file.
5725 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5727 * gdb.base/vla-datatypes.c: New file.
5728 * gdb.base/vla-datatypes.exp: New file.
5730 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5732 * gdb.base/vla-ptr.c: New file.
5733 * gdb.base/vla-ptr.exp: New file.
5735 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5737 * gdb.base/vla-multi.c: New file.
5738 * gdb.base/vla-multi.exp: New file.
5740 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5742 * gdb.dwarf2/count.exp: New file.
5744 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5746 * gdb.base/vla-sideeffect.c: New file.
5747 * gdb.base/vla-sideeffect.exp: New file.
5749 2014-04-11 Yao Qi <yao@codesourcery.com>
5751 * gdb.base/completion.exp: Check file exists before running tests
5754 2014-04-10 Pedro Alves <palves@redhat.com>
5756 * gdb.base/cond-eval-mode.c: New file.
5757 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5758 prepare_for_testing to build the new file. Check result of
5760 (test_break, test_watch): New procedures.
5761 (top level): Use them.
5763 2014-04-08 Pierre Muller <muller@sourceware.org>
5765 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5766 Ctrl-V use for mingw hosts.
5768 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5770 * gdb.python/py-value.c: Improve test case.
5771 * gdb.python/py-value.exp: Add new test.
5773 2014-04-07 David Blaikie <dblaikie@gmail.com>
5775 * lib/compiler.c: Identify the clang compiler.
5776 * lib/compiler.cc: Ditto.
5778 2014-04-03 Yao Qi <yao@codesourcery.com>
5780 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5782 2014-04-01 Anton Blanchard <anton@samba.org>
5784 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5787 2014-04-01 Anton Blanchard <anton@samba.org>
5789 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5790 prepare_for_testing.
5792 2014-04-01 Anton Blanchard <anton@samba.org>
5794 * gdb.arch/ppc64-atomic-inst.c: Remove.
5795 * gdb.arch/ppc64-atomic-inst.S: New file.
5796 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5798 2014-03-31 Doug Evans <dje@google.com>
5800 * gdb.base/print-symbol-loading-lib.c: New file.
5801 * gdb.base/print-symbol-loading-main.c: New file.
5802 * gdb.base/print-symbol-loading.exp: New file.
5804 2014-03-31 Yao Qi <yao@codesourcery.com>
5806 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5808 2014-03-28 Joel Brobecker <brobecker@adacore.com>
5810 * gdb.ada/mi_dyn_arr: New testcase.
5812 2014-03-27 Doug Evans <dje@google.com>
5814 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5816 2014-03-27 Yao Qi <yao@codesourcery.com>
5818 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5819 if target is nios2-*-*.
5821 2014-03-26 Yao Qi <yao@codesourcery.com>
5823 * lib/gdb.exp (readline_is_used): New proc.
5824 * gdb.base/completion.exp: Move tests on command complete up.
5825 Skip the rest of tests if readline is not used.
5826 * gdb.ada/complete.exp: Skp the test if readline is not
5828 * gdb.base/filesym.exp: Likewise.
5829 * gdb.base/macscp.exp: Likewise.
5830 * gdb.base/readline-ask.exp: Likewise.
5831 * gdb.base/readline.exp: Likewise.
5832 * gdb.python/py-cmd.exp: Likewise.
5833 * gdb.trace/tfile.exp: Likewise.
5835 2014-03-26 Yao Qi <yao@codesourcery.com>
5837 * gdb.base/macscp.exp: Fix code format issues.
5839 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5841 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5842 * gdb.asm/powerpc64le.inc: New file.
5844 2014-03-25 Pedro Alves <palves@redhat.com>
5845 Doug Evans <dje@google.com>
5847 * gdb.base/source-execution.c: New file.
5848 * gdb.base/source-execution.exp: New file.
5849 * gdb.base/source-execution.gdb: New file.
5851 2014-03-24 Doug Evans <dje@google.com>
5853 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5856 2014-03-24 Hui Zhu <hui@codesourcery.com>
5857 Pedro Alves <palves@redhat.com>
5859 PR breakpoints/16101
5860 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5861 test pass/fail messages. Detect missing support for dprintf when
5862 breakpoints are actually inserted.
5863 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5864 breakpoints are actually inserted.
5865 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5868 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5870 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5872 2014-03-22 Doug Evans <xdje42@gmail.com>
5874 * gdb.python/python.exp (python not supported): Verify multi-line
5875 python command issues an error.
5876 * gdb.guile/guile.exp (guile not supported): Verify multi-line
5877 guile command issues an error.
5879 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5881 * gdb.threads/thread-specific.exp: Handle the lack of usable
5882 $this_breakpoint and $this_thread.
5884 2014-03-21 Hui Zhu <hui@codesourcery.com>
5886 * gdb.base/attach.exp (do_command_attach_tests): New.
5888 2014-03-20 Tom Tromey <tromey@redhat.com>
5889 Pedro Alves <palves@redhat.com>
5892 * gdb.base/condbreak-call-false.c: New file.
5893 * gdb.base/condbreak-call-false.exp: New file.
5895 2014-03-20 Pedro Alves <palves@redhat.com>
5897 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5899 (block_signals, unblock_signals): Delete.
5900 (child_function_2, main): Remove references to deleted variable
5903 2014-03-20 Pedro Alves <palves@redhat.com>
5905 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5906 Use pthread_kill to signal thread 2.
5907 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5908 Adjust to make the test send itself a signal rather than using the
5909 host's "kill" command.
5911 2014-03-20 Pedro Alves <palves@redhat.com>
5913 * gdb.threads/multiple-step-overs.c: New file.
5914 * gdb.threads/multiple-step-overs.exp: New file.
5915 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5916 Adjust expected infrun debug output.
5918 2014-03-20 Pedro Alves <palves@redhat.com>
5920 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5921 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5923 2014-03-20 Pedro Alves <palves@redhat.com>
5926 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5927 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5928 of gdb_test_multiple.
5929 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5930 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5932 2014-03-20 Pedro Alves <palves@redhat.com>
5934 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5935 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5937 2014-03-19 Pedro Alves <palves@redhat.com>
5939 * gdb.base/async.exp: Remove early return.
5941 2014-03-19 Pedro Alves <palves@redhat.com>
5943 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5945 2014-03-19 Pedro Alves <palves@redhat.com>
5947 * gdb.base/async.exp (test_background): Expect \r\n after
5948 "completed." in the fail pattern.
5950 2014-03-19 Pedro Alves <palves@redhat.com>
5952 * gdb.base/async.exp (test_background): New procedure.
5953 Use it for all background execution command tests.
5955 2014-03-19 Pedro Alves <palves@redhat.com>
5957 * gdb.base/async.exp: Use prepare_for_testing.
5959 2014-03-19 Pedro Alves <palves@redhat.com>
5961 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5964 2014-03-19 Pedro Alves <palves@redhat.com>
5966 * gdb.base/async.c (main): Add "jump here" and "until here" line
5968 * gdb.base/async.exp (jump_here): New global.
5969 (jump& test): Use it.
5970 (until_here): New global.
5971 (until& test): Use it.
5973 2014-03-19 Pedro Alves <palves@redhat.com>
5975 * gdb.base/async.exp: Don't frob gdb_protocol.
5977 2014-03-18 Doug Evans <xdje42@gmail.com>
5979 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5980 Fix spelling of exec-done-display.
5982 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5985 * gdb.base/gdb-sigterm.c: New file.
5986 * gdb.base/gdb-sigterm.exp: New file.
5988 2014-03-18 Pedro Alves <palves@redhat.com>
5991 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5992 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5995 2014-03-17 Joel Brobecker <brobecker@adacore.com>
5997 * gdb.ada/pckd_arr_ren: New testcase.
5999 2014-03-13 Doug Evans <xdje42@gmail.com>
6002 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6003 collect after discarding symbols.
6005 2014-03-13 Ludovic Courtès <ludo@gnu.org>
6006 Doug Evans <xdje42@gmail.com>
6008 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6009 to history survives a gc.
6011 2014-03-13 Pedro Alves <palves@redhat.com>
6013 * gdb.base/default.exp: Don't test "target procfs".
6015 2014-03-13 Pedro Alves <palves@redhat.com>
6017 * gdb.base/default.exp: Update "target child" and "target procfs"
6018 tests to not expect "Unix".
6020 2014-03-12 Tom Tromey <tromey@redhat.com>
6022 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6023 New procs. Add target-async tests.
6024 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6025 Add target-async tests.
6027 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6029 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6030 'func_start' and 'func_end' for the beginning and end of the
6031 function code, respectively.
6032 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6033 'func_end' instead of 'func' and 'main'.
6035 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6037 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6038 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6039 generate the debug info assembler source.
6041 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6043 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6044 * gdb.dwarf2/arr-subrange.exp: Likewise.
6045 * gdb.dwarf2/dwz.exp: Likewise.
6046 * gdb.dwarf2/method-ptr.exp: Likewise.
6047 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6048 * gdb.dwarf2/subrange.exp: Likewise.
6049 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6050 * gdb.dwarf2/implptrpiece.exp: Likewise.
6051 * gdb.dwarf2/nostaticblock.exp: Likewise.
6053 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6055 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6056 directory to absolute path name arguments.
6058 2014-03-10 Joel Brobecker <brobecker@adacore.com>
6060 * gdb.ada/tagged_access: New testcase.
6062 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6064 * gdb.btrace/data.exp: Update expected output.
6066 2014-03-06 Yao Qi <yao@codesourcery.com>
6068 * gdb.trace/pr16508.exp: New file.
6070 2014-03-05 Pedro Alves <palves@redhat.com>
6073 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6075 (top level): Adjust to use it. Add tests that exercise breakpoint
6076 interaction with the code-cache.
6078 2014-02-26 Ludovic Courtès <ludo@gnu.org>
6080 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6081 test for 'history-append!'.
6083 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6085 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6086 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6087 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6088 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6089 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6090 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6092 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6094 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6095 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6096 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6098 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6100 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6102 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6104 * gdb.dwarf2/arr-stride.c: New file.
6105 * gdb.dwarf2/arr-stride.exp: New file.
6107 2014-02-26 Pedro Alves <palves@redhat.com>
6109 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6110 that won't ever trigger. Make sure that GDB reports the correct
6111 breakpoint that caused the stop.
6113 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6116 * gdb.base/auto-load-script: New file.
6117 * gdb.base/auto-load.c: New file.
6118 * gdb.base/auto-load.exp: New file.
6121 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6123 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6125 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6126 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6128 2014-02-24 Doug Evans <dje@google.com>
6130 * lib/gdb.exp (run_on_host): Log error output if program fails.
6132 2014-02-21 Pedro Alves <palves@redhat.com>
6134 * gdb.threads/step-after-sr-lock.c: Rename to ...
6135 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6136 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6137 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6140 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6143 * gdb.arch/amd64-stap-special-operands.exp: New file.
6144 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6145 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6146 * gdb.arch/amd64-stap-triplet.S: Likewise.
6147 * gdb.arch/amd64-stap-triplet.c: Likewise.
6149 2014-02-20 Joel Brobecker <brobecker@adacore.com>
6151 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6152 in .section pseudo-op.
6154 2014-02-20 lin zuojian <manjian2006@gmail.com>
6155 Joel Brobecker <brobecker@adacore.com>
6156 Doug Evans <xdje42@gmail.com>
6159 * gdb.dwarf2/dw2-icycle.S: New file.
6160 * gdb.dwarf2/dw2-icycle.c: New file.
6161 * gdb.dwarf2/dw2-icycle.exp: New file.
6163 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6165 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6166 operations on gdb.Value objects.
6167 * gdb.python/py-value-cc.exp: Add new test to test operations on
6170 2014-02-18 Doug Evans <dje@google.com>
6172 * Makefile.in (TESTS): New variable.
6173 (expanded_tests, expanded_tests_or_none): New variables
6174 (check-single): Pass $(expanded_tests_or_none) to runtest.
6175 (check-parallel): Only run tests in $(TESTS) if non-empty.
6176 (check/no-matching-tests-found): New rule.
6177 * README: Document TESTS makefile variable.
6179 2014-02-18 Doug Evans <dje@google.com>
6181 * Makefile.in (check-parallel): rm -rf outputs temp.
6183 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6185 Fix "ERROR: no fileid for" in the testsuite.
6186 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6188 2014-02-12 Doug Evans <dje@google.com>
6190 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6191 (MISCELLANEOUS): New variable.
6192 (clean): rm -rf $(MISCELLANEOUS).
6193 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6194 dwp live in the same directory as symlinks, with each symlink pointed
6195 to a differently named file in a different directory.
6197 2014-02-11 Doug Evans <dje@google.com>
6199 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6200 of Tcl file commands.
6202 2014-02-10 Mark Kettenis <kettenis@gnu.org>
6204 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6207 2014-02-10 Joel Brobecker <brobecker@adacore.com>
6209 * gdb.ada/tick_length_array_enum_idx: New testcase.
6211 2014-02-10 Doug Evans <xdje42@gmail.com>
6213 * configure.ac (AC_OUTPUT): Add gdb.guile.
6214 * configure: Regenerate.
6215 * lib/gdb-guile.exp: New file.
6216 * lib/gdb.exp (get_target_charset): New function.
6217 * gdb.base/help.exp: Update expected output from "apropos apropos".
6218 * gdb.guile/Makefile.in: New file.
6219 * gdb.guile/guile.exp: New file.
6220 * gdb.guile/scm-arch.c: New file.
6221 * gdb.guile/scm-arch.exp: New file.
6222 * gdb.guile/scm-block.c: New file.
6223 * gdb.guile/scm-block.exp: New file.
6224 * gdb.guile/scm-breakpoint.c: New file.
6225 * gdb.guile/scm-breakpoint.exp: New file.
6226 * gdb.guile/scm-disasm.c: New file.
6227 * gdb.guile/scm-disasm.exp: New file.
6228 * gdb.guile/scm-equal.c: New file.
6229 * gdb.guile/scm-equal.exp: New file.
6230 * gdb.guile/scm-error.exp: New file.
6231 * gdb.guile/scm-error.scm: New file.
6232 * gdb.guile/scm-frame-args.c: New file.
6233 * gdb.guile/scm-frame-args.exp: New file.
6234 * gdb.guile/scm-frame-args.scm: New file.
6235 * gdb.guile/scm-frame-inline.c: New file.
6236 * gdb.guile/scm-frame-inline.exp: New file.
6237 * gdb.guile/scm-frame.c: New file.
6238 * gdb.guile/scm-frame.exp: New file.
6239 * gdb.guile/scm-generics.exp: New file.
6240 * gdb.guile/scm-gsmob.exp: New file.
6241 * gdb.guile/scm-iterator.c: New file.
6242 * gdb.guile/scm-iterator.exp: New file.
6243 * gdb.guile/scm-math.c: New file.
6244 * gdb.guile/scm-math.exp: New file.
6245 * gdb.guile/scm-objfile-script-gdb.in: New file.
6246 * gdb.guile/scm-objfile-script.c: New file.
6247 * gdb.guile/scm-objfile-script.exp: New file.
6248 * gdb.guile/scm-objfile.c: New file.
6249 * gdb.guile/scm-objfile.exp: New file.
6250 * gdb.guile/scm-ports.exp: New file.
6251 * gdb.guile/scm-pretty-print.c: New file.
6252 * gdb.guile/scm-pretty-print.exp: New file.
6253 * gdb.guile/scm-pretty-print.scm: New file.
6254 * gdb.guile/scm-section-script.c: New file.
6255 * gdb.guile/scm-section-script.exp: New file.
6256 * gdb.guile/scm-section-script.scm: New file.
6257 * gdb.guile/scm-symbol.c: New file.
6258 * gdb.guile/scm-symbol.exp: New file.
6259 * gdb.guile/scm-symtab-2.c: New file.
6260 * gdb.guile/scm-symtab.c: New file.
6261 * gdb.guile/scm-symtab.exp: New file.
6262 * gdb.guile/scm-type.c: New file.
6263 * gdb.guile/scm-type.exp: New file.
6264 * gdb.guile/scm-value-cc.cc: New file.
6265 * gdb.guile/scm-value-cc.exp: New file.
6266 * gdb.guile/scm-value.c: New file.
6267 * gdb.guile/scm-value.exp: New file.
6268 * gdb.guile/source2.scm: New file.
6269 * gdb.guile/types-module.cc: New file.
6270 * gdb.guile/types-module.exp: New file.
6272 2014-02-10 Yao Qi <yao@codesourcery.com>
6275 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6276 * configure: Regenerated.
6277 * Makefile.in: New file.
6279 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6281 * gdb.python/py-framefilter.exp: Fix typo.
6283 2014-02-08 Yao Qi <yao@codesourcery.com>
6285 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6286 that no =breakpoint-modified is emitted when breakpoints are
6287 modified through MI commands.
6289 2014-02-07 Pedro Alves <pedro@codesourcery.com>
6290 Pedro Alves <palves@redhat.com>
6292 * gdb.threads/step-after-sr-lock.c: New file.
6293 * gdb.threads/step-after-sr-lock.exp: New file.
6295 2014-02-07 Pedro Alves <palves@redhat.com>
6297 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6299 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6301 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6302 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6304 2014-02-06 Doug Evans <xdje42@gmail.com>
6306 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6309 * gdb.gdb/python-interrupts.exp: New file.
6311 2014-02-05 Yao Qi <yao@codesourcery.com>
6313 * gdb.trace/report.exp (use_collected_data): Test the output
6314 of "info threads" and "info inferiors".
6316 2014-02-05 Yao Qi <yao@codesourcery.com>
6320 2013-05-24 Yao Qi <yao@codesourcery.com>
6322 * gdb.trace/tfile.exp: Test inferior and thread.
6324 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6326 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6328 * gdb.base/step-bt.c: Call hello via function pointer to make
6329 sure its first instruction is executed on powerpc64le-linux.
6331 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6333 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6335 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6337 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6338 of the test patterns for use on little-endian systems.
6340 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6342 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6343 (decimal_vector): Fix for little-endian.
6345 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6347 * gdb.arch/sparc-sysstep.exp: New file.
6348 * gdb.arch/sparc-sysstep.c: Likewise.
6350 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6352 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6354 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6356 2014-01-23 Tom Tromey <tromey@redhat.com>
6358 * gdb.ada/array_char_idx: New testcase.
6360 2014-01-23 Tom Tromey <tromey@redhat.com>
6363 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6364 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6367 2014-01-23 Tom Tromey <tromey@redhat.com>
6370 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6371 string from an inferior frame.
6372 * gdb.python/py-framefilter-mi.exp: Update.
6374 2014-01-22 Doug Evans <dje@google.com>
6376 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6378 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6380 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6382 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6384 * gdb.trace/entry-values.exp: Remove excess space character from
6385 regex patterns. Handle s390 call instruction.
6387 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6389 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6390 define "*_start" label. Make "name" static.
6391 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6392 ${name} by references to ${name}_start.
6394 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6396 * gdb.base/info-macros.exp: Remove "debug" from the compile
6399 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6401 * gdb.dlang/demangle.exp: New file.
6403 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6405 * gdb.dlang/primitive-types.exp: New file.
6407 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6409 * configure.ac: Create gdb.dlang/Makefile.
6410 * configure: Regenerate.
6411 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6412 * gdb.dlang/Makefile.in: New file.
6413 * lib/d-support.exp: New file.
6414 * lib/gdb.exp (skip_d_tests): New proc.
6416 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6418 * gdb.btrace/delta.exp: Check reverse stepi.
6419 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6420 * gdb.btrace/finish.exp: New.
6421 * gdb.btrace/next.exp: New.
6422 * gdb.btrace/nexti.exp: New.
6423 * gdb.btrace/record_goto.c: Add comments.
6424 * gdb.btrace/step.exp: New.
6425 * gdb.btrace/stepi.exp: New.
6426 * gdb.btrace/multi-thread-step.c: New.
6427 * gdb.btrace/multi-thread-step.exp: New.
6428 * gdb.btrace/rn-dl-bind.c: New.
6429 * gdb.btrace/rn-dl-bind.exp: New.
6430 * gdb.btrace/data.c: New.
6431 * gdb.btrace/data.exp: New.
6432 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6434 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6436 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6437 * gdb.btrace/exception.exp: Update.
6438 * gdb.btrace/instruction_history.exp: Update.
6439 * gdb.btrace/record_goto.exp: Update.
6440 * gdb.btrace/tailcall.exp: Update.
6441 * gdb.btrace/unknown_functions.exp: Update.
6442 * gdb.btrace/delta.exp: New.
6444 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6446 * gdb.btrace/record_goto.exp: Add backtrace test.
6447 * gdb.btrace/tailcall.exp: Add backtrace test.
6449 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6451 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6452 * gdb.btrace/record_goto.c: New.
6453 * gdb.btrace/record_goto.exp: New.
6454 * gdb.btrace/x86-record_goto.S: New.
6456 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6458 * gdb.btrace/function_call_history.exp: Update tests.
6459 * gdb.btrace/instruction_history.exp: Update tests.
6461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6463 * gdb.btrace/function_call_history.exp: Fix expected field
6464 order for "record function-call-history".
6465 Add new tests for "record function-call-history /c".
6466 * gdb.btrace/exception.cc: New.
6467 * gdb.btrace/exception.exp: New.
6468 * gdb.btrace/tailcall.exp: New.
6469 * gdb.btrace/x86-tailcall.S: New.
6470 * gdb.btrace/x86-tailcall.c: New.
6471 * gdb.btrace/unknown_functions.c: New.
6472 * gdb.btrace/unknown_functions.exp: New.
6473 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6475 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6477 * gdb.btrace/instruction_history.exp: Update.
6478 * gdb.btrace/function_call_history.exp: Update.
6480 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6482 * gdb.btrace/function_call_history.exp: Fix expected function
6484 * gdb.btrace/instruction_history.exp: Initialize traced.
6485 Remove traced_functions.
6487 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6489 * gdb.btrace/function_call_history.exp: Update
6490 * gdb.btrace/instruction_history.exp: Update.
6492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6494 * gdb.btrace/enable.exp: Update expected text.
6496 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6498 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6501 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6503 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6505 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
6507 * lib/gdb.exp (supports_process_record): Return true for
6508 arm*-linux*. (supports_reverse): Likewise.
6510 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6514 * gdb.python/py-type.c: Enhance test case.
6515 * gdb.python/py-value-cc.cc: Likewise
6516 * gdb.python/py-type.exp: Add new tests.
6517 * gdb.python/py-value-cc.exp: Likewise
6519 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6520 Pedro Alves <palves@redhat.com>
6522 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6524 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6525 references to ${name}_start by references to ${name}.
6527 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6529 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6531 2014-01-10 Joel Brobecker <brobecker@adacore.com>
6533 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6535 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6536 Pedro Alves <palves@redhat.com>
6538 * gdb.mi/mi-info-os.exp: Connect to the target with
6541 2014-01-08 Pedro Alves <palves@redhat.com>
6543 * gdb.threads/reconnect-signal.c: New file.
6544 * gdb.threads/reconnect-signal.exp: New file.
6546 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6548 * gdb.base/source-dir.exp: New file.
6550 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6552 * gdb.ada/mi_interface: New testcase.
6554 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6556 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6557 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6558 gdb.ada/pp-rec-component/pck.ads: New files.
6560 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6562 * gdb.python/py-pp-integral.c: New file.
6563 * gdb.python/py-pp-integral.py: New file.
6564 * gdb.python/py-pp-integral.exp: New file.
6566 For older changes see ChangeLog-1993-2013.
6572 ;; version-control: never
6575 Copyright 2014-2015 Free Software Foundation, Inc.
6576 Copying and distribution of this file, with or without modification,
6577 are permitted provided the copyright notice and this notice are preserved.