]> code.delx.au - gnu-emacs-elpa/commit
DRY initial debugger-start code somewhat.
authorrocky <rocky@gnu.org>
Thu, 14 Apr 2011 00:09:52 +0000 (20:09 -0400)
committerrocky <rocky@gnu.org>
Thu, 14 Apr 2011 00:09:52 +0000 (20:09 -0400)
commit9bf9c83a7d712844ee6c5b531ab3f76f9feddb7a
tree96d0318a88b0ffa641f4e4e69857b0635765a6b7
parent73bbb3ddda74025651b13f8a7c3efb12b16625de
DRY initial debugger-start code somewhat.

Add keys for buffer switching in backtrace-buffer.

Try to guard against sending to process via comint when it is dead and set comint-last-output-start to avoid a ansi-color-apply-on-region doesn't bomb.
13 files changed:
dbgr/common/backtrace-mode.el
dbgr/common/buffer/backtrace.el
dbgr/common/core.el
dbgr/common/send.el
dbgr/common/shortkey.el
dbgr/debugger/bashdb/bashdb.el
dbgr/debugger/gdb/gdb.el
dbgr/debugger/gdb/track-mode.el
dbgr/debugger/pydbgr/pydbgr.el
dbgr/debugger/rdebug/rdebug.el
dbgr/debugger/remake/remake.el
dbgr/debugger/trepan/trepan.el
dbgr/debugger/trepanx/trepanx.el