Download List

프로젝트 설명

Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. It includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber information, and demangled type names of variables. It is thread-safe.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-01-23 08:22
1.0.0

중요한 버그 사건에 대한 스레드가 수정되었습니다 : libcwd_r 여러 pthread_mutexattr_t 개체를 사용하지만, 그 초기 절대. 이것은 초기화되지 않은 메모리에 사용되는 임의의 뮤텍스 속성 결과 결과. 이러한 이유는 gcc - 3.x에서 갇혀있을 것으로 생각됩니다. GCC의 버전에 따라서 바로 지금 다시 지원됩니다. 이 버전은 스팍 64에 대한 지원을 추가합니다. 모든 구성 옵션은 지금도 64 비트 플랫폼에서 작동합니다. gcc가 (4.3 가장 최신의 SVN 버전에 대한 지원)를 업데이 트했습니다.
Tags: Minor bugfixes
An important bug has been fixed for the threaded
case: libcwd_r uses several pthread_mutexattr_t
objects, but never initialized those. This
resulted in uninitialized memory being used,
resulting in random mutex attributes. This is
believed to be the reason that gcc-3.x locked up.
That version of gcc is therefore now supported
again. This version adds support for sparc64. All
configure options now work also on 64-bit
platforms. Support for the latest SVN version of
gcc (4.3) was updated.

2007-07-07 08:01
0.99.47

이 릴리스 x86_64에 대한 지원을 추가합니다.
Tags: Major feature enhancements
This release adds support for x86_64.

2007-05-24 04:07
0.99.46

와 함께 D_GLIBCXX_DEBUG 추가되었습니다 새로운 구성 옵션은 라이브러리를 컴파일합니다. 버그는 어디에 4에 의해 크기를 나눌 수없습니다 감지되지 있던 할당된 버퍼 오버런으로 인해 작은 수정되었습니다. 이 릴리스에는 컴파일 및 작품 (다시)의 gcc (4.3 현재 SVN 버전).
Tags: Minor feature enhancements
A new configure option to compile the library with -D_GLIBCXX_DEBUG has been added. A bug where a small overrun of an allocated buffer with a size not divisible by four was not detected has been fixed. This release compiles and works (again) with the current SVN version of gcc (4.3).

2006-11-22 09:55
0.99.45

이 버전의 gcc 4.2와 함께 작동 (현재 4.3 SVN에서). 라이브러리는 이제 완전히 데비안에서 작동합니다. 기호 패키지를 데비안에 (*- dbg) 디버깅에 대한 지원이 추가되었습니다 : 지금 libcwd 모두 읽습니다. 디버깅 / 그리고는 / usr / lib에서 / 디버그 / 파일을 디버그 (로 gdb를)하지 때 원래의 라이브러리를 박탈됩니다.
Tags: Minor feature enhancements
This version works with gcc 4.2 (and the current
4.3 in SVN). The library now works completely on
Debian. Support for debug symbol packages (*-dbg
on Debian) was added: libcwd now reads both
.debug/ and /usr/lib/debug/ debug files (as does
gdb) when the original library is stripped.

2005-12-19 06:28
0.99.43

이 릴리스에는 몇 가지 수정 주요 버그 공유 라이브러리의로드 주소를 결정 관련. G의 할당자 + + 4.0 및 그 이상의 0.99.41 개선되었습니다, 할당 큰 숫자의 경우에는 그것을 과속, 추가되었고 문제가 어디에 메모리 광범위한 애플 리케이션이 용납할 수 0.99.41/42와 느린 것 담합 .
Tags: Major bugfixes
This release fixes a few major bugs related to the
determination of the load address of shared
libraries. The allocator for g++ 4.0 and above
that was added to 0.99.41 has been improved,
speeding it up for the case of large numbers of
allocations, and fixing the problem where
memory-extensive applications might have been
unacceptably slow with 0.99.41/42.

Project Resources