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

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

[elpa] externals/realgud-lldb e0a2361 08/56: go over command args


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb e0a2361 08/56: go over command args
Date: Thu, 23 May 2019 02:11:36 -0400 (EDT)

branch: externals/realgud-lldb
commit e0a23617f3d7cc0f379d13717c6f268573004081
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    go over command args
---
 lldb/core.el | 12 ++++++------
 lldb/init.el |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lldb/core.el b/lldb/core.el
index 69bdab1..5e9e3bb 100644
--- a/lldb/core.el
+++ b/lldb/core.el
@@ -69,12 +69,12 @@ Note that path elements have been expanded via 
`expand-file-name'.
        (pair)          ;; temp return from
 
        ;; One dash is added automatically to the below, so
-       ;; h is really -h and -host is really --host.
-       (lldb-two-args '("x" "-command" "b" "-exec"
-                       "cd" "-pid"  "-core" "-directory"
-                       "se" "-symbols" "-tty"))
-       ;; lldb doesn't optionsl 2-arg options.
-       (lldb-opt-two-args '())
+       ;; a is really -a. lldb doesn't seem to have long
+       ;; (--) options.
+       (lldb-two-args '("a" "f" "c" "s" "o" "S" "k" "L"
+                       "p" "O"  "K"))
+       ;; lldb doesn't optional 2-arg options.
+       (lldb-opt-two-args '("r"))
 
        ;; Things returned
        (script-name nil)
diff --git a/lldb/init.el b/lldb/init.el
index c50bc5f..c37933d 100644
--- a/lldb/init.el
+++ b/lldb/init.el
@@ -39,7 +39,7 @@ realgud-loc-pat struct")
   (format "#%s " realgud:regexp-captured-num))
 
 ;; Regular expression that describes a lldb location generally shown
-;; before a command prompt. NOTE: we assume annotate 1!
+;; before a command prompt.
 ;; For example:
 ;; * thread #1: tid = 12866, 0x00000000004004b4 hello`main(argc=1, 
argv=0x00007fffffffd668) + 4 at hello.c:5, name = 'hello', stop reason = 
breakpoint 1.1
 ;; (setf (gethash "loc" realgud:lldb-pat-hash)



reply via email to

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