update documentation

This commit is contained in:
Stefani Seibold 2015-05-06 15:34:51 +02:00
parent bd8c7da1b5
commit 1239f12fc7
2 changed files with 2 additions and 1 deletions

2
HOWTO
View File

@ -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(). 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 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: of a program, for example:

1
TODO
View File

@ -6,4 +6,3 @@ dwarf caching
invalid stack trace cache for unmapped libraries invalid stack trace cache for unmapped libraries
restore REALLOC_TRY when realloc fails restore REALLOC_TRY when realloc fails
mremap revamp mremap revamp
write documentation