[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/realgud-trepan-ni b9b4bf4 11/25: Track breakpoint-delet
From: |
Rocky Bernstein |
Subject: |
[elpa] externals/realgud-trepan-ni b9b4bf4 11/25: Track breakpoint-deleted status change |
Date: |
Thu, 23 May 2019 02:14:22 -0400 (EDT) |
branch: externals/realgud-trepan-ni
commit b9b4bf496b6ffe99971e734548c9ca9df5bac01f
Author: rocky <address@hidden>
Commit: rocky <address@hidden>
Track breakpoint-deleted status change
---
trepan-ni/init.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/trepan-ni/init.el b/trepan-ni/init.el
index e5609aa..77fb30c 100644
--- a/trepan-ni/init.el
+++ b/trepan-ni/init.el
@@ -77,10 +77,10 @@ realgud-loc-pat struct")
;; Regular expression that describes a debugger "delete" (breakpoint)
;; response.
;; For example:
-;; Removed 1 breakpoint(s).
+;; Breakpoint 1 deleted breakpoint(s).
(setf (gethash "brkpt-del" realgud:trepan-ni-pat-hash)
(make-realgud-loc-pat
- :regexp (format "^Removed %s breakpoint(s).\n"
+ :regexp (format "^Breakpoint %s deleted\n"
realgud:regexp-captured-num)
:num 1))
@@ -166,6 +166,9 @@ realgud-loc-pat struct")
(setf (gethash "break" realgud:trepan-ni-command-hash)
"setBreakpoint('%X',%l)")
(setf (gethash "continue" realgud:trepan-ni-command-hash) "cont")
+(setf (gethash "delete" realgud:trepan-ni-command-hash)
+ "deleteBreakpoint(%p)")
+
(setf (gethash "kill" realgud:trepan-ni-command-hash) "kill")
(setf (gethash "quit" realgud:trepan-ni-command-hash) "")
(setf (gethash "finish" realgud:trepan-ni-command-hash) "out")
- [elpa] externals/realgud-trepan-ni 00cb947 03/25: trepan-ni now handles frame commands..., (continued)
- [elpa] externals/realgud-trepan-ni 00cb947 03/25: trepan-ni now handles frame commands..., Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 2bf8727 06/25: Add file-line kind of tracking, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 855543b 08/25: Typo, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 2077485 09/25: track-mode bug fixes, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 7714b71 10/25: DRY ansi-schmutz code (and use it), Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 1c31b96 13/25: Accomodate nodejs 10, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 5131ace 12/25: node seems to now list files with a file:// prefix, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 943ec08 20/25: Merge branch 'master' of github.com:realgud/realgud-trepan-ni, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni df6bce1 04/25: Track recent trepan-ni backtrace format change, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 7dd2387 07/25: Correct acceptable debugger names in suggest parse-cmd-args, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni b9b4bf4 11/25: Track breakpoint-deleted status change,
Rocky Bernstein <=
- [elpa] externals/realgud-trepan-ni 9b58f4f 14/25: Bump version, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 79ff234 18/25: Merge branch 'master' of github.com:realgud/realgud-trepan-ni, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 06e59a4 22/25: Small package-lint tweak, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 5cb8422 19/25: Change description to match the others, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 56c25c7 24/25: node 12 marks frame changes, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 0d613f1 21/25: Fix up backtrace regexps, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni fb3b6db 15/25: run package-lint for MELPA release, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni af8ad9d 17/25: Checkdoc linting, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 68079f2 01/25: Start trepan-ni, Rocky Bernstein, 2019/05/23
- [elpa] externals/realgud-trepan-ni 81b284c 23/25: Merge branch 'master' of github.com:realgud/realgud-trepan-ni, Rocky Bernstein, 2019/05/23