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

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

[elpa] externals/realgud-lldb b78e0ae 10/56: Doc corrections


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb b78e0ae 10/56: Doc corrections
Date: Thu, 23 May 2019 02:11:37 -0400 (EDT)

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

    Doc corrections
---
 lldb/init.el | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/lldb/init.el b/lldb/init.el
index 1c51700..2c1f868 100644
--- a/lldb/init.el
+++ b/lldb/init.el
@@ -38,7 +38,7 @@ realgud-loc-pat struct")
 (defconst realgud:lldb-frame-num-regexp
   (format "[ ]*frame #%s: " realgud:regexp-captured-num))
 
-;; Regular expression that describes a lldb location generally shown
+;; realgud-loc-pat that describes a lldb location generally shown
 ;; 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
@@ -49,6 +49,10 @@ realgud-loc-pat struct")
        :file-group 2
        :line-group 3))
 
+;; realgud-loc-pat that describes a lldb frame generally shown
+;; before a command prompt or in frame switching commands
+;;  frame #1: 0x00000000004015e2 ctest`main(argc=1, argv=0x00007fffffffd778) + 
90 at ctest.c:83
+
 (setf (gethash "selected-frame" realgud:lldb-pat-hash)
       (make-realgud-loc-pat
        :regexp         (concat "^" realgud:lldb-frame-start-regexp
@@ -61,7 +65,7 @@ realgud-loc-pat struct")
        :line-group 3)
       )
 
-;; Regular expression that describes a lldb prompt
+;; realgud-loc-pat that describes a lldb prompt
 ;; For example:
 ;;   (lldb)
 (setf (gethash "prompt" realgud:lldb-pat-hash)
@@ -69,7 +73,7 @@ realgud-loc-pat struct")
        :regexp   "^(lldb) "
        ))
 
-;; Regular expression that describes a "breakpoint set" line
+;; realgud-loc-pat that describes a "breakpoint set" line
 ;; For example:
 ;;   Breakpoint 1: where = hello`main + 4 at hello.c:5, address = 
0x00000000004004b4
 (setf (gethash "brkpt-set" realgud:lldb-pat-hash)
@@ -80,7 +84,7 @@ realgud-loc-pat struct")
        :file-group 2
        :line-group 3))
 
-;; Regular expression that describes a lldb "backtrace" command line.
+;; realgud-loc-pat that describes a lldb "backtrace" command line.
 ;; For example:
 ;; #0  main (argc=2, argv=0xbffff564, envp=0xbffff570) at main.c:935
 ;; #1  0xb7e9f4a5 in *__GI___strdup (s=0xbffff760 "/tmp/remake/remake") at 
strdup.c:42



reply via email to

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