Path to this page:
Subject: CVS commit: wip/lmdbg
From: Aleksey Cheusov
Date: 2010-01-31 20:53:15
Message id: E1NbfrO-0004nQ-Pt@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
Update to version 0.13.0
INSTALL: updated
mk-configure>=0.14.0 is needed to build lmdbg.
FIXED: 'make install' command installs test utilities from tests/
subdirectory. Thanks to Mikolaj Golub for bug report.
lmdbg-sym:
- LMDBG uses very tricky features of GDB. As a result GDB may
segfault on some platforms, e.g. gdb-6.4.90-debian fails on
Debian/Etch. In order to show users that GDB is buggy and needs
to be fixed, an exit status of it is checked. For this purpose
http://sf.net/projects/pipestatus/ is needed.
- LMDBG_GDB environment variable sets the path to gdb program
overiding path defined at build time. See scripts/Makefile.
For better efficiency lmdbg-multi2single and lmdbg-single2multi
internal scripts have been reimplemented in C and renamed to
lmdbg-m2s and lmdbg-s2m respectively.
Built-time AWK variable sets an AWK interpreter for awk script.
See scripts/Makefile.
Files: