public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v5] Add Guile frame filter interface
@ 2015-04-09 15:57 Andy Wingo
  2015-04-09 16:28 ` Andy Wingo
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Wingo @ 2015-04-09 15:57 UTC (permalink / raw)
  To: gdb-patches; +Cc: dje

Changes from v4 are mostly related to feedback on the unwinder
interface (which is a different patch).

  * Remove enable-frame-filter! / disable-frame-filter!, and just have
    set-frame-filter-enabled!, which always takes a filter object and
    never a string.

  * Rename #:scope to #:locus.  Names must be unique only within a
    locus, not among all filters.  Add #:replace? to
    register-frame-filter!.

  * Limit priorities to the signed int32 range.

  * Rename unregister-frame-filter! to remove-frame-filter!.

  * Update docs.

  * Compile most .scm files with -Wunbound-variable, and not
    -Wunbound-toplevel.

WDYT?

Andy

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-04  0:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-09 15:57 [PATCH v5] Add Guile frame filter interface Andy Wingo
2015-04-09 16:28 ` Andy Wingo
2015-04-09 16:49   ` Eli Zaretskii
2015-04-28 10:46     ` Andy Wingo
2015-04-28 15:33       ` Eli Zaretskii
2015-04-20  5:29   ` Doug Evans
2015-04-28 16:12     ` [PATCH v6] " Andy Wingo
2015-05-04  0:38       ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).