⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 bash debugger. You can use this tool to debug bash shell script
💻
📖 第 1 页 / 共 4 页
字号:
#### autogenerated ChangeLog -- don't edit##2007-10-27 Saturday 03:34  Rocky Bernstein <rocky@gnu.org>	* test/run-bugIFS: Remove temporary file.2007-10-27 Saturday 03:23  Rocky Bernstein <rocky@gnu.org>	* INSTALL, NEWS, configure.ac, test/bugIFS.right, test/run-bugIFS:	  Get ready for 3.1 0.09 release. bugIFS: some OS's or bash	  versions report declare output as "declare --" and some "declare	  -x"2007-10-14 Sunday 09:12  Rocky Bernstein <rocky@gnu.org>	* Makefile.am, NEWS: Another install bug when	  $(DESTDIR)$(PKGDATADIR) = $(DESTDIR)$(PARENT_DIR:/=)2007-10-14 Sunday 08:50  Rocky Bernstein <rocky@gnu.org>	* dbg-fns.inc, test/bugIFS.right: Bug when IFS was set. A couple of	  subshell commands in the debugger, in particluar the one setting	  the current filename was subject to the IFS value set in the	  debugged program. This could cause us to report the wrong	  filename.2007-10-14 Sunday 07:29  Rocky Bernstein <rocky@gnu.org>	* test/: brkpt2.right, bug-source.right, debug.right, finish.right,	  frame.right, parm.right, sig.right, tbreak.right, watch1.right:	  line numbers again.2007-10-14 Sunday 07:15  Rocky Bernstein <rocky@gnu.org>	* test/sig.right: Line #'s again.2007-10-14 Sunday 04:07  Rocky Bernstein <rocky@gnu.org>	* NEWS, test/brkpt2.right, test/bug-source.right, test/debug.right,	  test/finish.right, test/parm.right, test/tbreak.right: Line	  number changes.2007-10-14 Sunday 03:53  Rocky Bernstein <rocky@gnu.org>	* bashdb.in, dbg-main.inc.in, test/brkpt2.right,	  test/bug-source.right, test/debug.right, test/finish.right,	  test/parm.right, test/sig.right, test/tbreak.right: Set prefix at	  run-time for cygwin. Line number change again.2007-10-14 Sunday 03:02  Rocky Bernstein <rocky@gnu.org>	* Makefile.am: Replace := with = for portability.2007-10-14 Sunday 00:42  Rocky Bernstein <rocky@gnu.org>	* NEWS, cvs2cl_usermap, test/brkpt2.right, test/bug-source.right,	  test/debug.right, test/finish.right, test/frame.right,	  test/parm.right, test/sig.right, test/tbreak.right,	  test/watch1.right: test/*: bashdb added another line Go over in	  preparation of another release 3.1-0.092007-08-16 Thursday 11:32  Rocky Bernstein <rocky@gnu.org>	* Makefile.am: Add more ugliness. If we remove the bashdb	  directory, in adding a symlink, make sure we recopy pkgdata	  files.2007-07-16 Monday 02:51  Rocky Bernstein <rocky@gnu.org>	* bashdb.in: More explicit error message when we can't find the	  debugger directory.2007-07-12 Thursday 08:37  Masatake YAMATO <jet@gyve.org>	* emacs/Makefile.am: To irmpove portability use = instead of :=.2007-07-12 Thursday 06:06  Masatake YAMATO <jet@gyve.org>	* emacs/bashdb.el: Fix a typo in document strings.  Fix regexp used	  for finding "bashdb" in command-line.  Use `when' instead of	  `if'.  Add documents about to `bashdb'.  Use lambda to pass	  command-line to gud-bashdb-massage-args.  Introduce	  `gud-bashdb-complete-command' that wraps	  `gud-gdb-complete-command'.  Set	  `bashdb-bashdbtrack-is-tracking-p' to nil as default value. This	  is temporary solution.  Use `bashdb-bashdbtrack-is-tracking-p'	  instead of `bashdb-bashdbtrack-minor-mode-string' as key for	  `minor-mode-alist'.2007-06-27 Wednesday 13:43  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb.texi: Add info links in Eamcs section.2007-05-14 Monday 00:37  Rocky Bernstein <rocky@gnu.org>	* doc/: Makefile.am, bashdb.texi: Makefile.am: get PDF generation	  working again.  bashdb.texi: some typos and small fixups listing	  parameter on some commands.2007-05-07 Monday 02:42  Rocky Bernstein <rocky@gnu.org>	* TODO: Revise - note what --tty and tty command should be doing.	  Cross one thing off the list of remaining items. (Thanks to Matt	  Fleming.)2007-04-28 Saturday 11:12  Rocky Bernstein <rocky@gnu.org>	* AUTHORS: Change email address.2007-03-03 Saturday 05:02  Rocky Bernstein <rocky@gnu.org>	* dbg-cmds.inc, dbg-fns.inc, dbg-help.inc, dbg-set.inc,	  dbg-sig.inc: Remove some "evil" eval commands that emacs 23 warns	  about.2007-03-03 Saturday 01:10  Rocky Bernstein <rocky@gnu.org>	* test/sig.right: Lines have changed again.2007-03-03 Saturday 01:06  Rocky Bernstein <rocky@gnu.org>	* NEWS, dbg-cmds.inc, dbg-help.inc, doc/bashdb.texi: Allow tilde,	  filename and variable expansion in the "cd" command for Poor	  Yarick.2007-03-02 Friday 21:36  Rocky Bernstein <rocky@gnu.org>	* dbg-sig.inc, emacs/bashdb.el: bashdb.el: remove use of free	  variable db-sig.inc: allow unbound variables - at least for now.2007-03-02 Friday 08:56  Rocky Bernstein <rocky@gnu.org>	* dbg-fns.inc: Typo2007-03-02 Friday 08:55  Rocky Bernstein <rocky@gnu.org>	* dbg-fns.inc: A tad nicer2007-03-02 Friday 08:54  Rocky Bernstein <rocky@gnu.org>	* dbg-fns.inc: Split file:line the POSIX way, _Dbg_split was	  failing under weird circumstances2007-03-02 Friday 07:56  Rocky Bernstein <rocky@gnu.org>	* dbg-brk.inc: Deal with some of the many undefined variable bugs.2007-03-02 Friday 05:42  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb-man.pod: Typo caught by Yarik the Wise.2007-03-01 Thursday 03:05  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb.texi, emacs/bashdb-test.el.in, emacs/bashdb.el:	  doc/bashdb.texi: Wrong order of title/info-name for info	  directory listing Thanks to Yaroslav the Wise for catching this.	  emacs/*: allow a space in filenames which makes things nicer	  under Microsoft Windows. Add more stringent testing too. Thanks	  to DaveS.2007-02-18 Sunday 02:25  Rocky Bernstein <rocky@gnu.org>	* bashdb.in, dbg-sig.inc, test/sig.right: More reduction of	  uninitialized variables.2007-02-18 Sunday 01:29  Rocky Bernstein <rocky@gnu.org>	* NEWS: What's up.2007-02-18 Sunday 01:27  Rocky Bernstein <rocky@gnu.org>	* dbg-cmds.inc, dbg-sig.inc, test/debug.right, test/sig.right:	  Initialize more variables.2007-02-18 Sunday 00:58  Rocky Bernstein <rocky@gnu.org>	* dbg-fns.inc: Initialize another variable.2007-02-18 Sunday 00:47  Rocky Bernstein <rocky@gnu.org>	* dbg-brk.inc, dbg-cmds.inc, test/sig.right: Remove some more	  uninitialized variables.2007-02-18 Sunday 00:38  Rocky Bernstein <rocky@gnu.org>	* dbg-brk.inc: Remove use of an uninitialized variable.2007-02-17 Saturday 12:07  Rocky Bernstein <rocky@gnu.org>	* dbg-help.inc, dbg-hist.inc, dbg-init.inc, dbg-show.inc,	  test/misc.cmd, test/misc.right: show commands now allows an	  optional "+" or int parameter same as gdb.  A negative value is a	  start location. Add this to the help.2007-02-15 Thursday 19:21  Rocky Bernstein <rocky@gnu.org>	* test/misc.right: Added linetrace delay.2007-02-15 Thursday 19:20  Rocky Bernstein <rocky@gnu.org>	* dbg-help.inc, dbg-init.inc, dbg-set.inc, dbg-show.inc,	  dbg-sig.inc: Add linetrace delay2007-02-13 Tuesday 14:10  Rocky Bernstein <rocky@gnu.org>	* emacs/bashdb.el: Make file names on (temporary) breakpoints and	  clear include the directory name.2007-02-11 Sunday 23:06  Rocky Bernstein <rocky@gnu.org>	* bashdb-trace.in, dbg-cmds.inc, dbg-fns.inc, dbg-set-d-vars.inc,	  dbg-sig.inc, doc/bashdb.texi, test/bugIFS.cmd, test/bugIFS.right,	  test/bugIFS.sh.in, test/sig.right: Set PS4 to a better value and	  make sure to restore it when going back into the user program.	  Also restore on quit. Likewise for other variables.2007-02-11 Sunday 20:19  Rocky Bernstein <rocky@gnu.org>	* bashdb-trace.in: Typo.2007-02-11 Sunday 20:18  Rocky Bernstein <rocky@gnu.org>	* bashdb-trace.in: ALlow _Dbg_debugger() as an alias for	  _Dbg_step()2007-02-11 Sunday 11:43  Rocky Bernstein <rocky@gnu.org>	* dbg-help.inc: Add help for debugger command "kill"2007-02-03 Saturday 21:06  Rocky Bernstein <rocky@gnu.org>	* THANKS: Give credit where it is due.2007-02-03 Saturday 11:55  Rocky Bernstein <rocky@gnu.org>	* test/run-sig: Signals seem to be working on cygwin now2007-02-03 Saturday 11:41  Rocky Bernstein <rocky@gnu.org>	* test/dbg-test1.sh: remove derived file2007-02-03 Saturday 11:40  Rocky Bernstein <rocky@gnu.org>	* test/run-sig: Changes to make FreeBSD work.2007-01-25 Thursday 03:23  Rocky Bernstein <rocky@gnu.org>	* NEWS, configure.ac, dbg-cmds.inc, dbg-help.inc, dbg-init.inc,	  dbg-set.inc, dbg-show.inc, doc/bashdb-man.pod, doc/bashdb.texi,	  test/action.cmd, test/action.right, test/brkpt1.cmd,	  test/brkpt1.right, test/brkpt2.cmd, test/brkpt2.right,	  test/brkpt3.cmd, test/brkpt3.right, test/bug-args.cmd,	  test/bug-args.right, test/bug-source.cmd, test/bug-source.right,	  test/bugIFS.cmd, test/bugIFS.right, test/command.cmd,	  test/command.right, test/complete.cmd, test/complete.right,	  test/debug.cmd, test/debug.right, test/debug2.cmd,	  test/display.cmd, test/display.right, test/finish.cmd,	  test/finish.right, test/frame.cmd, test/frame.right,	  test/list.cmd, test/list.right, test/misc-output.right,	  test/misc.cmd, test/misc.right, test/multi1.cmd,	  test/multi1.right, test/multi2.cmd, test/multi2.right,	  test/multi3.cmd, test/multi3.right, test/multi4.cmd,	  test/multi4.right, test/parm.cmd, test/parm.right,	  test/prof1.cmd, test/prof2.cmd, test/quit.cmd, test/restart.cmd,	  test/restart.right, test/restart2.cmd, test/search.cmd,	  test/search.right, test/settrace.cmd, test/settrace.right,	  test/sig.cmd, test/sig.right, test/skip.cmd, test/skip.right,	  test/subshell1.cmd, test/subshell1.right, test/subshell2.cmd,	  test/subshell2.right, test/subshell3.cmd, test/subshell3.right,	  test/subshell4.cmd, test/tbreak.cmd, test/tbreak.right,	  test/watch1.cmd, test/watch1.right, test/watch2.cmd,	  test/watch2.right: Add set/show trace-commands to be compatible	  with gdb 6.6. Lots of output changed, but really not much else.2007-01-23 Tuesday 14:11  Rocky Bernstein <rocky@gnu.org>	* THANKS: How could I have let this slip for so long?2007-01-20 Saturday 18:42  Rocky Bernstein <rocky@gnu.org>	* doc/: bashdb-man.pod, bashdb.texi: More doc fixes2007-01-20 Saturday 15:09  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb-man.pod: Remove --vtrace2007-01-20 Saturday 14:24  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb.texi: bashdb.tex: more "set -x" reworking.2007-01-20 Saturday 14:02  Rocky Bernstein <rocky@gnu.org>	* NEWS: Add date.2007-01-20 Saturday 12:03  Rocky Bernstein <rocky@gnu.org>	* emacs/.cvsignore: Wasn't this committed already?2007-01-20 Saturday 12:02  Rocky Bernstein <rocky@gnu.org>	* emacs/Makefile.am: More things to make "make distcheck" work.2007-01-20 Saturday 11:32  Rocky Bernstein <rocky@gnu.org>	* configure.ac, emacs/Makefile.am, emacs/bashdb-test.el,	  emacs/bashdb-test.el.in, test/Makefile.am, test/dbg-test1.sh:	  Things to make "make distcheck" work.2007-01-20 Saturday 10:38  Rocky Bernstein <rocky@gnu.org>	* bashdb.in, configure.ac, doc/bashdb.texi, test/Makefile.am,	  test/dbg-test1.sh, test/dbg-test1.sh.in, test/list.right,	  test/search.right: Change to make "make distcheck" work.2007-01-20 Saturday 03:50  Rocky Bernstein <rocky@gnu.org>	* test/: brkpt2.right, bug-source.right, debug.right, finish.right,	  frame.right, parm.right, sig.right: Line numbers changed bashdb	  277 is now bashdb 2752007-01-20 Saturday 03:24  Rocky Bernstein <rocky@gnu.org>	* configure.ac, doc/.cvsignore, test/misc.right: Get ready for	  3.1-0.08 release2007-01-19 Friday 21:58  Rocky Bernstein <rocky@gnu.org>	* NEWS, bashdb.in, dbg-show.inc, doc/bashdb.texi: Note $PS4.2007-01-19 Friday 21:41  Rocky Bernstein <rocky@gnu.org>	* NEWS: What's new.2007-01-04 Thursday 04:26  Rocky Bernstein <rocky@gnu.org>	* emacs/: Makefile.am, bashdb-test.el, bashdb.el, elk-test.el:	  Tighten regulare expression and add 1st trivial emacs regression	  test.2006-12-28 Thursday 12:35  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb-man.pod: Typo.2006-12-28 Thursday 12:34  Rocky Bernstein <rocky@gnu.org>	* dbg-cmds.inc, doc/Makefile.am, doc/bashdb-man.pod:	  doc/bashdb-man.pod: Document -Y|--vtrace option. Make html/man	  customizations for links. Note unavailability of long options	  sometimes.	  doc/Makefile: Remove Perlisms. This is not part of Perl	  dbg-cmds.inc: correct a comment2006-12-27 Wednesday 16:45  Rocky Bernstein <rocky@gnu.org>	* doc/bashdb.texi: Example program bugs. Perhaps at one time I was	  going to make use of these?2006-12-26 Tuesday 21:20  Rocky Bernstein <rocky@gnu.org>	* test/trace.right: Last change made better output.2006-12-26 Tuesday 21:19  Rocky Bernstein <rocky@gnu.org>	* dbg-list.inc: Don't linetrace if depth < 0; this removes that	  bashdb call lines.	  Use last_command on string substitution, not source line. That	  way we don't have problems of mismatched quotes and such.	  This is subtle, because the source line is what (not the command)	  is really what we want in showing location info.2006-12-26 Tuesday 06:54  Rocky Bernstein <rocky@gnu.org>	* test/: brkpt2.right, bug-source.right, debug.right, finish.right,	  frame.right, parm.right, sig.right, tbreak.right, trace.right,	  watch1.right: Arg!!!2006-12-26 Tuesday 06:49  Rocky Bernstein <rocky@gnu.org>	* bashdb.in, dbg-list.inc: Add -Y --vtrace options in bashdb	  script.  /dev/null error in expanding line.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -