pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/lmdbg
Module name: wip
Committed by: cheusov
Date: Sun May 31 12:55:53 UTC 2009
Modified Files:
wip/lmdbg: Makefile PLIST distinfo
Log Message:
updated to 0.10.0
MAJOR CHANGES (since version 0.9.0):
Completely NEW build system based on NetBSD make (aka bmake),
mk-configure and pkgsrc's mk-files. It makes building LMDBG a bit
harder (user have to install new building tools, most probably from
sources :-( ) but makes the code *much* simplier and makes
development and supporting *drammatically* easier. See INSTALL file
for the installation instructions.
This release of LMDBG was sucessfully tested under the following
platforms: NetBSD-5.0/x86/gcc, NetBSD-4.0/x86/gcc,
Linux/glibc-2.3/x86/gcc, FreeBSD-6.2/x86/gcc and Solaris-10/x86/gcc.
NetBSD-2/alpha/gcc also partially works (unfortunately gcc's
__builtin_return_address and __builtin_frame_address return NULL
with non-zero arguments on NetBSD-2/alpha :-(, that is stacktrace
consists on single stack frame).
- Now all utilities have man pages.
- separation of libstacktrace library which is compatible (has a
similar API) with GNU libc's backtrace(3) but works just perfectly
under NetBSD, FreeBSD and Solaris.
- lmdbg-leak-check has been renamed to lmdbg.
- lmdbg-sysleaks:
- Two new keywords in config file: ignore_basefile, ignore_baseline.
- Support for shitty Solaris' /bin/sh.
- lmdbg-sym:
Fixes for -a mode. Now it outputs results in the same format as -g.
- lmdbg-run and lmdbg-sym:
LMDBG_ENV environment variable...
- LMDBG_LIBDYN variables has been renamed to LMDBG_LIB.
- tests/test.sh:
Diverse fixes for Solaris
- support for shitty shell :-/
- 0x vs sprintf('%p", ...)
- lmdbg.c:
fixed: log_enabled variable is set from gdb, so it must not be static.
fixed: lint(1) warnings.
- Both libstacktrace and liblmdbg libraries are built with '-O0 -g'
flags.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.4 -r1.5 wip/lmdbg/PLIST
cvs -z3 rdiff -u -r1.5 -r1.6 wip/lmdbg/distinfo
cvs -z3 rdiff -u -r1.8 -r1.9 wip/lmdbg/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/PLIST?r1=1.4&r2=1.5
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/distinfo?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/Makefile?r1=1.8&r2=1.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index