1 2016-04-22 Yao Qi <yao.qi@linaro.org>
3 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
4 * gdb.base/annota3.exp: Likewise.
6 2016-04-22 Yao Qi <yao.qi@linaro.org>
8 * gdb.reverse/step-precsave.exp: Do one step and test program
9 stops in "callee" and do multiple steps until program goes out
11 * gdb.reverse/step-reverse.exp: Likewise.
13 2016-04-22 Yao Qi <yao.qi@linaro.org>
15 * gdb.trace/signal.exp: Also pass if
16 $tracepoint_hits($i) > $iterations.
18 2016-04-22 Yao Qi <yao.qi@linaro.org>
20 * gdb.trace/signal.c: New file.
21 * gdb.trace/signal.exp: New file.
23 2016-04-19 Doug Evans <xdje42@gmail.com>
25 * gdb.base/bad-file.exp: New file.
27 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
29 * gdb.dwarf2/implref.exp: New file.
31 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
33 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
34 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
35 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
36 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
37 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
38 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
39 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
40 * lib/fortran.exp (fortran_int4): New procedure.
41 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
42 (fortran_logical4): Likewise.
44 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
46 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
48 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
50 * lib/compiler.c: Add Intel specific preprocessor macros.
51 * lib/compiler.cc: Likewise.
53 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
55 * gdb.server/connect-with-no-symbol-file.c: New file.
56 * gdb.server/connect-with-no-symbol-file.exp: New file.
58 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
60 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
62 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
64 * boards/gdbserver-base.exp (${board}_download): Copy source file to
65 standard output directory.
67 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
69 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
71 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
73 * gdb.btrace/instruction_history.c (loop): Add declaration.
75 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
77 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
79 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
81 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
83 (continue_handler): Likewise.
85 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
87 * gdb.server/solib-list.exp: Remove is_remote check.
88 Pass shlib= to gdb_compile. Don't link shared library with
89 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
90 Run binary filename through "readlink -f" on the target.
92 2016-04-08 Pedro Alves <palves@redhat.com>
94 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
95 interpreter filename as argument to gdbserver_spawn.
96 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
97 Return empty if $last_loaded_file does not exist.
99 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
101 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
102 * gdb.base/jit-main.c: Use exit after usage.
104 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
106 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
107 GDBHISTSIZE prior to the tests.
108 * gdb.base/gdbinit-history.exp: Likewise.
110 2016-04-07 Pedro Alves <palves@redhat.com>
112 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
113 instead of build_executable. Use gdb_load_shlibs.
115 2016-04-07 Yao Qi <yao.qi@linaro.org>
117 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
118 Execute "si" command.
120 2016-04-07 Yao Qi <yao.qi@linaro.org>
122 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
123 number instead of the comments on some line.
125 2016-04-06 Don Breazeal <donb@codesourcery.com>
127 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
128 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
130 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
132 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
133 standard_output_file. Remove unused binfile variable.
135 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
137 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
138 * gdb.python/py-mi-objfile.exp: Match "list main" output
141 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
143 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
146 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
148 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
150 * gdb.trace/ftrace.exp: Likewise.
151 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
153 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
154 (gdb_load_shlibs): Copy libraries to test directory when testing
155 natively. Only set solib-search-path if testing remotely.
156 * lib/mi-support.exp (mi_load_shlibs): Likewise.
158 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
160 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
161 gdb_download. Use it even if the target is not remote.
162 * gdb.base/jit.exp (compile_jit_test): Likewise.
163 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
164 output directory if the destination board is local, otherwise use
165 the standard remote_download from DejaGnu.
166 (gdb_download): Remove.
167 (gdb_load_shlibs): Use gdb_remote_download instead of
169 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
170 Use gdb_remote_download instead of gdb_download. Use it even if
171 the target is not remote.
172 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
173 instead of gdb_download.
175 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
177 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
178 (test_insert_delete_modify): Call mi_load_shlibs before trying to
181 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
184 * gdb.base/printcmds.exp: Add artificial arrays tests.
186 2016-03-31 Pedro Alves <palves@redhat.com>
189 * gdb.base/jit-main.c: Include unistd.h.
190 (ATTACH): Define to 0 if not already defined.
191 (wait_for_gdb, mypid): New globals.
192 (WAIT_FOR_GDB): New macro.
193 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
194 some breakpoint locations.
195 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
197 (one_jit_test): Add REATTACH parameter, and handle it. Use
198 continue_to_test_location.
199 (top level): Test attach, and adjusts calls to one_jit_test.
201 2016-03-31 Pedro Alves <palves@redhat.com>
204 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
205 BINSUFFIX parameter, and handle it.
206 (top level): Adjust calls compile_jit_test.
208 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
211 * gdb.python/py-mi-events-gdb.py: New file.
212 * gdb.python/py-mi-events.c: New file.
213 * gdb.python/py-mi-events.exp: New file.
215 2016-03-30 Yao Qi <yao.qi@linaro.org>
217 * gdb.reverse/until-precsave.exp: Match function name only.
218 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
219 Move malloc to a condition block.
220 * gdb.reverse/until-reverse.exp: Match function name only.
222 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
224 * gdb.trace/ftrace.exp: Set arg0exp for s390.
225 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
226 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
227 variable for GPR 0 instead of assuming it is register 0.
228 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
229 * lib/trace-support.exp: Add s390 registers.
231 2016-03-29 Yao Qi <yao.qi@linaro.org>
233 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
235 2016-03-24 Yao Qi <yao.qi@linaro.org>
237 * gdb.reverse/break-reverse.exp: Add quotation mark in the
240 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
242 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
243 maintaining separate logic for constructing the output path.
245 2016-03-16 Don Breazeal <donb@codesourcery.com>
247 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
248 Retry fork and waitpid on interrupted system call errors.
249 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
250 Use with_timeout_factor to increase timeout by factor of 10.
252 2016-03-15 Don Breazeal <donb@codesourcery.com>
254 * gdb.cp/scope-err.cc: New test program.
255 * gdb.cp/scope-err.exp: New test script.
256 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
257 lines and "set breakpoint here" comment.
258 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
259 Fixed some whitespace and format issues.
260 * gdb.mi/mi-linespec-err-cp.cc: New test program.
261 * gdb.mi/mi-linespec-err-cp.exp: New test script.
263 2016-03-15 Doug Evans <dje@google.com>
265 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
266 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
267 All callers updated. Add tests for enums, mixed flags register.
269 2016-03-15 Doug Evans <dje@google.com>
271 * gdb.base/skip.c (main): Call test_skip_file_and_function.
272 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
274 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
276 * gdb.base/default.exp: Add $_as_string to the list of expected
277 convenience functions.
279 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
281 * gdb.base/maint.exp: New tests for 'maint info line-table'.
283 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
285 * gdb.python/py-as-string.exp: New file.
286 * gdb.python/py-as-string.c: New file.
288 2016-03-09 Pedro Alves <palves@redhat.com>
290 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
291 signal" -> "Thread NN received signal" output change.
292 * gdb.threads/ia64-sigill.exp: Likewise.
293 * gdb.threads/linux-dp.exp: Likewise.
294 * gdb.threads/manythreads.exp: Likewise.
295 * gdb.threads/pending-step.exp: Likewise.
296 * gdb.threads/print-threads.exp: Likewise.
297 * gdb.threads/sigstep-threads.exp: Likewise.
298 * gdb.threads/staticthreads.exp: Likewise.
299 * gdb.threads/tls.exp: Likewise.
301 2016-03-09 Pedro Alves <palves@redhat.com>
303 * gdb.base/command-line-input.exp: New file.
305 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
307 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
308 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
309 * gdb.trace/pending.exp: Accept leading dot before function name.
310 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
311 * lib/trace-support.exp: Set registers for ppc.
313 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
315 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
316 use it for disassembly; accept .main in addition to main in backtrace.
318 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
319 Marcin Kościelnicki <koriakin@0x04.net>
321 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
322 (gdb_recursion_test_ptr): New global variable.
323 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
327 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
329 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
332 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
334 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
335 (bar): Add bar_start_lbl label.
336 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
337 of foo/bar for emitting DWARF and tracing.
339 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
341 * analyze-racy-logs.py: Set executable bit.
343 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
345 * Makefile.in (DEFAULT_RACY_ITER): New variable.
346 (CHECK_TARGET_TMP): Likewise.
347 (check-single-racy): New rule.
348 (check-parallel-racy): Likewise.
349 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
350 (do-check-parallel-racy): New rule.
351 (check-racy/%.exp): Likewise.
352 * README (Racy testcases): New section.
353 * analyze-racy-logs.py: New file.
355 2016-03-03 Doug Evans <dje@google.com>
357 * gdb.base/skip.exp: Use with_test_prefix.
359 2016-03-03 Yao Qi <yao.qi@linaro.org>
361 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
362 Invoke step_over_syscall "clone" and break_cond_on_syscall
364 * gdb.base/step-over-clone.c: New file.
366 2016-03-03 Yao Qi <yao.qi@linaro.org>
368 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
371 2016-03-03 Yao Qi <yao.qi@linaro.org>
373 * gdb.base/disp-step-fork.c: Rename to ...
374 * gdb.base/step-over-fork.c: ... it. New file.
375 * gdb.base/disp-step-vfork.c: Rename to ...
376 * gdb.base/step-over-vfork.c: ... it. New file.
377 * gdb.base/disp-step-syscall.exp: Rename to ...
378 * gdb.base/step-over-syscall.exp: ... it. New file.
379 (disp_step_cross_syscall): Rename to ...
380 (step_over_syscall): ... it.
382 2016-03-03 Yao Qi <yao.qi@linaro.org>
384 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
385 If target supports condition evaluation on target, invoke
386 break_cond_on_syscall for fork and vfork.
388 2016-03-03 Yao Qi <yao.qi@linaro.org>
390 * gdb.base/disp-step-syscall.exp: Don't invoke
391 support_displaced_stepping.
392 (disp_step_cross_syscall): Test with displaced stepping off and
395 2016-03-03 Yao Qi <yao.qi@linaro.org>
397 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
400 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
403 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
405 * gdb.fortran/vla-history.exp: Remove breakpoint.
407 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
409 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
411 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
413 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
415 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
417 * gdb.mi/vla.f90: Nullify pointer after declaration.
419 2016-03-01 Pedro Alves <palves@redhat.com>
421 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
423 2016-03-01 Pedro Alves <palves@redhat.com>
425 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
426 before anything else.
427 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
429 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
430 before anything else.
431 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
433 2016-03-01 Pedro Alves <palves@redhat.com>
435 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
437 2016-03-01 Yao Qi <yao.qi@linaro.org>
439 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
442 2016-03-01 Yao Qi <yao.qi@linaro.org>
444 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
446 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
448 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
449 manually constructing the output path.
451 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
453 * gdb.arch/s390-stackless.S: New.
454 * gdb.arch/s390-stackless.exp: New.
456 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
458 * gdb.dlang/circular.c: New file.
459 * gdb.dlang/circular.exp: New file.
461 2016-02-26 Yao Qi <yao.qi@linaro.org>
463 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
464 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
467 2016-02-26 Yao Qi <yao.qi@linaro.org>
469 * gdb.reverse/aarch64.c: Rename to ...
470 * gdb.reverse/insn-reverse.c: ... it.
471 * gdb.reverse/aarch64.exp: Rename to ...
472 * gdb.reverse/insn-reverse.exp: ... it.
474 2016-02-26 Yao Qi <yao.qi@linaro.org>
476 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
477 (testcase_ftype): New.
478 (testcases): New array.
480 (main): Call each element in testcases.
481 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
482 (read_testcase): New.
483 Do the tests in a loop.
485 2016-02-25 Yao Qi <yao.qi@linaro.org>
487 * gdb.base/branches.c: Remove.
489 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
492 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
494 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
496 * gdb.trace/ftrace.exp: Remove unnecessary target check.
498 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
500 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
501 change x86_64 call_insn to 'callq'.
503 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
505 * gdb.trace/tfile-avx.c: Move to...
506 * gdb.trace/tracefile-pseudo-reg.c: Here.
507 * gdb.trace/tfile-avx.exp: Move to...
508 * gdb.trace/tracefile-pseudo-reg.exp: Here.
510 2016-02-24 Gary Benson <gbenson@redhat.com>
512 * gdb.base/attach-pie-noexec.exp: Do not expect an error
515 2016-02-23 Doug Evans <dje@google.com>
517 * gdb.base/skip.c (test_skip): New function.
518 (end_test_skip_file_and_function): New function.
519 (test_skip_file_and_function): New function.
520 * gdb.base/skip1.c (test_skip): New function.
521 (skip1_test_skip_file_and_function): New function.
522 * gdb.base/skip.exp: Add tests for new skip options.
523 * gdb.base/skip-solib.exp: Update expected output.
524 * gdb.perf/skip-command.cc: New file.
525 * gdb.perf/skip-command.exp: New file.
526 * gdb.perf/skip-command.py: New file.
528 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
530 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
531 info registers pattern.
533 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
535 * lib/future.exp: Add D support.
536 (gdb_find_gdc): New proc.
537 (gdb_default_target_compile): Add D support.
539 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
541 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
543 (trace_speed_test): Determine the iteration count for a time
544 between 15..30 seconds.
546 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
548 * gdb.arch/i386-mpx-sigsegv.c: New file.
549 * gdb.arch/i386-mpx-sigsegv.exp: New file.
550 * gdb.arch/i386-mpx-simple_segv.c: New file.
551 * gdb.arch/i386-mpx-simple_segv.exp: New file.
553 2016-02-18 Yao Qi <yao.qi@linaro.org>
555 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
556 Don't call setup_kfail.
558 2016-02-18 Yao Qi <yao.qi@linaro.org>
560 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
561 Set "set breakpoint condition-evaluation" per $cond_bp_target.
563 2016-02-16 Doug Evans <dje@google.com>
565 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
566 * gdb.base/skip1.c: Ditto.
567 * gdb.base/skip.exp: Whitespace cleanup.
569 2016-02-16 Don Breazeal <donb@codesourcery.com>
572 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
573 Remove kfail for PR remote/19496.
575 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
577 * lib/gdb.exp (standard_temp_file): Return a path specific to
578 the runtest invocation.
580 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
582 * gdb.trace/save-trace.exp: Change relative path to be in the
583 standard output directory.
585 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
587 * gdb.arch/i386-prologue.c: Add missing prototypes.
589 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
591 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
592 * gdb.arch/i386-prologue.exp: Likewise.
593 * gdb.arch/i386-size.exp: Likewise.
595 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
597 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
598 define object file path.
599 * gdb.btrace/gcore.exp: Use standard_output_file to define core
601 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
602 standard_output_file to define binfile.
604 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
606 Fix compatibility with recent gfortran-5.3.1.
607 * gdb.fortran/vla-history.exp (print vla1 allocated)
608 (print vla2 allocated, print $2, print $3): Remove
609 (print $4): Rename to ...
610 (print $2): ... here.
611 (print $9): Rename to ...
612 (print $5): ... here.
613 (print $10): Rename to ...
614 (print $6): ... here.
615 * gdb.fortran/vla.f90: Add pvla initialization.
617 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
619 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
621 * gdb.fortran/vla-value-sub.exp: Likewise.
623 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
625 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
627 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
629 * i386-biarch-core.exp: Define corefile using
630 standard_output_file.
632 2016-02-12 Yao Qi <yao.qi@linaro.org>
634 * gdb.arch/arm-single-step-kernel-helper.c: New.
635 * gdb.arch/arm-single-step-kernel-helper.exp: New.
637 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
639 * gdb.btrace/tailcall-only.exp: New.
640 * gdb.btrace/tailcall-only.c: New.
641 * gdb.btrace/x86_64-tailcall-only.S: New.
642 * gdb.btrace/i686-tailcall-only.S: New.
644 2016-02-11 Pedro Alves <palves@redhat.com>
646 * README (Parallel testing): Add missing double quotes.
648 2016-02-11 Pedro Alves <palves@redhat.com>
650 * README (Parallel testing): New section.
651 (GDB_PARALLEL): Rewrite.
652 (FORCE_PARALLEL): Document.
654 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
656 * gdb.trace/tfile-avx.c: New test.
657 * gdb.trace/tfile-avx.exp: New test.
659 2016-02-09 Keith Seitz <keiths@redhat.com>
662 * gdb.base/infcall-exec.c: New file.
663 * gdb.base/infcall-exec2.c: New file.
664 * gdb.base/infcall-exec.exp: New file.
666 2016-02-09 Keith Seitz <keiths@redhat.com>
668 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
669 (toplevel): Call test_bkpt_address.
671 2016-02-09 Keith Seitz <keiths@redhat.com>
674 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
675 (toplevel): Call test_bkpt_address.
677 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
679 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
681 * configure: Regenerate.
683 2016-02-09 Pedro Alves <palves@redhat.com>
686 * gdb.base/execl-update-breakpoints.c (some_function): New
689 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
690 Tighten expected GDB output.
692 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
694 * Makefile.in (ALL_SUBDIRS): Remove.
695 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
696 (distclean maintainer-clean realclean): Likewise.
697 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
698 * configure: Regenerate.
699 * gdb.ada/Makefile.in: Delete.
700 * gdb.arch/Makefile.in: Likewise.
701 * gdb.asm/Makefile.in: Likewise.
702 * gdb.base/Makefile.in: Likewise.
703 * gdb.btrace/Makefile.in: Likewise.
704 * gdb.cell/Makefile.in: Likewise.
705 * gdb.compile/Makefile.in: Likewise.
706 * gdb.cp/Makefile.in: Likewise.
707 * gdb.disasm/Makefile.in: Likewise.
708 * gdb.dlang/Makefile.in: Likewise.
709 * gdb.dwarf2/Makefile.in: Likewise.
710 * gdb.fortran/Makefile.in: Likewise.
711 * gdb.gdb/Makefile.in: Likewise.
712 * gdb.go/Makefile.in: Likewise.
713 * gdb.guile/Makefile.in: Likewise.
714 * gdb.java/Makefile.in: Likewise.
715 * gdb.linespec/Makefile.in: Likewise.
716 * gdb.mi/Makefile.in: Likewise.
717 * gdb.modula2/Makefile.in: Likewise.
718 * gdb.multi/Makefile.in: Likewise.
719 * gdb.objc/Makefile.in: Likewise.
720 * gdb.opencl/Makefile.in: Likewise.
721 * gdb.opt/Makefile.in: Likewise.
722 * gdb.pascal/Makefile.in: Likewise.
723 * gdb.perf/Makefile.in: Likewise.
724 * gdb.python/Makefile.in: Likewise.
725 * gdb.reverse/Makefile.in: Likewise.
726 * gdb.server/Makefile.in: Likewise.
727 * gdb.stabs/Makefile.in: Likewise.
728 * gdb.threads/Makefile.in: Likewise.
729 * gdb.trace/Makefile.in: Likewise.
730 * gdb.xml/Makefile.in: Likewise.
731 * lib/gdb.exp (make_gdb_parallel_path): Add check for
733 (standard_output_file): Remove check for GDB_PARALLEL, always
734 return path in outputs/$subdir/$testname.
736 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
738 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
739 (site.exp): Assign abs_srcdir to tcl's srcdir.
741 2016-02-04 Yao Qi <yao.qi@linaro.org>
743 * gdb.base/foll-exec-mode.c: Include limits.h.
744 (main): Add parameters argc and argv. Get directory from
746 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
748 * gdb.base/foll-exec.c: Include limits.h.
749 (main): Add parameters argc and argv.
750 Get directory from argv[0].
751 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
752 Adjust tests on the number of lines as source code changed.
753 * gdb.base/foll-vfork-exit.c: Include limits.h.
754 (main): Add one line of statement before vfork.
755 * gdb.base/foll-vfork.c: Include limits.h and string.h.
756 (main): Add parameters argc and argv. Get directory from
758 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
759 (setup_gdb): Set tbreak to skip some source lines.
760 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
761 (main): Add parameters argc and argv. Get directory from
763 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
765 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
766 (main): Add parameters argc and argv. Get directory from
768 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
771 2016-02-01 Doug Evans <dje@google.com>
773 * gdb.base/skip.exp: Clean up multiple references to same test name.
775 2016-02-01 Pedro Alves <palves@redhat.com>
778 * gdb.threads/forking-threads-plus-breakpoint.exp
779 (displaced_stepping_supported): New global.
780 (probe_displaced_stepping_support): New procedure.
781 (do_test): Add 'displaced' parameter, and use it.
782 (top level): Check for displaced stepping support. Add displaced
783 stepping on/off testing axis.
785 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
787 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
788 pointer. Don't perform further tests on the unassociated pointer
789 if the first test fails.
791 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
793 * gdb.base/max-value-size.c: New file.
794 * gdb.base/max-value-size.exp: New file.
795 * gdb.base/huge.exp: Disable max-value-size for this test.
797 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
799 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
801 2016-01-28 Yao Qi <yao.qi@linaro.org>
803 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
805 2016-01-25 Pedro Alves <palves@redhat.com>
808 * gdb.base/fork-running-state.c: New file.
809 * gdb.base/fork-running-state.exp: New file.
811 2016-01-25 Pedro Alves <palves@redhat.com>
814 * gdb.base/catch-fork-kill.c: New file.
815 * gdb.base/catch-fork-kill.exp: New file.
817 2016-01-25 Pedro Alves <palves@redhat.com>
819 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
820 Delete, moved to lib/gdb.exp.
821 * gdb.threads/forking-threads-plus-breakpoint.exp
822 (foreach_with_prefix): Likewise.
823 * gdb.threads/process-dies-while-handling-bp.exp
824 (foreach_with_prefix): Likewise.
825 * lib/gdb.exp (foreach_with_prefix): New procedure.
827 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
829 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
830 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
832 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
834 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
837 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
838 Pedro Alves <palves@redhat.com>
840 Fix testsuite compatibility with Guile.
841 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
844 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
846 Fix testsuite compatibility with Guile.
847 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
848 (thread 1): New test for backtrace through signal handler.
850 2016-01-22 Yao Qi <yao.qi@linaro.org>
853 * gdb.base/multi-forks.c: Include
854 ../lib/unbuffer_output.c
855 (main): Call gdb_unbuffer_output.
857 2016-01-21 Doug Evans <dje@google.com>
859 * lib/ada.exp (gdb_compile_ada): Fix typo.
861 2016-01-21 Joel Brobecker <brobecker@adacore.com>
863 * gdb.base/break-fun-addr.exp: New file.
864 * gdb.base/break-fun-addr1.c: New file.
865 * gdb.base/break-fun-addr2.c: New file.
867 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
869 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
870 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
873 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
875 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
876 when GDB can not set the vector return value. Add more comments
879 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
881 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
884 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
886 * Makefile.in (DO_RUNTEST): Add --status and update usages.
888 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
890 * Makefile.in (check-single): Pass --status to runtest.
891 (check/%.exp): Likewise.
893 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
895 * Makefile.in (check-parallel): Propagate return code from make
898 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
900 * gdb.trace/ftrace.exp: Fix expected message on continue.
901 * gdb.trace/pending.exp: Fix expected message on continue.
902 * gdb.trace/trace-break.exp: Fix expected message on continue.
904 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
906 * lib/gdb.exp (gdb_test): Remove unused global references.
908 2016-01-18 Pedro Alves <palves@redhat.com>
910 * gdb.base/async-shell.exp: Adjust expected output.
911 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
912 * gdb.base/siginfo-thread.exp: Adjust expected output.
913 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
914 * gdb.java/jnpe.exp: Adjust expected output.
915 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
916 * gdb.threads/continue-pending-status.exp: Adjust expected output.
917 * gdb.threads/leader-exit.exp: Adjust expected output.
918 * gdb.threads/manythreads.exp: Adjust expected output.
919 * gdb.threads/pthreads.exp: Adjust expected output.
920 * gdb.threads/schedlock.exp: Adjust expected output.
921 * gdb.threads/siginfo-threads.exp: Adjust expected output.
922 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
924 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
926 * gdb.threads/sigthread.exp: Adjust expected output.
927 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
929 2016-01-18 Yao Qi <yao.qi@linaro.org>
931 * gdb.guile/scm-section-script.c: Replace @progbits with
933 * gdb.python/py-section-script.c: Likewise.
935 2016-01-15 Pedro Alves <palves@redhat.com>
937 * gdb.multi/tids.exp: Test star wildcard ranges.
939 2016-01-15 Pedro Alves <palves@redhat.com>
941 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
942 command from "thread apply" invocation.
943 (thr_apply_info_thr_invalid): Default the expected output to the
945 (top level): Add tests that use convenience variables. Add tests
946 for "thread apply" with a valid TID list, but missing the command.
948 2016-01-13 Pedro Alves <palves@redhat.com>
950 * gdb.base/default.exp: Expect $_gthread as well.
951 * gdb.multi/tids.exp: Test $_gthread.
952 * gdb.threads/thread-specific.exp: Test $_gthread.
954 2016-01-13 Pedro Alves <palves@redhat.com>
956 * gdb.multi/tids.exp: Test "info threads -gid".
958 2016-01-13 Pedro Alves <palves@redhat.com>
960 * gdb.multi/tids.exp: Test InferiorThread.global_num and
962 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
964 2016-01-07 Pedro Alves <palves@redhat.com>
966 * gdb.base/break.exp: Adjust to output changes.
967 * gdb.base/hbreak2.exp: Likewise.
968 * gdb.base/sepdebug.exp: Likewise.
969 * gdb.base/watch_thread_num.exp: Likewise.
970 * gdb.linespec/keywords.exp: Likewise.
971 * gdb.multi/info-threads.exp: Likewise.
972 * gdb.threads/thread-find.exp: Likewise.
973 * gdb.multi/tids.c: New file.
974 * gdb.multi/tids.exp: New file.
976 2016-01-13 Pedro Alves <palves@redhat.com>
978 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
980 2016-01-13 Pedro Alves <palves@redhat.com>
982 * gdb.base/default.exp: Expect $_inferior as well.
983 * gdb.multi/base.exp: Test $_inferior.
985 2016-01-13 Pedro Alves <palves@redhat.com>
988 * gdb.base/catch-signal-siginfo-cond.c: New file.
989 * gdb.base/catch-signal-siginfo-cond.exp: New file.
991 2016-01-12 Josh Stone <jistone@redhat.com>
992 Philippe Waroquiers <philippe.waroquiers@skynet.be>
994 * gdb.base/catch-syscall.c (do_execve): New variable.
995 (main): Conditionally trigger an execve.
996 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
997 (test_catch_syscall_execve): New, check entry/return across execve.
998 (do_syscall_tests): Call test_catch_syscall_execve.
1000 2016-01-12 Pedro Alves <palves@redhat.com>
1002 * gdb.base/random-signal.exp (do_test): New procedure, with body
1003 of testcase moved in.
1005 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1006 Pedro Alves <palves@redhat.com>
1008 * gdb.base/funcargs.exp (finish from indirectly called function):
1009 Reintroduce the case for 'First'.
1011 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1012 Pedro Alves <palves@redhat.com>
1014 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
1015 (tcatch_vfork_then_child_follow_exec)
1016 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
1019 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1021 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
1022 and repeats to unlimited.
1023 * gdb.python/py-value.exp: Likewise.
1024 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
1025 and repeats to unlimited.
1027 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1029 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
1030 and reordering the functions.
1031 * gdb.multi/hangout.c: Likewise.
1032 * gdb.multi/hello.c: Likewise.
1034 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
1036 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
1038 (SingleStatisticTestResult.report): Use dict.keys instead of
1041 2016-01-06 Pedro Alves <palves@redhat.com>
1043 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
1045 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
1047 * gdb.btrace/dlopen.exp: New.
1048 * gdb.btrace/dlopen.c: New.
1049 * gdb.btrace/dlopen-dso.c: New.
1051 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
1053 * lib/gdb.exp (gdb_test): Update comments to clarify that the
1054 PATTERN argument is optional.
1056 2015-12-24 Joel Brobecker <brobecker@adacore.com>
1058 * lib/ada.exp (target_compile_ada_from_dir): New function.
1059 (gdb_compile_ada): Reimplement avoiding the use of project files.
1060 * gdb.ada/gnat_ada.gpr: Delete.
1061 * gdb.ada/cond_lang.exp: Adjust test to make path before
1063 * gdb.ada/small_reg_param.exp: Likewise.
1065 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
1067 * gdb.base/foll-vork.exp: Remove HP-UX special case.
1069 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
1071 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
1074 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
1076 * gdb.base/break.exp: Remove dead code.
1077 * gdb.base/sepdebug.exp: Likewise.
1079 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1081 * gdb.asm/asm-source.exp: Remove HP-UX references.
1082 * gdb.base/annota1.exp: Likewise.
1083 * gdb.base/annota3.exp: Likewise.
1084 * gdb.base/attach.exp: Likewise.
1085 * gdb.base/bigcore.exp: Likewise.
1086 * gdb.base/break.exp: Likewise.
1087 * gdb.base/call-ar-st.exp: Likewise.
1088 * gdb.base/callfuncs.exp: Likewise.
1089 * gdb.base/catch-fork-static.exp: Likewise.
1090 * gdb.base/display.exp: Likewise.
1091 * gdb.base/foll-exec-mode.exp: Likewise.
1092 * gdb.base/foll-exec.exp: Likewise.
1093 * gdb.base/foll-fork.exp: Likewise.
1094 * gdb.base/foll-vfork.exp: Likewise.
1095 * gdb.base/funcargs.exp: Likewise.
1096 * gdb.base/hbreak2.exp: Likewise.
1097 * gdb.base/inferior-died.exp: Likewise.
1098 * gdb.base/interrupt.exp: Likewise.
1099 * gdb.base/multi-forks.exp: Likewise.
1100 * gdb.base/nodebug.exp: Likewise.
1101 * gdb.base/sepdebug.exp: Likewise.
1102 * gdb.base/solib1.c: Likewise.
1103 * gdb.base/step-test.exp: Likewise.
1104 * gdb.mi/non-stop.c: Likewise.
1105 * gdb.mi/pthreads.c: Likewise.
1106 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1107 * gdb.threads/pthreads.c: Likewise.
1108 * gdb.threads/staticthreads.exp: Likewise.
1109 * lib/future.exp: Likewise.
1110 * lib/gdb.exp: Likewise.
1111 * gdb.base/so-indr-cl.c: Remove.
1112 * gdb.base/so-indr-cl.exp: Likewise.
1113 * gdb.base/solib.c: Likewise.
1114 * gdb.base/solib.exp: Likewise.
1115 * gdb.base/solib2.c: Likewise.
1117 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1119 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1120 * gdb.base/call-ar-st.exp: Likewise.
1121 * gdb.base/callfuncs.exp: Likewise.
1122 * gdb.base/condbreak.exp: Likewise.
1123 * gdb.base/constvars.exp: Likewise.
1124 * gdb.base/hbreak2.exp: Likewise.
1125 * gdb.base/langs.exp: Likewise.
1126 * gdb.base/list.exp: Likewise.
1127 * gdb.base/long_long.exp: Likewise.
1128 * gdb.base/ptype.exp: Likewise.
1129 * gdb.base/scope.exp: Likewise.
1130 * gdb.base/signals.exp: Likewise.
1131 * gdb.base/so-impl-ld.exp: Likewise.
1132 * gdb.base/varargs.exp: Likewise.
1133 * gdb.base/volatile.exp: Likewise.
1134 * gdb.base/whatis.exp: Likewise.
1135 * gdb.cp/cplusfuncs.exp: Likewise.
1136 * gdb.cp/inherit.exp: Likewise.
1137 * gdb.cp/local.exp: Likewise.
1138 * gdb.cp/member-ptr.exp: Likewise.
1139 * gdb.cp/method.exp: Likewise.
1140 * gdb.cp/overload.exp: Likewise.
1141 * gdb.cp/templates.exp: Likewise.
1142 * gdb.stabs/weird.exp: Likewise.
1143 * lib/compiler.c: Likewise.
1144 * lib/compiler.cc: Likewise.
1145 * lib/cp-support.exp: Likewise.
1146 * lib/gdb.exp: Likewise.
1148 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1150 * configure.ac: Remove HP-UX case.
1151 * configure: Regenerate.
1153 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1155 * lib/gdb.exp (gdb_compile): Add function doc.
1157 2015-12-17 Pedro Alves <palves@redhat.com>
1160 * gdb.multi/info-threads.exp: New file.
1162 2015-12-15 Yao Qi <yao.qi@linaro.org>
1164 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1167 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1169 * gdb.base/history-duplicates.exp: Skip if no readline support.
1171 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1173 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1175 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1177 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1179 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1181 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1182 ctrl-C if nointerrupts target property is set.
1183 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1184 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1185 * gdb.base/paginate-bg-execution.exp: Likewise.
1186 * gdb.base/paginate-execution-startup.exp: Likewise.
1187 * gdb.base/random-signal.exp: Likewise.
1188 * gdb.base/range-stepping.exp: Likewise.
1189 * gdb.cp/annota2.exp: Likewise.
1190 * gdb.cp/annota3.exp: Likewise.
1191 * gdb.gdb/selftest.exp: Likewise.
1192 * gdb.threads/continue-pending-status.exp: Likewise.
1193 * gdb.threads/leader-exit.exp: Likewise.
1194 * gdb.threads/manythreads.exp: Likewise.
1195 * gdb.threads/pthreads.exp: Likewise.
1196 * gdb.threads/schedlock.exp: Likewise.
1197 * gdb.threads/sigthread.exp: Likewise.
1199 2015-12-11 Don Breazeal <donb@codesourcery.com>
1201 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1203 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1204 * gdb.base/foll-exec.exp (main): Enable for target remote.
1205 * gdb.base/foll-fork.exp (main): Likewise.
1206 * gdb.base/foll-vfork.exp (main): Likewise.
1207 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1208 (proc continue_to_exit_bp_loc): Use clean_restart.
1209 * gdb.base/pie-execl.exp (main): Disable for target remote.
1210 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1211 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1212 * gdb.threads/execl.exp (main): Likewise.
1213 * gdb.threads/fork-child-threads.exp (main): Likewise.
1214 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1216 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1218 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1219 pid.tid style ptids, instead of just tid.
1220 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1221 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1222 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1223 ptids, instead of just tid.
1225 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1227 * gdb.base/list.exp (test_list_forward): Add end of file error
1229 (test_repeat_list_command): Add end of file error test.
1230 (test_list_backwards): Add beginning of file error test.
1232 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1234 * gdb.base/list.exp (test_list_invalid_args): New function,
1235 defined, and called.
1237 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1239 * gdb.base/list.exp (test_list): Make test names unique.
1241 2015-12-11 Yao Qi <yao.qi@linaro.org>
1243 * gdb.base/coremaker2.c: Remove.
1245 2015-12-10 Pedro Alves <palves@redhat.com>
1247 * gdb.multi/base.exp: Remove stale "spaces" references.
1249 2015-12-10 Pedro Alves <palves@redhat.com>
1251 * gdb.multi/base.exp: Don't use nowarnings.
1252 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1253 * gdb.multi/hangout.c: Include stdio.h.
1254 * gdb.multi/hello.c: Include stdlib.h.
1255 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1256 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1257 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1259 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1261 * gdb.dwarf2/dw2-ranges-base.c: New file.
1262 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1263 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1264 support additional line table, and debug ranges generation.
1265 (Dwarf::ranges): New function, generate .debug_ranges.
1266 (Dwarf::lines): Support generating simple line table programs.
1267 (Dwarf::assemble): Initialise new namespace variables.
1269 2015-12-09 Kevin Buettner <kevinb@redhat.com>
1271 * gdb.base/async.exp (proc test_background): Add case for
1272 asynchronous execution not supported.
1274 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1276 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1277 format and change test names to make them unique.
1279 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1280 Pedro Alves <pedro@redhat.com>
1283 Add checking of floatformats setup on x86_64 hosts.
1284 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1285 (smallval, bigval): New labels/constants.
1286 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1287 float" after loading bigval and smallval.
1289 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1291 * gdb.ada/fun_overload_menu.exp: New testcase.
1292 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1294 2015-12-04 Josh Stone <jistone@redhat.com>
1296 * gdb.base/catch-fork-static.exp: New.
1298 2015-12-03 Yao Qi <yao.qi@linaro.org>
1300 * gdb.base/sizeof.c: Don't include stdio.h and
1301 ../lib/unbuffer_output.c.
1302 (main): New variable 'size' and 'value'. Remove printf and
1303 gdb_unbuffer_output. Assign return value to size and value.
1304 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1306 (check_sizeof): Check the result by printing variable 'size'.
1307 (check_valueof): Check the result by printing variable 'value'.
1309 2015-12-01 Yao Qi <yao.qi@linaro.org>
1311 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1312 for aarch64*-*-linux* target.
1314 2015-11-30 Pedro Alves <palves@redhat.com>
1316 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1318 2015-11-30 Pedro Alves <palves@redhat.com>
1320 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1321 Handle non-stop mode vCont replies.
1323 2015-11-30 Pedro Alves <palves@redhat.com>
1325 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1326 prepare_for_testing. Start gdb with "set non-stop on" appended to
1327 GDBFLAGS. Lax expected stop output.
1329 2015-11-27 Yao Qi <yao.qi@linaro.org>
1331 * gdb.arch/arm-neon.exp: New.
1332 * gdb.arch/arm-neon.c: New.
1334 2015-11-27 Yao Qi <yao.qi@linaro.org>
1336 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1338 2015-11-27 Yao Qi <yao.qi@linaro.org>
1340 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1341 frames-invalid annotation.
1343 2015-11-27 Yao Qi <yao.qi@linaro.org>
1345 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1347 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1349 * gdb.threads/names.exp: New file.
1350 * gdb.threads/names.c: New file.
1351 * README: Mention gdb,no_thread_names.
1353 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1356 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1359 2015-11-24 Pedro Alves <palves@redhat.com>
1362 * gdb.base/display.exp: Expect displays to be sorted in ascending
1363 order. Use multi_line.
1364 * gdb.base/solib-display.exp: Likewise.
1366 2015-11-24 Pedro Alves <palves@redhat.com>
1369 * gdb.base/display.exp: Expect displays to be sorted in ascending
1370 order. Use multi_line.
1371 * gdb.base/solib-display.exp: Likewise.
1373 2015-11-24 Pedro Alves <palves@redhat.com>
1376 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1377 threads in ascending order.
1378 * gdb.base/foll-fork.exp: Likewise.
1379 * gdb.base/foll-vfork.exp: Likewise.
1380 * gdb.base/multi-forks.exp: Likewise.
1381 * gdb.mi/mi-nonstop.exp: Likewise.
1382 * gdb.mi/mi-nsintrall.exp: Likewise.
1383 * gdb.multi/base.exp: Likewise.
1384 * gdb.multi/multi-arch.exp: Likewise.
1385 * gdb.python/py-inferior.exp: Likewise.
1386 * gdb.threads/break-while-running.exp: Likewise.
1387 * gdb.threads/execl.exp: Likewise.
1388 * gdb.threads/gcore-thread.exp: Likewise.
1389 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1390 * gdb.threads/kill.exp: Likewise.
1391 * gdb.threads/linux-dp.exp: Likewise.
1392 * gdb.threads/multiple-step-overs.exp: Likewise.
1393 * gdb.threads/next-bp-other-thread.exp: Likewise.
1394 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1395 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1396 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1397 * gdb.threads/thread-find.exp: Likewise.
1398 * gdb.threads/tls.exp: Likewise.
1399 * lib/mi-support.exp (mi_reverse_list): Delete.
1400 (mi_check_thread_states): No longer reverse list.
1402 2015-11-24 Pedro Alves <palves@redhat.com>
1404 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1407 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1409 * gdb.trace/actions.c: Include trace-common.h.
1410 (main): Add a location for a fast tracepoint.
1411 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1412 the normal tracepoints.
1413 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1415 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1417 * save-trace.exp: Factor out code to these...
1418 (gdb_save_tracepoints): New.
1419 (gdb_load_tracepoints): New.
1420 (do_save_load_test): New.
1422 2015-11-23 Kevin Buettner <kevinb@redhat.com>
1424 * gdb.base/asmlabel.exp: New test.
1425 * gdb.base/asmlabel.c: New test case.
1427 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1429 * gdb.base/wrong_frame_bt_full-main.c: New file.
1430 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1431 * gdb.base/wrong_frame_bt_full.exp: New file.
1433 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1435 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1437 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1439 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
1440 pstate register when comparing registers values in
1441 sparc64-*-linux-gnu targets to avoid spurious differences.
1443 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1445 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
1447 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1449 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1450 as type argument to gdb_compile.
1451 * gdb.base/nested-subp2.exp: Likewise.
1452 * gdb.base/nested-subp3.exp: Likewise.
1454 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1456 * lib/dwarf.exp (_note): Fix left shift of negative value.
1457 * gdb.trace/trace-condition.exp: Likewise.
1459 2015-11-13 Yao Qi <yao.qi@linaro.org>
1461 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1462 comments about d10v.
1463 (test_scalar_returns): Likewise.
1464 * gdb.base/d10v.ld: Remove.
1465 * gdb.base/overlays.exp: Remove the target triplet checking for
1467 * gdb.base/structs.exp (test_struct_returns): Remove the
1468 comments about d10v.
1469 (test_struct_calls): Likewise.
1471 2015-11-13 Yao Qi <yao.qi@linaro.org>
1473 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1474 * gdb.base/gnu_vector.c: Don't include stdio.h.
1475 (main): Don't print res and call add_some_intvecs.
1477 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1479 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1482 (func4): Use FAST_TRACEPOINT_LABEL.
1483 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1486 (thread_function): Use FAST_TRACEPOINT_LABEL.
1487 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1489 (marker): Use FAST_TRACEPOINT_LABEL.
1490 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1491 (pendfunc1): Remove.
1492 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1493 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1495 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1496 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1499 (marker): Use FAST_TRACEPOINT_LABEL.
1500 * gdb.trace/trace-common.h: New header.
1501 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1504 (marker): Use FAST_TRACEPOINT_LABEL.
1505 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1507 (thread_function): Use FAST_TRACEPOINT_LABEL.
1509 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1511 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1513 * gdb.trace/change-loc.exp: Use global pcreg definition.
1514 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1515 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1517 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1518 * gdb.trace/pending.exp: Likewise.
1519 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1520 * gdb.trace/trace-break.exp: Likewise.
1521 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1523 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1524 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1526 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1528 2015-11-09 Joel Brobecker <brobecker@adacore.com>
1530 * gdb.ada/fin_fun_out: New testcase.
1532 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1534 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1535 value associated with DW_AT_byte_size.
1536 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1537 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1540 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1542 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1543 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1545 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1546 gdb.dwarf2/dw2-canonicalize-type.exp,
1547 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1548 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1549 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1550 provided by gdb_target_symbol_prefix_flags_asm.
1551 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1552 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1553 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1554 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1555 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1556 macros where needed). Use this macro for symbols which require
1557 the prefix provided by SYMBOL_PREFIX.
1559 2015-11-05 Kevin Buettner <kevinb@redhat.com>
1561 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1563 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1564 representing expressions, of more than one list element.
1565 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1566 to prepend linker symbol prefix to f.
1567 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1568 table_1 and table_2.
1569 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1570 Likewise, for f and g.
1571 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1573 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1575 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1576 table_1_ptr and table_2_ptr.
1578 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1579 Joel Brobecker <brobecker@adacore.com>
1581 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1583 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1585 * gdb.reverse/s390-mvcle.c: New test.
1586 * gdb.reverse/s390-mvcle.exp: New file.
1587 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1589 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1591 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1593 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1595 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1597 * gdb.reverse/getresuid-reverse.exp: Likewise.
1598 * gdb.reverse/pipe-reverse.exp: Likewise.
1599 * gdb.reverse/readv-reverse.exp: Likewise.
1600 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1601 * gdb.reverse/time-reverse.exp: Likewise.
1602 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1604 2015-10-30 Yao Qi <yao.qi@linaro.org>
1606 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1607 (empty_cycle): Remove.
1608 (main): Don't call empty_cycle. Don't use watch_count_done.
1609 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1610 empty_cycle. Rewrite the code counting HW watchpoints.
1612 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1614 * gdb.reverse/fstatat-reverse.c: New test.
1615 * gdb.reverse/fstatat-reverse.exp: New file.
1616 * gdb.reverse/getresuid-reverse.c: New test.
1617 * gdb.reverse/getresuid-reverse.exp: New file.
1618 * gdb.reverse/pipe-reverse.c: New test.
1619 * gdb.reverse/pipe-reverse.exp: New file.
1620 * gdb.reverse/readv-reverse.c: New test.
1621 * gdb.reverse/readv-reverse.exp: New file.
1622 * gdb.reverse/recvmsg-reverse.c: New test.
1623 * gdb.reverse/recvmsg-reverse.exp: New file.
1624 * gdb.reverse/time-reverse.c: New test.
1625 * gdb.reverse/time-reverse.exp: New file.
1626 * gdb.reverse/waitpid-reverse.c: New test.
1627 * gdb.reverse/waitpid-reverse.exp: New file.
1629 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1631 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1633 2015-10-26 Doug Evans <dje@google.com>
1636 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1637 * gdb.dwarf2/bad-regnum.c: New file.
1638 * gdb.dwarf2/bad-regnum.exp: New file.
1640 2015-10-26 Doug Evans <dje@google.com>
1643 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1646 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1648 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1649 for a change by "Mention language in compile error message".
1651 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1654 * gdb.python/py-type.c (C::a_method): New.
1655 (C::a_const_method): New.
1656 (C::a_static_method): New.
1658 * gdb.python/py-type.exp (test_fields): Test getting fields
1659 from function and method.
1661 2015-10-21 Keven Boell <keven.boell@intel.com>
1663 * gdb.fortran/vla-alloc-assoc.exp: New file.
1664 * gdb.fortran/vla-datatypes.exp: New file.
1665 * gdb.fortran/vla-datatypes.f90: New file.
1666 * gdb.fortran/vla-history.exp: New file.
1667 * gdb.fortran/vla-ptype-sub.exp: New file.
1668 * gdb.fortran/vla-ptype.exp: New file.
1669 * gdb.fortran/vla-sizeof.exp: New file.
1670 * gdb.fortran/vla-sub.f90: New file.
1671 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1672 * gdb.fortran/vla-value-sub-finish.exp: New file.
1673 * gdb.fortran/vla-value-sub.exp: New file.
1674 * gdb.fortran/vla-value.exp: New file.
1675 * gdb.fortran/vla-ptr-info.exp: New file.
1676 * gdb.mi/mi-vla-fortran.exp: New file.
1677 * gdb.mi/vla.f90: New file.
1679 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1681 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1682 of hardwired timeout value.
1684 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1685 Pedro Alves <palves@redhat.com>
1687 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1688 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1690 2015-10-19 Josh Stone <jistone@redhat.com>
1692 * gdb.base/catch-syscall.c: Include <sched.h>.
1693 (unknown_syscall): New variable.
1694 (main): Trigger a vfork and an unknown syscall.
1695 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1696 (unknown_syscall_number): Likewise.
1697 (check_call_to_syscall): Accept an optional syscall pattern.
1698 (check_return_from_syscall): Likewise.
1699 (check_continue): Likewise.
1700 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1701 (test_catch_syscall_skipping_return): New test toggling off 'catch
1702 syscall' to step over the syscall return, then toggling back on.
1703 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1704 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1705 (do_syscall_tests): Call test_catch_syscall_without_args and
1706 test_catch_syscall_mid_vfork.
1707 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1708 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1710 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
1712 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1713 print g_vE): Add new pass patterns.
1714 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1715 print various symbol names for vptr fields.
1717 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1719 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1722 2015-10-12 Yao Qi <yao.qi@linaro.org>
1724 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1726 2015-10-12 Yao Qi <yao.qi@linaro.org>
1728 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1729 is aarch64*-*-linux*.
1731 2015-10-12 Yao Qi <yao.qi@linaro.org>
1733 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1734 (can_relocate_bcond_true): ... it.
1735 (can_relocate_bcond_false): New function.
1737 (can_relocate_bl): Likewise.
1738 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1741 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1743 * gdb.base/nested-addr.c: New file.
1744 * gdb.base/nested-addr.exp: New testcase.
1746 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1748 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1749 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1750 its output. Ignore the output of "record goto begin" and instead
1751 check that GDB is replaying.
1753 2015-10-09 Pedro Alves <palves@redhat.com>
1755 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1756 (top level): Use it in the run with no args test.
1758 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1760 * gdb.dlang/properties.exp: New file.
1762 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1764 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1765 whether or not address 0x1000 is mapped on the target.
1767 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1769 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1772 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1774 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1775 instruction-history test.
1777 2015-09-28 Doug Evans <dje@google.com>
1779 * gdb.base/gcore.c (array_func): Add reference to static_array.
1781 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1783 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1786 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1788 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1789 short or char as base type.
1791 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1793 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1794 to allow any size enum.
1796 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1798 * gdb.ada/array_ptr_renaming.exp: New testcase.
1799 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1800 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1802 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1804 * gdb.trace/ftrace-lock.c: New file.
1805 * gdb.trace/ftrace-lock.exp: New file.
1807 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1809 * gdb.arch/insn-reloc.c: New file.
1810 * gdb.arch/ftrace-insn-reloc.exp: New file.
1812 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1814 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1816 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1817 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1818 * gdb.trace/range-stepping.c: Likewise.
1819 * gdb.trace/trace-break.c: Likewise.
1820 * gdb.trace/trace-mt.c (thread_function): Likewise.
1821 * gdb.trace/ftrace.c (marker): Likewise.
1822 * gdb.trace/trace-condition.c (marker): Likewise.
1823 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1824 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1827 2015-09-18 Doug Evans <xdje42@gmail.com>
1829 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1830 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1832 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1834 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1837 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1839 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1840 the pending breakpoint. Remove timeout override for "Run till
1841 MI pending breakpoint on pendfunc3 on thread 2" test.
1843 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1845 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1848 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1850 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1851 in breakpoint filename pattern.
1853 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1855 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1857 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1859 * gdb.linespec/explicit.exp: Check for readline support for
1860 tab-completion tests. Fix obvious typo.
1862 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1864 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1867 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1869 * gdb.btrace/non-stop.c: New.
1870 * gdb.btrace/non-stop.exp: New.
1872 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1873 Yao Qi <yao.qi@linaro.org>
1875 * gdb.trace/trace-condition.c: New file.
1876 * gdb.trace/trace-condition.exp: New file.
1878 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
1880 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1881 for testing bytecode compilation.
1883 2015-09-16 Pedro Alves <palves@redhat.com>
1884 Sandra Loosemore <sandra@codesourcery.com>
1886 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1887 (SECONDS): Redefine.
1888 (main): Call pthread_kill and alarm early.
1889 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1891 (test): If the target can't hardware step and doesn't support
1892 displaced stepping, increase the timeout.
1894 2015-09-16 Pedro Alves <palves@redhat.com>
1896 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1897 (enable_debug): New procedures.
1898 (test): Use them. Bail out if waiting for threads fails.
1899 (top level): Bail out if a test fails.
1901 2015-09-16 Yao Qi <yao.qi@linaro.org>
1903 * gdb.asm/asm-source.exp: Set asm-arch for
1904 aarch64*-*-* target.
1905 * gdb.asm/aarch64.inc: New file.
1907 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1909 * gdb.ada/array_of_variable_length.exp: New testcase.
1910 * gdb.ada/array_of_variable_length/foo.adb: New file.
1911 * gdb.ada/array_of_variable_length/pck.adb: New file.
1912 * gdb.ada/array_of_variable_length/pck.ads: New file.
1914 2015-09-15 Doug Evans <dje@google.com>
1916 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1917 of function static local variable.
1919 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1921 * gdb.threads/tls-so_extern.exp: New test file.
1922 * gdb.threads/tls-so_extern.c: New test file.
1923 * gdb.threads/tls-so_extern_main.c: New test file.
1925 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1927 * gdb.opt/solib-intra-step-lib.c: New file.
1928 * gdb.opt/solib-intra-step-main.c: New file.
1929 * gdb.opt/solib-intra-step.exp: New file.
1931 2015-09-15 Pedro Alves <palves@redhat.com>
1933 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1934 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1936 2015-09-14 Pedro Alves <palves@redhat.com>
1938 * gdb.base/hook-stop-continue.c: Delete.
1939 * gdb.base/hook-stop-continue.exp: Delete.
1940 * gdb.base/hook-stop-frame.c: Delete.
1941 * gdb.base/hook-stop-frame.exp: Delete.
1942 * gdb.base/hook-stop.c: New file.
1943 * gdb.base/hook-stop.exp: New file.
1945 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1947 * gdb.ada/access_to_packed_array.exp: New testcase.
1948 * gdb.ada/access_to_packed_array/foo.adb: New file.
1949 * gdb.ada/access_to_packed_array/pack.adb: New file.
1950 * gdb.ada/access_to_packed_array/pack.ads: New file.
1952 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1954 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1957 2015-09-11 Don Breazeal <donb@codesourcery.com>
1959 * gdb.base/foll-exec.c: Add copyright header. Fix
1961 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1962 (do_exec_tests): Use clean_restart in place of zap_session,
1963 and for test initialization. Fix formatting issues. Use
1964 fail in place of perror.
1965 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1966 an expect statement to match an expression with output from
1967 the program under debug.
1968 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1969 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1970 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1971 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1972 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1974 2015-09-09 Doug Evans <dje@google.com>
1976 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1978 2015-09-09 Doug Evans <dje@google.com>
1980 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1982 2015-09-09 Doug Evans <dje@google.com>
1984 * gdb.base/savedregs.exp: Fix typo.
1986 2015-09-09 Pedro Alves <palves@redhat.com>
1988 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1990 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1992 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1993 command actually switches threads. Give up on remaining
1994 tests if target fails to stop at breakpoint.
1996 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1998 * gdb.ada/funcall_char.exp: New testcase.
1999 * gdb.ada/funcall_char/foo.adb: New file.
2001 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2003 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2004 expected outputs. Add two testcases for completing ambiguous
2006 * gdb.ada/complete/aux_pck.adb: New file.
2007 * gdb.ada/complete/aux_pck.ads: New file.
2008 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2009 Ambiguous_Func functions.
2010 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
2011 * gdb.ada/complete/pck.adb: Likewise.
2013 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
2015 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
2016 failures to run the test program under GDB.
2018 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
2020 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
2023 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
2025 * gdb.base/run-after-attach.exp: New test file.
2026 * gdb.base/run-after-attach.c: New test file.
2028 2015-08-26 Don Breazeal <donb@codesourcery.com>
2030 * gdb.base/foll-exec-2.c: New test program.
2031 * gdb.base/foll-exec-2.exp: New test.
2033 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
2035 * gdb.base/nested-subp1.exp: New file.
2036 * gdb.base/nested-subp1.c: New file.
2037 * gdb.base/nested-subp2.exp: New file.
2038 * gdb.base/nested-subp2.c: New file.
2039 * gdb.base/nested-subp3.exp: New file.
2040 * gdb.base/nested-subp3.c: New file.
2042 2015-08-24 Pedro Alves <palves@redhat.com>
2044 * gdb.server/connect-without-multi-process.c: New file.
2045 * gdb.server/connect-without-multi-process.exp: New file.
2047 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2049 * gdb.opt/inline-markers.c: Make z int.
2051 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2053 * gdb.opt/inline-markers.c: Make z volatile.
2055 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
2057 * gdb.opt/inline-bt.c: New volatile global z.
2058 * gdb.opt/inline-cmds.c: Likewise.
2059 * gdb.opt/inline-locals.c: Likewise.
2060 * gdb.opt/inline-markers.c: New extern global z.
2062 (inline_fn): Likewise.
2064 2015-08-24 Pedro Alves <palves@redhat.com>
2066 * config/m32r-stub.exp: Remove file.
2067 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
2068 * gdb.base/call-rt-st.exp: Likewise.
2069 * gdb.base/call-strs.exp: Likewise.
2070 * gdb.base/default.exp: Remove references to h8300-*-hms and
2072 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
2074 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2076 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
2077 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
2078 and "return" use KFAIL when GDB can not read/write the vector
2081 2015-08-21 Gary Benson <gbenson@redhat.com>
2083 * gdb.trace/pending.exp: Cope with remote transfer warnings.
2085 2015-08-20 Pedro Alves <palves@redhat.com>
2087 * gdb.server/solib-list.exp: No longer expect an interior stop in
2090 2015-08-20 Pedro Alves <palves@redhat.com>
2092 * gdb.server/connect-stopped-target.c: New file.
2093 * gdb.server/connect-stopped-target.exp: New file.
2095 2015-08-20 Pedro Alves <palves@redhat.com>
2097 * gdb.dwarf2/comp-unit-lang.exp: New file.
2098 * gdb.dwarf2/comp-unit-lang.c: New file.
2100 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
2102 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2103 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2105 2015-08-19 Kevin Buettner <kevinb@redhat.com>
2107 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2108 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2110 2015-08-18 Doug Evans <dje@google.com>
2111 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2113 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2114 skip_python_tests. New arg prompt_regexp.
2115 (skip_python_tests): New function.
2116 * lib/mi-support.exp (mi_skip_python_tests): New function.
2117 * gdb.python/py-mi-objfile-gdb.py: New file.
2118 * gdb.python/py-mi-objfile.c: New file.
2119 * gdb.python/py-mi-objfile.exp: New file.
2121 2015-08-17 Keith Seitz <keiths@redhat.com>
2123 * gdb.linespec/explicit.exp: Move strace test from here ...
2124 * gdb.trace/strace.exp: ... to here.
2126 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2128 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2129 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2131 2015-08-14 Doug Evans <xdje42@gmail.com>
2133 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2134 inferior before selecting a new file.
2136 2015-08-14 Doug Evans <xdje42@gmail.com>
2138 * gdb.mi/mi-disassemble.exp: Update.
2139 * gdb.base/disasm-optim.S: New file.
2140 * gdb.base/disasm-optim.c: New file.
2141 * gdb.base/disasm-optim.h: New file.
2142 * gdb.base/disasm-optim.exp: New file.
2144 2015-08-14 Keith Seitz <keiths@redhat.com>
2146 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2149 2015-08-13 Joel Brobecker <brobecker@adacore.com>
2151 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2153 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2155 * gdb.ada/fun_renaming.exp: New testcase.
2156 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2157 * gdb.ada/fun_renaming/pack.adb: New file.
2158 * gdb.ada/fun_renaming/pack.ads: New file.
2160 2015-08-12 Keith Seitz <keiths@redhat.com>
2162 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2163 gdb_get_line_number.
2165 2015-08-12 Joel Brobecker <brobecker@adacore.com>
2167 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2168 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2169 gdb.base/dso2dso.exp: New files.
2171 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2172 Pedro Alves <palves@redhat.com>
2173 Keith Seitz <keiths@redhat.com>
2175 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2178 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2180 * gdb.base/gdbhistsize-history.exp
2181 (test_histsize_history_setting): Use save_vars.
2182 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2184 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2185 * gdb.base/readline.exp: Use save_vars.
2187 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2189 * lib/gdb.exp (save_vars): New proc.
2191 2015-08-11 Keith Seitz <keiths@redhat.com>
2193 * gdb.base/help.exp: Update help_breakpoint_text.
2195 2015-08-11 Keith Seitz <keiths@redhat.com>
2197 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2198 (at toplevel): Call test_explicit_breakpoints.
2199 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2201 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2202 breakpoint conditions, "-cond".
2204 2015-08-11 Keith Seitz <keiths@redhat.com>
2206 * gdb.linespec/3explicit.c: New file.
2207 * gdb.linespec/cpexplicit.cc: New file.
2208 * gdb.linespec/cpexplicit.exp: New file.
2209 * gdb.linespec/explicit.c: New file.
2210 * gdb.linespec/explicit.exp: New file.
2211 * gdb.linespec/explicit2.c: New file.
2212 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2213 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2214 before using in the matching pattern.
2215 Clarify that `prefix' is a regular expression.
2217 2015-08-11 Keith Seitz <keiths@redhat.com>
2219 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2221 Add tests for missing ",FMT" and ",".
2223 2015-08-10 Doug Evans <dje@google.com>
2224 Keith Seitz <keiths@redhat.com>
2227 * gdb.base/completion.exp: Add location completer tests.
2229 2015-08-07 Pedro Alves <palves@redhat.com>
2231 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2233 (top level): Run do_test with and without displaced stepping.
2235 2015-08-07 Pedro Alves <palves@redhat.com>
2237 * gdb.base/valgrind-disp-step.c: New file.
2238 * gdb.base/valgrind-disp-step.exp: New file.
2240 2015-08-07 Pedro Alves <palves@redhat.com>
2242 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2244 (main): Add alarm. Run an infinite loop instead of calling
2246 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2248 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2250 (main): Add alarm. Run an infinite loop instead of calling
2252 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2255 2015-08-07 Pedro Alves <palves@redhat.com>
2257 * gdb.base/checkpoint-ns.exp: New file.
2258 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2261 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2263 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2264 * gdb.btrace/instruction_history.exp: Update.
2265 * gdb.btrace/tsx.exp: New.
2266 * gdb.btrace/tsx.c: New.
2268 2015-08-06 Pedro Alves <palves@redhat.com>
2270 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2272 * gdb.reverse/until-precsave.exp: Bump timeouts.
2274 2015-08-06 Pedro Alves <palves@redhat.com>
2276 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2278 2015-08-06 Pedro Alves <palves@redhat.com>
2281 * gdb.threads/process-dies-while-handling-bp.c: New file.
2282 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2284 2015-08-06 Pedro Alves <palves@redhat.com>
2286 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2287 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2289 2015-08-05 Pedro Alves <palves@redhat.com>
2291 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2292 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2294 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2296 * gdb.base/bp-permanent.exp: Report test as unsupported if
2297 the target cannot stop at the permanent breakpoint.
2299 2015-08-03 Doug Evans <dje@google.com>
2301 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2304 2015-08-03 Doug Evans <dje@google.com>
2306 * Makefile.in (workers/%.worker, build-perf): New rule.
2307 (GDB_PERFTEST_MODE): New variable.
2308 (check-perf): Use it.
2309 (clean): Clean up gdb.perf parallel build subdirs.
2310 * lib/build-piece.exp: New file.
2311 * lib/gdb.exp (make_gdb_parallel_path): New function
2312 (standard_output_file, standard_temp_file): Call it.
2313 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2315 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2317 2015-08-03 Doug Evans <dje@google.com>
2319 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
2320 (LOG_FILE_NAME): New global.
2321 (TextReporter.__init__): Initialize self.txt_sum.
2322 (TextReporter.report): Add support for multiple data-points.
2323 Move report to perftest.sum, put raw data in perftest.log.
2324 (TextReporter.start): Open sum and log files.
2325 (TextReporter.end): Close sum and log files.
2326 * gdb.perf/lib/perftest/testresult.py
2327 (SingleStatisticTestResult.record): Handle multiple data-points.
2329 2015-07-31 Pedro Alves <palves@redhat.com>
2331 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2332 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2333 kill_wait_spawned_process instead of explicit "kill -9".
2334 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2335 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2336 kill_wait_spawned_process.
2337 * gdb.base/attach-twice.exp: Likewise.
2338 * gdb.base/attach.exp: Likewise.
2339 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2341 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2342 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2343 kill_wait_spawned_process.
2344 * gdb.base/valgrind-infcall.exp: Likewise.
2345 * gdb.multi/multi-attach.exp: Likewise.
2346 * gdb.python/py-prompt.exp: Likewise.
2347 * gdb.python/py-sync-interp.exp: Likewise.
2348 * gdb.server/ext-attach.exp: Likewise.
2349 * gdb.threads/attach-into-signal.exp (corefunc): Use
2350 spawn_wait_for_attach, spawn_id_get_pid and
2351 kill_wait_spawned_process.
2352 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2353 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2354 spawn_id_get_pid and kill_wait_spawned_process.
2355 * gdb.threads/attach-stopped.exp (corefunc): Use
2356 spawn_wait_for_attach, spawn_id_get_pid and
2357 kill_wait_spawned_process.
2358 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2359 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2360 kill_wait_spawned_process instead of explicit "kill -9".
2361 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2362 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2363 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2364 processes. Don't map cygwin/windows pids here. Now returns a
2367 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2369 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2370 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2373 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2375 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2377 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2380 2014-05-21 Mark Wielaard <mjw@redhat.com>
2382 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2384 2015-07-30 Pedro Alves <palves@redhat.com>
2386 * linux-low.c (handle_extended_wait): Set the child's last
2387 reported status to TARGET_WAITKIND_STOPPED.
2389 2015-07-30 Pedro Alves <palves@redhat.com>
2392 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2393 only shows inferior 1.
2395 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2396 Pedro Alves <palves@redhat.com>
2399 * gdb.threads/fork-plus-threads.c: New file.
2400 * gdb.threads/fork-plus-threads.exp: New file.
2402 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2404 * gdb.base/batch-preserve-term-settings.exp
2405 (test_terminal_settings_preserved_after_cli_exit): Use
2408 2015-07-29 Pedro Alves <palves@redhat.com>
2409 Don Breazeal <donb@codesourcery.com>
2411 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2412 output from both inferior_spawn_id and gdb_spawn_id.
2414 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2416 * gdb.threads/attach-into-signal.exp (corefunc): Use
2417 with_test_prefix on nested loops, uniquefying the test messages.
2419 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2421 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2424 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2426 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2428 (test_terminal_settings_preserved_after_sigterm): New test.
2430 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2432 * gdb.base/batch-preserve-term-settings.exp
2433 (test_terminal_settings_preserved_after_cli_exit): New test.
2435 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2437 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2438 manipulation of saved_gdbflags.
2439 (test_terminal_settings_preserved): Remove global declaration of
2440 the unused variable pagination_prompt. Remove manipulation of
2441 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2444 2015-07-29 Pedro Alves <palves@redhat.com>
2446 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2448 2015-07-29 Pedro Alves <palves@redhat.com>
2450 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2453 2015-07-29 Pedro Alves <palves@redhat.com>
2455 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2456 (main): Call gdb_unbuffer_output.
2457 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2458 (main): Call gdb_unbuffer_output.
2459 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2460 (main): Call gdb_unbuffer_output.
2461 * gdb.base/call-strs.exp: Adjust to step over the
2462 gdb_unbuffer_output call.
2463 * gdb.base/catch-gdb-caused-signals.c: Include
2464 "../lib/unbuffer_output.c".
2465 (main): Call gdb_unbuffer_output.
2466 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2467 (main): Call gdb_unbuffer_output.
2468 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2469 (main): Call gdb_unbuffer_output.
2470 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2471 (main): Call gdb_unbuffer_output.
2472 * gdb.base/shlib-call.exp: Adjust to step over the
2473 gdb_unbuffer_output call.
2474 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2475 (main): Call gdb_unbuffer_output.
2476 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2477 (main): Call gdb_unbuffer_output.
2478 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2479 (main): Rename to ...
2481 (main): Reimplement.
2482 * gdb.base/varargs.exp: Run to test instead of to main.
2483 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2484 (main): Call gdb_unbuffer_output.
2486 2015-07-29 Pedro Alves <palves@redhat.com>
2488 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2489 factore out from mi_continue_dprintf. For call-style dprintfs,
2490 expect dprintf output out of $inferior_spawn_id.
2491 (mi_continue_dprintf): Use mi_expect_dprintf.
2492 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2493 (main): Call gdb_unbuffer_output.
2495 2015-07-29 Pedro Alves <palves@redhat.com>
2497 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2498 (default_mi_gdb_start): Set inferior_spawn_id instead of
2499 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2501 (mi_gdb_test): Always expect inferior output from both
2502 $inferior_spawn_id and $gdb_spawn_id.
2504 2015-07-29 Pedro Alves <palves@redhat.com>
2506 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2507 send_inferior and $inferior_spawn_id.
2509 2015-07-29 Pedro Alves <palves@redhat.com>
2511 * gdb.gdb/complaints.exp (test_initial_complaints)
2512 (test_serial_complaints, test_short_complaints): Use
2514 (test_empty_complaint): Handle $inferior_spawn_id !=
2517 2015-07-29 Pedro Alves <palves@redhat.com>
2519 * gdb.base/varargs.exp: Use gdb_test_stdio.
2521 2015-07-29 Pedro Alves <palves@redhat.com>
2523 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2525 2015-07-29 Pedro Alves <palves@redhat.com>
2527 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2529 2015-07-29 Pedro Alves <palves@redhat.com>
2531 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2532 parameter into two new parameters, "inf_result" and "gdb_result".
2533 Expect inferior output and gdb output from $inferior_spawn_id and
2534 $gdb_spawn_id, respectively. Adjust all callers.
2536 2015-07-29 Pedro Alves <palves@redhat.com>
2538 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2539 of gdb_test_sequence.
2541 2015-07-29 Pedro Alves <palves@redhat.com>
2543 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2544 (saw_spurious_output): Expect inferior output from
2545 $inferior_spawn_id. Use gdb_test_stdio.
2547 2015-07-29 Pedro Alves <palves@redhat.com>
2549 * gdb.base/dprintf.exp: Use standard_testfile. Change
2550 prepare_for_testing call.
2551 (srcfile): Don't set.
2552 (restart): New procedure.
2553 (test_dprintf): New procecure, use to continue over dprintfs.
2554 (test_call, test_agent): New procedures, tests moved here.
2555 Restart gdb and recreate dprintfs. Adjust expected output.
2557 2015-07-29 Pedro Alves <palves@redhat.com>
2559 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2561 2015-07-29 Pedro Alves <palves@redhat.com>
2563 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2565 2015-07-29 Pedro Alves <palves@redhat.com>
2567 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2570 2015-07-29 Pedro Alves <palves@redhat.com>
2572 * lib/gdb.exp (gdb_test_stdio): New procedure.
2574 2015-07-29 Pedro Alves <palves@redhat.com>
2576 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2578 2015-07-29 Pedro Alves <palves@redhat.com>
2580 * gdb.base/call-signal-resume.exp: Remove check for
2581 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2582 * gdb.base/unwindonsignal.exp: Likewise.
2583 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2584 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2586 2015-07-29 Pedro Alves <palves@redhat.com>
2588 * gdb.base/siginfo-addr.c (pass): New function.
2589 (handler): Call it iff si_addr is correct.
2590 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2591 Set a breakpoint at "pass" and continue to it.
2593 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2595 * gdb.python/py-objfile.exp: Make some tests have unique names.
2596 * gdb.python/py-pp-registration.exp: Likewise.
2598 2015-07-28 Pedro Alves <palves@redhat.com>
2600 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2602 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2604 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2606 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2608 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2610 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2612 * gdb.base/gdb-sigterm-2.exp: New test.
2614 2015-07-25 Doug Evans <xdje42@gmail.com>
2617 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2618 (workers/%.worker, build-perf): New rule.
2619 (GDB_PERFTEST_MODE): New variable.
2620 (check-perf): Use it.
2621 (clean): Clean up gdb.perf parallel build subdirs.
2622 * lib/build-piece.exp: New file.
2623 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2624 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2626 (standard_temp_file): Ditto.
2627 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2630 2015-07-24 Doug Evans <dje@google.com>
2632 * gdb.perf/lib/perftest/utils.py: New file.
2633 * gdb.perf/gm-hello.cc: New file.
2634 * gdb.perf/gm-pervasive-typedef.cc: New file.
2635 * gdb.perf/gm-pervasive-typedef.h: New file.
2636 * gdb.perf/gm-std.cc: New file.
2637 * gdb.perf/gm-std.h: New file.
2638 * gdb.perf/gm-use-cerr.cc: New file.
2639 * gdb.perf/gm-utils.h: New file.
2640 * gdb.perf/gmonster-null-lookup.py: New file.
2641 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2642 * gdb.perf/gmonster-print-cerr.py: New file.
2643 * gdb.perf/gmonster-ptype-string.py: New file.
2644 * gdb.perf/gmonster-runto-main.py: New file.
2645 * gdb.perf/gmonster-select-file.py: New file.
2646 * gdb.perf/gmonster1-null-lookup.exp: New file.
2647 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2648 * gdb.perf/gmonster1-print-cerr.exp: New file.
2649 * gdb.perf/gmonster1-ptype-string.exp: New file.
2650 * gdb.perf/gmonster1-runto-main.exp: New file.
2651 * gdb.perf/gmonster1-select-file.exp: New file.
2652 * gdb.perf/gmonster1.cc: New file.
2653 * gdb.perf/gmonster1.exp: New file.
2654 * gdb.perf/gmonster2-null-lookup.exp: New file.
2655 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2656 * gdb.perf/gmonster2-print-cerr.exp: New file.
2657 * gdb.perf/gmonster2-ptype-string.exp: New file.
2658 * gdb.perf/gmonster2-runto-main.exp: New file.
2659 * gdb.perf/gmonster2-select-file.exp: New file.
2660 * gdb.perf/gmonster2.cc: New file.
2661 * gdb.perf/gmonster2.exp: New file.
2663 2015-07-24 Doug Evans <dje@google.com>
2665 * gdb.perf/README: New file.
2666 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2667 * lib/gen-perf-test.exp: New file.
2669 2015-07-24 Doug Evans <dje@google.com>
2671 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2672 (PerfTest::startup): New function.
2673 (PerfTest::run): Return result of calling body.
2674 (PerfTest::assemble): Rewrite.
2675 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2676 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2677 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2678 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2679 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2681 2015-07-24 Doug Evans <dje@google.com>
2683 * lib/gdb.exp (clean_restart): Make executable optional.
2685 2015-07-24 Doug Evans <dje@google.com>
2687 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2688 compiler_info references.
2689 * gdb.cp/temargs.exp: Ditto.
2690 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2691 (get_compiler_info): Early exit if already computed. Set compiler_info
2692 to "unknown" if there was a problem.
2693 (test_compiler_info): Add function comment. Call get_compiler_info.
2695 2015-07-24 Doug Evans <dje@google.com>
2697 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2698 (workers/%.worker, build-perf): New rule.
2699 (GDB_PERFTEST_MODE): New variable.
2700 (check-perf): Use it.
2701 (clean): Clean up gdb.perf parallel build subdirs.
2702 * lib/build-piece.exp: New file.
2703 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2704 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2706 (standard_temp_file): Ditto.
2707 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2710 2015-07-24 Doug Evans <dje@google.com>
2712 * lib/future.exp (gdb_default_target_compile): New option
2714 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2717 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2719 * gdb.base/catch-syscall.exp: Call gdb_exit before
2722 2015-07-24 Pedro Alves <palves@redhat.com>
2724 * gdb.python/py-events.exp: Accept output between the stop event
2726 * gdb.python/py-evsignal.exp: Likewise.
2727 * gdb.python/py-evthreads.exp: Likewise.
2729 2015-07-24 Pedro Alves <palves@redhat.com>
2732 * gdb.threads/non-ldr-exit.c: New file.
2733 * gdb.threads/non-ldr-exit.exp: New file.
2735 2015-07-24 Yao Qi <yao.qi@linaro.org>
2737 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2740 2015-07-24 Yao Qi <yao.qi@linaro.org>
2742 * gdb.server/ext-restart.exp: New file.
2744 2015-07-24 Yao Qi <yao.qi@linaro.org>
2746 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2748 * gdb.server/ext-wrapper.exp: New file.
2750 2015-07-23 Doug Evans <dje@google.com>
2752 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2753 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2755 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2757 * gdb.ada/var_arr_typedef.exp: New testcase.
2758 * gdb.ada/var_arr_typedef/pack.adb: New file.
2759 * gdb.ada/var_arr_typedef/pack.ads: New file.
2760 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2762 2015-07-20 Joel Brobecker <brobecker@adacore.com>
2764 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2766 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2768 * gdb.arch/i386-biarch-core.exp: Replace istarget
2769 by "complete set gnutarget". Remove expectation for the "core-file"
2772 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2774 Revert the previous commit:
2775 Tests for validate symbol file using build-id.
2777 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2779 Tests for validate symbol file using build-id.
2780 * gdb.base/solib-mismatch-lib.c: New file.
2781 * gdb.base/solib-mismatch-libmod.c: New file.
2782 * gdb.base/solib-mismatch.c: New file.
2783 * gdb.base/solib-mismatch.exp: New file.
2785 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2787 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2789 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2790 * gdb.base/siginfo.exp: Likewise.
2791 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2793 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2795 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2797 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2799 * gdb.trace/range-stepping.exp: Check that the target supports
2802 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2804 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2806 2015-07-14 Pedro Alves <palves@redhat.com>
2808 * gdb.base/killed-outside.exp: New file.
2809 * gdb.base/killed-outside.c: New file.
2811 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2813 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2815 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2817 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2819 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2820 infcall tests instead of setting up for KFAIL.
2822 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2824 * gdb.btrace/record_goto-step.exp: New.
2826 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2829 * gdb.compile/compile.c (struct struct_type): Add volatile to
2831 * gdb.compile/compile.exp
2832 (compile code struct_object.selffield = &struct_object): Skip further
2833 struct_object tests if this one xfails.
2835 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
2838 * gdb.trace/ax.exp: Add test.
2840 2015-07-07 Yao Qi <yao.qi@linaro.org>
2842 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2843 instead of istarget "aarch64*-*-*".
2844 * gdb.arch/aarch64-fp.exp: Likewise.
2845 * gdb.base/float.exp: Likewise.
2846 * gdb.reverse/aarch64.exp: Likewise.
2847 * lib/gdb.exp (is_aarch64_target): New proc.
2849 2015-07-07 Yao Qi <yao.qi@linaro.org>
2851 * lib/gdb.exp (is_aarch32_target): New proc.
2852 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2853 instead of "istarget "arm*-*-*"".
2854 * gdb.arch/arm-disp-step.exp: Likewise.
2855 * gdb.arch/thumb-bx-pc.exp: Likewise.
2856 * gdb.arch/thumb-prologue.exp: Likewise.
2857 * gdb.arch/thumb-singlestep.exp: Likewise.
2858 * gdb.base/disp-step-syscall.exp: Likewise.
2859 * gdb.base/float.exp: Likewise.
2861 2015-07-07 Yao Qi <yao.qi@linaro.org>
2863 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2864 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2866 2015-07-07 Yao Qi <yao.qi@linaro.org>
2868 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2869 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2871 * gdb.multi/multi-arch.exp: Likewise.
2873 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2875 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2878 2015-07-07 Yao Qi <yao.qi@linaro.org>
2880 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2882 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2884 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2885 '[' and ']' characters.
2887 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2889 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2891 2015-06-29 Pedro Alves <palves@redhat.com>
2894 * gdb.threads/hand-call-new-thread.c: New file.
2895 * gdb.threads/hand-call-new-thread.c: New file.
2897 2015-06-26 Keith Seitz <keiths@redhat.com>
2898 Doug Evans <dje@google.com>
2901 * gdb.cp/var-tag-2.cc: New file.
2902 * gdb.cp/var-tag-3.cc: New file.
2903 * gdb.cp/var-tag-4.cc: New file.
2904 * gdb.cp/var-tag.cc: New file.
2905 * gdb.cp/var-tag.exp: New file.
2907 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2909 * gdb.base/history-duplicates.exp: New test.
2911 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2913 * gdb.base/completion.exp: Test the completion of the "focus"
2916 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2918 * gdb.arch/amd64-prologue-skip.S: New file.
2919 * gdb.arch/amd64-prologue-skip.exp: New file.
2921 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2923 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2924 is_address_zero_readable check.
2926 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2928 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2929 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2931 2015-06-24 Yao Qi <yao.qi@linaro.org>
2933 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2936 2015-06-24 Yao Qi <yao.qi@linaro.org>
2938 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2939 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2940 * gdb.base/siginfo-thread.exp: Likewise.
2942 2015-06-22 Yao Qi <yao.qi@linaro.org>
2944 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2946 2015-06-22 Yao Qi <yao.qi@linaro.org>
2948 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2950 (skip_hw_watchpoint_tests): Likewise.
2952 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2954 * gdb.base/gdbinit-history.exp: Test the interaction between
2955 setting GDBHISTSIZE and setting the history size via .gdbinit.
2957 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2960 * gdb.base/gdbhistsize-history.exp: New test.
2962 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2964 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2966 * gdb.base/readline.exp: Likewise.
2968 2015-06-17 Yao Qi <yao.qi@linaro.org>
2970 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2973 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2975 * gdb.base/gdbinit-history.exp: Add test case to check that
2976 an unlimited history file does not get truncated on exit.
2978 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2980 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2981 (VECTOR): New macro. Use it...
2982 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2983 ...for these typedefs.
2984 (int8, char1, int1, double1): New typedefs.
2985 (struct just_int2, struct two_int2): New structures.
2986 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2987 (add_structvecs, add_singlevecs): New functions.
2988 (main): Call add_some_intvecs twice.
2989 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2990 the compile and exit upon failure. Try compiling for the "native"
2991 architecture. Test inferior function calls with vector arguments
2992 and vector return value handling with "finish" and "return".
2994 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2996 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2997 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2999 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3001 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3003 PR breakpoints/16465
3004 * gdb.mi/mi-dprintf-pending.c: New file.
3005 * gdb.mi/mi-dprintf-pending.exp: New test.
3006 * gdb.mi/mi-dprintf-pendshr.c: New file.
3008 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3009 Mircea Gherzan <mircea.gherzan@intel.com>
3011 * gdb.arch/i386-mpx-map.c: New file.
3012 * gdb.arch/i386-mpx-map.exp: New File.
3014 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3016 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
3017 * gdb.arch/i386-mpx.exp: Indentation fixed.
3019 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3021 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
3022 function and improved indentation.
3023 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
3024 gdb_test_multiple. Added additional tests to skip the test.
3026 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3028 * gdb.arch/i386-avx512.c: Change path in include file.
3029 * gdb.arch/i386-avx512.exp: Change include dir path
3031 * gdb.arch/i386-mpx.c: Change path in include file.
3032 * gdb.arch/i386-mpx.exp: Change include dir path compilation
3035 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3037 * gdb.compile/compile-print.exp (compile print *vararray@3)
3038 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
3040 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3042 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
3043 (do not keep jit in memory): ... this.
3044 (expect 5): Change it to ...
3045 (expect no 5): ... this.
3047 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
3050 * gdb.mi/mi-detach.exp: New file.
3052 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3055 * gdb.arch/amd64-tailcall-self.S: New file.
3056 * gdb.arch/amd64-tailcall-self.c: New file.
3057 * gdb.arch/amd64-tailcall-self.exp: New file.
3059 2015-05-28 Don Breazeal <donb@codesourcery.com>
3061 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
3062 tests for remote targets by checking is_target_gdbserver.
3064 2015-05-27 Doug Evans <dje@google.com>
3066 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
3067 * gdb.dwarf2/opaque-type-lookup.c: New file.
3068 * gdb.dwarf2/opaque-type-lookup.exp: New file.
3070 2015-05-26 Doug Evans <dje@google.com>
3072 * gdb.cp/iostream.cc: New file.
3073 * gdb.cp/iostream.exp: New file.
3075 2015-05-26 Doug Evans <dje@google.com>
3077 * gdb.dwarf2/dw2-op-call.exp: Update.
3078 * gdb.dwarf2/dw4-sig-types.exp: Update.
3079 * gdb.dwarf2/implptr.exp: Update.
3080 * gdb.mi/mi-cmd-param-changed.exp: Update.
3082 2015-05-26 Doug Evans <dje@google.com>
3084 * gdb.python/py-lazy-string.c: New file.
3085 * gdb.python/py-lazy-string.exp: New file.
3086 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
3087 (main): Update. Add estring3.
3088 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
3089 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
3091 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
3092 Yao Qi <yao.qi@linaro.org>
3094 * gdb.reverse/aarch64.c: New.
3095 * gdb.reverse/aarch64.exp: New.
3097 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
3099 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
3100 (supports_reverse): Likewise.
3102 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3104 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3105 Use with_test_prefix.
3107 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3109 * gdb.base/completion.exp: Add test for completion of layout
3112 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3114 * lib/gdb.exp (skip_tui_tests): New proc.
3115 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3117 2015-05-19 Pedro Alves <palves@redhat.com>
3119 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3120 Save the whole env array instead of just HOME. Unset HISTSIZE in
3121 the environment while testing. Restore whole environment
3124 2015-05-16 Doug Evans <xdje42@gmail.com>
3126 * gdb.guile/scm-ports.c: New file.
3127 * gdb.guile/scm-ports.exp: Add memory port tests.
3129 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3131 * gdb.compile/compile-print.c: New file.
3132 * gdb.compile/compile-print.exp: New file.
3134 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3136 * gdb.compile/compile-ops.exp: Cast param to void.
3137 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3138 (compile code struct_object.selffield = &struct_object): Add xfail.
3140 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3142 * gdb.ada/arr_enum_with_gap: New testcase.
3144 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3146 * gdb.ada/byte_packed_arr: New testcase.
3148 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3150 * gdb.ada/pckd_neg: New testcase.
3152 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3155 * gdb.base/gdbinit-history.exp: New test.
3156 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3157 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3159 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3161 * gdb.python/py-xmethods.cc: Enhance test case.
3162 * gdb.python/py-xmethods.exp: New tests.
3163 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3165 (B_indexoper): Likewise.
3166 (global_dm_list) : Add new xmethod worker functions.
3168 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3170 * gdb.base/coredump-filter.exp: Correctly unset
3171 "coredump_var_addr" array.
3173 2015-05-08 Pedro Alves <palves@redhat.com>
3175 * gdb.server/non-existing-program.exp: Unset spawn_id.
3177 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3180 * gdb.python/py-xmethods.exp: Add tests.
3182 2015-05-08 Yao Qi <yao.qi@linaro.org>
3185 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3186 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3187 function set_coredump_filter, and remove remote_exec call.
3188 Remove argument ipid. Callers update.
3189 (top level): Don't get inferior's PID.
3191 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3193 * gdb.base/watch_thread_num.exp: Skip test on targets without
3196 2015-05-06 Pedro Alves <palves@redhat.com>
3199 * gdb.server/non-existing-program.exp: New file.
3201 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3203 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3205 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3207 * gdb.ada/out_of_line_in_inlined: New testcase.
3209 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3211 * gdb.ada/var_rec_arr: New testcase.
3213 2015-04-30 Yao Qi <yao.qi@linaro.org>
3215 * gdb.base/break-idempotent.exp: If
3216 skip_hw_watchpoint_multi_tests returns true, skip the tests
3217 on "rwatch" and "awatch".
3219 2015-04-30 Yao Qi <yao.qi@linaro.org>
3221 * gdb.base/relativedebug.exp: Invoke gdb command
3222 "info sharedlibrary", and if libc.so doesn't have debug info,
3225 2015-04-29 Doug Evans <dje@google.com>
3227 * gdb.python/py-xmethods.exp: Add ptype tests.
3228 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3229 get_result_type method.
3231 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3233 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3234 the target does not support hardware watchpoints.
3236 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3238 * gdb.base/break-always.exp: Abort testing if writing to memory
3241 2015-04-28 Doug Evans <dje@google.com>
3243 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3244 * gdb.python/py-pp-registration.exp: ... here. New file.
3245 * gdb.python/py-pp-registration.c: New file.
3246 * gdb.python/py-pp-registration.py: New file.
3248 2015-04-28 Doug Evans <dje@google.com>
3250 * gdb.python/py-bad-printers.c: New file.
3251 * gdb.python/py-bad-printers.py: New file.
3252 * gdb.python/py-bad-printers.exp: New file.
3254 2015-04-28 Sasha Smundak <asmundak@google.com>
3256 * gdb.python/py-type.exp: New test.
3258 2015-04-28 Andy Wingo <wingo@igalia.com>
3260 * gdb.python/py-parameter.exp:
3261 * gdb.guile/scm-parameter.exp: Escape the path that we are
3262 matching against, as it might contain characters that are special
3263 to regular expressions.
3265 2015-04-27 Joel Brobecker <brobecker@adacore.com>
3267 * gdb.ada/rec_comp: New testcase.
3269 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3271 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3274 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3276 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3277 new tests for verilog output.
3279 2015-04-24 Yao Qi <yao.qi@linaro.org>
3281 * boards/remote-gdbserver-on-localhost.exp: New file.
3283 2015-04-23 Pedro Alves <palves@redhat.com>
3285 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3286 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3287 "end of file", remove $inferior_spawn_id from the indirect list.
3289 2015-04-23 Pedro Alves <palves@redhat.com>
3291 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3293 2015-04-23 Pedro Alves <palves@redhat.com>
3295 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3296 on $any_spawn_id instead of only on $gdb_spawn_id.
3298 2015-04-21 Pierre Muller <muller@sourceware.org>
3301 * lib/pascal.exp (gpc_compile): Add new option "class".
3302 (fpc_compile): Likewise.
3303 * gdb.pascal/case-insensitive-symbols.pas: New file.
3304 * gdb.pascal/case-insensitive-symbols.exp: New file.
3306 2015-04-20 Gary Benson <gbenson@redhat.com>
3308 * gdb.base/attach.exp: Fix three extended remote failures.
3310 2015-04-17 Gary Benson <gbenson@redhat.com>
3312 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3313 the main executable over the remote protocol.
3315 2015-04-16 Pedro Alves <palves@redhat.com>
3317 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3318 a new gdbserver if gdbserver_reconnect_p is set.
3320 2015-04-16 Pedro Alves <palves@redhat.com>
3322 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3323 is set, don't exit gdbserver.
3325 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3327 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3328 appropriate .insn, such that an older assembler can be used.
3329 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3330 the z/Architecture instruction set on 31-bit targets as well.
3332 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3334 * gdb.go/handcall.exp: Remove all logic related to the first
3335 breakpoint and rely on go_runto_main instead.
3336 * gdb.go/strings.exp: Likewise.
3337 * gdb.go/unsafe.exp: Likewise.
3338 * gdb.go/hello.exp: Likewise. Also rename the remaining
3339 breakpoint marker to "breakpoint 1".
3340 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3341 * gdb.go/strings.go: Likewise.
3342 * gdb.go/unsafe.go: Likewise.
3343 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3344 "set breakpoint 2 here" and rename the remaining breakpoint marker
3347 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3349 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3350 if itertools.imap is not present.
3351 * gdb.python/py-objfile.exp: Add parentheses.
3352 * gdb.python/py-type.exp: Same.
3353 * gdb.python/py-unwind-maint.py: Same.
3355 2015-04-15 Yao Qi <yao.qi@linaro.org>
3357 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3358 of ":$ptr_size" and set its form explicitly.
3360 2015-04-15 Pedro Alves <palves@redhat.com>
3361 Yao Qi <yao.qi@linaro.org>
3363 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3364 timeout by factor of 4.
3365 (test_regular_watch): Likewise.
3366 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3367 * gdb.reverse/sigall-reverse.exp: Likewise.
3368 * gdb.reverse/until-precsave.exp: Likewise.
3369 * lib/gdb.exp (with_timeout_factor): New proc.
3370 (gdb_expect): Move some code to ...
3371 (get_largest_timeout): ... here. New procedure.
3373 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
3375 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3377 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3379 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3380 to write to the .text section.
3382 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3384 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3385 Handle the case of targets that do not provide PID information.
3387 2015-04-13 Yao Qi <yao.qi@linaro.org>
3389 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3390 and use expect instead of gdb_expect.
3392 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3394 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3395 "coredump_var_addr" to avoid naming conflict with other testcases.
3397 2015-04-10 Pedro Alves <palves@redhat.com>
3399 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3400 gdb_test_sequence and gdb_assert.
3402 2015-04-10 Pedro Alves <palves@redhat.com>
3404 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3405 test messages that don't include the breakpoint address.
3407 2015-04-10 Yao Qi <yao.qi@linaro.org>
3409 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3410 false for some offset and width combinations which aren't
3411 supported by linux kernel.
3413 2015-04-10 Pedro Alves <palves@redhat.com>
3415 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3416 procedure, factored out from ...
3417 (top level): ... here. Add "set displaced-stepping" testing axis.
3418 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3419 parameter "displaced". Use it.
3420 (top level): Use foreach and add "set displaced-stepping" testing
3423 2015-04-10 Pedro Alves <palves@redhat.com>
3425 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3427 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3428 both the address of the instruction that triggers the watchpoint
3429 and the address of the instruction immediately after, and use
3430 those addresses for the test. Fix comment.
3432 2015-04-10 Pedro Alves <palves@redhat.com>
3434 * gdb.base/sigstep.exp (breakpoint_to_handler)
3435 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3436 Test "backtrace" in handler.
3437 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3438 (top level): Add new "displaced" test axis to
3439 breakpoint_to_handler, breakpoint_to_handler_entry and
3440 breakpoint_over_handler.
3442 2015-04-10 Pedro Alves <palves@redhat.com>
3445 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3447 2015-04-10 Yao Qi <yao.qi@linaro.org>
3449 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3450 (test_add_rn_pc): New function.
3451 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3452 (top level): Invoke test_add_rn_pc.
3454 2015-04-10 Pedro Alves <palves@redhat.com>
3457 * gdb.base/step-over-no-symbols.exp: New file.
3459 2015-04-09 Andy Wingo <wingo@igalia.com>
3461 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3462 after the Python tests.
3464 2015-04-08 Keith Seitz <keiths@redhat.com>
3467 * gdb.python/py-completion.exp: New tests for completion.
3468 * gdb.python/py-completion.py (CompleteLimit1): New class.
3469 (CompleteLimit2): Likewise.
3470 (CompleteLimit3): Likewise.
3471 (CompleteLimit4): Likewise.
3472 (CompleteLimit5): Likewise.
3473 (CompleteLimit6): Likewise.
3474 (CompleteLimit7): Likewise.
3476 2015-04-08 Pedro Alves <palves@redhat.com>
3480 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3482 (main): Install it as SIGUSR1 handler.
3483 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3484 parameter. Always use "setup" as prefix. Toggle "set
3485 displaced-stepping" off/on depending on global. Don't switch to
3487 (top level): Add displaced stepping "off/on" test axis. Update
3488 "setup" calls. Wrap each subtest with with_test_prefix. Test
3489 continuing with a queued signal in each thread.
3491 2015-04-08 Pedro Alves <palves@redhat.com>
3493 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3494 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3495 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3496 Return early if running to main fails.
3497 * gdb.trace/while-stepping.exp: Likewise.
3499 2015-04-07 Pedro Alves <palves@redhat.com>
3501 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3502 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3503 interact with inferior program.
3505 2015-04-07 Pedro Alves <palves@redhat.com>
3507 * lib/gdb.exp (inferior_spawn_id): New global.
3508 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3509 spawn id after processing the user code.
3510 (default_gdb_start): Set inferior_spawn_id.
3511 (send_inferior): New procedure.
3512 * lib/gdbserver-support.exp (gdbserver_start): Set
3514 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3516 2015-04-07 Pedro Alves <palves@redhat.com>
3518 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3519 * lib/gdbserver-support.exp (gdbserver_start): Make
3520 $server_spawn_id global.
3521 (gdbserver_start): Don't wait for gdbserver's spawn id with
3523 (close_gdbserver): New procedure.
3524 (gdb_exit): Rename the default version and reimplement.
3526 2015-04-07 Pedro Alves <palves@redhat.com>
3528 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
3529 append the substituted item, not the original item.
3531 2015-04-07 Pedro Alves <palves@redhat.com>
3533 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3536 2015-04-07 Pedro Alves <palves@redhat.com>
3538 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3539 output appearing once only.
3541 2015-04-07 Pedro Alves <palves@redhat.com>
3543 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3544 that doesn't expect anything. Return early if running to main
3547 2015-04-07 Yao Qi <yao.qi@linaro.org>
3549 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3550 (child_function): Call alarm.
3551 (main): Move call to alarm into the loop.
3552 * gdb.threads/non-stop-fair-events.exp: Build program with
3555 2015-04-06 Doug Evans <xdje42@gmail.com>
3557 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3558 Fix dest parameter to board_info.
3559 (fpc_compile): Ditto.
3560 (gdb_compile_pascal): Rename dest arg to destfile.
3562 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3564 * gdb.ada/funcall_ref.exp: New file.
3565 * gdb.ada/funcall_ref/foo.adb: New file.
3567 2015-04-02 Yao Qi <yao.qi@linaro.org>
3569 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3572 2015-04-02 Gary Benson <gbenson@redhat.com>
3574 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3576 2015-04-01 Sasha Smundak <asmundak@google.com>
3578 * gdb.python/py-unwind-maint.c: New file.
3579 * gdb.python/py-unwind-maint.exp: New test.
3580 * gdb.python/py-unwind-maint.py: New file.
3581 * gdb.python/py-unwind.c: New file.
3582 * gdb.python/py-unwind.exp: New test.
3583 * gdb.python/py-unwind.py: New test.
3585 2015-04-01 Pedro Alves <palves@redhat.com>
3587 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3588 to fail instead of non-existent $test.
3590 2015-04-01 Pedro Alves <palves@redhat.com>
3592 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3593 GDBFLAGS if not empty.
3595 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3597 * gdb.ada/complete.exp: Remove "multi_line".
3598 * gdb.ada/info_exc.exp: Remove "multi_line".
3599 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3600 * gdb.ada/ptype_field.exp: Remove "multi_line".
3601 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3602 * gdb.ada/tagged.exp: Remove "multi_line".
3603 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3605 * gdb.btrace/delta.exp: Likewise.
3606 * gdb.btrace/exception.exp: Likewise.
3607 * gdb.btrace/function_call_history.exp: Likewise.
3608 * gdb.btrace/instruction_history.exp: Likewise.
3609 * gdb.btrace/nohist.exp: Likewise.
3610 * gdb.btrace/record_goto.exp: Likewise.
3611 * gdb.btrace/segv.exp: Likewise.
3612 * gdb.btrace/stepi.exp: Likewise.
3613 * gdb.btrace/tailcall.exp: Likewise.
3614 * gdb.btrace/unknown_functions.exp: Likewise.
3615 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3616 * lib/gdb.exp: Add the "multi_line" helper.
3618 2015-04-01 Pedro Alves <palves@redhat.com>
3620 * gdb.threads/tid-reuse.c: New file.
3621 * gdb.threads/tid-reuse.exp: New file.
3623 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3626 * gdb.base/coredump-filter.c: New file.
3627 * gdb.base/coredump-filter.exp: Likewise.
3629 2015-03-27 Petr Machata <pmachata@redhat.com>
3631 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3632 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3633 (Dwarf::assemble): Initialize them.
3634 (Dwarf::lines): New function.
3636 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3638 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3639 SYMBOL_PREFIX for x86_64-*-cygwin.
3641 2015-03-26 Andy Wingo <wingo@igalia.com>
3644 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3645 const_value but not a location.
3646 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3647 location defined in non-main CUs are visible.
3649 2015-03-26 Yao Qi <yao.qi@linaro.org>
3652 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3653 Add a line number entry for the same line.
3654 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3655 Add a line number entry for the same line.
3657 2015-03-26 Yao Qi <yao.qi@linaro.org>
3659 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3661 (func): Likewise. Add .Lfunc_1 label.
3663 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3668 2015-03-26 Yao Qi <yao.qi@linaro.org>
3670 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3671 Call gdb_compile instead to compile each .s files without debug
3674 2015-03-26 Yao Qi <yao.qi@linaro.org>
3676 * gdb.base/savedregs.exp (process_saved_regs): Make
3677 "Saved registers:" optional in the pattern.
3679 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3681 * gdb.btrace/next.exp: Merged into step.exp.
3682 * gdb.btrace/finish.exp: Merged into step.exp.
3683 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3684 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3685 "record goto" and checking the exact replay position.
3686 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3687 check for "Recording format" in "info record" output.
3688 * gdb.btrace/record_goto.exp: Choose test file based on target.
3689 * gdb.btrace/x86-record_goto.S: Renamed into ...
3690 * gdb.btrace/x86_64-record_goto.S: ... this.
3691 * gdb.btrace/i686-record_goto.S: New.
3692 * gdb.btrace/x86-tailcall.S: Renamed into ...
3693 * gdb.btrace/x86_64-tailcall.S: ... this.
3694 * gdb.btrace/i686-tailcall.S: New.
3695 * gdb.btrace/x86-tailcall.c: Renamed into ...
3696 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3697 separate statements. Update test.
3698 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3699 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3700 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3701 * gdb.btrace/tailcall.exp: Choose test file based on target.
3702 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3704 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3706 * gdb.btrace/exception.exp: Increase BTS buffer size.
3708 2015-03-24 Pedro Alves <palves@redhat.com>
3710 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3712 2015-03-24 Pedro Alves <palves@redhat.com>
3714 * gdb.threads/schedlock.exp (test_step): No longer expect that
3715 "set scheduler-locking step" with "next" over a function call runs
3718 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3720 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3722 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3724 PR breakpoints/16466
3725 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3726 * gdb.mi/mi-pending.c (thread_func): New function.
3727 (int main): Add threading support required.
3728 * gdb.mi/mi-pending.exp: Add tests for this issue.
3729 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3730 (pendfunc2): Remove stdio dependency.
3731 * gdb.mi/mi-pendshr2.c: New file.
3733 2015-03-23 Keith Seitz <keiths@redhat.com>
3735 * gdb.linespec/keywords.c: New file.
3736 * gdb.linespec/keywords.exp: New file.
3738 2015-03-23 Keith Seitz <keiths@redhat.com>
3741 * gdb.dwarf2/staticvirtual.exp: New test.
3743 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3745 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3746 * README: Remove HP-UX and gdb.hp.
3748 * configure: Regenerate.
3749 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3750 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3751 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3752 gdb.hp/gdb.defects/Makefile.
3753 * gdb.hp/Makefile.in: File deleted.
3754 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3755 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3756 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3757 * gdb.hp/gdb.aCC/run.c: File deleted.
3758 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3759 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3760 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3761 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3762 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3763 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3764 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3765 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3766 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3767 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3768 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3769 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3770 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3771 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3772 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3773 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3774 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3775 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3776 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3777 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3778 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3779 * gdb.hp/gdb.compat/average.c: File deleted.
3780 * gdb.hp/gdb.compat/sum.c: File deleted.
3781 * gdb.hp/gdb.compat/xdb.c: File deleted.
3782 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3783 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3784 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3785 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3786 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3787 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3788 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3789 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3790 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3791 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3792 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3793 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3794 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3795 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3796 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3797 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3798 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3799 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3800 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3801 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3802 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3803 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3804 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3805 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3806 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3807 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3808 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3809 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3810 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3811 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3812 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3813 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3814 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3815 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3816 * gdb.hp/tools/odump: File deleted.
3818 2015-03-19 Pedro Alves <palves@redhat.com>
3820 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3821 (saw_thread_3): New globals.
3822 (top level): Increment them when an event for the corresponding
3824 (no thread starvation): New test.
3826 2015-03-19 Pedro Alves <palves@redhat.com>
3828 * gdb.threads/continue-pending-status.c: New file.
3829 * gdb.threads/continue-pending-status.exp: New file.
3831 2015-03-18 Pedro Alves <palves@redhat.com>
3833 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3834 Use gdb_is_target_remote instead of is_remote. Use
3835 gdb_test_multiple instead of gdb_expect. Exit early if
3836 gdb_test_multiple hits its internal matches. Tighten stepi tests
3837 expected output. Fail on exit with any signal, instead of just
3840 2015-03-18 Yao Qi <yao.qi@linaro.org>
3843 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3845 * gdb.base/catch-syscall.exp: Don't skip it on
3846 aarch64*-*-linux* target. Remove elements in all_syscalls.
3847 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3849 (setup_all_syscalls): New proc.
3851 2015-03-16 Yao Qi <yao.qi@linaro.org>
3853 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3854 (top level): Skip tests if valid_addr_p returns false for
3857 2015-03-11 Andy Wingo <wingo@igalia.com>
3859 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3861 2015-03-11 Yao Qi <yao.qi@linaro.org>
3863 * gdb.base/catch-syscall.exp: Fix typo in comments.
3865 2015-03-11 Yao Qi <yao.qi@linaro.org>
3867 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3869 2015-03-09 Pedro Alves <palves@redhat.com>
3871 * dg-extract-results.py: Delete.
3873 2015-03-09 Pedro Alves <palves@redhat.com>
3875 Merge dg-extract-results.sh from GCC upstream (r218843).
3877 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3878 * dg-extract-results.sh: Use --text with grep to avoid issues with
3879 binary files. Fall back to cat -v, if that doesn't work.
3881 2015-03-05 Pedro Alves <palves@redhat.com>
3883 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3885 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3887 * lib/mi-support.exp (mi_expect_interrupt): Accept
3888 alternative event for when in all-stop mode.
3890 2015-03-04 Pedro Alves <palves@redhat.com>
3892 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3894 2015-03-04 Mark Kettenis <kettenis@gnu.org>
3896 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3898 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3900 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3901 regexps for GDB's current line display, accept a hex address
3902 preceding the line number.
3904 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3906 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3907 the 'arch1' variable for "s390*-linux*" targets.
3909 2015-03-04 Pedro Alves <palves@redhat.com>
3911 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3912 (main): Pass missing retval argument to pthread_join call.
3914 2015-03-02 Pedro Alves <palves@redhat.com>
3916 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3917 (top level): Call do_test with non-stop as well.
3919 2015-03-02 Pedro Alves <palves@redhat.com>
3921 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3924 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3926 * gdb.arch/s390-vregs.exp: New test.
3927 * gdb.arch/s390-vregs.S: New file.
3929 2015-02-27 Pedro Alves <palves@redhat.com>
3931 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3932 call to catch_command_errors.
3933 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3934 catch_command_errors.
3936 2015-02-27 Pedro Alves <palves@redhat.com>
3938 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3939 "true" for boolean result.
3940 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3943 2015-02-27 Pedro Alves <palves@redhat.com>
3945 * lib/unbuffer_output.c: New file.
3946 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3947 (main): Call gdb_unbuffer_output.
3949 2015-02-27 Yao Qi <yao.qi@linaro.org>
3951 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3954 2015-02-26 Doug Evans <dje@google.com>
3956 * gdb.cp/class2.cc (Dbase, D): New classes.
3957 (main): New local delta.
3958 * gdb.cp/class2.exp: Test printing delta.
3959 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3960 (dynbar): New global.
3961 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3963 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3965 * gdb.compile/compile-ifunc.c: New file.
3966 * gdb.compile/compile-ifunc.exp: New file.
3968 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3970 * gdb.base/structs.exp: Check for correct struct on finish.
3972 2015-02-26 Yao Qi <yao.qi@linaro.org>
3974 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3977 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3979 * gdb.arch/cordic.ko.bz2: New file.
3980 * gdb.arch/cordic.ko.debug.bz2: New file.
3981 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3983 2015-02-25 Yao Qi <yao.qi@linaro.org>
3985 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3986 aarch64*-*-* target.
3988 2015-02-23 Pedro Alves <palves@redhat.com>
3990 * lib/gdb.exp (delete_breakpoints): Rewrite using
3993 2015-02-23 Pedro Alves <palves@redhat.com>
3995 * gdb.base/info-os.c: Include stdlib.h.
3997 2015-02-22 Doug Evans <xdje42@gmail.com>
4000 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4001 is read after symbols have been re-read.
4002 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4003 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4005 2015-02-21 Doug Evans <dje@google.com>
4007 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4009 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4012 * gdb.arch/i386-biarch-core.core.bz2: New file.
4013 * gdb.arch/i386-biarch-core.exp: New file.
4015 2015-02-21 Pedro Alves <palves@redhat.com>
4017 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
4020 2015-02-20 Pedro Alves <palves@redhat.com>
4022 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
4025 2015-02-20 Pedro Alves <palves@redhat.com>
4027 * gdb.threads/multi-create-ns-info-thr.exp: New file.
4029 2015-02-20 Pedro Alves <palves@redhat.com>
4031 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
4032 clean_restart before gdb_target_supports_trace.
4034 2015-02-20 Pedro Alves <palves@redhat.com>
4037 * gdb.threads/clone-thread_db.c: New file.
4038 * gdb.threads/clone-thread_db.exp: New file.
4040 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4042 PR breakpoints/16812
4043 * gdb.base/catch-gdb-caused-signals.c: New file.
4044 * gdb.base/catch-gdb-caused-signals.exp: New file.
4046 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4048 * configure: Regenerated.
4049 * configure.ac: Use GDB_AC_TRANSFORM.
4050 * aclocal.m4: sinclude ../transform.m4.
4052 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4054 * lib/dtrace.exp: New file.
4055 * gdb.base/dtrace-probe.exp: Likewise.
4056 * gdb.base/dtrace-probe.d: Likewise.
4057 * gdb.base/dtrace-probe.c: Likewise.
4058 * lib/pdtrace.in: Likewise.
4059 * configure.ac: Output variables with the transformed names of
4060 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
4061 * configure: Regenerated.
4063 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4065 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
4066 expected message when trying to access $_probe_* convenience
4067 variables while not on a probe.
4069 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4071 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
4073 2015-02-11 Pedro Alves <pedro@codesourcery.com>
4075 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
4076 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
4078 2015-02-10 Doug Evans <xdje42@gmail.com>
4080 * lib/gdb.exp (gdb_load): Always return a result.
4082 2015-02-10 Pedro Alves <palves@redhat.com>
4084 * gdb.threads/signal-sigtrap.c: New file.
4085 * gdb.threads/signal-sigtrap.exp: New file.
4087 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4089 * gdb.trace/no-attach-trace.c: New file.
4090 * gdb.trace/no-attach-trace.exp: New file.
4092 2015-02-09 Mark Wielaard <mjw@redhat.com>
4094 * gdb.dwarf2/atomic.c: New file.
4095 * gdb.dwarf2/atomic-type.exp: Likewise.
4097 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4099 * gdb.btrace/buffer-size.exp: Update "info record" output.
4100 * gdb.btrace/delta.exp: Update "info record" output.
4101 * gdb.btrace/enable.exp: Update "info record" output.
4102 * gdb.btrace/finish.exp: Update "info record" output.
4103 * gdb.btrace/instruction_history.exp: Update "info record" output.
4104 * gdb.btrace/next.exp: Update "info record" output.
4105 * gdb.btrace/nexti.exp: Update "info record" output.
4106 * gdb.btrace/step.exp: Update "info record" output.
4107 * gdb.btrace/stepi.exp: Update "info record" output.
4108 * gdb.btrace/nohist.exp: Update "info record" output.
4110 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4112 * gdb.btrace/buffer-size: New.
4114 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4116 * gdb.btrace/delta.exp: Update "info record" output.
4117 * gdb.btrace/enable.exp: Update "info record" output.
4118 * gdb.btrace/finish.exp: Update "info record" output.
4119 * gdb.btrace/instruction_history.exp: Update "info record" output.
4120 * gdb.btrace/next.exp: Update "info record" output.
4121 * gdb.btrace/nexti.exp: Update "info record" output.
4122 * gdb.btrace/step.exp: Update "info record" output.
4123 * gdb.btrace/stepi.exp: Update "info record" output.
4124 * gdb.btrace/nohist.exp: Update "info record" output.
4126 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4129 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4131 2015-02-06 Pedro Alves <palves@redhat.com>
4133 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4135 (seconds_left, again): New globals.
4136 (main): Wait seconds_left in a 1-second sleep loop instead of
4137 sleeping 180 seconds. If 'again' is set, reset the seconds
4139 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4140 'again' in the inferior before detaching. Print the seconds left.
4141 (options): New global.
4142 (top level): Build program with -DTIMEOUT=$timeout.
4144 2015-02-06 Pedro Alves <palves@redhat.com>
4146 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4147 determine how many seconds to pass to 'alarm'.
4148 * gdb.base/gdb-sigterm.exp (top level): Build program with
4150 (do_test): Return success/failure indication. Add more verbose
4151 logging. Don't fail if 200 single steps are seen. Instead, fail
4152 when the test times out.
4153 (passes): New global.
4154 (top level): Break the testing loop if testing fails on any
4155 iteration. Use gdb_assert.
4157 2015-02-04 Don Breazeal <donb@codesourcery.com>
4159 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4160 and initialize them.
4161 (ipc_cleanup): New function.
4162 (main): Don't declare shmid, semid, and msqid. Add a call to
4163 atexit so that we call ipc_cleanup on exit.
4165 2015-02-04 Pedro Alves <palves@redhat.com>
4167 * boards/native-extended-gdbserver.exp: Remove any target variant
4168 specifications from the board name before clearing the isremote
4169 flag from board_info.
4171 2015-01-31 Doug Evans <xdje42@gmail.com>
4173 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4175 2015-01-31 Gary Benson <gbenson@redhat.com>
4177 * gdb.base/completion.exp: Disable completion limiting for
4178 existing tests. Add new tests to check completion limiting.
4179 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4181 2015-01-31 Doug Evans <xdje42@gmail.com>
4183 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4185 2015-01-31 Doug Evans <xdje42@gmail.com>
4187 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4188 entries. Duplicate file section script entries.
4189 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4190 inlined entries. Add test for safe-path rejection.
4191 * gdb.python/py-section-script.c: Add duplicate inlined section script
4192 entries. Duplicate file section script entries.
4193 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4194 inlined entries. Add test for safe-path rejection.
4196 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4198 * gdb.ada/disc_arr_bound: New testcase.
4200 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4202 * gdb.ada/mi_var_array: New testcase.
4204 2015-01-27 Doug Evans <dje@google.com>
4206 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4207 Add test for objfile.filename, objfile.username after objfile
4210 2015-01-26 Joel Brobecker <brobecker@adacore.com>
4212 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4213 the second test to print the name attribute of value
4214 returned by the call to gdb.lookup_type, and adjust
4215 the expected output accordingly.
4217 2015-01-25 Mark Wielaard <mjw@redhat.com>
4219 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4220 * gdb.base/disp-step-fork.c: Include unistd.h.
4221 * gdb.base/siginfo-obj.c: Include stdio.h.
4222 * gdb.base/siginfo-thread.c: Likewise.
4223 * gdb.mi/non-stop.c: Include unistd.h.
4224 * gdb.mi/nsthrexec.c: Include stdio.h.
4225 * gdb.mi/pthreads.c: Include unistd.h.
4226 * gdb.modula2/unbounded1.c (main): Declare returns int.
4227 * gdb.reverse/consecutive-reverse.c: Likewise.
4228 * gdb.threads/create-fail.c: Include unistd.h.
4229 * gdb.threads/killed.c: Likewise.
4230 * gdb.threads/linux-dp.c: Likewise.
4231 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4232 * gdb.threads/non-ldr-exc-2.c: Likewise.
4233 * gdb.threads/non-ldr-exc-3.c: Likewise.
4234 * gdb.threads/non-ldr-exc-4.c: Likewise.
4235 * gdb.threads/pthreads.c: Include unistd.h.
4236 (main): Declare returns int.
4237 * gdb.threads/tls-main.c (foo): New declaration.
4238 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4240 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4242 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4243 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4245 2015-01-15 Mark Wielaard <mjw@redhat.com>
4247 * gdb.base/noreturn-return.c: New file.
4248 * gdb.base/noreturn-return.exp: New file.
4249 * gdb.base/noreturn-finish.c: New file.
4250 * gdb.base/noreturn-finish.exp: New file.
4252 2015-01-23 Pedro Alves <palves@redhat.com>
4254 * gdb.threads/continue-pending-after-query.c: New file.
4255 * gdb.threads/continue-pending-after-query.exp: New file.
4257 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4258 Simon Marchi <simon.marchi@ericsson.com>
4260 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4261 * gdb.base/valgrind-db-attach.exp: Same.
4262 * gdb.base/valgrind-infcall.exp: Same.
4263 * lib/mi-support.exp (default_mi_gdb_start): Same.
4264 * lib/prompt.exp (default_prompt_gdb_start): Same.
4265 * lib/gdb.exp (default_gdb_spawn): Same.
4266 (gdb_interact): New.
4269 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4271 * gdb.compile/compile.exp (pointer to jit function): New test.
4273 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4275 * lib/gdb.exp (supports_process_record): Return true for
4277 (supports_reverse): Likewise.
4279 2015-01-15 Don Breazeal <donb@codesourcery.com>
4281 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4282 instead of checking whether the target board is remote and
4283 use spawn_wait_for_attach instead of exec/sleep.
4284 * gdb.base/attach-twice.exp: Likewise.
4286 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4288 * gdb.ada/var_arr_attrs: New testcase.
4290 2015-01-14 Pedro Alves <palves@redhat.com>
4291 Joel Brobecker <brobecker@adacore.com>
4294 * gdb.base/bp-cmds-execution-x-script.c: New file.
4295 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4296 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4298 2015-01-14 Pedro Alves <palves@redhat.com>
4301 * gdb.base/batch-preserve-term-settings.c: New file.
4302 * gdb.base/batch-preserve-term-settings.exp: New file.
4304 2015-01-13 Doug Evans <dje@google.com>
4306 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4309 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4311 * Makefile.in (clean mostlyclean): Do not delete *.py.
4313 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4315 * gdb.python/py-lookup-type.exp: New file.
4317 2015-01-12 Pedro Alves <palves@redhat.com>
4319 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4320 restore GDBFLAGS before returning.
4322 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4324 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4325 is_amd64_regs_target and is_x86_like_target.
4327 2015-01-11 Doug Evans <xdje42@gmail.com>
4329 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4330 is given without an explicit form.
4331 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4333 * gdb.dwarf/corrupt.exp: Ditto.
4334 * gdb.dwarf2/enum-type.exp: Ditto.
4335 * gdb.trace/entry-values.exp: Ditto.
4336 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4338 2015-01-11 Doug Evans <xdje42@gmail.com>
4341 * gdb.base/maint.exp: Remove references to "maint demangle".
4342 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4343 Add tests for explicitly specifying language to demangle.
4344 * gdb.dlang/demangle.exp: Ditto.
4346 2015-01-09 Pedro Alves <palves@redhat.com>
4348 * gdb.threads/non-stop-fair-events.c: New file.
4349 * gdb.threads/non-stop-fair-events.exp: New file.
4351 2015-01-09 Pedro Alves <palves@redhat.com>
4353 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4354 the global scope. Set a breakpoint after all threads are started
4355 rather than stepping over two source lines. Expect the prompt.
4356 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4359 (main): Use threads_started_barrier to wait for all threads to
4360 start. Main thread no longer calls thread_function. Exit after
4362 (loop): New function.
4363 (thread_function): Wait on threads_started_barrier barrier. Call
4364 'loop' at each iteration.
4365 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4366 threads have started, instead of hardcoding number of "next"
4367 steps. Use an access watchpoint instead of a write watchpoint.
4369 2015-01-09 Pedro Alves <palves@redhat.com>
4371 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4372 (thread_func): Wait on barrier.
4373 (main): Wait for all threads to start before stopping GDB.
4374 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4376 (thread1_func, thread2_func): Wait on barrier.
4377 (main): Wait for all threads to start before stopping GDB.
4378 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4380 (thread1_func, thread2_func): Wait on barrier.
4381 (main): Wait for all threads to start before stopping GDB.
4383 2015-01-09 Pedro Alves <palves@redhat.com>
4385 * gdb.threads/attach-many-short-lived-threads.c: New file.
4386 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4388 2014-01-09 Pedro Alves <palves@redhat.com>
4390 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4391 instead of to thread 2.
4392 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4393 Add barrier around each pthread_create call instead of around all
4395 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4396 Set a break on thread_function and have the child threads hit it
4399 2015-01-09 Pedro Alves <palves@redhat.com>
4401 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4402 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4404 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4405 checking whether the target board is remote.
4406 * gdb.multi/multi-attach.exp: Likewise.
4407 * gdb.python/py-sync-interp.exp: Likewise.
4408 * gdb.server/ext-attach.exp: Likewise.
4409 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4410 tests that need to attach, instead of checking whether the target
4411 board is remote at the top of the file.
4413 2015-01-08 Yao Qi <yao@codesourcery.com>
4415 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4417 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4419 Fix testcase compilation.
4420 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4422 2015-01-06 Joel Brobecker <brobecker@adacore.com>
4424 * gdb.python/py-type.exp: Add a couple test about empty
4425 array creation, and negative-length array creation.
4427 2015-01-02 Doug Evans <xdje42@gmail.com>
4429 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4431 2015-01-02 Doug Evans <dje@google.com>
4433 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4435 2014-12-29 Yao Qi <yao@codesourcery.com>
4437 * gdb.trace/entry-values.exp: Update comments. Rename variable
4438 bar_call_foo to returned_from_foo.
4440 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4443 * gdb.linespec/break-asm-file.c: New file.
4444 * gdb.linespec/break-asm-file.exp: New file.
4445 * gdb.linespec/break-asm-file0.s: New file.
4446 * gdb.linespec/break-asm-file1.s: New file.
4448 2014-12-18 Nigel Stephens <nigel@mips.com>
4449 Maciej W. Rozycki <macro@codesourcery.com>
4451 * gdb.base/float.exp: Handle the new output from "info float" on
4454 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4456 Fix MinGW compilation.
4457 * gdb.compile/compile-ops.exp: Update untested message if
4458 !skip_compile_feature_tests.
4459 * gdb.compile/compile-setjmp.exp: Likewise.
4460 * gdb.compile/compile-tls.exp: Likewise.
4461 * gdb.compile/compile.exp: Likewise.
4462 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4463 supported on this host".
4465 2014-12-16 Doug Evans <xdje42@gmail.com>
4467 * boards/stabs.exp: New file.
4469 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4471 * gdb.base/completion.exp: Adjust to format changes of "maint
4472 print user-registers".
4474 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
4477 * gdb.arch/aarch64-fp.c: New file.
4478 * gdb.arch/aarch64-fp.exp: New file.
4480 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4482 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4483 r210637, r210913, r211666, r215400, r215817).
4485 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4486 * dg-extract-results.py: New file.
4487 * dg-extract-results.sh: Use it if the environment seems
4490 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4492 * dg-extract-results.py (parse_run): Handle warnings that
4493 are printed before a test harness is run.
4495 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4497 * dg-extract-results.py (Named): Remove __cmp__ method.
4498 (output_variation): Use a key to sort variation.harnesses.
4500 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4502 * dg-extract-results.py: For Python 3, force sys.stdout to
4503 handle surrogate escape sequences.
4504 (safe_open): New function.
4505 (output_segment, main): Use it.
4507 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4509 * dg-extract-results.py (Prog.result_re): Include options
4512 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4514 * dg-extract-results.py (output_variation): Always sort if
4517 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4519 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4520 as long as we get pagination notifications.
4522 2014-12-15 Jason Merrill <jason@redhat.com>
4524 * Makefile.in (check-gdb.%): Restore.
4525 * README: Mention it.
4527 2014-12-13 Joel Brobecker <brobecker@adacore.com>
4529 * gdb.ada/str_uninit: New testcase.
4531 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4534 * gdb.base/vla-stub-define.c: New file.
4535 * gdb.base/vla-stub.c: New file.
4536 * gdb.base/vla-stub.exp: New file.
4538 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4539 Jan Kratochvil <jan.kratochvil@redhat.com>
4540 Tom Tromey <tromey@redhat.com>
4542 * configure.ac: Add gdb.compile/.
4543 * configure: Regenerate.
4544 * gdb.compile/Makefile.in: New file.
4545 * gdb.compile/compile-ops.exp: New file.
4546 * gdb.compile/compile-ops.c: New file.
4547 * gdb.compile/compile-tls.c: New file.
4548 * gdb.compile/compile-tls.exp: New file.
4549 * gdb.compile/compile-constvar.S: New file.
4550 * gdb.compile/compile-constvar.c: New file.
4551 * gdb.compile/compile-mod.c: New file.
4552 * gdb.compile/compile-nodebug.c: New file.
4553 * gdb.compile/compile-setjmp-mod.c: New file.
4554 * gdb.compile/compile-setjmp.c: New file.
4555 * gdb.compile/compile-setjmp.exp: New file.
4556 * gdb.compile/compile-shlib.c: New file.
4557 * gdb.compile/compile.c: New file.
4558 * gdb.compile/compile.exp: New file.
4559 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4561 2014-12-12 Tom Tromey <tromey@redhat.com>
4563 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4564 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4566 2014-12-12 Doug Evans <dje@google.com>
4568 * lib/gdb-python.exp (get_python_valueof): New function.
4569 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4571 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4573 * gdb.base/completion.exp: Add test for completion of "info
4576 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4578 * gdb.base/func-ptrs.c: New file.
4579 * gdb.base/func-ptrs.exp: New file.
4581 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4583 PR breakpoints/17012
4584 * gdb.base/dprintf-detach.c: New file.
4585 * gdb.base/dprintf-detach.exp: New file.
4587 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4589 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4590 * lib/gdb.exp (target_is_gdbserver): New procedure.
4592 2014-12-08 Doug Evans <dje@google.com>
4594 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4596 2014-12-05 Yao Qi <yao@codesourcery.com>
4598 * gdb.guile/scm-error.exp: Remove the third argument to
4599 gdb_remote_download.
4600 * gdb.guile/scm-frame-args.exp: Likewise.
4601 * gdb.guile/scm-section-script.exp: Likewise.
4603 2014-12-05 Yao Qi <yao@codesourcery.com>
4605 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4607 2014-12-04 Doug Evans <dje@google.com>
4609 * gdb.python/py-objfile.exp: Add tests for
4610 objfile.add_separate_debug_file.
4612 2014-12-04 Doug Evans <dje@google.com>
4614 * lib/gdb.exp (get_build_id): New function.
4615 (build_id_debug_filename_get): Rewrite to use it.
4616 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4618 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4620 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4621 `method(long)', not just 0x0.
4622 * gdb.cp/nsalias.exp: Align code labels to 4.
4623 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4624 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4625 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4626 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4627 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4628 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4630 2014-12-02 Doug Evans <dje@google.com>
4633 * gdb.cp/anon-ns.cc: Move guts of this file to ...
4634 * gdb.cp/anon-ns2.cc: ... here. New file.
4635 * gdb.cp/anon-ns.exp: Update.
4637 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
4639 * gdb.python/py-events.py (inferior_call_handler): New.
4640 (register_changed_handler, memory_changed_handler): New.
4641 (test_events.invoke): Register new handlers.
4642 * gdb.python/py-events.exp: Add tests for inferior call,
4643 memory_changed and register_changed events.
4645 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4647 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4648 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4649 if the linker doesn't understand this.
4651 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4653 * gdb.python/python.exp: Change expected reply to help().
4655 2014-12-01 Yao Qi <yao@codesourcery.com>
4657 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4658 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4659 * configure: Re-generated.
4661 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4663 * gdb.cp/chained-calls.cc: New file.
4664 * gdb.cp/chained-calls.exp: New file.
4665 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4667 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4669 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4670 * gdb.dwarf2/symtab-producer.exp: Same.
4671 * gdb.gdb/python-interrupts.exp: Same.
4672 * gdb.gdb/python-selftest.exp: Same.
4673 * gdb.python/py-linetable.exp: Same.
4674 * gdb.python/py-type.exp: Same.
4675 * gdb.python/py-value-cc.exp: Same.
4676 * gdb.python/py-value.exp: Same.
4678 2014-11-28 Yao Qi <yao@codesourcery.com>
4680 * gdb.base/break-probes.exp: Match library name prefixed with
4683 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4685 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4686 test expected output. Add parentheses for the call to print.
4687 Remove L suffix from integers.
4689 2014-11-26 Doug Evans <dje@google.com>
4691 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4693 2014-11-22 Yao Qi <yao@codesourcery.com>
4695 * gdb.trace/entry-values.c: Remove asms.
4696 (foo): Add foo_label.
4697 (bar): Add bar_label.
4698 * gdb.trace/entry-values.exp: Remove code computing foo's
4699 length and bar's length.
4700 (Dwarf::assemble): Invoke function_range for bar and use
4701 MACRO_AT_func for foo.
4703 2014-11-22 Yao Qi <yao@codesourcery.com>
4705 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4706 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4707 Use .Lgcc43_procstart instead of gcc43.
4709 2014-11-21 Joel Brobecker <brobecker@adacore.com>
4711 * gdb.ada/n_arr_bound: New testcase.
4713 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4715 PR breakpoints/10737
4716 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4717 test_catch_syscall_multi_arch.
4718 (test_catch_syscall_multi_arch): New function.
4720 2014-11-20 Doug Evans <xdje42@gmail.com>
4722 * gdb.base/maint.exp: Update expected output.
4724 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4726 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4727 4-byte instruction on S390.
4729 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4731 * gdb.ada/arr_arr: New testcase.
4733 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4735 * gdb.ada/pkd_arr_elem: New Testcase.
4737 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
4739 * gdb.reverse/break-precsave: Expect completion message for
4741 * gdb.reverse/consecutive-precsave.exp: Likewise.
4742 * gdb.reverse/finish-precsave.exp: Likewise.
4743 * gdb.reverse/i386-precsave.exp: Likewise.
4744 * gdb.reverse/machinestate-precsave.exp: Likewise.
4745 * gdb.reverse/sigall-precsave.exp: Likewise.
4746 * gdb.reverse/solib-precsave.exp: Likewise.
4747 * gdb.reverse/step-precsave.exp: Likewise.
4748 * gdb.reverse/until-precsave.exp: Likewise.
4749 * gdb.reverse/watch-precsave.exp: Likewise.
4751 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4753 * gdb.base/bp-permanent.c: Include unistd.h.
4754 * gdb.python/py-framefilter-mi.c (main): Add return type.
4755 * gdb.python/py-framefilter.c (main): Likewise.
4756 * gdb.trace/actions-changed.c (main): Likewise.
4758 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4760 * gdb.mi/until.c: Add eye-catchers.
4761 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4764 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4766 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4767 function header variants in break1.c.
4768 * gdb.base/ena-dis-br.exp: Likewise.
4769 * gdb.base/hbreak2.exp: Likewise.
4770 * gdb.reverse/until-precsave.exp: Drop references to removed
4771 non-prototype function header variants in ur1.c.
4772 * gdb.reverse/until-reverse.exp: Likewise.
4774 2014-11-17 Petr Machata <pmachata@redhat.com>
4776 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4777 ${_cu_offset_size} bytes abbrev offset.
4779 2014-11-15 Doug Evans <xdje42@gmail.com>
4782 * gdb.base/line-symtabs.exp: New file.
4783 * gdb.base/line-symtabs.c: New file.
4784 * gdb.base/line-symtabs.h: New file.
4786 2014-11-14 Yao Qi <yao@codesourcery.com>
4788 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4789 (func): Add label func_label.
4790 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4791 Replace low_pc and high_pc with MACRO_AT_range.
4792 Replace name, low_pc and high_pc with MACRO_AT_func.
4794 2014-11-14 Yao Qi <yao@codesourcery.com>
4796 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4797 Replace name, low_pc and high_pc with MACRO_AT_func.
4799 2014-11-14 Yao Qi <yao@codesourcery.com>
4801 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4802 produce debug information.
4803 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4805 2014-11-14 Yao Qi <yao@codesourcery.com>
4807 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4808 object and get function length.
4809 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4811 (top-level): Replace gdb_compile and clean_restart with
4812 prepare_for_testing.
4813 * gdb.dwarf2/main.c (main): Add label main_label.
4815 2014-11-14 Yao Qi <yao@codesourcery.com>
4817 * lib/dwarf.exp (function_range): New procedure.
4818 (Dwarf::_handle_macro_at_func): New procedure.
4819 (Dwarf::_handle_macro_at_range): New procedure.
4820 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4822 2014-11-14 Yao Qi <yao@codesourcery.com>
4824 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4825 (_handle_attribute): New procedure.
4827 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4829 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4830 * gdb.base/call-sc.c (zed): Likewise.
4831 * gdb.base/checkpoint.c (main): Likewise.
4832 * gdb.base/dump.c (main): Likewise.
4833 * gdb.base/gcore.c (main): Likewise.
4834 * gdb.base/huge.c (main): Likewise.
4835 * gdb.base/multi-forks.c (main): Likewise.
4836 * gdb.base/pr10179-a.c (main): Likewise.
4837 * gdb.base/savedregs.c (main): Likewise.
4838 * gdb.base/sigaltstack.c (main): Likewise.
4839 * gdb.base/siginfo.c (main): Likewise.
4840 * gdb.base/structs.c (zed): Likewise.
4841 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4842 * gdb.mi/mi-syn-frame.c (main): Likewise.
4843 * gdb.mi/until.c (foo, main): Likewise.
4844 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4845 * gdb.base/solib-weak.c (foo): Declare.
4846 * gdb.base/attach-twice.c: Include stdio.h.
4847 * gdb.base/weaklib1.c: Likewise.
4848 * gdb.base/weaklib2.c: Likewise.
4849 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4850 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4852 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4853 * gdb.mi/mi-exit-code.c: Likewise.
4854 * gdb.base/break-interp-lib.c: Include string.h.
4855 * gdb.base/coremaker.c: Likewise.
4856 * gdb.base/testenv.c: Likewise.
4857 * gdb.python/py-finish-breakpoint.c: Likewise.
4858 * gdb.base/inferior-died.c: Include sys/wait.h.
4859 * gdb.base/fileio.c: Include time.h.
4860 * gdb.base/async-shell.c: Include unistd.h.
4861 * gdb.base/dprintf-non-stop.c: Likewise.
4862 * gdb.base/info-os.c: Likewise.
4863 * gdb.mi/mi-console.c: Likewise.
4864 * gdb.mi/watch-nonstop.c: Likewise.
4865 * gdb.python/py-events.c: Likewise.
4866 * gdb.base/async.c (baz): Move up before its invocation.
4867 * gdb.base/code_elim2.c (my_global_func): Likewise.
4868 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4869 * gdb.base/advance.c (func2): Likewise.
4871 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4873 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4875 * gdb.base/annota3.c: Likewise.
4876 * gdb.base/async.c: Likewise.
4877 * gdb.base/average.c: Likewise.
4878 * gdb.base/call-ar-st.c: Likewise.
4879 * gdb.base/call-rt-st.c: Likewise.
4880 * gdb.base/call-sc.c: Likewise.
4881 * gdb.base/call-strs.c: Likewise.
4882 * gdb.base/ending-run.c: Likewise.
4883 * gdb.base/execd-prog.c: Likewise.
4884 * gdb.base/exprs.c: Likewise.
4885 * gdb.base/foll-exec.c: Likewise.
4886 * gdb.base/foll-fork.c: Likewise.
4887 * gdb.base/foll-vfork.c: Likewise.
4888 * gdb.base/funcargs.c: Likewise.
4889 * gdb.base/gcore.c: Likewise.
4890 * gdb.base/jump.c: Likewise.
4891 * gdb.base/langs0.c: Likewise.
4892 * gdb.base/langs1.c: Likewise.
4893 * gdb.base/langs2.c: Likewise.
4894 * gdb.base/mips_pro.c: Likewise.
4895 * gdb.base/nodebug.c: Likewise.
4896 * gdb.base/opaque0.c: Likewise.
4897 * gdb.base/opaque1.c: Likewise.
4898 * gdb.base/recurse.c: Likewise.
4899 * gdb.base/run.c: Likewise.
4900 * gdb.base/scope0.c: Likewise.
4901 * gdb.base/scope1.c: Likewise.
4902 * gdb.base/setshow.c: Likewise.
4903 * gdb.base/setvar.c: Likewise.
4904 * gdb.base/shmain.c: Likewise.
4905 * gdb.base/shr1.c: Likewise.
4906 * gdb.base/shr2.c: Likewise.
4907 * gdb.base/sigall.c: Likewise.
4908 * gdb.base/signals.c: Likewise.
4909 * gdb.base/so-indr-cl.c: Likewise.
4910 * gdb.base/solib2.c: Likewise.
4911 * gdb.base/structs.c: Likewise.
4912 * gdb.base/sum.c: Likewise.
4913 * gdb.base/vforked-prog.c: Likewise.
4914 * gdb.base/watchpoint.c: Likewise.
4915 * gdb.reverse/shr2.c: Likewise.
4916 * gdb.reverse/until-reverse.c: Likewise.
4917 * gdb.reverse/ur1.c: Likewise.
4918 * gdb.reverse/watch-reverse.c: Likewise.
4920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4922 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4924 * gdb.base/sepdebug.exp: Drop references to removed code.
4926 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4928 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4929 variant. Preserve original line numbering.
4930 * gdb.base/list1.c: Likewise.
4932 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4934 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4936 * gdb.base/break1.c: Likewise.
4937 * gdb.base/break.exp: Drop references to removed code.
4939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4941 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4944 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4946 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4948 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4950 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4951 logic into perform_all_tests() and invoke it with and without
4952 function header prototypes.
4953 (do_function_calls): Remove conditional XFAIL for PR 5318.
4954 (rerun_and_prepare): Remove duplicate code.
4955 (perform_all_tests): New. Main logic moved here.
4957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4959 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4960 code guarded by #ifdef NO_PROTOTYPES.
4961 (t_double_many_args): Likewise.
4962 (DEF_FUNC_MANY_ARGS_1): Likewise.
4963 (DEF_FUNC_VALUES_1): Likewise.
4964 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4965 guarded by #ifdef PROTOTYPES.
4967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4969 * gdb.mi/mi-console.c: Add eye-catcher.
4970 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4971 instead of literal line number.
4973 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4975 * gdb.base/shr2.c: Add eye-catcher.
4976 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4979 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4981 * gdb.base/jump.c: Add eye-catchers.
4982 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4985 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4987 * gdb.base/execd-prog.c: Add eye-catchers.
4988 * gdb.base/foll-exec.c: Likewise.
4989 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4994 * gdb.base/ending-run.c: Add eye-catchers.
4995 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4996 literal line numbers.
4998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5000 * gdb.base/call-rt-st.c: Add eye-catchers.
5001 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5002 literal line numbers.
5004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5006 * gdb.base/call-ar-st.c: Add eye-catchers.
5007 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5008 literal line numbers.
5010 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5012 * gdb.base/average.c: Add eye-catchers.
5013 * gdb.base/sum.c: Likewise.
5014 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
5015 regexps dynamically.
5017 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5019 * gdb.base/solib1.c: Add eye-catchers.
5020 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
5021 literal line numbers.
5023 2014-11-12 Pedro Alves <palves@redhat.com>
5025 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
5028 2014-11-12 Pedro Alves <palves@redhat.com>
5030 * gdb.arch/i386-bp_permanent.c: New file.
5031 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
5032 (srcfile): Set to i386-bp_permanent.c.
5033 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
5034 that stepi does not execute the 'leave' instruction, instead of
5035 testing it does execute.
5036 * gdb.base/bp-permanent.c: New file.
5037 * gdb.base/bp-permanent.exp: New file.
5039 2014-11-10 Doug Evans <xdje42@gmail.com>
5042 * gdb.base/symtab-search-order.exp: New file.
5043 * gdb.base/symtab-search-order.c: New file.
5044 * gdb.base/symtab-search-order-1.c: New file.
5045 * gdb.base/symtab-search-order-shlib-1.c: New file.
5047 2014-11-07 Pedro Alves <palves@redhat.com>
5050 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
5053 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
5056 * gdb.cp/pr17494.cc: New file.
5057 * gdb.cp/pr17494.exp: New file.
5059 2014-11-02 Yao Qi <yao@codesourcery.com>
5061 * gdb.python/python.exp: Get working directory and match the
5062 output of "set extended-prompt \\w " with it.
5064 2014-10-30 Doug Evans <dje@google.com>
5066 * gdb.python/py-objfile.exp: Add tests for setting random attributes
5068 * gdb.python/py-progspace.exp: Add tests for setting random attributes
5071 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
5073 * gdb.base/fullpath-expand.exp: Skip for a remote host.
5074 * gdb.base/realname-expand.exp: Likewise.
5075 * gdb.linespec/macro-relative.exp: Likewise.
5077 2014-10-29 Pedro Alves <palves@redhat.com>
5080 * gdb.threads/schedlock.c (some_function): New function.
5081 (call_function): New global.
5082 (MAYBE_CALL_SOME_FUNCTION): New macro.
5083 (thread_function): Call it.
5084 * gdb.threads/schedlock.exp (get_args): Add description parameter,
5085 and use it instead of a global counter. Adjust all callers.
5086 (get_current_thread): Use "find current thread" for test message
5087 here rather than having all callers pass down the same string.
5088 (goto_loop): New procedure, factored out from ...
5089 (my_continue): ... this.
5090 (step_ten_loops): Change parameter from test message to command to
5092 (list_count): Delete global.
5093 (check_result): New procedure, factored out from duplicate top
5095 (continue tests): Wrap in with_test_prefix.
5096 (test_step): New procedure, factored out from duplicate top level
5098 (top level): Test "step" in combination with all scheduler-locking
5099 modes. Test "next" in combination with all scheduler-locking
5100 modes, and in combination with stepping over a function call or
5102 * gdb.threads/next-bp-other-thread.c: New file.
5103 * gdb.threads/next-bp-other-thread.exp: New file.
5105 2014-10-29 Pedro Alves <palves@redhat.com>
5108 * gdb.python/python.exp: Test a multi-line command that spawns
5110 * gdb.base/multi-line-starts-subshell.exp: New file.
5112 2014-10-29 Yao Qi <yao@codesourcery.com>
5114 * gdb.base/fileio.exp: Make directories on host.
5116 2014-10-29 Yao Qi <yao@codesourcery.com>
5118 * gdb.base/fileio.c (test_write): Close the file.
5120 2014-10-28 Pedro Alves <palves@redhat.com>
5123 * gdb.base/sigstep.c (no_handler): New global.
5124 (main): If 'no_handler is true, set the signal handlers to
5126 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5127 with_sw_watch and no_handler parameters. Handle them.
5128 (top level) <stepping over handler when stopped at a breakpoint
5129 test>: Add a test axis for testing with a software watchpoint, and
5130 another for testing with the signal handler set to SIG_IGN.
5131 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5132 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5134 2014-10-28 Pedro Alves <palves@redhat.com>
5137 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5138 * gdb.base/sigstep.exp (other_handler_location): New global.
5139 (advance): Support stepping into the signal handler, and running
5140 commands while in the handler.
5141 (in_handler_map): New global.
5142 (top level): In the advance test, add combinations for getting
5143 into the handler with stepping commands, and for running commands
5144 in the handler. Add comment descripting the advancei tests.
5146 2014-10-28 Pedro Alves <palves@redhat.com>
5148 * gdb.base/sigstep.exp: Use build_executable instead of
5149 prepare_for_testing.
5150 (top level): Move code that starts GDB, runs to main and creates a
5152 (restart): ... this new procedure.
5153 (top level): Move backtrace from signal handler test to ...
5154 (validate_backtrace): ... this new procedure.
5155 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5156 with_test_prefix. Always restart GDB.
5157 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5158 with_test_prefix. Always restart GDB. No need to delete
5159 breakpoints after the test.
5160 (test_skip_handler): Remove prefix parameter.
5161 (skip_over_handler, breakpoint_to_handler)
5162 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5163 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5164 restart GDB. No need to delete breakpoints after the test.
5165 (top level): Use foreach to call the test procedures with
5168 2014-10-28 Pedro Alves <palves@redhat.com>
5170 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5171 instead of GNATS numbers.
5172 * gdb.base/sigbpt.exp: Likewise.
5173 * gdb.base/siginfo.exp: Likewise.
5174 * gdb.base/sigstep.exp: Likewise.
5176 2014-10-27 Pedro Alves <palves@redhat.com>
5178 * gdb.base/sigstep.c (dummy): New global.
5179 (main): Issue a couple writes to the new global.
5180 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5182 (skip_over_handler): Use test_skip_handler.
5183 (top level): Call skip_over_handler for stepi and nexti too.
5184 (breakpoint_over_handler): Use test_skip_handler.
5185 (top level): Call breakpoint_over_handler for stepi and nexti too.
5187 2014-10-27 Yao Qi <yao@codesourcery.com>
5189 * gdb.trace/tfile.c (adjust_function_address)
5190 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5191 function descriptor.
5193 2014-10-24 Don Breazeal <donb@codesourcery.com>
5195 * gdb.base/foll-fork.exp (test_follow_fork,
5196 catch_fork_child_follow): Check for updated fork messages emitted
5198 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5199 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5200 vfork_and_exec_child_follow_through_step): Check for updated vfork
5201 messages emitted from infrun.c.
5203 2014-10-24 Pedro Alves <palves@redhat.com>
5205 * gdb.base/corefile.exp: Remove references to ultrix.
5206 * gdb.base/interrupt.exp: Likewise.
5207 * gdb.base/whatis.exp: Likewise.
5208 * gdb.gdb/selftest.exp: Likewise.
5209 * gdb.threads/manythreads.exp: Likewise.
5210 * gdb.threads/print-threads.exp: Likewise.
5211 * gdb.threads/pthreads.exp:: Likewise.
5212 * gdb.threads/schedlock.exp: Likewise.
5214 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5216 * gdb.cp/non-trivial-retval.cc: Add a test case.
5217 * gdb.cp/non-trivial-retval.exp: Add a test.
5219 2014-10-20 Yao Qi <yao@codesourcery.com>
5221 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5222 * gdb.python/py-objfile-script-gdb.py: New file.
5223 * gdb.python/py-objfile-script.exp: Update reference to
5224 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5225 of remote_download. Remove the dest file.
5227 2014-10-20 Yao Qi <yao@codesourcery.com>
5229 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5230 * gdb.base/step-line.exp: Likewise.
5231 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5232 * gdb.dwarf2/dw2-basic.exp: Likewise.
5233 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5234 * gdb.dwarf2/dw2-filename.exp: Likewise.
5235 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5236 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5237 * gdb.dwarf2/dw2-producer.exp: Likewise.
5238 * gdb.dwarf2/mac-fileno.exp: Likewise.
5239 * gdb.python/py-frame-args.exp: Likewise.
5240 * gdb.python/py-framefilter.exp: Likewise.
5241 * gdb.python/py-mi.exp: Likewise.
5242 * gdb.python/py-objfile-script.exp: Likewise
5243 * gdb.python/py-pp-integral.exp: Likewise.
5244 * gdb.python/py-pp-re-notag.exp: Likewise.
5245 * gdb.python/py-prettyprint.exp: Likewise.
5246 * gdb.python/py-section-script.exp: Likewise.
5247 * gdb.python/py-typeprint.exp: Likewise.
5248 * gdb.python/py-xmethods.exp: Likewise.
5249 * gdb.stabs/weird.exp: Likewise.
5250 * gdb.xml/tdesc-regs.exp: Likewise.
5252 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5254 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5255 (out_cu): Use addr_len for the size of addresses.
5256 (out_line): Likewise. Size DW_LNE_set_address instruction
5257 according to addr_len.
5258 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5259 (FUNC): Add START_INSNS to definition.
5261 2014-10-18 Yao Qi <yao@codesourcery.com>
5263 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5264 gdb_has_argv0 return true.
5265 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5266 check [target_info exists noargs], check [gdb_has_argv0]
5268 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5269 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5272 2014-10-17 Doug Evans <dje@google.com>
5274 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5276 * gdb.python/py-events.py: Add clear_objfiles event.
5278 2014-10-17 Doug Evans <dje@google.com>
5280 * gdb.python/py-objfile.exp: Test progspace attribute.
5282 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
5284 * gdb.guile/scm-breakpoint.exp: Do not assume any
5285 directory separators when matching source file paths.
5286 * gdb.python/py-breakpoint.exp: Likewise.
5287 * gdb.reverse/break-precsave.exp: Likewise.
5288 * gdb.reverse/break-reverse.exp: Likewise.
5289 * gdb.reverse/consecutive-precsave.exp: Likewise.
5290 * gdb.reverse/finish-precsave.exp: Likewise.
5291 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5292 * gdb.reverse/finish-reverse.exp: Likewise.
5293 * gdb.reverse/i386-precsave.exp: Likewise.
5294 * gdb.reverse/i387-env-reverse.exp: Likewise.
5295 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5296 * gdb.reverse/machinestate-precsave.exp: Likewise.
5297 * gdb.reverse/machinestate.exp: Likewise.
5298 * gdb.reverse/sigall-precsave.exp: Likewise.
5299 * gdb.reverse/solib-precsave.exp: Likewise.
5300 * gdb.reverse/step-precsave.exp: Likewise.
5301 * gdb.reverse/until-precsave.exp: Likewise.
5302 * gdb.reverse/watch-precsave.exp: Likewise.
5303 * gdb.reverse/watch-reverse.exp: Likewise.
5305 2014-10-17 Yao Qi <yao@codesourcery.com>
5307 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5308 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5310 2014-10-17 Pedro Alves <palves@redhat.com>
5313 * gdb.base/bg-execution-repeat.c: New file.
5314 * gdb.base/bg-execution-repeat.exp: New file.
5316 2014-10-17 Pedro Alves <palves@redhat.com>
5319 * gdb.base/continue-all-already-running.c: New file.
5320 * gdb.base/continue-all-already-running.exp: New file.
5322 2014-10-17 Pedro Alves <palves@redhat.com>
5325 * gdb.base/annota-input-while-running.c: New file.
5326 * gdb.base/annota-input-while-running.exp: New file.
5328 2014-10-17 Pedro Alves <palves@redhat.com>
5330 * gdb.base/callfuncs.exp: emove references to osf.
5331 * gdb.base/sigall.exp: Likewise.
5332 * gdb.gdb/selftest.exp: Likewise.
5333 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5334 * gdb.mi/non-stop.c: Likewise.
5335 * gdb.mi/pthreads.c: Likewise.
5336 * gdb.reverse/sigall-precsave.exp: Likewise.
5337 * gdb.reverse/sigall-reverse.exp: Likewise.
5338 * gdb.threads/pthreads.c: Likewise.
5339 * gdb.threads/pthreads.exp: Likewise.
5341 2014-10-17 Yao Qi <yao@codesourcery.com>
5343 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5344 check 'target_info exists noargs'.
5345 (test_command_prompt_position): Likewise.
5346 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5348 (progvar_simple_while_test): Likewise.
5349 (progvar_complex_if_while_test): Likewise.
5350 (if_while_breakpoint_command_test): Likewise.
5351 (infrun_breakpoint_command_test): Likewise.
5352 (breakpoint_command_test): Likewise.
5353 (watchpoint_command_test): Likewise.
5354 (bp_deleted_in_command_test): Likewise.
5355 (temporary_breakpoint_commands): Likewise.
5357 2014-10-16 Yao Qi <yao@codesourcery.com>
5359 * gdb.base/remotetimeout.exp: Remove noargs checking.
5361 2014-10-15 Pedro Alves <palves@redhat.com>
5364 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5365 * gdb.base/breakpoint-in-ro-region.exp
5366 (probe_target_hardware_step): New procedure.
5367 (top level): Probe hardware stepping and hardware breakpoint
5368 support. Test stepping through a read-only region, with both
5369 "breakpoint auto-hw" on and off and both "always-inserted" on and
5372 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5374 * gdb.dlang/demangle.exp: Update for demangling changes.
5376 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5378 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5379 * gdb.cp/non-trivial-retval.exp: Add new tests.
5381 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5385 * gdb.cp/non-trivial-retval.cc: New file.
5386 * gdb.cp/non-trivial-retval.exp: New file.
5388 2014-10-15 Yao Qi <yao@codesourcery.com>
5390 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5393 2014-10-15 Yao Qi <yao@codesourcery.com>
5395 * gdb.python/py-symbol.exp: Match file base name if host is
5396 remote, otherwise match file name with dir name.
5397 * gdb.python/py-symtab.exp: Likewise.
5398 * gdb.python/python.exp: Likewise.
5400 2014-10-15 Yao Qi <yao@codesourcery.com>
5402 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5404 * gdb.python/py-symtab.exp: Likewise.
5405 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5408 2014-10-14 Joel Brobecker <brobecker@adacore.com>
5410 * gdb.ada/addr_arith: New testcase.
5412 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5414 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5415 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5416 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5417 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5419 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5421 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5422 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5423 * gdb.arch/stap-eval-lang-ada.exp: New file.
5425 2014-10-14 Yao Qi <yao@codesourcery.com>
5427 * gdb.mi/mi-var-child.c (nothing1): New function.
5428 (nothing2): New function.
5429 (do_children_tests): Set function pointers by nothing1 and
5431 * gdb.mi/mi-var-child.exp: Step over new added statements.
5432 Update test to match the new output.
5433 * gdb.mi/var-cmd.c (nothing1): New function.
5434 (nothing2): New function.
5435 (do_children_tests): Set function pointers by nothing1 and
5437 * gdb.mi/mi-var-display.exp: Update test to match output.
5438 Step to the line specified by $line_dct_nothing.
5439 Increase the number of lines to step.
5441 2014-10-14 Yao Qi <yao@codesourcery.com>
5443 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5445 * gdb.mi/mi2-var-child.exp: Likewise.
5447 2014-10-13 Doug Evans <dje@google.com>
5449 * gdb.python/py-objfile.exp: Change name of file name test.
5451 2014-10-13 Doug Evans <dje@google.com>
5453 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5454 from the start of the CU.
5456 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5457 Yao Qi <yao@codesourcery.com>
5459 Fix "save breakpoints" for "catch" command.
5460 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5461 Remove -nonewline. Match also the added "main" line.
5463 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5465 Fix "save breakpoints" for "disable $bpnum" command.
5466 * gdb.base/save-bp.c (main): Add label.
5467 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5469 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5471 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5473 2014-10-11 Yao Qi <yao@codesourcery.com>
5475 * gdb.server/server-kill.exp: Execute command
5476 "set remote trace-status-packet on" before "tstatus".
5478 2014-10-11 Yao Qi <yao@codesourcery.com>
5480 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5481 (main): Call getppid.
5482 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5483 and continue to it. Read variable "server_pid".
5485 2014-10-11 Yao Qi <yao@codesourcery.com>
5487 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5489 2014-10-11 Yao Qi <yao@codesourcery.com>
5491 * gdb.threads/thread-find.exp: Don't execute command
5493 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5494 * gdb.threads/linux-dp.exp: Don't check the condition
5495 $threads_created equals to zero.
5497 2014-10-10 Pedro Alves <palves@redhat.com>
5499 * gdb.base/bigcore.exp: Remove references to IRIX.
5500 * gdb.base/funcargs.exp: Likewise.
5501 * gdb.base/interrupt.exp: Likewise.
5502 * gdb.base/mips_pro.exp: Likewise.
5503 * gdb.base/nodebug.exp: Likewise.
5504 * gdb.base/setvar.exp: Likewise.
5505 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5507 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5508 Pedro Alves <palves@redhat.com>
5511 * gdb.base/vdso-warning.c: New file.
5512 * gdb.base/vdso-warning.exp: New file.
5514 2014-10-02 Doug Evans <dje@google.com>
5516 * gdb.base/structs.c (main): Don't run forever.
5518 2014-10-02 Pedro Alves <palves@redhat.com>
5520 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5521 (top level) <stop threads 1, stop threads 2>: Use it.
5523 2014-10-02 Pedro Alves <palves@redhat.com>
5525 * gdb.threads/break-while-running.exp (test): Add new
5526 'update_thread_list' argument. Skip "info threads" if false.
5527 (top level): Add new 'update_thread_list' axis.
5529 2014-10-02 Pedro Alves <palves@redhat.com>
5531 PR breakpoints/17431
5532 * gdb.base/execl-update-breakpoints.c: New file.
5533 * gdb.base/execl-update-breakpoints.exp: New file.
5535 2014-10-01 Pedro Alves <palves@redhat.com>
5537 * gdb.base/breakpoint-in-ro-region.c: New file.
5538 * gdb.base/breakpoint-in-ro-region.exp: New file.
5540 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5542 * gdb.mi/mi-exit-code.exp: New file.
5543 * gdb.mi/mi-exit-code.c: New file.
5545 2014-09-30 Yao Qi <yao@codesourcery.com>
5547 * lib/prelink-support.exp (build_executable_own_libs): Error if
5548 the target isn't native.
5550 2014-09-30 Yao Qi <yao@codesourcery.com>
5552 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5555 2014-09-22 Pedro Alves <palves@redhat.com>
5557 * gdb.threads/break-while-running.exp: New file.
5558 * gdb.threads/break-while-running.c: New file.
5560 2014-09-19 Yao Qi <yao@codesourcery.com>
5562 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5563 Invoke test. Restart GDB with --readnow and invoke test again.
5565 2014-09-19 Yao Qi <yao@codesourcery.com>
5567 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5568 proc set_breakpoint_on_gcd_function. Invoke
5569 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5570 invoke set_breakpoint_on_gcd_function again.
5572 2014-09-18 Doug Evans <dje@google.com>
5574 * gdb.dwarf2/symtab-producer.exp: New file.
5576 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5578 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5579 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5580 * gdb.base/global-var-nested-by-dso.c: Likewise.
5581 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5583 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5584 Pedro Alves <palves@redhat.com>
5586 * gdb.base/watch-bitfields.exp: Pass string other than test file
5587 name to prepare_for_testing.
5588 (watch): New procedure.
5589 (expect_watchpoint): Use with_test_prefix.
5590 (top level): Factor out tests to ...
5591 (test_watch_location, test_regular_watch): ... these new
5592 procedures, and use with_test_prefix and gdb_continue_to_end.
5594 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5596 PR breakpoints/12526
5597 * gdb.base/watch-bitfields.exp: New file.
5598 * gdb.base/watch-bitfields.c: New file.
5600 2014-09-16 Pedro Alves <palves@redhat.com>
5602 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5603 software and hardware addresses, not software address against
5606 2014-09-16 Pedro Alves <palves@redhat.com>
5608 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5609 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5611 2014-09-16 Pedro Alves <palves@redhat.com>
5613 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5615 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5616 "*-*-vxworks*" throughout.
5617 * gdb.base/break.exp: Likewise.
5618 * gdb.base/default.exp: Likewise.
5619 * gdb.base/scope.exp: Likewise.
5620 * gdb.base/sepdebug.exp: Likewise.
5621 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5623 * gdb.base/run.c: Likewise.
5624 * gdb.base/sepdebug.c: Likewise.
5625 * gdb.hp/gdb.aCC/run.c: Likewise.
5626 * gdb.reverse/until-reverse.c: Likewise.
5627 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5629 2014-09-16 Yao Qi <yao@codesourcery.com>
5631 * boards/local-remote-host-native.exp: New file.
5633 2014-09-14 Doug Evans <xdje42@gmail.com>
5635 * gdb.threads/queue-signal.c (thread_count): New variable.
5636 (thread_count_mutex, thread_count_condvar): New variables.
5637 (incr_thread_count, wait_all_threads_running): New functions.
5638 (main): Wait for all threads to be in their thread functions.
5640 2014-09-13 Doug Evans <xdje42@gmail.com>
5642 * gdb.threads/queue-signal.c: New file.
5643 * gdb.threads/queue-signal.exp: New file.
5645 2014-09-13 Doug Evans <xdje42@gmail.com>
5647 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5648 be consistent with what default_gdb_init uses.
5649 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5650 the plain text of the prompt. Add some logging printfs.
5651 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5653 2014-09-12 Pedro Alves <palves@redhat.com>
5655 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5656 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5657 * gdb.arch/i386-size-overlap.exp: Likewise.
5658 * gdb.arch/i386-size.exp: Likewise.
5659 * gdb.arch/i386-unwind.exp: Likewise.
5660 * gdb.base/a2-run.exp: Likewise.
5661 * gdb.base/break.exp: Likewise.
5662 * gdb.base/charset.exp: Likewise.
5663 * gdb.base/chng-syms.exp: Likewise.
5664 * gdb.base/commands.exp: Likewise.
5665 * gdb.base/dbx.exp: Likewise.
5666 * gdb.base/find.exp: Likewise.
5667 * gdb.base/funcargs.exp: Likewise.
5668 * gdb.base/jit-simple.exp: Likewise.
5669 * gdb.base/reread.exp: Likewise.
5670 * gdb.base/sepdebug.exp: Likewise.
5671 * gdb.base/step-bt.exp: Likewise.
5672 * gdb.cp/mb-inline.exp: Likewise.
5673 * gdb.cp/mb-templates.exp: Likewise.
5674 * gdb.objc/basicclass.exp: Likewise.
5675 * gdb.threads/killed.exp: Likewise.
5677 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5680 * gdb.arch/powerpc-stackless.S: New file.
5681 * gdb.arch/powerpc-stackless.exp: New file.
5683 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5685 * gdb.base/attach.c: Include unistd.h.
5686 (main): Call alarm. Add label postloop.
5687 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5688 gdb_breakpoint, gdb_continue_to_breakpoint.
5689 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5691 2014-09-11 Pedro Alves <palves@redhat.com>
5694 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5695 * gdb.base/attach.exp (test_command_line_attach_run): New
5697 (top level): Call it.
5699 2014-09-11 Pedro Alves <palves@redhat.com>
5701 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5702 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5703 (do_command_attach_tests): Use spawn_wait_for_attach.
5704 * gdb.base/solib-overlap.exp: Likewise.
5705 * gdb.multi/multi-attach.exp: Likewise.
5706 * gdb.python/py-prompt.exp: Likewise.
5707 * gdb.python/py-sync-interp.exp: Likewise.
5708 * gdb.server/ext-attach.exp: Likewise.
5710 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5712 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5713 command in testcase. Simplify testcase.
5715 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5717 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5719 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5721 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5723 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5725 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5727 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5729 * gdb.dwarf2/dynarr-ptr.c: New file.
5730 * gdb.dwarf2/dynarr-ptr.exp: New file.
5732 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5734 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5735 of 30 rather than hardcoding 120 for a slow test case. Take the
5736 `gdb,timeout' target setting into account for this calculation.
5737 Don't extend the timeout for the test cases that don't need it.
5739 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5741 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5742 a factor of 2 for a slow test case. Take the `gdb,timeout'
5743 target setting into account for this calculation.
5744 * gdb.reverse/until-precsave.exp: Increase the timeout by
5745 a factor of 15 and 3 respectively rather than adding 120
5746 for a pair of slow test cases. Take the `gdb,timeout'
5747 target setting into account for this calculation.
5749 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5751 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5752 timeout, don't pass one down to gdb_expect.
5753 (gdb_expect): Rework timeout selection.
5755 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5757 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5758 exception on timeout.
5759 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5760 (gdbserver_start_extended): Catch any `gdbserver_start' error
5762 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5763 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5764 `gdbserver_gdb_load' error exceptions.
5766 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5768 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5769 120 on waiting for the TCP socket to open.
5771 2014-09-09 Doug Evans <xdje42@gmail.com>
5773 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5774 _caller_matches, _any_caller_is, _any_caller_matches.
5776 2014-09-09 Doug Evans <xdje42@gmail.com>
5778 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5780 2014-09-09 Yao Qi <yao@codesourcery.com>
5782 * gdb.mi/mi-var-display.exp: Set print symbol off.
5784 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5787 * gdb.base/commands.exp: Add tests to verify user-defined
5788 commands with empty bodies.
5789 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5790 python commands in `show user command`.
5791 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5792 scheme commands in `show user command`.
5794 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5797 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5798 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5799 * gdb.python/py-framefilter-invalidarg.exp: New file.
5800 * gdb.python/py-framefilter-invalidarg.py: New file.
5802 2014-09-06 Doug Evans <xdje42@gmail.com>
5805 * gdb.python/py-caller-is.c: New file.
5806 * gdb.python/py-caller-is.exp: New file.
5808 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5811 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5812 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5814 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5817 * gdb.fortran/print-formatted.exp: New file.
5818 * gdb.fortran/print-formatted.f90: Likewise.
5820 2014-09-03 Sasha Smundak <asmundak@google.com>
5822 * gdb.python/py-frame.exp: Test Frame.read_register.
5824 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5827 * gdb.python/py-completion.exp: New file.
5828 * gdb.python/py-completion.py: Likewise.
5830 2014-08-28 Doug Evans <dje@google.com>
5832 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5833 eax,etc. are live with values set by gdb and thus the compiler can't
5835 * gdb.arch/i386-pseudo.c (main): Ditto.
5837 2014-08-27 Doug Evans <dje@google.com>
5839 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5841 2014-08-25 Doug Evans <dje@google.com>
5843 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5846 2014-08-25 Doug Evans <dje@google.com>
5848 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5850 2014-08-24 Yao Qi <yao@codesourcery.com>
5852 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5854 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5856 2014-08-22 Doug Evans <dje@google.com>
5859 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5860 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5861 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5863 2014-08-22 Yao Qi <yao@codesourcery.com>
5865 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5866 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5867 * gdb.python/python.exp: Likewise. Use .py file on the host
5868 instead of the build.
5870 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5872 * gdb.threads/gcore-stale-thread.c: New file.
5873 * gdb.threads/gcore-stale-thread.exp: New file.
5875 2014-08-21 Pedro Alves <palves@redhat.com>
5877 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5878 * gdb.base/gcore-relro-pie.exp: Likewise.
5879 * gdb.base/gcore-relro.exp: Likewise.
5880 * gdb.base/gcore.exp: Likewise.
5881 * gdb.base/print-symbol-loading.exp: Likewise.
5882 * gdb.threads/gcore-thread.exp: Likewise.
5883 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5885 2014-08-20 Pedro Alves <palves@redhat.com>
5886 Jan Kratochvil <jan.kratochvil@redhat.com>
5888 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5890 (EXPECT): Handle READ1 being set.
5891 (all): Depend on EXTRA_RULES.
5892 (check-read1, expect-read1, read1.so, read1): New rules.
5893 * README (Testsuite Parameters): Document the READ1 make variable.
5894 (Race detection): New section.
5895 * configure: Regenerate.
5896 * configure.ac: If build==host==target, and running under a
5897 GNU/glibc system, add read1 to the extra Makefile rules.
5898 (EXTRA_RULES): AC_SUBST it.
5899 * lib/read1.c: New file.
5901 2014-08-20 Joel Brobecker <brobecker@adacore.com>
5903 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5904 the handling of variables declared as a typedef to an array
5905 which a DW_AT_data_location attribute.
5907 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
5908 Pedro Alves <palves@redhat.com>
5912 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5915 2014-08-19 Pedro Alves <palves@redhat.com>
5917 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5919 2014-08-19 Yao Qi <yao@codesourcery.com>
5921 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5924 2014-08-18 David Blaikie <dblaikie@gmail.com>
5926 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5928 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5930 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5931 attribute in array range.
5933 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5935 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5937 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5940 * gdb.cp/pr17132.cc: New file.
5941 * gdb.cp/pr17132.exp: New file.
5943 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5945 * gdb.python/py-xmethods.py (A_getarrayind)
5946 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5947 Use 'print' with function call syntax.
5948 (E_method_matcher.match): Fix tab vs space indentation mixup.
5950 2014-08-15 Yao Qi <yao@codesourcery.com>
5952 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5955 2014-08-15 Yao Qi <yao@codesourcery.com>
5957 * gdb.cp/casts.exp: Set print symbol off.
5958 * gdb.cp/class2.exp: Likewise.
5959 * gdb.cp/overload.exp: Likewise.
5960 * gdb.cp/templates.exp: Likewise.
5962 2014-08-11 Doug Evans <dje@google.com>
5964 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5965 (test_load_shlib): Update.
5967 2014-08-09 Yao Qi <yao@codesourcery.com>
5969 * gdb.base/display.exp: Invoke is_address_zero_readable.
5970 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5971 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5972 * gdb.base/hbreak-unmapped.exp: Return if
5973 is_address_zero_readable returns true.
5974 * gdb.base/signest.exp: Likewise.
5975 * gdb.base/signull.exp: Likewise.
5976 * gdb.base/sigbpt.exp: Likewise.
5977 * gdb.guile/scm-disasm.exp: Do the test if
5978 is_address_zero_readable returns false.
5979 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5980 * gdb.python/py-arch.exp: Likewise.
5981 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5982 * lib/gdb.exp (is_address_zero_readable): New proc.
5984 2014-08-09 Yao Qi <yao@codesourcery.com>
5987 * gdb.mi/mi-var-display.exp: Make test messages unique.
5989 2014-08-04 Tom Tromey <tromey@redhat.com>
5991 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5994 2014-08-04 Tom Tromey <tromey@redhat.com>
5996 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5999 2014-08-01 Joel Brobecker <brobecker@adacore.com>
6001 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6002 inner_vla_struct_object_size.
6003 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6006 2014-07-30 Pedro Alves <palves@redhat.com>
6008 * gdb.threads/signal-command-handle-nopass.exp (test): Add
6011 2014-07-29 Yao Qi <yao@codesourcery.com>
6014 * gdb.base/until-nodebug.exp: New.
6016 2014-07-28 Doug Evans <xdje42@gmail.com>
6019 * gdb.guile/scm-parameter.exp: Add tests for trying to create
6020 previously existing parameter, and previously ambiguously spelled
6023 2014-07-28 Will Newton <will.newton@linaro.org>
6025 * gdb.base/varargs.exp: Remove KFAILs for ARM.
6027 2014-07-26 Ludovic Courtès <ludo@gnu.org>
6028 Doug Evans <xdje42@gmail.com>
6031 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
6033 2014-07-25 Pedro Alves <palves@redhat.com>
6035 * gdb.threads/signal-command-handle-nopass.c: New file.
6036 * gdb.threads/signal-command-handle-nopass.exp: New file.
6037 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
6038 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
6039 * gdb.threads/signal-delivered-right-thread.c: New file.
6040 * gdb.threads/signal-delivered-right-thread.exp: New file.
6042 2014-07-25 Pedro Alves <palves@redhat.com>
6044 * gdb.base/double-prompt-target-event-error.exp
6045 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
6047 (cancel_pagination_in_target_event): Rework double prompt
6049 * gdb.base/paginate-after-ctrl-c-running.exp
6050 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
6052 * gdb.base/paginate-bg-execution.exp
6053 (test_bg_execution_pagination_return)
6054 (test_bg_execution_pagination_cancel): Remove '-notransfer
6056 * gdb.base/paginate-execution-startup.exp
6057 (test_fg_execution_pagination_return)
6058 (test_fg_execution_pagination_cancel): Remove '-notransfer
6060 * gdb.base/paginate-inferior-exit.exp
6061 (test_paginate_inferior_exited): Remove '-notransfer <return>'
6063 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
6064 * lib/gdb.exp (pagination_prompt): Run text through
6066 (gdb_test_multiple): Match $pagination_prompt instead of
6068 (string_to_regexp): Move to lib/gdb-utils.exp.
6070 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6072 * gdb.arch/amd64-entry-value-paramref.S: New file.
6073 * gdb.arch/amd64-entry-value-paramref.cc: New file.
6074 * gdb.arch/amd64-entry-value-paramref.exp: New file.
6075 * gdb.arch/amd64-optimout-repeat.S: New file.
6076 * gdb.arch/amd64-optimout-repeat.c: New file.
6077 * gdb.arch/amd64-optimout-repeat.exp: New file.
6079 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6082 * gdb.base/statistics.exp: New file.
6084 2014-07-17 Doug Evans <dje@google.com>
6087 * gdb.base/maint.exp: Update testing of per-command stats.
6089 2014-07-16 Pedro Alves <palves@redhat.com>
6091 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
6092 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
6093 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
6094 (tfile_write_buf): New functions.
6095 (add_memory_block): Rewrite using the above.
6096 (adjust_function_address): New function.
6097 (FUNCTION_ADDRESS): New macro.
6098 (write_basic_trace_file): Remove short_x local, and use
6099 tfile_write_16. Change type of func_addr local to unsigned long
6100 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
6101 here. Cast argument of add_memory_block to char pointer.
6102 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6103 (main): Remove parameters.
6104 * gdb.trace/tfile.exp: Remove nowarnings.
6106 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6108 * gdb.base/debug-expr.exp: Test string evaluation with
6109 "debug expression" on.
6111 2014-07-15 Pedro Alves <palves@redhat.com>
6113 * gdb.base/reread.exp: Use clean_restart.
6115 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6117 * gdb.arch/avr-flash-qualifer.c: New.
6118 * gdb.arch/avr-flash-qualifer.exp: New.
6120 2014-07-14 Pedro Alves <palves@redhat.com>
6122 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6123 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6125 2014-07-14 Pedro Alves <palves@redhat.com>
6127 * gdb.base/double-prompt-target-event-error.c: New file.
6128 * gdb.base/double-prompt-target-event-error.exp: New file.
6130 2014-07-14 Pedro Alves <palves@redhat.com>
6133 * gdb.base/paginate-inferior-exit.c: New file.
6134 * gdb.base/paginate-inferior-exit.exp: New file.
6136 2014-07-14 Pedro Alves <palves@redhat.com>
6139 * gdb.base/paginate-bg-execution.c: New file.
6140 * gdb.base/paginate-bg-execution.exp: New file.
6142 2014-07-14 Pedro Alves <palves@redhat.com>
6145 * gdb.base/paginate-execution-startup.c: New file.
6146 * gdb.base/paginate-execution-startup.exp: New file.
6147 * lib/gdb.exp (pagination_prompt): New global.
6148 (default_gdb_spawn): New procedure, factored out from
6150 (default_gdb_start): Adjust to call default_gdb_spawn.
6151 (gdb_spawn): New procedure.
6153 2014-07-14 Pedro Alves <palves@redhat.com>
6155 * lib/gdb.exp (gdb_assert): New procedure.
6156 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6158 2014-07-14 Pedro Alves <palves@redhat.com>
6160 * gdb.base/execution-termios.c: New file.
6161 * gdb.base/execution-termios.exp: New file.
6163 2014-07-14 Tom Tromey <tromey@redhat.com>
6165 * gdb.cp/vla-cxx.cc: New file.
6166 * gdb.cp/vla-cxx.exp: New file.
6168 2014-07-14 Tom Tromey <tromey@redhat.com>
6170 * gdb.reverse/rerun-prec.c: New file.
6171 * gdb.reverse/rerun-prec.exp: New file.
6173 2014-07-12 Maciej W. Rozycki <macro@mips.com>
6174 Maciej W. Rozycki <macro@codesourcery.com>
6176 * lib/gdb-utils.exp: New file.
6177 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6178 inline `gdb_init_command' processing.
6179 (gdb_start_cmd): Likewise.
6180 * lib/mi-support.exp (mi_run_cmd): Likewise.
6181 * README: Document `gdb_init_command' and `gdb_init_commands'.
6183 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6185 Fix false FAIL running under a very long directory name.
6186 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6187 and "set print elements 10000". Twice.
6189 2014-07-11 Yao Qi <yao@codesourcery.com>
6191 * gdb.base/exprs.exp: "set print symbol off".
6193 2014-07-11 Pedro Alves <palves@redhat.com>
6195 * gdb.threads/kill.c: New file.
6196 * gdb.threads/kill.exp: New file.
6198 2014-07-10 Yao Qi <yao@codesourcery.com>
6200 * gdb.trace/tfile.c (write_basic_trace_file)
6201 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6202 address written to trace file.
6204 2014-07-09 Pedro Alves <palves@redhat.com>
6206 * gdb.base/attach-wait-input.exp: New file.
6207 * gdb.base/attach-wait-input.c: New file.
6209 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6211 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6212 setting up test structures.
6213 (main): Call new test function.
6214 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6215 test function, continue into test function and walk test
6218 2014-07-02 Yao Qi <yao@codesourcery.com>
6220 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6221 'bar_start' at the beginning of functions 'foo' and 'bar'
6223 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6224 instead of 'foo' and 'bar'.
6226 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6228 * gdb.btrace/segv.exp: New.
6229 * gdb.btrace/segv.c: New.
6231 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
6233 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6236 2014-06-30 Mark Wielaard <mjw@redhat.com>
6238 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6239 vulture, vilify, villar): New volatile array constants.
6240 (vindictive, vegetation): New const volatile array constants.
6241 * gdb.base/volatile.exp: Test volatile and const volatile array
6244 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6246 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6247 target lacks support for awatch, rwatch, or hbreak.
6249 2014-06-27 Yao Qi <yao@codesourcery.com>
6251 * gdb.multi/dummy-frame-restore.exp: New.
6252 * gdb.multi/dummy-frame-restore.c: New.
6254 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6256 * gdb.btrace/gcore.exp: New.
6258 2014-06-23 Pedro Alves <palves@redhat.com>
6260 * gdb.base/watchpoint-reuse-slot.c: New file.
6261 * gdb.base/watchpoint-reuse-slot.exp: New file.
6263 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6265 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6266 progspace's filename in 'info', 'enable' and 'disable' command
6269 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6271 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6272 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6273 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6275 2014-06-20 Gary Benson <gbenson@redhat.com>
6277 * gdb.arch/i386-avx.exp: Fix include file location.
6278 * gdb.arch/i386-sse.exp: Likewise.
6280 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6282 * gdb.dlang/expression.exp: New file.
6284 2014-06-19 Pedro Alves <palves@redhat.com>
6286 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6288 (top level): ... here. Iterate running tests under different
6289 scheduler-locking settings.
6291 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
6293 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6294 to DW_FORM_addr and use non-zero addresses.
6296 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6299 * gdb.python/py-xmethods.cc: Add global function call counters and
6300 increment them in their respective functions. Remove "cout"
6302 * gdb.python/py-xmethods.exp: Make tests check the global function
6303 call counters instead of depending on inferior IO.
6305 2014-06-18 Don Breazeal <donb@codesourcery.com>
6307 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6309 (explicit_fork_parent_follow): Deleted procedure.
6310 (explicit_fork_child_follow): Deleted procedure.
6311 (test_follow_fork): New procedure.
6312 (do_fork_tests): Replace calls to deleted procedures with
6313 calls to test_follow_fork and reset GDB for subsequent
6316 2014-06-17 Yao Qi <yao@codesourcery.com>
6318 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6321 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
6323 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6324 Initialize ptr and S explicitly.
6325 (skip_type_update_when_not_use_rtti_test): Likewise.
6327 2014-06-16 Keith Seitz <keiths@redhat.com>
6330 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6331 the inferior is started.
6333 2014-06-16 Pedro Alves <palves@redhat.com>
6335 * gdb.base/break-main-file-remove-fail.c: New file.
6336 * gdb.base/break-main-file-remove-fail.exp: New file.
6337 * gdb.base/break-unload-file.exp: Use build_executable instead of
6338 prepare_for_testing.
6339 (test_break): New parameter "initial_load". Handle it.
6340 (top level): Add initial_load cmdline/file axis.
6342 2014-06-12 Tom Tromey <tromey@redhat.com>
6344 * gdb.base/completion.exp: Don't use directory name in test.
6346 2014-06-09 Gary Benson <gbenson@redhat.com>
6348 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6349 separate the always-available ANSI-standard signals from the
6350 signals that require checking.
6352 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6356 2014-06-07 Keith Seitz <keiths@redhat.com>
6360 * gdb.cp/var-tag.cc: New file.
6361 * gdb.cp/var-tag.exp: New file.
6362 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6363 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6364 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6365 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6367 2014-06-06 Doug Evans <xdje42@gmail.com>
6369 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6371 2014-06-06 Pedro Alves <palves@redhat.com>
6373 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6374 in target debug output instead of looking at RSP packets,
6375 disabling the test on any target that uses hardware stepping.
6378 2014-06-06 Pedro Alves <palves@redhat.com>
6380 * gdb.base/break-unload-file.exp: Fix typo.
6382 2014-06-06 Yao Qi <yao@codesourcery.com>
6384 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6385 from "jit_function" to "^jit_function".
6387 2014-06-06 Yao Qi <yao@codesourcery.com>
6389 * gdb.base/async.c (foo): Add one statement.
6390 * gdb.base/async.exp: Get the next instruction address and
6391 match the output of "nexti" by instruction address. Match
6392 the hex address in the output of "finish".
6394 2014-06-06 Gary Benson <gbenson@redhat.com>
6396 * gdb.base/call-signals.c: Remove preprocessor conditionals
6397 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6398 SIGSEGV and SIGTERM.
6399 * gdb.base/sigall.c: Likewise.
6400 * gdb.base/unwindonsignal.c: Likewise.
6401 * gdb.reverse/sigall-reverse.c: Likewise.
6403 2014-06-06 Yao Qi <yao@codesourcery.com>
6405 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6406 readable, skip the test.
6408 2014-06-06 Yao Qi <yao@codesourcery.com>
6410 * gdb.threads/staticthreads.c (thread_function): Move the line
6411 setting breakpoint on forward.
6412 * gdb.threads/staticthreads.exp: Update comments.
6414 2014-06-05 Ludovic Courtès <ludo@gnu.org>
6416 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6417 "history-append! type error".
6419 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6421 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6422 erroneous dprintf expected input.
6424 2014-06-04 Doug Evans <xdje42@gmail.com>
6426 * gdb.guile/scm-generics.exp: Delete.
6428 2014-06-04 Doug Evans <xdje42@gmail.com>
6430 * gdb.guile/scm-breakpoint.exp: Update.
6431 Add tests for breakpoint registration.
6433 2014-06-04 Tom Tromey <tromey@redhat.com>
6435 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6437 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6438 inner_vla_struct, vla_union types. Initialize objects of those
6439 types and compute their sizes.
6441 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6442 Hui Zhu <hui@codesourcery.com>
6444 * gdb.base/fileio.exp: Add test for shell not available as well as
6446 * gdb.base/fileio.c (test_system): Check for shell twice.
6448 2014-06-04 Yao Qi <yao@codesourcery.com>
6450 * gdb.base/auto-connect-native-target.exp: Remove redundant
6451 space from the regexp pattern.
6453 2014-06-04 Yao Qi <yao@codesourcery.com>
6455 * gdb.base/default.exp: Replace "child" with "native" in
6458 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6460 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6461 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6462 * gdb.python/py-xmethods.py: Python script supporting the
6463 new testcase and tests.
6465 2014-06-03 Joel Brobecker <brobecker@adacore.com>
6466 Pedro Alves <palves@redhat.com>
6468 PR breakpoints/17000
6469 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6470 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6472 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6474 * gdb.base/subst.exp: Add tests to verify partial path matching
6477 2014-06-03 Pedro Alves <palves@redhat.com>
6479 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6480 target that doesn't use software single-stepping.
6482 2014-06-03 Pedro Alves <palves@redhat.com>
6484 PR breakpoints/17000
6485 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6486 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6488 2014-06-02 Doug Evans <xdje42@gmail.com>
6490 * gdb.guile/scm-parameter.exp: New file.
6492 2014-06-02 Doug Evans <xdje42@gmail.com>
6494 * gdb.guile/scm-cmd.c: New file.
6495 * gdb.guile/scm-cmd.exp: New file.
6497 2014-06-02 Doug Evans <xdje42@gmail.com>
6499 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6500 pretty-printer lookup.
6501 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6502 (make-pp_s-printer): Call it.
6503 (make-pretty-printer-from-dict): New function.
6504 (lookup-pretty-printer-maker-from-dict): New function.
6505 (*pretty-printer*): Simplify.
6506 (make-objfile-pp_s-printer): New function.
6507 (install-objfile-pretty-printers!): New function.
6508 (make-progspace-pp_s-printer): New function.
6509 (install-progspace-pretty-printers!): New function.
6510 * gdb.guile/scm-progspace.c: New file.
6511 * gdb.guile/scm-progspace.exp: New file.
6513 2014-06-02 Pedro Alves <palves@redhat.com>
6515 * gdb.base/dprintf-bp-same-addr.c: New file.
6516 * gdb.base/dprintf-bp-same-addr.exp: New file.
6518 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6520 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6521 * gdb.arch/powerpc-power.s: Likewise.
6523 2014-06-02 Joel Brobecker <brobecker@adacore.com>
6525 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6527 2014-06-01 Yao Qi <yao@codesourcery.com>
6529 * gdb.base/watchpoint.exp (test_watch_location): Check null
6530 pointer can be dereferenced. If not, do the test, otherwise
6533 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6535 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6537 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6539 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6541 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6542 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6543 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6544 * gdb.arch/amd64-invalid-stack-top.c: New file.
6545 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6547 2014-05-30 Pedro Alves <palves@redhat.com>
6549 PR breakpoints/17000
6550 * gdb.base/sss-bp-on-user-bp.c: New file.
6551 * gdb.base/sss-bp-on-user-bp.exp: New file.
6553 2014-05-30 David Blaikie <dblaikie@gmail.com>
6555 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6556 gnu_inline semantics via attribute.
6557 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6558 source explicitly specifies the required semantics.
6560 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6562 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6564 2014-05-29 Pedro Alves <palves@redhat.com>
6565 Tom Tromey <tromey@redhat.com>
6567 * gdb.base/async-shell.exp: Don't enable target-async.
6568 * gdb.base/async.exp
6569 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6571 (top level): Don't test with "target-async".
6572 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6573 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6574 * gdb.base/inferior-died.exp: Don't enable target-async.
6575 * gdb.base/interrupt-noterm.exp: Likewise.
6576 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6577 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6578 * gdb.mi/mi-nonstop.exp: Likewise.
6579 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6580 * gdb.mi/mi-nsintrall.exp: Likewise.
6581 * gdb.mi/mi-nsmoribund.exp: Likewise.
6582 * gdb.mi/mi-nsthrexec.exp: Likewise.
6583 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6584 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6585 * gdb.python/py-evsignal.exp: Don't enable target-async.
6586 * gdb.python/py-evthreads.exp: Likewise.
6587 * gdb.python/py-prompt.exp: Likewise.
6588 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6589 * gdb.server/solib-list.exp: Don't enable target-async.
6590 * gdb.threads/thread-specific-bp.exp: Likewise.
6591 * lib/mi-support.exp: Adjust to use mi-async.
6593 2014-05-29 Pedro Alves <palves@redhat.com>
6596 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6597 reason, even in sync mode.
6599 2014-05-29 Pedro Alves <palves@redhat.com>
6600 Hui Zhu <hui@codesourcery.com>
6603 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6604 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6605 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6606 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6608 2014-05-28 Joel Brobecker <brobecker@adacore.com>
6610 * config/monitor.exp (gdb_target_monitor): Replace use of
6611 "set remotebaud" by "set serial baud".
6613 2014-05-26 Andy Wingo <wingo@igalia.com>
6615 * gdb.guile/scm-breakpoint.exp:
6616 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6617 properties instead of gdb-object-properties.
6619 2014-05-26 Yao Qi <yao@codesourcery.com>
6621 * gdb.server/no-thread-db.exp: Specify source file name
6622 explicitly when setting a breakpoint.
6624 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6626 * gdb.btrace/vdso.c: New.
6627 * gdb.btrace/vdso.exp: New.
6629 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6631 * gdb.base/gcore.exp (capture_command_output): Move ...
6632 * lib/gdb.exp (capture_command_output): ... here.
6634 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6636 * gdb.btrace/data.exp: Test memory access during btrace replay.
6638 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6640 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6642 2014-05-21 Pedro Alves <palves@redhat.com>
6645 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6646 (top level): Test that output related to execution commands is
6647 sent to the console with CLI commands, but not with MI commands.
6648 Test that breakpoint events are always mirrored to the console.
6649 Also expect the new source line to be output after a "next" in
6650 async mode too. Make it a pass/fail test.
6651 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6653 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6655 2014-05-21 Pedro Alves <palves@redhat.com>
6657 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6658 Use them to test variations of "list" after reaching a breakpoint.
6659 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6660 Test "list" with listsize 10 after reaching a breakpoint.
6661 * gdb.python/python.exp (decode_line current location line
6662 number): Adjust expected line number.
6664 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6666 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6667 behavior for $args, pass it directly to "run".
6669 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6671 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6674 2014-05-21 Pedro Alves <palves@redhat.com>
6676 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6677 auto-connect-native-target off".
6678 * gdb.base/auto-connect-native-target.c: New file.
6679 * gdb.base/auto-connect-native-target.exp: New file.
6681 2014-05-21 Pedro Alves <palves@redhat.com>
6683 * gdb.base/default.exp: Test "target native" instead of "target
6686 2014-05-21 Mark Wielaard <mjw@redhat.com>
6688 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6690 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6692 Fix TLS access for -static -pthread.
6693 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6694 <HAVE_TLS> (thread_function, main): Initialize it.
6695 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6697 <$have_tls != "">: Check TLSVAR.
6699 2014-05-21 Pedro Alves <palves@redhat.com>
6701 * gdb.base/dcache-line-read-error.c: New.
6702 * gdb.base/dcache-line-read-error.exp: New.
6704 2014-05-20 Pedro Alves <palves@redhat.com>
6706 * gdb.base/compare-sections.c: New file.
6707 * gdb.base/compare-sections.exp: New file.
6709 2014-05-20 Pedro Alves <palves@redhat.com>
6711 * gdb.base/break-idempotent.c: New file.
6712 * gdb.base/break-idempotent.exp: New file.
6714 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6716 * gdb.btrace/nohist.exp: New.
6718 2014-05-20 Yao Qi <yao@codesourcery.com>
6720 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6721 gdb.reverse directory and gdb_reverse_timeout exists in board
6723 * README: Document gdb_reverse_timeout.
6725 2014-05-20 Yao Qi <yao@codesourcery.com>
6727 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6728 'test_file_name'. Treat args as a string instead of a list.
6729 (gdb_init): Rename argument 'args' by 'test_file_name'.
6731 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6733 * gdb.arch/powerpc-power.exp: New file.
6734 * gdb.arch/powerpc-power.s: New file.
6736 2014-05-16 Doug Evans <dje@google.com>
6738 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
6739 * gdb.base/completion.exp: Check that all expected files exist
6740 before doing file completion.
6742 2014-05-16 Doug Evans <dje@google.com>
6744 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6746 (do_syscall_tests_without_xml): Update.
6748 2014-05-16 Pedro Alves <palves@redhat.com>
6750 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6751 instead of "unknown output after running".
6753 2014-05-16 Yao Qi <yao@codesourcery.com>
6755 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6756 file1.txt from host at the end.
6757 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6759 2014-05-15 Doug Evans <dje@google.com>
6761 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6762 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6763 loading file. Add test for TU lookup.
6765 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6767 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6768 calling "-exec-arguments" or "set args" before running the
6771 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6773 * lib/mi-support.exp (mi_expect_stop): Expect message for
6774 inferiors that exit with non-zero exit code.
6776 2014-05-14 Yao Qi <yao@codesourcery.com>
6778 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6779 match absolute path on remote host.
6780 (test_file_list_exec_source_files): Remove "/" from the
6783 2014-05-14 Yao Qi <yao@codesourcery.com>
6785 * boards/local-remote-host-notty.exp (${board}_file): New
6788 2014-05-07 Kyle McMartin <kyle@redhat.com>
6790 Pushed by Joel Brobecker <brobecker@adacore.com>.
6791 * gdb.arch/aarch64-atomic-inst.c: New file.
6792 * gdb.arch/aarch64-atomic-inst.exp: New file.
6794 2014-05-07 Yao Qi <yao@codesourcery.com>
6796 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6797 in current context" too.
6799 2014-05-05 Keith Seitz <keiths@redhat.com>
6801 * gdb.linespec/ls-dollar.exp: Add test for linespec
6802 file:convenience_variable.
6804 2014-05-05 Yao Qi <yao@codesourcery.com>
6806 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6807 traceframes into tfile and ctf trace files. Read data from
6808 trace file and test collected data.
6809 (gdb_collect_locals_test): Likewise.
6810 (gdb_unavailable_registers_test): Likewise.
6811 (gdb_unavailable_floats): Likewise.
6812 (gdb_collect_globals_test): Likewise.
6813 (top-level): Append "ctf" to trace_file_targets if GDB
6816 2014-05-05 Yao Qi <yao@codesourcery.com>
6818 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6820 (gdb_collect_args_test_1): ... it. New proc.
6821 (gdb_collect_locals_test): Move some code to ...
6822 (gdb_collect_locals_test_1): ... it. New proc.
6823 (gdb_unavailable_registers_test): Move some code to ...
6824 (gdb_unavailable_registers_test_1): ... it. New proc.
6825 (gdb_unavailable_floats): Move some code to ...
6826 (gdb_unavailable_floats_1): ... it. New proc.
6828 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6830 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6831 probes to test for bitness recognition.
6832 * gdb.arch/amd64-stap-optional-prefix.exp
6833 (test_probe_value_without_reg): New procedure.
6834 Add code to test for different kinds of bitness.
6836 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6838 PR breakpoints/16889
6839 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6840 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6842 2014-05-01 Pedro Alves <palves@redhat.com>
6844 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6845 gdb_file_cmd if no file is specified.
6846 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6847 last_loaded_file to set the remote exec-file.
6849 2014-05-01 Pedro Alves <palves@redhat.com>
6851 * boards/local-remote-host.exp: New file.
6853 2014-05-01 Pedro Alves <palves@redhat.com>
6855 * boards/local-remote-host.exp: Rename to ...
6856 * boards/local-remote-host-notty.exp: ... this.
6858 2014-04-28 Joel Brobecker <brobecker@adacore.com>
6860 * gdb.ada/dyn_arrayidx: New testcase.
6862 2014-04-26 Yao Qi <yao@codesourcery.com>
6864 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6865 and compute the length of function main. Save it in
6867 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6868 (top-level): Use gdb_compile to compile objects into
6869 executable and restart GDB. Remove invocation to
6870 prepare_for_testing.
6872 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6873 Pedro Alves <palves@redhat.com>
6876 * gdb.multi/multi-attach.c: New file.
6877 * gdb.multi/multi-attach.exp: New file.
6879 2014-04-25 Pedro Alves <palves@redhat.com>
6881 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6883 (top level): Test that "set remote conditional-breakpoints-packet
6884 off" works as intended.
6885 * gdb.base/dprintf.exp: Test that "set remote
6886 breakpoint-commands-packet off" works as intended.
6887 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6889 (top level): Call it.
6890 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6891 remote fast-tracepoints-packet off" works as intended.
6892 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6893 * lib/gdb.exp (gdb_is_target_remote): ... here.
6895 2014-04-24 David Blaikie <dblaikie@gmail.com>
6897 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6898 ensure clang would not discard them.
6899 * gdb.base/gdbvars.c: Ditto.
6900 * gdb.base/memattr.c: Ditto.
6901 * gdb.base/whatis.c: Ditto.
6902 * gdb.python/py-prettyprint.c: Ditto.
6903 * gdb.trace/actions.c: Ditto.
6904 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6905 ensure clang would not discard it.
6907 2014-04-24 David Blaikie <dblaikie@gmail.com>
6909 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6910 clang to emit the full definition of type required by the test
6911 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6913 2014-04-24 David Blaikie <dblaikie@gmail.com>
6915 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6916 coax Clang into emitting the definition of the type.
6917 * gdb.cp/pr10728-x.h (y): Ditto.
6918 * gdb.cp/pr10728-y.cc (y): Ditto.
6920 2014-04-24 David Blaikie <dblaikie@gmail.com>
6922 * gdb.base/label.exp: XFAIL label related tests under Clang.
6923 * gdb.cp/cplabel.exp: Ditto.
6924 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6925 under Clang those using labels.
6927 2014-04-25 Yao Qi <yao@codesourcery.com>
6929 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6931 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6932 partial_label and double_label.
6934 2014-04-24 David Blaikie <dblaikie@gmail.com>
6936 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6938 2014-04-24 David Blaikie <dblaikie@gmail.com>
6940 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6941 of the function to work across GCC and Clang.
6942 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6943 pointer types (const void ** const V void **).
6945 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
6946 Walfred Tedeschi <walfred.tedeschi@intel.com>
6948 * Makefile.in (EXECUTABLES): Added i386-avx512.
6949 * gdb.arch/i386-avx512.c: New file.
6950 * gdb.arch/i386-avx512.exp: Likewise.
6952 2014-04-23 Keith Seitz <keiths@redhat.com>
6954 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6955 (mi_make_breakpoint_table): New procedure.
6956 (mi_create_breakpoint): Use mi_make_breakpoint
6957 and return the result.
6958 (mi_make_breakpoint): New procedure.
6959 (mi_build_kv_pairs): New procedure.
6961 * gdb.mi/mi-break.exp: Remove unused globals,
6962 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6963 All callers updated.
6964 * gdb.mi/mi-dprintf.exp: Use variable to track command
6966 Update all callers of mi_create_breakpoint and use
6967 mi_make_breakpoint_table.
6968 Remove any unused global variables.
6969 * gdb.mi/mi-nonstop.exp: Likewise.
6970 * gdb.mi/mi-nsintrall.exp: Likewise.
6971 * gdb.mi/mi-nsmoribund.exp: Likewise.
6972 * gdb.mi/mi-nsthrexec.exp: Likewise.
6973 * gdb.mi/mi-reverse.exp: Likewise.
6974 * gdb.mi/mi-simplerun.exp: Likewise.
6975 * gdb.mi/mi-stepn.exp: Likewise.
6976 * gdb.mi/mi-syn-frame.exp: Likewise.
6977 * gdb.mi/mi-until.exp: Likewise.
6978 * gdb.mi/mi-var-cp.exp: Likewise.
6979 * gdb.mi/mi-var-display.exp: Likewise.
6980 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6981 * gdb.mi/mi2-var-child.exp: Likewise.
6982 * gdb.mi/mi-vla-c99.exp: Likewise.
6983 * lib/mi-support.exp: Likewise.
6985 From Ian Lance Taylor <iant@cygnus.com>:
6986 * lib/gdb.exp (parse_args): New procedure.
6988 2014-04-23 Pedro Alves <palves@redhat.com>
6990 * gdb.base/break-unload-file.c: New file.
6991 * gdb.base/break-unload-file.exp: New file.
6992 * gdb.base/sym-file-lib.c (baz): New function.
6993 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6995 (load): Store the segment's mapped size.
6996 (unload): New function.
6997 (unload_shlib): New function.
6998 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6999 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7000 set a breakpoint at baz, and call it.
7001 * gdb.base/sym-file.exp: New tests for stale breakpoint
7004 2014-04-23 Pedro Alves <palves@redhat.com>
7006 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7007 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7008 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
7009 * gdb.base/hbreak-unmapped.c: New file.
7010 * gdb.base/hbreak-unmapped.exp: New file.
7011 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
7012 * lib/gdb.exp (gdb_is_target_remote): ... here.
7014 2014-04-22 Pedro Alves <palves@redhat.com>
7016 * gdb.base/consecutive-step-over.c: New file.
7017 * gdb.base/consecutive-step-over.exp: New file.
7019 2014-04-22 Pedro Alves <palves@redhat.com>
7021 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
7022 instead of send_gdb/gdb_expect.
7024 2014-04-22 Yao Qi <yao@codesourcery.com>
7026 * lib/trace-support.exp (generate_tracefile): New procedure.
7027 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
7029 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
7030 if generate_tracefile returns 1.
7032 2014-04-18 Tom Tromey <palves@redhat.com>
7033 Pedro alves <tromey@redhat.com>
7036 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
7037 with a backtrace limit.
7038 * gdb.python/py-frame-inline.exp: Test running to an inline
7039 function with a backtrace limit, and printing the newest frame.
7040 * gdb.python/py-frame-inline.c (main): Call f.
7042 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7044 * gdb.java/jnpe.exp: Drop srcdir from untested path.
7046 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
7048 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
7049 Drop prefix from unsupported source file path.
7051 2014-04-17 Yao Qi <yao@codesourcery.com>
7053 * lib/gdb.exp (with_target_charset): New proc.
7054 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
7055 with_target_charset.
7056 (test_print_strings): Likewise.
7057 (test_repeat_bytes): Likewise.
7058 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
7061 2014-04-16 Keith Seitz <keiths@redhat.com>
7064 * gdb.dwarf2/corrupt.c: New file.
7065 * gdb.dwarf2/corrupt.exp: New file.
7067 2014-04-16 Keith Seitz <keiths@redhat.com>
7070 * gdb.cp/namelessclass.cc: New file.
7071 * gdb.cp/namelessclass.exp: New file.
7072 * gdb.cp/namelessclass.S: New file.
7074 2014-04-16 Doug Evans <dje@google.com>
7076 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
7078 (gdbserver_default_get_comm_port): New function.
7079 (gdbserver_start): Check if board file provided
7080 "gdbserver,get_comm_port" and use it if so.
7081 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
7082 (gdb,socketport): Set to "stdio".
7083 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
7084 (stdio_gdbserver_template): Delete.
7085 (${board}_get_remote_address): Update.
7086 (${board}_build_remote_cmd): Delete.
7087 (${board}_get_comm_port): New function.
7088 (${board}_spawn): Update.
7089 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
7091 (${board}_get_remote_address): Update.
7092 (${board}_get_comm_port): New function.
7094 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
7096 * gdb.base/memattr.exp: Improve regexps to handle memory regions
7097 appearing in any order.
7099 2014-04-15 Doug Evans <dje@google.com>
7101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
7102 uninitialized value of "description".
7104 2014-04-15 Keith Seitz <keiths@redhat.com>
7106 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7107 Remove unused globals.
7108 (test_running_the_program): Likewise.
7109 (test_controlled_execution): Likewise.
7110 (test_controlling_breakpoints): Likewise.
7111 (test_program_termination): Likewise.
7113 2014-04-15 Keith Seitz <keiths@redhat.com>
7115 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7117 (test_rbreak_creation_and_listing): Likewise.
7118 (test_ignore_count): Likewise.
7119 (test_error): Likewise.
7121 2014-04-15 Pedro Alves <palves@redhat.com>
7123 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7124 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7126 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7127 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7128 to sym-file-loader.c.
7129 (struct library): Forward declare.
7130 (load_shlib, lookup_function): Change prototypes.
7131 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7132 (translate_offset): Remove declarations.
7133 (get_text_addr): New declaration.
7134 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7135 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7137 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7138 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7139 here from sym-file-loader.h.
7140 (struct library): New structure.
7141 (load_shlib, lookup_function): Change prototypes and adjust to
7142 work with a struct library.
7143 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7144 (translate_offset): Make static.
7145 (get_text_addr): New function.
7146 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7148 2014-04-15 Pedro Alves <palves@redhat.com>
7150 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7152 2014-04-15 Pedro Alves <palves@redhat.com>
7154 * gdb.base/sym-file-loader.c: Include <limits.h>.
7155 (SELF_LINK): New define.
7156 (get_origin): New function.
7157 (load_shlib): Use it.
7158 * gdb.base/sym-file.exp: Don't early return if the target is
7159 remote. Use runto_main, and issue fail is that fails. Use
7161 (shlib_name): Delete.
7162 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7164 2014-04-15 Pedro Alves <palves@redhat.com>
7166 * gdb.base/sym-file.exp: Remove regex characters from test
7167 message. Don't refer to breakpoint numbers in test messages.
7169 2014-04-14 Keith Seitz <keiths@redhat.com>
7172 * gdb.cp/var-tag.cc: New file.
7173 * gdb.cp/var-tag.exp: New file.
7174 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7175 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7176 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7177 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7179 2014-04-14 Tom Tromey <tromey@redhat.com>
7181 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7182 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7184 * gdb.cp/enum-class.exp: New file.
7185 * gdb.cp/enum-class.cc: New file.
7187 2014-04-14 Tom Tromey <tromey@redhat.com>
7189 * gdb.dwarf2/enum-type.exp: New file.
7191 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7193 * gdb.mi/mi-vla-c99.exp: New file.
7194 * gdb.mi/vla.c: New file.
7196 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7198 * gdb.base/vla-datatypes.c: New file.
7199 * gdb.base/vla-datatypes.exp: New file.
7201 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7203 * gdb.base/vla-ptr.c: New file.
7204 * gdb.base/vla-ptr.exp: New file.
7206 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7208 * gdb.dwarf2/count.exp: New file.
7210 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7212 * gdb.base/vla-sideeffect.c: New file.
7213 * gdb.base/vla-sideeffect.exp: New file.
7215 2014-04-14 David Blaikie <dblaikie@gmail.com>
7217 * gdb.mi/non-stop.c: Add return value for non-void function return
7219 * gdb.threads/staticthreads.c: Ditto.
7221 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7222 Doug Evans <xdje42@gmail.com>
7224 * gdb.guile/scm-value.c: Improve test case.
7225 * gdb.guile/scm-value.exp: Add new test.
7227 2014-04-11 David Blaikie <dblaikie@gmail.com>
7229 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7230 override Clang's default.
7232 2014-04-11 Joel Brobecker <brobecker@adacore.com>
7234 Revert the following changes (regressions):
7236 * gdb.base/vla-sideeffect.c: New file.
7237 * gdb.base/vla-sideeffect.exp: New file.
7239 * gdb.dwarf2/count.exp: New file.
7241 * gdb.base/vla-multi.c: New file.
7242 * gdb.base/vla-multi.exp: New file.
7244 * gdb.base/vla-ptr.c: New file.
7245 * gdb.base/vla-ptr.exp: New file.
7247 * gdb.base/vla-datatypes.c: New file.
7248 * gdb.base/vla-datatypes.exp: New file.
7250 * gdb.mi/mi-vla-c99.exp: New file.
7251 * gdb.mi/vla.c: New file.
7253 2014-04-11 Keith Seitz <keiths@redhat.com>
7256 * gdb.cp/cpsizeof.exp: New file.
7257 * gdb.cp/cpsizeof.cc: New file.
7259 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7261 * gdb.mi/mi-vla-c99.exp: New file.
7262 * gdb.mi/vla.c: New file.
7264 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7266 * gdb.base/vla-datatypes.c: New file.
7267 * gdb.base/vla-datatypes.exp: New file.
7269 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7271 * gdb.base/vla-ptr.c: New file.
7272 * gdb.base/vla-ptr.exp: New file.
7274 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7276 * gdb.base/vla-multi.c: New file.
7277 * gdb.base/vla-multi.exp: New file.
7279 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7281 * gdb.dwarf2/count.exp: New file.
7283 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7285 * gdb.base/vla-sideeffect.c: New file.
7286 * gdb.base/vla-sideeffect.exp: New file.
7288 2014-04-11 Yao Qi <yao@codesourcery.com>
7290 * gdb.base/completion.exp: Check file exists before running tests
7293 2014-04-10 Pedro Alves <palves@redhat.com>
7295 * gdb.base/cond-eval-mode.c: New file.
7296 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7297 prepare_for_testing to build the new file. Check result of
7299 (test_break, test_watch): New procedures.
7300 (top level): Use them.
7302 2014-04-08 Pierre Muller <muller@sourceware.org>
7304 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7305 Ctrl-V use for mingw hosts.
7307 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7309 * gdb.python/py-value.c: Improve test case.
7310 * gdb.python/py-value.exp: Add new test.
7312 2014-04-07 David Blaikie <dblaikie@gmail.com>
7314 * lib/compiler.c: Identify the clang compiler.
7315 * lib/compiler.cc: Ditto.
7317 2014-04-03 Yao Qi <yao@codesourcery.com>
7319 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7321 2014-04-01 Anton Blanchard <anton@samba.org>
7323 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7326 2014-04-01 Anton Blanchard <anton@samba.org>
7328 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7329 prepare_for_testing.
7331 2014-04-01 Anton Blanchard <anton@samba.org>
7333 * gdb.arch/ppc64-atomic-inst.c: Remove.
7334 * gdb.arch/ppc64-atomic-inst.S: New file.
7335 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7337 2014-03-31 Doug Evans <dje@google.com>
7339 * gdb.base/print-symbol-loading-lib.c: New file.
7340 * gdb.base/print-symbol-loading-main.c: New file.
7341 * gdb.base/print-symbol-loading.exp: New file.
7343 2014-03-31 Yao Qi <yao@codesourcery.com>
7345 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7347 2014-03-28 Joel Brobecker <brobecker@adacore.com>
7349 * gdb.ada/mi_dyn_arr: New testcase.
7351 2014-03-27 Doug Evans <dje@google.com>
7353 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7355 2014-03-27 Yao Qi <yao@codesourcery.com>
7357 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7358 if target is nios2-*-*.
7360 2014-03-26 Yao Qi <yao@codesourcery.com>
7362 * lib/gdb.exp (readline_is_used): New proc.
7363 * gdb.base/completion.exp: Move tests on command complete up.
7364 Skip the rest of tests if readline is not used.
7365 * gdb.ada/complete.exp: Skp the test if readline is not
7367 * gdb.base/filesym.exp: Likewise.
7368 * gdb.base/macscp.exp: Likewise.
7369 * gdb.base/readline-ask.exp: Likewise.
7370 * gdb.base/readline.exp: Likewise.
7371 * gdb.python/py-cmd.exp: Likewise.
7372 * gdb.trace/tfile.exp: Likewise.
7374 2014-03-26 Yao Qi <yao@codesourcery.com>
7376 * gdb.base/macscp.exp: Fix code format issues.
7378 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7380 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7381 * gdb.asm/powerpc64le.inc: New file.
7383 2014-03-25 Pedro Alves <palves@redhat.com>
7384 Doug Evans <dje@google.com>
7386 * gdb.base/source-execution.c: New file.
7387 * gdb.base/source-execution.exp: New file.
7388 * gdb.base/source-execution.gdb: New file.
7390 2014-03-24 Doug Evans <dje@google.com>
7392 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7395 2014-03-24 Hui Zhu <hui@codesourcery.com>
7396 Pedro Alves <palves@redhat.com>
7398 PR breakpoints/16101
7399 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7400 test pass/fail messages. Detect missing support for dprintf when
7401 breakpoints are actually inserted.
7402 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7403 breakpoints are actually inserted.
7404 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7407 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7409 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7411 2014-03-22 Doug Evans <xdje42@gmail.com>
7413 * gdb.python/python.exp (python not supported): Verify multi-line
7414 python command issues an error.
7415 * gdb.guile/guile.exp (guile not supported): Verify multi-line
7416 guile command issues an error.
7418 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7420 * gdb.threads/thread-specific.exp: Handle the lack of usable
7421 $this_breakpoint and $this_thread.
7423 2014-03-21 Hui Zhu <hui@codesourcery.com>
7425 * gdb.base/attach.exp (do_command_attach_tests): New.
7427 2014-03-20 Tom Tromey <tromey@redhat.com>
7428 Pedro Alves <palves@redhat.com>
7431 * gdb.base/condbreak-call-false.c: New file.
7432 * gdb.base/condbreak-call-false.exp: New file.
7434 2014-03-20 Pedro Alves <palves@redhat.com>
7436 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7438 (block_signals, unblock_signals): Delete.
7439 (child_function_2, main): Remove references to deleted variable
7442 2014-03-20 Pedro Alves <palves@redhat.com>
7444 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7445 Use pthread_kill to signal thread 2.
7446 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7447 Adjust to make the test send itself a signal rather than using the
7448 host's "kill" command.
7450 2014-03-20 Pedro Alves <palves@redhat.com>
7452 * gdb.threads/multiple-step-overs.c: New file.
7453 * gdb.threads/multiple-step-overs.exp: New file.
7454 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7455 Adjust expected infrun debug output.
7457 2014-03-20 Pedro Alves <palves@redhat.com>
7459 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7460 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7462 2014-03-20 Pedro Alves <palves@redhat.com>
7465 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7466 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7467 of gdb_test_multiple.
7468 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7469 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7471 2014-03-20 Pedro Alves <palves@redhat.com>
7473 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7474 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7476 2014-03-19 Pedro Alves <palves@redhat.com>
7478 * gdb.base/async.exp: Remove early return.
7480 2014-03-19 Pedro Alves <palves@redhat.com>
7482 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7484 2014-03-19 Pedro Alves <palves@redhat.com>
7486 * gdb.base/async.exp (test_background): Expect \r\n after
7487 "completed." in the fail pattern.
7489 2014-03-19 Pedro Alves <palves@redhat.com>
7491 * gdb.base/async.exp (test_background): New procedure.
7492 Use it for all background execution command tests.
7494 2014-03-19 Pedro Alves <palves@redhat.com>
7496 * gdb.base/async.exp: Use prepare_for_testing.
7498 2014-03-19 Pedro Alves <palves@redhat.com>
7500 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7503 2014-03-19 Pedro Alves <palves@redhat.com>
7505 * gdb.base/async.c (main): Add "jump here" and "until here" line
7507 * gdb.base/async.exp (jump_here): New global.
7508 (jump& test): Use it.
7509 (until_here): New global.
7510 (until& test): Use it.
7512 2014-03-19 Pedro Alves <palves@redhat.com>
7514 * gdb.base/async.exp: Don't frob gdb_protocol.
7516 2014-03-18 Doug Evans <xdje42@gmail.com>
7518 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7519 Fix spelling of exec-done-display.
7521 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7524 * gdb.base/gdb-sigterm.c: New file.
7525 * gdb.base/gdb-sigterm.exp: New file.
7527 2014-03-18 Pedro Alves <palves@redhat.com>
7530 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7531 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7534 2014-03-17 Joel Brobecker <brobecker@adacore.com>
7536 * gdb.ada/pckd_arr_ren: New testcase.
7538 2014-03-13 Doug Evans <xdje42@gmail.com>
7541 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7542 collect after discarding symbols.
7544 2014-03-13 Ludovic Courtès <ludo@gnu.org>
7545 Doug Evans <xdje42@gmail.com>
7547 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7548 to history survives a gc.
7550 2014-03-13 Pedro Alves <palves@redhat.com>
7552 * gdb.base/default.exp: Don't test "target procfs".
7554 2014-03-13 Pedro Alves <palves@redhat.com>
7556 * gdb.base/default.exp: Update "target child" and "target procfs"
7557 tests to not expect "Unix".
7559 2014-03-12 Tom Tromey <tromey@redhat.com>
7561 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7562 New procs. Add target-async tests.
7563 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7564 Add target-async tests.
7566 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7568 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7569 'func_start' and 'func_end' for the beginning and end of the
7570 function code, respectively.
7571 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7572 'func_end' instead of 'func' and 'main'.
7574 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7576 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7577 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7578 generate the debug info assembler source.
7580 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7582 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7583 * gdb.dwarf2/arr-subrange.exp: Likewise.
7584 * gdb.dwarf2/dwz.exp: Likewise.
7585 * gdb.dwarf2/method-ptr.exp: Likewise.
7586 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7587 * gdb.dwarf2/subrange.exp: Likewise.
7588 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7589 * gdb.dwarf2/implptrpiece.exp: Likewise.
7590 * gdb.dwarf2/nostaticblock.exp: Likewise.
7592 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7594 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7595 directory to absolute path name arguments.
7597 2014-03-10 Joel Brobecker <brobecker@adacore.com>
7599 * gdb.ada/tagged_access: New testcase.
7601 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7603 * gdb.btrace/data.exp: Update expected output.
7605 2014-03-06 Yao Qi <yao@codesourcery.com>
7607 * gdb.trace/pr16508.exp: New file.
7609 2014-03-05 Pedro Alves <palves@redhat.com>
7612 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7614 (top level): Adjust to use it. Add tests that exercise breakpoint
7615 interaction with the code-cache.
7617 2014-02-26 Ludovic Courtès <ludo@gnu.org>
7619 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7620 test for 'history-append!'.
7622 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7624 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7625 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7626 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7627 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7628 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7629 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7631 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7633 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7634 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7635 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7637 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7639 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7641 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7643 * gdb.dwarf2/arr-stride.c: New file.
7644 * gdb.dwarf2/arr-stride.exp: New file.
7646 2014-02-26 Pedro Alves <palves@redhat.com>
7648 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7649 that won't ever trigger. Make sure that GDB reports the correct
7650 breakpoint that caused the stop.
7652 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7655 * gdb.base/auto-load-script: New file.
7656 * gdb.base/auto-load.c: New file.
7657 * gdb.base/auto-load.exp: New file.
7660 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7662 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7664 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7665 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7667 2014-02-24 Doug Evans <dje@google.com>
7669 * lib/gdb.exp (run_on_host): Log error output if program fails.
7671 2014-02-21 Pedro Alves <palves@redhat.com>
7673 * gdb.threads/step-after-sr-lock.c: Rename to ...
7674 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7675 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7676 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7679 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7682 * gdb.arch/amd64-stap-special-operands.exp: New file.
7683 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7684 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7685 * gdb.arch/amd64-stap-triplet.S: Likewise.
7686 * gdb.arch/amd64-stap-triplet.c: Likewise.
7688 2014-02-20 Joel Brobecker <brobecker@adacore.com>
7690 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7691 in .section pseudo-op.
7693 2014-02-20 lin zuojian <manjian2006@gmail.com>
7694 Joel Brobecker <brobecker@adacore.com>
7695 Doug Evans <xdje42@gmail.com>
7698 * gdb.dwarf2/dw2-icycle.S: New file.
7699 * gdb.dwarf2/dw2-icycle.c: New file.
7700 * gdb.dwarf2/dw2-icycle.exp: New file.
7702 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7704 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7705 operations on gdb.Value objects.
7706 * gdb.python/py-value-cc.exp: Add new test to test operations on
7709 2014-02-18 Doug Evans <dje@google.com>
7711 * Makefile.in (TESTS): New variable.
7712 (expanded_tests, expanded_tests_or_none): New variables
7713 (check-single): Pass $(expanded_tests_or_none) to runtest.
7714 (check-parallel): Only run tests in $(TESTS) if non-empty.
7715 (check/no-matching-tests-found): New rule.
7716 * README: Document TESTS makefile variable.
7718 2014-02-18 Doug Evans <dje@google.com>
7720 * Makefile.in (check-parallel): rm -rf outputs temp.
7722 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7724 Fix "ERROR: no fileid for" in the testsuite.
7725 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7727 2014-02-12 Doug Evans <dje@google.com>
7729 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7730 (MISCELLANEOUS): New variable.
7731 (clean): rm -rf $(MISCELLANEOUS).
7732 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7733 dwp live in the same directory as symlinks, with each symlink pointed
7734 to a differently named file in a different directory.
7736 2014-02-11 Doug Evans <dje@google.com>
7738 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7739 of Tcl file commands.
7741 2014-02-10 Mark Kettenis <kettenis@gnu.org>
7743 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7746 2014-02-10 Joel Brobecker <brobecker@adacore.com>
7748 * gdb.ada/tick_length_array_enum_idx: New testcase.
7750 2014-02-10 Doug Evans <xdje42@gmail.com>
7752 * configure.ac (AC_OUTPUT): Add gdb.guile.
7753 * configure: Regenerate.
7754 * lib/gdb-guile.exp: New file.
7755 * lib/gdb.exp (get_target_charset): New function.
7756 * gdb.base/help.exp: Update expected output from "apropos apropos".
7757 * gdb.guile/Makefile.in: New file.
7758 * gdb.guile/guile.exp: New file.
7759 * gdb.guile/scm-arch.c: New file.
7760 * gdb.guile/scm-arch.exp: New file.
7761 * gdb.guile/scm-block.c: New file.
7762 * gdb.guile/scm-block.exp: New file.
7763 * gdb.guile/scm-breakpoint.c: New file.
7764 * gdb.guile/scm-breakpoint.exp: New file.
7765 * gdb.guile/scm-disasm.c: New file.
7766 * gdb.guile/scm-disasm.exp: New file.
7767 * gdb.guile/scm-equal.c: New file.
7768 * gdb.guile/scm-equal.exp: New file.
7769 * gdb.guile/scm-error.exp: New file.
7770 * gdb.guile/scm-error.scm: New file.
7771 * gdb.guile/scm-frame-args.c: New file.
7772 * gdb.guile/scm-frame-args.exp: New file.
7773 * gdb.guile/scm-frame-args.scm: New file.
7774 * gdb.guile/scm-frame-inline.c: New file.
7775 * gdb.guile/scm-frame-inline.exp: New file.
7776 * gdb.guile/scm-frame.c: New file.
7777 * gdb.guile/scm-frame.exp: New file.
7778 * gdb.guile/scm-generics.exp: New file.
7779 * gdb.guile/scm-gsmob.exp: New file.
7780 * gdb.guile/scm-iterator.c: New file.
7781 * gdb.guile/scm-iterator.exp: New file.
7782 * gdb.guile/scm-math.c: New file.
7783 * gdb.guile/scm-math.exp: New file.
7784 * gdb.guile/scm-objfile-script-gdb.in: New file.
7785 * gdb.guile/scm-objfile-script.c: New file.
7786 * gdb.guile/scm-objfile-script.exp: New file.
7787 * gdb.guile/scm-objfile.c: New file.
7788 * gdb.guile/scm-objfile.exp: New file.
7789 * gdb.guile/scm-ports.exp: New file.
7790 * gdb.guile/scm-pretty-print.c: New file.
7791 * gdb.guile/scm-pretty-print.exp: New file.
7792 * gdb.guile/scm-pretty-print.scm: New file.
7793 * gdb.guile/scm-section-script.c: New file.
7794 * gdb.guile/scm-section-script.exp: New file.
7795 * gdb.guile/scm-section-script.scm: New file.
7796 * gdb.guile/scm-symbol.c: New file.
7797 * gdb.guile/scm-symbol.exp: New file.
7798 * gdb.guile/scm-symtab-2.c: New file.
7799 * gdb.guile/scm-symtab.c: New file.
7800 * gdb.guile/scm-symtab.exp: New file.
7801 * gdb.guile/scm-type.c: New file.
7802 * gdb.guile/scm-type.exp: New file.
7803 * gdb.guile/scm-value-cc.cc: New file.
7804 * gdb.guile/scm-value-cc.exp: New file.
7805 * gdb.guile/scm-value.c: New file.
7806 * gdb.guile/scm-value.exp: New file.
7807 * gdb.guile/source2.scm: New file.
7808 * gdb.guile/types-module.cc: New file.
7809 * gdb.guile/types-module.exp: New file.
7811 2014-02-10 Yao Qi <yao@codesourcery.com>
7814 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7815 * configure: Regenerated.
7816 * Makefile.in: New file.
7818 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7820 * gdb.python/py-framefilter.exp: Fix typo.
7822 2014-02-08 Yao Qi <yao@codesourcery.com>
7824 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7825 that no =breakpoint-modified is emitted when breakpoints are
7826 modified through MI commands.
7828 2014-02-07 Pedro Alves <pedro@codesourcery.com>
7829 Pedro Alves <palves@redhat.com>
7831 * gdb.threads/step-after-sr-lock.c: New file.
7832 * gdb.threads/step-after-sr-lock.exp: New file.
7834 2014-02-07 Pedro Alves <palves@redhat.com>
7836 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7838 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7840 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7841 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7843 2014-02-06 Doug Evans <xdje42@gmail.com>
7845 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7848 * gdb.gdb/python-interrupts.exp: New file.
7850 2014-02-05 Yao Qi <yao@codesourcery.com>
7852 * gdb.trace/report.exp (use_collected_data): Test the output
7853 of "info threads" and "info inferiors".
7855 2014-02-05 Yao Qi <yao@codesourcery.com>
7859 2013-05-24 Yao Qi <yao@codesourcery.com>
7861 * gdb.trace/tfile.exp: Test inferior and thread.
7863 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7865 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7867 * gdb.base/step-bt.c: Call hello via function pointer to make
7868 sure its first instruction is executed on powerpc64le-linux.
7870 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7872 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7874 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7876 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7877 of the test patterns for use on little-endian systems.
7879 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7881 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7882 (decimal_vector): Fix for little-endian.
7884 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7886 * gdb.arch/sparc-sysstep.exp: New file.
7887 * gdb.arch/sparc-sysstep.c: Likewise.
7889 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7891 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7893 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7895 2014-01-23 Tom Tromey <tromey@redhat.com>
7897 * gdb.ada/array_char_idx: New testcase.
7899 2014-01-23 Tom Tromey <tromey@redhat.com>
7902 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7903 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7906 2014-01-23 Tom Tromey <tromey@redhat.com>
7909 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7910 string from an inferior frame.
7911 * gdb.python/py-framefilter-mi.exp: Update.
7913 2014-01-22 Doug Evans <dje@google.com>
7915 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7917 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7919 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7921 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7923 * gdb.trace/entry-values.exp: Remove excess space character from
7924 regex patterns. Handle s390 call instruction.
7926 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7928 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7929 define "*_start" label. Make "name" static.
7930 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7931 ${name} by references to ${name}_start.
7933 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7935 * gdb.base/info-macros.exp: Remove "debug" from the compile
7938 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7940 * gdb.dlang/demangle.exp: New file.
7942 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7944 * gdb.dlang/primitive-types.exp: New file.
7946 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7948 * configure.ac: Create gdb.dlang/Makefile.
7949 * configure: Regenerate.
7950 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7951 * gdb.dlang/Makefile.in: New file.
7952 * lib/d-support.exp: New file.
7953 * lib/gdb.exp (skip_d_tests): New proc.
7955 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7957 * gdb.btrace/delta.exp: Check reverse stepi.
7958 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7959 * gdb.btrace/finish.exp: New.
7960 * gdb.btrace/next.exp: New.
7961 * gdb.btrace/nexti.exp: New.
7962 * gdb.btrace/record_goto.c: Add comments.
7963 * gdb.btrace/step.exp: New.
7964 * gdb.btrace/stepi.exp: New.
7965 * gdb.btrace/multi-thread-step.c: New.
7966 * gdb.btrace/multi-thread-step.exp: New.
7967 * gdb.btrace/rn-dl-bind.c: New.
7968 * gdb.btrace/rn-dl-bind.exp: New.
7969 * gdb.btrace/data.c: New.
7970 * gdb.btrace/data.exp: New.
7971 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7973 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7975 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7976 * gdb.btrace/exception.exp: Update.
7977 * gdb.btrace/instruction_history.exp: Update.
7978 * gdb.btrace/record_goto.exp: Update.
7979 * gdb.btrace/tailcall.exp: Update.
7980 * gdb.btrace/unknown_functions.exp: Update.
7981 * gdb.btrace/delta.exp: New.
7983 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7985 * gdb.btrace/record_goto.exp: Add backtrace test.
7986 * gdb.btrace/tailcall.exp: Add backtrace test.
7988 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7990 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7991 * gdb.btrace/record_goto.c: New.
7992 * gdb.btrace/record_goto.exp: New.
7993 * gdb.btrace/x86-record_goto.S: New.
7995 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7997 * gdb.btrace/function_call_history.exp: Update tests.
7998 * gdb.btrace/instruction_history.exp: Update tests.
8000 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8002 * gdb.btrace/function_call_history.exp: Fix expected field
8003 order for "record function-call-history".
8004 Add new tests for "record function-call-history /c".
8005 * gdb.btrace/exception.cc: New.
8006 * gdb.btrace/exception.exp: New.
8007 * gdb.btrace/tailcall.exp: New.
8008 * gdb.btrace/x86-tailcall.S: New.
8009 * gdb.btrace/x86-tailcall.c: New.
8010 * gdb.btrace/unknown_functions.c: New.
8011 * gdb.btrace/unknown_functions.exp: New.
8012 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8014 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8016 * gdb.btrace/instruction_history.exp: Update.
8017 * gdb.btrace/function_call_history.exp: Update.
8019 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8021 * gdb.btrace/function_call_history.exp: Fix expected function
8023 * gdb.btrace/instruction_history.exp: Initialize traced.
8024 Remove traced_functions.
8026 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8028 * gdb.btrace/function_call_history.exp: Update
8029 * gdb.btrace/instruction_history.exp: Update.
8031 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8033 * gdb.btrace/enable.exp: Update expected text.
8035 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
8037 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
8040 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
8042 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
8044 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
8046 * lib/gdb.exp (supports_process_record): Return true for
8047 arm*-linux*. (supports_reverse): Likewise.
8049 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
8053 * gdb.python/py-type.c: Enhance test case.
8054 * gdb.python/py-value-cc.cc: Likewise
8055 * gdb.python/py-type.exp: Add new tests.
8056 * gdb.python/py-value-cc.exp: Likewise
8058 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8059 Pedro Alves <palves@redhat.com>
8061 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
8063 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
8064 references to ${name}_start by references to ${name}.
8066 2014-01-10 Joel Brobecker <brobecker@adacore.com>
8068 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
8070 2014-01-10 Joel Brobecker <brobecker@adacore.com>
8072 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
8074 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
8075 Pedro Alves <palves@redhat.com>
8077 * gdb.mi/mi-info-os.exp: Connect to the target with
8080 2014-01-08 Pedro Alves <palves@redhat.com>
8082 * gdb.threads/reconnect-signal.c: New file.
8083 * gdb.threads/reconnect-signal.exp: New file.
8085 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8087 * gdb.base/source-dir.exp: New file.
8089 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8091 * gdb.ada/mi_interface: New testcase.
8093 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8095 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
8096 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
8097 gdb.ada/pp-rec-component/pck.ads: New files.
8099 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8101 * gdb.python/py-pp-integral.c: New file.
8102 * gdb.python/py-pp-integral.py: New file.
8103 * gdb.python/py-pp-integral.exp: New file.
8105 For older changes see ChangeLog-1993-2013.
8111 ;; version-control: never
8114 Copyright 2014-2016 Free Software Foundation, Inc.
8115 Copying and distribution of this file, with or without modification,
8116 are permitted provided the copyright notice and this notice are preserved.