pkgsrc/devel/lmdbg/PLIST
cheusov f6533445d5 Update to 1.1.0
Fix in regression tests. Now "make test" exits with non-zero status
  if something fails.

  lmdbg-run:
    - Zero addresses are removed from stacktraces generated by glibc's
      backtrace(3).  This fixes asserts in lmdbg-stat(1).
    - Double "0x" in "info section" were fixed (seen on NetBSD).
    - backtrace(3) from libexecinfo is used instead of builtin
      implementation if the library and execinfo.h are available
      (FreeBSD, NetBSD).

  lmdbg-sym:
    - Fixes. Sometimes addresses were converted to symbols
      incorrectly. The problem was seen on modern Linux distros with
      recent gdb(1).

  lmdbg-stat:
    - Now incompletly read lines (having no LF in the end) are
      ignored.  This fixes crashes and therefore empty output or
      lmdbg(1) when analysed program is killed.
    - Alternative implementation written in awk was removed.

  Build infrastructure was converted to 2-level dirs.
  This requires mk-configure>=0.23.0 for build.

  Minor clean-ups in man pages and Makefiles.
2012-09-02 18:48:19 +00:00

30 lines
602 B
Text

@comment $NetBSD: PLIST,v 1.3 2012/09/02 18:48:19 cheusov Exp $
bin/lmdbg
bin/lmdbg-grep
bin/lmdbg-leaks
bin/lmdbg-m2s
bin/lmdbg-modules
bin/lmdbg-run
bin/lmdbg-s2m
bin/lmdbg-sort
bin/lmdbg-stat
bin/lmdbg-strip
bin/lmdbg-sym
bin/lmdbg-sysleaks
lib/liblmdbg.a
lib/liblmdbg.so
lib/liblmdbg.so.0
lib/liblmdbg.so.0.0
man/man1/lmdbg-grep.1
man/man1/lmdbg-leaks.1
man/man1/lmdbg-run.1
man/man1/lmdbg-sort.1
man/man1/lmdbg-stat.1
man/man1/lmdbg-sym.1
man/man1/lmdbg-sysleaks.1
man/man1/lmdbg.1
share/doc/lmdbg/ChangeLog
share/doc/lmdbg/LICENSE
share/doc/lmdbg/NEWS
share/doc/lmdbg/README
share/doc/lmdbg/TODO