guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 04/05: GDB support: Add note about (gdb frame-filters).


From: Ludovic Courtès
Subject: [Guile-commits] 04/05: GDB support: Add note about (gdb frame-filters).
Date: Sun, 24 Jun 2018 17:41:48 -0400 (EDT)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit be0814556918178923c3b6003f35d2eb907ea5d5
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 24 23:34:58 2018 +0200

    GDB support: Add note about (gdb frame-filters).
    
    * libguile/libguile-2.2-gdb.scm <top level>: Add comment.
---
 libguile/libguile-2.2-gdb.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libguile/libguile-2.2-gdb.scm b/libguile/libguile-2.2-gdb.scm
index b2e340e..5ef52ec 100644
--- a/libguile/libguile-2.2-gdb.scm
+++ b/libguile/libguile-2.2-gdb.scm
@@ -355,6 +355,9 @@ if the information is not available."
        #'(begin)))))
 
 (compile-time-cond
+ ;; What follows depends on (gdb frame-filters), which unfortunately has
+ ;; not yet been merged in GDB:
+ ;; <https://sourceware.org/ml/gdb-patches/2015-02/msg00362.html>.
  ((false-if-exception (resolve-interface '(gdb frame-filters)))
   (use-modules (gdb frame-filters))
 



reply via email to

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