Пакет refdbg
Исходный пакет: refdbg
Версия: 1.2-alt5
Категория: Разработка/Отладчики
Сообщить об ошибке в пакете
Версия: 1.2-alt5
Собран: 7 февраля 2011 г. 22:20
Сообщить об ошибке в пакете
Лицензия: GPLv2+
О пакете: RefDbg is a GObject reference count debugger.
Описание:
О пакете: RefDbg is a GObject reference count debugger.
Описание:
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.
Список rpm-пакетов, предоставляемых данным srpm-пакетом:
refdbg (x86_64, i586)
refdbg-debuginfo (x86_64, i586)
Последние изменения:refdbg (x86_64, i586)
refdbg-debuginfo (x86_64, i586)
7 февраля 2011 г. Mikhail Efremov 1.2-alt5 |
- Don't build static library. - Don't use sweeping glob pattern in %_libdir. - Slightly spec cleanup. |
14 декабря 2010 г. Kirill A. Shutemov 1.2-alt4 |
- rebuild with binutils-devel |
15 октября 2010 г. Kirill A. Shutemov 1.2-alt3 |
- rebuild with libbfd 2.20.51.0.11 |