Package refdbg: Information

    Binary package: refdbg
    Version: 1.2-alt5
    Architecture: x86_64
    Build time:  Feb 7, 2011, 10:20 PM
    Source package: refdbg
    Report package bug
    License: GPLv2+
    Summary: RefDbg is a GObject reference count debugger.
    Description: 
    RefDbg is a GObject reference count debugger. GObject is part of the
    glib library. The GObject library adds object oriented stuff to C which
    by itself lacks object oriented features. Since C lacks garbage
    collection, a reference counting system is used. Each object has a count
    of how many other references (pointers) there are to it. Reference count
    bugs can be very hard to track down and can lead to crashes and memory
    leaks. Refdbg is a tool that can be used interactively with GDB to log,
    display and break on reference count activity, thereby making this task
    easier.

    Maintainer: Mikhail Efremov


    Last changed


    Feb. 7, 2011 Mikhail Efremov 1.2-alt5
    - Don't build static library.
    - Don't use sweeping glob pattern in %_libdir.
    - Slightly spec cleanup.
    Dec. 14, 2010 Kirill A. Shutemov 1.2-alt4
    - rebuild with binutils-devel
    Oct. 15, 2010 Kirill A. Shutemov 1.2-alt3
    - rebuild with libbfd 2.20.51.0.11