public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@igalia.com>
To: gdb-patches@sourceware.org
Cc: dje@google.com
Subject: [PATCH v5] Add Guile frame filter interface
Date: Thu, 09 Apr 2015 15:57:00 -0000	[thread overview]
Message-ID: <87zj6hfg6t.fsf@igalia.com> (raw)

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

             reply	other threads:[~2015-04-09 15:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09 15:57 Andy Wingo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zj6hfg6t.fsf@igalia.com \
    --to=wingo@igalia.com \
    --cc=dje@google.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).