📄 changelog
字号:
2002-01-13 Daniel Jacobowitz <drow@mvista.com> * gdb.mi/mi-console.exp: Remove extra "(known bug)". * gdb.mi/mi1-console.exp: Likewise.2002-01-13 Daniel Jacobowitz <drow@mvista.com> * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)". * gdb.mi/mi1-console.exp: Likewise.2003-01-13 Daniel Jacobowitz <drow@mvista.com> * gdb.c++/overload.exp: Remove some fixed XFAILs.2003-01-09 Daniel Jacobowitz <drow@mvista.com> * gdb.base/detach.exp: New test.2003-01-09 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (ALL_SUBDIRS): New variable. (subdirs, clean, distclean): Use it. * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for regenerating Makefile, since it is generated from the top level. * gdb.asm/Makefile.in: Likewise. * gdb.base/Makefile.in: Likewise. * gdb.c++/Makefile.in: Likewise. * gdb.disasm/Makefile.in: Likewise. * gdb.java/Makefile.in: Likewise. * gdb.mi/Makefile.in: Likewise. * gdb.threads/Makefile.in: Likewise. * gdb.trace/Makefile.in: Likewise.2003-01-09 David Carlton <carlton@math.stanford.edu> * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x". Add copyright year 2003.2003-01-06 Michael Chastain <mec@shout.net> * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): When selecting a thread, 'line' and 'file' are optional. * gdb.mi/mi1-pthreads.exp: Likewise.2003-01-06 Andreas Schwab <schwab@suse.de> * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite failures.2003-01-04 Daniel Jacobowitz <drow@mvista.com> Fix PR gdb/844 * lib/gdb.exp (gdb_compile): Handle "quiet" option. (gdb_compile_pthreads): Pass "quiet" to gdb_compile. * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return instead of calling gdb_suppress_entire_file. * gdb.threads/print-threads.exp: Likewise. * gdb.threads/schedlock.exp: Likewise. * gdb.threads/killed.exp: Return instead of calling gdb_suppress_entire_file. * gdb.threads/linux-dp.exp: Likewise. * gdb.threads/pthreads.exp: Likewise.2003-01-04 Daniel Jacobowitz <drow@mvista.com> * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for stabs. * gdb.base/completion.exp: Allow marker1(void) as well as marker1(). * gdb.base/whatis.exp: Always allow (void) after function names.2003-01-04 Daniel Jacobowitz <drow@mvista.com> * gdb.c++/casts.exp: Correct regexp.2003-01-04 Mark Kettenis <kettenis@gnu.org> * configure.in: Call AC_CONFIG_HEADER. Don't call AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java, gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call AC_CHECK_HEADERS on pthread.h. Put Makefiles in the aforementioned directories in the AC_OUPUT call. * config.hin: New file. * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp, gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp, gdb.threads/killed.exp, gdb.threads/print-threads.exp, gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we pass -I$objdir instead of -I$objdir/$subdir in compilation. * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in, gdb.asm/configure, gdb.base/configure.in, gdb.base/configure, gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in, gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure, gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in, gdb.threads/configure.in, gdb.threads/configure, gdb.threads/config.in, gdb.trace/configure.in, gdb.trace/configure: Removed.2003-01-03 Michael Chastain <mec@shout.net> * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in testsuite/gdb.base/miscexprs.c, off-by-1 array reference".2003-01-03 Daniel Jacobowitz <drow@mvista.com> * gdb.base/store.exp: Fix regular expressions.2002-12-28 Mark Kettenis <kettenis@gnu.org> * configure.in: Rewrite. * configure: Regenerated.2003-01-03 David Carlton <carlton@math.stanford.edu> * gdb.base/psymtab.exp: New file. * gdb.base/psymtab1.c: Ditto. * gdb.base/psymtab2.c: Ditto.2002-12-23 Adam Fedor <fedor@gnu.org> * gdb.base/maint.exp: Update expect output to include 'ObjC'.2002-12-23 David Carlton <carlton@math.stanford.edu> * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace and current_directory initialization.2002-12-22 Jim Blandy <jimb@redhat.com> * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option, rather than as part of the output file name. * gdb.base/attach.exp: There's no need to copy the test program to /tmp; that was only ever necessary on HP/UX, and this test is entirely disabled there anyway.2002-12-21 Jim Blandy <jimb@redhat.com> * gdb.c++/psmang.exp: Doc fix. * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New test.2002-12-20 David Carlton <carlton@math.stanford.edu> * gdb.c++/annota2.exp: KFAIL annotate-quit.2002-12-18 Michael Chastain <mec@shout.net> * gdb.c++/annota2.exp: Add copyright year 2002.2002-12-17 David Carlton <carlton@math.stanford.edu> * gdb.c++/try_catch.cc: Add marker comments. * gdb.c++/try_catch.exp: Get line numbers from marker comments. * gdb.c++/m-data.cc: Delete namespace __gnu_test. * gdb.c++/m-static.cc: Ditto. * gdb.c++/m-static1.cc: Ditto. * gdb.c++/try_catch.cc: Ditto.2002-12-16 Jeff Johnston <jjohnstn@redhat.com> * lib/mi-support.exp (mi_reinitialize_dir): Check mi level to see whether we are using the new -environment-directory command which resets via -r or the old version of the command which may prompt the user. Part of fix for gdb/741.2002-12-13 Andrew Cagney <ac131313@redhat.com> * gdb.fortran/types.exp: Update obsolete comment. * gdb.fortran/exprs.exp: Ditto. * lib/gdb.exp: Delete obsolete code. * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete. * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete. * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete. * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete. * gdb.chill/chillvars.exp, gdb.chill/configure: Delete. * gdb.chill/configure.in, gdb.chill/enum.ch: Delete. * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete. * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete. * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete. * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete. * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete. * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete. * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete. * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete. * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete. * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete. * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete. * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete. * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete. * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete. * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete. * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete. * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete. * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete. * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete. * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete. * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete. * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete. * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete. * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete. * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete. * gdb.chill/result.exp, gdb.chill/string.ch: Delete. * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete. * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete. * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete. * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete. * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.2002-12-11 David Carlton <carlton@math.stanford.edu> * gdb.c++/m-data.exp: Add test for members that shadow global variables: see PR gdb/804. * gdb.c++/m-data.cc: Ditto.2002-12-10 Daniel Jacobowitz <drow@mvista.com> * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.2002-12-06 David Carlton <carlton@math.stanford.edu> * gdb.base/store.c: Don't declare functions static.2002-12-04 Andrew Cagney <ac131313@redhat.com> * gdb.base/store.exp, gdb.base/store.c: New files.2002-12-03 Daniel Jacobowitz <drow@mvista.com> * gdb.base/selftest.exp: Update for current gdb.2002-12-03 Daniel Jacobowitz <drow@mvista.com> * gdb.base/maint.exp: Only dump symbols from one source file or objfile.2002-12-03 Daniel Jacobowitz <drow@mvista.com> * gdb.base/step-test.exp: Allow MIPS to return to the line of a function call.2002-11-25 Jim Blandy <jimb@redhat.com> * lib/mi-support.exp (mi_delete_breakpoints): Change name of function appearing in error message.2002-11-21 Daniel Jacobowitz <drow@mvista.com> * gdb.base/maint.exp (help maint dump-me): Update with typo fix.2002-11-08 Jeff Johnston <jjohnstn@redhat.com> * lib/mi-support.exp (mi_gdb_start): Verify the startup message for mi1 and current mi is in correct format. New mi startup message should be in mi console format. This is part of fix for PR gdb/604.2002-09-18 Fernando Nasser <fnasser@redhat.com> * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine which explicitly prints the zero offset as "+0".2002-10-22 Daniel Jacobowitz <drow@mvista.com> * gdb.threads/schedlock.c (args): Make unsigned.2002-10-21 Daniel Jacobowitz <drow@mvista.com> * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line numbers. Allow "foo2|selected stack frame". * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end. * gdb.asm/asmsrc2.s: Likewise. * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update comments. * gdb.asm/mips.inc: New file.2002-10-18 Adam Fedor <fedor@gnu.org> * gdb.base/default.exp: Update expected output to include 'ObjC'. * gdb.base/help.exp: Likewise.2002-10-17 Kevin Buettner <kevinb@redhat.com> * gdb.base/constvars.c (struct crass, struct crisp): New structs. * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.2002-10-02 Jim Blandy <jimb@redhat.com> * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.2002-10-01 Andrew Cagney <ac131313@redhat.com> * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1". * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto. * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto. * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto. * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto. * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto. * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.2002-09-29 Andrew Cagney <ac131313@redhat.com> * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete. * mi0-disassemble.exp, mi0-eval.exp: Delete. * mi0-hack-cli.exp, mi0-read-memory.exp: Delete. * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete. * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete. * mi0-var-block.exp, mi0-var-child.exp: Delete. * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete. 2002-09-27 Kevin Buettner <kevinb@redhat.com> * gdb.base/annota1.exp (info break): Make directory components of path optional since not all compilers emit this debug information. * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first step ends up stepping out of the function instead of stopping on the epilogue.2002-09-26 Keith Seitz <keiths@redhat.com> * lib/insight-support.exp (gdbtk_start): Figure out where the insight executable is based on where gdb is. Use this executable to start insight instead of gdb.2002-09-25 Andrew Cagney <cagney@redhat.com> * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.2002-09-24 Andrew Cagney <ac131313@redhat.com> * gdb.gdb/complaints.exp (test_initial_complaints): Rename test_isolated_complaints. (test_empty_complaint): New function. (test_empty_complaints): New function. Check no output when no complaints. 2002-09-19 Jim Blandy <jimb@redhat.com> * gdb.base/charset.exp, gdb.base/charset.c: New files.2002-09-19 Andrew Cagney <ac131313@redhat.com> * gdb.gdb/complaints.exp: New file.2002-09-18 Andrew Cagney <ac131313@redhat.com> * gdb.base/maint.exp: Check `help maint internal-warning'.2002-09-18 David Carlton <carlton@math.stanford.edu> * gdb.c++/m-static.exp: Remove breakpoints depending on line numbers, and replace them by a single breakpoint after the constructors are all finished. Add test 4. * gdb.c++/m-static.cc: Add test 4. * gdb.c++/m-static.h: New file. * gdb.c++/m-static1.cc: New file. * gdb.c++/printmethod.exp: New file. * gdb.c++/printmethod.cc: New file. * gdb.c++/pr-574.exp: New file. * gdb.c++/pr-574.cc: New file.2002-09-18 Corinna Vinschen <vinschen@redhat.com> * gdb.base/ending-run.exp: Add handling of "step to end of run" for embedded targets which never actually exit.2002-09-18 Fernando Nasser <fnasser@redhat.com> * gdb.base/ending-run.exp: Properly mark "continue after exit" and "don't step after run" as unresolved or unsupported, instead of xfail.2002-09-18 Corinna Vinschen <vinschen@redhat.com> * gdb.base/ending-run.exp: Fix expected string for _wrap_main to allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c. Add newline to expected string in "step out of main (status wrapper)" case.2002-09-18 Corinna Vinschen <vinschen@redhat.com> * lib/gdb.exp (rerun_to_main): Allow restarting application. * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.2002-09-17 Tom Tromey <tromey@redhat.com> * gdb.base/printcmds.exp (test_print_string_constants): Expect \000, not \0, in double-quoted string.2002-09-14 Corinna Vinschen <vinschen@redhat.com> * gdb.base/command.exp: Don't expect a "Program exited normally" string after running the commands execution on breakpoint tests.2002-09-13 Corinna Vinschen <vinschen@redhat.com> * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.2002-09-12 Joel Brobecker <brobecker@gnat.com> * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -