emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud-lldb 25fa790 36/56: Add until command


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb 25fa790 36/56: Add until command
Date: Thu, 23 May 2019 02:11:42 -0400 (EDT)

branch: externals/realgud-lldb
commit 25fa790c58d0ae9c1b78ccd15cf118251d1f4b1d
Author: Daniel Martín <address@hidden>
Commit: Daniel Martín <address@hidden>

    Add until command
    
    In LLDB, the "until" command is "thread until <line>".
---
 lldb/init.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lldb/init.el b/lldb/init.el
index 4c05653..19a2c2d 100644
--- a/lldb/init.el
+++ b/lldb/init.el
@@ -146,6 +146,7 @@ realgud-loc-pat struct")
 (setf (gethash "quit"     realgud:lldb-command-hash) "quit")
 (setf (gethash "run"      realgud:lldb-command-hash) "run")
 (setf (gethash "step"     realgud:lldb-command-hash) "thread step-in --count 
%p")
+(setf (gethash "until"    realgud:lldb-command-hash) "thread until %l")
 (setf (gethash "lldb" realgud-command-hash) realgud:lldb-command-hash)
 
 (setf (gethash "lldb" realgud-pat-hash) realgud:lldb-pat-hash)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]