📄 changelog
字号:
gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp: Update copyright years.2004-08-08 Daniel Jacobowitz <dan@debian.org> PR gdb/1738 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing from a breakpoint with a pending signal.2004-08-08 Daniel Jacobowitz <dan@debian.org> PR gdb/1736 * lib/gdb.exp (gdb_test_multiple): Handle return -code return. * gdb.base/sigaltstack.exp (finish_test): Consume output until the prompt. * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.2004-08-08 Daniel Jacobowitz <dan@debian.org> * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.2004-08-08 Daniel Jacobowitz <dan@debian.org> PR gdb/1736 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL for i?86-*-linux*.2004-08-08 Daniel Jacobowitz <dan@debian.org> * gdb.arch/i386-prologue.exp: Compile without debug information.2004-08-08 Michael Chastain <mec.gnu@mindspring.com> * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl rather than asking gdb to search.2004-08-05 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/gcore.c: Include <string.h>.2004-08-05 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/gcore.c: Add copyright notice.2004-08-05 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/freebpcmd.c: Include <stdio.h>. * gdb.base/long_long.c: Include <string.h>. * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>. * gdb.base/siginfo.c: Include <string.h>. * gdb.base/sigstep.c: Include <string.h>.2004-08-04 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/complex.c: Include <stdlib.h>.2004-08-04 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/complex.c: Add copyright notice.2004-08-04 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/charset.c: Include <stdlib.h>.2004-08-04 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/auxv.c: Include <stdlib.h>.2004-08-04 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/auxv.c: Add copyright notice.2004-08-04 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/coremaker.c: Add copyright notice. * gdb.base/coremaker2.c: Add copyright notice.2004-08-04 Andrew Cagney <cagney@gnu.org> * gdb.base/store.exp: Update copyright. (check_set, up_set, check_struct, up_struct): Add a prefix to test names, do not import gdb_prompt.2004-08-01 Andrew Cagney <cagney@gnu.org> Fix PR testsuite/1729. * gdb.base/dump.exp: Add test name to callers of capture_value, do not use capture_value with value 4. (capture_value): Add optional test name parameter. (test_reload_saved_value, test_restore_saved_value): Use $msg as the prefix, pass to capture_value.2004-08-01 Mark Kettenis <kettenis@gnu.org> * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue. * gdb.arch/i386-prologue.c (standard): New prototype and function. (main): Call new function.2004-07-31 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/namespace.exp: Accept more varieties of ptype output.2004-07-31 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.2004-07-31 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/inherit.exp: Accept more varieties of ptype output. Accept more values of vtbl pointer. Remove some messages about "obsolete gcc or gdb".2004-07-30 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/classes.exp: Accept more varieties of ptype output.2004-07-30 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/asm-source.exp: Properly convert target board debug flags from gcc format to binutils format.2004-07-28 Mark Kettenis <kettenis@gnu.org> * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in gdb1718". PR backtrace/1718 partially fixed.2004-07-27 Jeff Johnston <jjohnstn@redhat.com> * gdb.threads/watchthreads.exp: New test for threaded watchpoints.2004-07-26 Nick Clifton <nickc@redhat.com> * gdb.asm/asm-source.exp (debug-flags): New variable. If a known good default value for a specific architecture is available then set it to that value. Otherwise default to the -gstabs switch. Remove the -g... switches from the asm-flags variable. Allow the target board info to override the value if it wants to. Pass the switch on the assembler command line.2004-07-23 Mark Kettenis <kettenis@gnu.org> * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718. * gdb.arch/i386-prologue.c (gdb1718): New prototype and function. (main): Call new function.2004-07-22 Michael Chastain <mec.gnu@mindspring.com> Test for PR exp/1715. * gdb.base/radix.exp: Refactor common procedures. Make all test names unique. Change XFAIL to KFAIL.2004-07-20 Michael Chastain <mec.gnu@mindspring.com> * gdb.ada/gnat_ada.gpr.in: Rename from here ... * gdb.ada/gnat_ada.gin: ... to here. * configure.in: Use gnat_ada.gin. * configure: Regenerate.2004-07-20 Andrew Cagney <cagney@gnu.org> * gdb.base/signals.exp: Replace send_gdb and gdb_expect with gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect XFAILs. Clean up test messages and comments. Check backtraces. Delete re-sync code.2004-07-19 Michael Chastain <mec.gnu@mindspring.com> Fix PR cli/740. * gdb.base/annota1.exp: Honor gdb,nosignals. * gdb.base/annota3.exp: Likewise.2004-07-19 Michael Chastain <mec.gnu@mindspring.com> * lib/java.exp: Update copyright notice.2004-07-19 Andrew Cagney <cagney@gnu.org> * gdb.base/selftest.exp: Copy file from here ... * gdb.gdb/selftest.exp: ... to here.2004-07-16 Andrew Cagney <cagney@redhat.com> * lib/insight-support.exp: Delete file. * lib/java.exp (java_init): Fix copyright.2004-07-16 Andrew Cagney <cagney@gnu.org> * gdb.base/restore.c: Append "prologue" to comments marking the a function's prologue. * gdb.base/restore.exp: Update copyright, re-indent. (restore_tests): Use gdb_test_multiple. Add "calleeN calls callerN" prefix where needed. Update patterns that match a function's prologue.2004-07-16 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/restore.c: Add copyright notice.2004-07-16 Andrew Cagney <cagney@gnu.org> * gdb.base/logical.exp: Update copyright. (evaluate): New procedure. Use to re-implement tests using several tables.2004-07-14 Martin Hunt <hunt@redhat.com> * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY which fixes some problems where init.tcl was not found.2004-07-13 Andrew Cagney <cagney@gnu.org> * gdb.base/sizeof.exp: Skip test when no inferior I/O. (check_sizeof, check_valueof): Do not include the output in the test name. Use gdb_test. (get_valueof): Use gdb_test_multiple. * gdb.base/step-test.exp: Update copyright. Use gdb_test_multiple. Ensure that test names do not include architecture dependent output. * gdb.gdb/observer.exp: Update copyright. (setup_test): Use gdb_test_multiple. (attach_first_observer, attach_second_observer) (attach_third_observer, detach_first_observer) (detach_second_observer, detach_third_observer) (reset_counters, check_counters): Make $message a prefix. (test_normal_stop_notifications): Add "args" parameter - a list of init functions to be called. Make $message a prefix, (test_observer_normal_stop): Change the message prefixes so that they are unique, pass the attach / detach procedures to test_normal_stop_notifications. * gdb.base/signull.exp (test_segv): Prefix all tests with "${name}". Clean up test messages. * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright. * gdb.base/ena-dis-br.exp: Update copyright. (break_at): New function. Replace send_gdb with gdb_test, break_at, and gdb_test_multiple. Replace XFAIL of "continue with ignore count, not stopped at bpt", with KFAIL.2004-07-13 Corinna Vinschen <vinschen@redhat.com> * gdb.base/attach.exp: Remove cleanupfile handling.2004-07-12 Andrew Cagney <cagney@gnu.org> * gdb.base/annota1.exp: Cleanup corefile test name. * gdb.base/annota3.exp: Ditto.2004-07-12 Andrew Cagney <cagney@gnu.org> * gdb.base/signals.exp: Clean up copyright, re-indent. * gdb.base/attach.exp: Replace send_gdb and gdb_expect with gdb_test and gdb_test_multiple.2004-07-08 Jeff Johnston <jjohnstn@redhat.com> * gdb.java/jmain.exp: Fix expected line number for main to break at. Set XFAIL for break at main test since gcj does not provide line number info for first statement in main.2004-07-08 Andrew Cagney <cagney@gnu.org> * gdb.base/attach.exp: Cleanup copyright. Re-indent. * gdb.base/sigbpt.exp: Make the common part of each test name a prefix instead of suffix.2004-07-07 Bob Rossi <bob_rossi@cox.net> * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of test from test_tbreak_creation_and_listing to test_file_list_exec_source_file * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files Changed name of test from test_tbreak_creation_and_listing to test_file_list_exec_source_file2004-07-07 Jeff Johnston <jjohnstn@redhat.com> * gdb.java/jmisc.exp: Fix expected output of ptype to look for the jmisc() constructor instead of <init>. * gdb.java/jmisc1.exp: Ditto.2004-07-07 Andrew Cagney <cagney@gnu.org> * gdb.base/sigbpt.exp (stepi_out): Check for a single step corrupting the PC.2004-07-06 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/templates.exp: Accept whitespace change in demangler output.2004-07-06 Andrew Cagney <cagney@gnu.org> * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.2004-07-02 Michael Chastain <mec.gnu@mindspring.com> * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler. * lib/compiler.cc: Likewise.2004-06-30 Michael Chastain <mec.gnu@mindspring.com> * lib/compiler.cc: Work around string preprocessing problem with old hp c++ compiler. * lib/compiler.c: Likewise.2004-06-29 Corinna Vinschen <vinschen@redhat.com> * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor directives to conditionalize symbol prefixing. * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin. * gdb.arch/i386-unwind.c: Use preprocessor directives to conditionalize symbol prefixing. * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin.2004-06-29 Corinna Vinschen <vinschen@redhat.com> * gdb.base/bigcore.exp: Skip test on Cygwin.2004-06-28 Michael Chastain <mec.gnu@mindspring.com> * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output formats for "info register". Use gdb_test_multiple. Fix the "invalid register" test.2004-06-28 Corinna Vinschen <vinschen@redhat.com> * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows PID for Cygwin. Add Cygwin specific strings to check for in some tests. (do_attach_tests): Add a test for user interaction when attaching to a process with no matching symbol table already loaded.2004-06-26 Andrew Cagney <cagney@gnu.org> Test PR java/1567 and PR java/1565. * gdb.java/jmain.exp, gdb.java/jmain.java: New files. * gdb.java/jmisc2.exp: Delete file.2004-06-26 Michael Chastain <mec.gnu@mindspring.com> * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.2004-06-25 Corinna Vinschen <vinschen@redhat.com> * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second attach process.2004-06-23 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/pr-1553.exp: Remove.2004-06-22 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/pr-1553.cc: Remove. * gdb.cp/pr-1553.exp: Disable this test.2004-06-20 Jim Blandy <jimb@redhat.com> Fix PR testsuite/1680. * gdb.arch/i386-sse.exp: Properly quote curly braces in regular expressions.2004-06-19 Michael Chastain <mec.gnu@mindspring.com> Fix PR testsuite/1679. * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. Issue an UNSUPPORTED result instead.2004-06-18 Jim Blandy <jimb@redhat.com> * gdb.base/charset.exp: Only send a control-C if we see a new prompt and incomplete command.2004-06-18 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/pr-574.cc: Add copyright notice.2004-06-17 Jim Blandy <jimb@redhat.com> * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.2004-06-17 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/printmethod.cc: Add copyright notice.2004-06-16 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.2004-06-16 Andrew Cagney <cagney@gnu.org> * gdb.base/signull.c: Update copyright. Include <string.h>. (bowler): Replace data_pointer with data_read and data_write cases. Add code_descriptor case. (zero, desc): New array and pointer. (data, code): Change to simple pointers. * gdb.base/signull.exp: Fix probe pattern matching a function descriptor SIGSEGV. Replace data_pointer with data_read and data_write tests.2004-06-16 Andrew Cagney <cagney@gnu.org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -