📄 changelog
字号:
2006-08-15 Tuesday 14:03 Masatake YAMATO <jet@gyve.org> * readarray.c: (read_array): Use i_count only if it is not 0. (readarray_builtin): Initialize i_line with 0. Don't initialize it with 100000. (readarray_doc): Update documentation.2006-08-15 Tuesday 11:09 Masatake YAMATO <jet@gyve.org> * autogen.sh: Run autoheader2006-08-15 Tuesday 11:01 Masatake YAMATO <jet@gyve.org> * readarray.c: Fix typos in builtin readarray_struct.2006-08-03 Thursday 10:04 Rocky Bernstein <rocky@gnu.org> * dbg-io.inc: dbg-io.inc: Put BASH_EXECUTION_STRING to ${source_array}[0], not [1]. Patch yet again courtesy of Masatake YAMATO.2006-08-02 Wednesday 23:55 Rocky Bernstein <rocky@gnu.org> * emacs/bashdb.el: pydbtrack -> bashdbtrack. Thanks to Masatake YAMATO for noticing the problem and making the patch.2006-07-31 Monday 00:09 Rocky Bernstein <rocky@gnu.org> * dbg-sig.inc: Remove duplicate SIGLL setup.2006-07-27 Thursday 23:31 Rocky Bernstein <rocky@gnu.org> * emacs/bashdb.el: One more fix from Masatake YAMATO - see previous commit.2006-07-27 Thursday 23:27 Rocky Bernstein <rocky@gnu.org> * emacs/bashdb.el: emacs/bashdb.el (bashdb-bashdbtrack-overlay-arrow): Don't set value to pos. Fix a typo. (bashdb-bashdbtrack-track-stack-file): Put target_buffer to let*'s variable list. Changes from Masatake YAMATO. Thanks!2006-07-23 Sunday 13:15 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: Another grammar mistake.2006-07-23 Sunday 13:11 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: Corrections and elaboration on need and use of set_trace.2006-07-22 Saturday 02:08 Rocky Bernstein <rocky@gnu.org> * Makefile.am: Forgot to install bashdb-trace.2006-07-22 Saturday 01:42 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: URL typo.2006-07-21 Friday 23:08 Rocky Bernstein <rocky@gnu.org> * configure.ac: Update address.2006-07-21 Friday 23:08 Rocky Bernstein <rocky@gnu.org> * NEWS, configure.ac: Get ready for 0.06 release2006-07-21 Friday 10:35 Rocky Bernstein <rocky@gnu.org> * test/bugIFS.sh.in: More general substitition for BASH.2006-07-21 Friday 10:33 Rocky Bernstein <rocky@gnu.org> * bashdb-trace.in: -nx -> --nx and minor changes. Sync better with bashdb.in2006-07-18 Tuesday 10:12 Rocky Bernstein <rocky@gnu.org> * NEWS, doc/bashdb.texi: GO over doc for new commands as well as complete old ones better.2006-07-18 Tuesday 01:26 Rocky Bernstein <rocky@gnu.org> * test/: hanoi.sh.in, settrace.sh: Change to make build outside of source tree (make distcheck) work.2006-07-17 Monday 09:45 Rocky Bernstein <rocky@gnu.org> * bashdb-trace.in, test/hanoi.sh.in, test/settrace.cmd, test/settrace.right, test/settrace.sh: Get settrace working when called other than the first time.2006-07-17 Monday 02:02 Rocky Bernstein <rocky@gnu.org> * test/: settrace.right, settrace.sh, settrace.tests, trace.right, trace2.right, trace2.tests: Fixes to get building out of source tree (make distcheck) working better.2006-07-16 Sunday 22:03 Rocky Bernstein <rocky@gnu.org> * Makefile.am: Makefile.am: Add dbg-command.inc2006-07-16 Sunday 21:24 Rocky Bernstein <rocky@gnu.org> * test/: Makefile.am, settrace.cmd, settrace.right, settrace.sh, settrace.tests: Add test of set_trace2006-07-16 Sunday 14:04 Rocky Bernstein <rocky@gnu.org> * dbg-fns.inc, dbg-info.inc, dbg-init.inc, dbg-sig.inc, test/brkpt2.cmd, test/brkpt2.right, test/brkpt3.right, test/run-brkpt, test/sig.right: More detail in "info program". Reinstate brkpt3 test since bash bug seems to have been fixed.2006-07-13 Thursday 10:54 Rocky Bernstein <rocky@gnu.org> * dbg-brk.inc, dbg-cmds.inc, test/tbreak.cmd, test/tbreak.right: Don't try to step/next/continue if the program's not running.2006-07-13 Thursday 09:51 Rocky Bernstein <rocky@gnu.org> * NEWS, dbg-info.inc, test/tbreak.cmd, test/tbreak.right: Don't try to give line number when program is not running.2006-07-13 Thursday 09:42 Rocky Bernstein <rocky@gnu.org> * bashdb-trace.in, dbg-info.inc, dbg-init.inc, dbg-sig.inc, dbg-stack.inc, test/misc-output.right, test/misc.right, test/tbreak.cmd, test/tbreak.right: Note state of debugging program. Add info program. Don't try to show stack when we are not running the program.2006-07-04 Tuesday 06:01 Rocky Bernstein <rocky@gnu.org> * NEWS: More fexible and more general output by no longer assuming we write to sys.stdout. Rather the output object is saved in the instance variable, which could be and often is the same as sys.stdout, but doesn't need to be. This change may make communication used in remote debugging and thread debugging simpler. Many thanks to Matt Flemming for the patch.2006-07-04 Tuesday 02:56 Rocky Bernstein <rocky@gnu.org> * dbg-complete.inc: Add "commands" to completion list.2006-06-18 Sunday 13:48 Rocky Bernstein <rocky@gnu.org> * test/: command.cmd, command.right: A more stringent "command" test.2006-06-13 Tuesday 09:11 Rocky Bernstein <rocky@gnu.org> * dbg-brk.inc, dbg-cmds.inc, dbg-commands.inc, dbg-complete.inc, dbg-help.inc, dbg-hist.inc, dbg-info.inc, dbg-list.inc, dbg-log.inc, dbg-set.inc, dbg-show.inc, dbg-sig.inc, dbg-stack.inc, test/sig.right: _Dbg_cmd_... -> _Dbg_do_... so as to make look more like the Python debugger. (I get confused easily.)2006-06-11 Sunday 02:23 Rocky Bernstein <rocky@gnu.org> * NEWS, dbg-cmds.inc, dbg-commands.inc, dbg-sig.inc, test/Makefile.am, test/command.cmd, test/command.right, test/command.tests, test/run-command, test/sig.right: Add gdb "commands" command: runs debugger commands at a given breakpoint.2006-06-08 Thursday 09:00 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, dbg-main.inc.in, test/sig.right: Move closer towards getting the "commands" debugger command working.2006-06-03 Saturday 21:36 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, test/sig.right: A small bit of alphabetization.2006-06-03 Saturday 16:53 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, test/sig.right: Small comment fix.2006-06-03 Saturday 07:06 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, test/sig.right, test/watch1.right: dbg-cmds.inc: remove globals _Dbg_cmd and _Dbg_args. _Dbg_args -> args.2006-06-03 Saturday 04:24 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, dbg-info.inc, dbg-stack.inc, test/sig.right, test/watch1.right: Break out command that gets run inside interactive loop so we can use it possibly in a gdb "commands" (execute debugger commands on breakpoint) command.2006-05-27 Saturday 16:42 Rocky Bernstein <rocky@gnu.org> * dbg-brk.inc, dbg-sig.inc: _brkpt_ -> _Dbg_brkpt_ as it should have been.2006-04-10 Monday 11:12 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: Add example of using linetrace option -X Expand Emacs section. List commands that be used in the source script buffer.2006-04-10 Monday 02:52 Rocky Bernstein <rocky@gnu.org> * emacs/bashdb.el, test/misc.right: Minor help string changes.2006-04-10 Monday 02:50 Rocky Bernstein <rocky@gnu.org> * NEWS, dbg-info.inc, doc/bashdb.texi: Attempt to get documentation on GNU Emacs section in order. Describe bashdbtrack. Minor doc changes in info help.2006-04-10 Monday 01:54 Rocky Bernstein <rocky@gnu.org> * test/: action.tests, hanoi.sh.in, trace.tests, trace2.tests: Changes to make "make distcheck" work better. Not perfect, but better.2006-04-10 Monday 00:40 Rocky Bernstein <rocky@gnu.org> * bashdb-trace.in, bashdb.in, test/Makefile.am, test/action.tests, test/brkpt2.right, test/debug.right, test/finish.right, test/hanoi.sh.in, test/parm.right, test/run-trace, test/sig.right, test/tbreak.right, test/trace.right, test/trace.tests, test/trace2.right, test/trace2.tests, test/watch1.right: Add program-control linetrace test (trace2) Set line tracing to not enter debugger on quit.2006-04-09 Sunday 15:56 Rocky Bernstein <rocky@gnu.org> * test/Makefile.am: Add line-trace regression test.2006-04-09 Sunday 15:50 Rocky Bernstein <rocky@gnu.org> * test/: run-trace, trace.right, trace.tests, Makefile.am: Add linetrace test2006-04-09 Sunday 15:26 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: _Dbg_set_trace now needs a null statement afterwards, i.e. "; :"2006-04-09 Sunday 12:20 Rocky Bernstein <rocky@gnu.org> * NEWS, bashdb.in, configure.ac, dbg-init.inc, test/Makefile.am, test/brkpt2.right, test/debug.right, test/finish.right, test/hanoi.sh.in, test/hanoitest.sh.in, test/parm.right, test/sig.right, test/tbreak.right: Add line tracing command-line option in bashdb: -X, and long option --trace Executing a string (option -c or --command) shows the command to be run in the call stack.2006-04-08 Saturday 20:34 Rocky Bernstein <rocky@gnu.org> * bashdb.in, dbg-init.inc, doc/bashdb.texi, test/brkpt2.right, test/debug.right, test/finish.right, test/parm.right, test/tbreak.right, test/watch1.right, test/sig.right: Remove the weirdness with set_trace where we had to add additional null statements.2006-04-06 Thursday 12:06 Rocky Bernstein <rocky@gnu.org> * test/subshell3.right: subshell3.right2006-04-06 Thursday 12:05 Rocky Bernstein <rocky@gnu.org> * NEWS, TODO, configure.ac, dbg-cmds.inc, 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/bugIFS.cmd, test/bugIFS.right, test/complete.cmd, test/complete.right, test/continue.cmd, test/debug.cmd, test/debug.right, test/debug2.cmd, test/display.cmd, test/display.right, test/finish.cmd, test/finish.right, test/list.cmd, test/list.right, test/misc.cmd, test/misc.right, test/multi1.cmd, test/multi1.right, test/multi2.cmd, test/multi2.right, test/multi3.right, 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/sig.cmd, test/sig.right, test/skip.right, test/subshell1.cmd, test/subshell1.right, test/subshell2.cmd, test/subshell2.right, test/subshell3.cmd, test/tbreak.cmd, test/tbreak.right, test/watch1.cmd, test/watch1.right, test/watch2.cmd, test/watch2.right: configure.ac: now in 0.06cvs. bashdb.texi: small changes rest: When sourcing a debugger command file we now show the debugger command before running it.2006-04-06 Thursday 04:15 Rocky Bernstein <rocky@gnu.org> * dbg-init.inc, dbg-list.inc, dbg-set.inc, dbg-sig.inc, dbg-stack.inc, doc/bashdb.texi: bashdb.texi: Go over sample session to elaborate on subshells and showing multi-statement lines. Add linetrace sessoin *.inc: linetrace output is no longer the same as step output. We show level, subshell and depth now.2006-04-05 Wednesday 00:09 Rocky Bernstein <rocky@gnu.org> * bashdb.in, configure.ac, readarray.c, test/run-multi, test/run-sig, test/run-subshell: Changes to make work on Solaris and it's lesser /bin/sh.2006-04-05 Wednesday 00:01 Rocky Bernstein <rocky@gnu.org> * test/: brkpt2.right, debug.right, finish.right, parm.right, sig.right, tbreak.right, watch1.right: Line numbers have changed.2006-04-04 Tuesday 23:23 Rocky Bernstein <rocky@gnu.org> * Makefile.am, bashdb-trace.in, bashdb.in, configure.ac, dbg-sig.inc, doc/bashdb.texi, test/Makefile.am, test/hanoitest.sh.in: Add set_linetrace, and ability to call from script. Document. dbg-sig.inc: Correct line-tracing variable2006-03-25 Saturday 02:48 Rocky Bernstein <rocky@gnu.org> * NEWS, configure.ac: Get ready for 3.1-0.05 release2006-03-20 Monday 02:12 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: Document some of the set/show logging commands.2006-03-20 Monday 01:51 Rocky Bernstein <rocky@gnu.org> * Makefile.am, NEWS, dbg-brk.inc, dbg-cmds.inc, dbg-complete.inc, dbg-help.inc, dbg-init.inc, dbg-io.inc, dbg-log.inc, dbg-main.inc.in, dbg-set.inc, dbg-show.inc, dbg-sig.inc, doc/bashdb-man.pod, doc/bashdb.texi, test/misc.right, test/sig.right: Add gdb-style set/show logging. Break debugger out into more files: dbg-log.inc and dbg-show.inc Email address regularization.2006-03-19 Sunday 21:48 Rocky Bernstein <rocky@gnu.org> * Makefile.am, configure.ac, dbg-cmds.inc, dbg-complete.inc, dbg-main.inc.in, test/run-watch1, test/watch1.tests: dbg-complete.inc dbg-main.inc.in: move command completion code to a separate file configure.ac: Makefile.am: BASHDB_MAIN wasn't getting set correctly Makefile.am: fix various shell quoting problems test/watch1.*: make it work for "make distcheck" (or VPATH, or build outside of source tree)2006-03-19 Sunday 11:09 Rocky Bernstein <rocky@gnu.org> * test/: complete.cmd, complete.right: Add more completion tests2006-03-19 Sunday 04:48 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, dbg-help.inc, dbg-info.inc, test/sig.right: Add subcommand completion for set, info and show.2006-03-19 Sunday 01:06 Rocky Bernstein <rocky@gnu.org> * emacs/bashdb.el: Be able to turn bashdb tracking on and off.2006-03-16 Thursday 05:03 Rocky Bernstein <rocky@gnu.org> * emacs/bashdb.el: Allow tab to be completion.2006-03-15 Wednesday 14:37 Rocky Bernstein <rocky@gnu.org> * doc/bashdb.texi: small doc fix2006-03-15 Wednesday 12:54 Rocky Bernstein <rocky@gnu.org> * NEWS, doc/bashdb.texi, test/complete.cmd, test/complete.right: bashdb.texi: document "complete" test/* add another "complete" test2006-03-15 Wednesday 12:30 Rocky Bernstein <rocky@gnu.org> * dbg-cmds.inc, test/Makefile.am, test/complete.cmd, test/complete.right, test/complete.tests, test/run-complete, test/sig.right: Add "complete" command.2006-03-15 Wednesday 03:15 Rocky Bernstein <rocky@gnu.org> * .cvsignore: .cvsignore2006-03-15 Wednesday 03:15 Rocky Bernstein <rocky@gnu.org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -