1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 15:00:21 +02:00

GDB support: Add note about (gdb frame-filters).

* libguile/libguile-2.2-gdb.scm <top level>: Add comment.
This commit is contained in:
Ludovic Courtès 2018-06-24 23:34:58 +02:00 committed by Andy Wingo
parent 6e57d0d56e
commit 90fe975188

View file

@ -355,6 +355,9 @@ if the information is not available."
#'(begin))))) #'(begin)))))
(compile-time-cond (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))) ((false-if-exception (resolve-interface '(gdb frame-filters)))
(use-modules (gdb frame-filters)) (use-modules (gdb frame-filters))