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:
parent
6e57d0d56e
commit
90fe975188
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue