This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v5] Add Guile frame filter interface


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]