From 1239f12fc785697810c8c9ae278050913eadb99f Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Wed, 6 May 2015 15:34:51 +0200 Subject: [PATCH] update documentation --- HOWTO | 2 ++ TODO | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HOWTO b/HOWTO index dcd17ce..cc53641 100644 --- a/HOWTO +++ b/HOWTO @@ -148,6 +148,8 @@ Stack (malloc): So you can see there are 15 leaked pointer in this case and the main culprit is a malloc() called from ThreadFuncA(). +When no C++ Code is traced or when using the libstdc++ (which calls malloc() and free() inside the allocation operators), the breakpoints for the C++ allocators can be omitted by the --nocpp option. This increases the trace performance. + There is also a server mode and a client with an command line interface. This is useful when you want get information during the runtime of a program, for example: diff --git a/TODO b/TODO index 8d34794..1dfcc08 100644 --- a/TODO +++ b/TODO @@ -6,4 +6,3 @@ dwarf caching invalid stack trace cache for unmapped libraries restore REALLOC_TRY when realloc fails mremap revamp -write documentation