Download von api-ref-libcsdbg-1.27.tar.bz2 (api-ref-libcsdbg-1.27.tar.bz2 ( externer Link: SourceForge.net): 1,502,900 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf api-ref-libcsdbg-1.27.tar.bz2 ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
1,502,900 Bytes
MD5
aff36f09b92199f9c88b883be328f353

Projektbeschreibung

Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled. The traces are detailed with demangled function signatures and additional addr2line info (the source code file and line that each function was called). Libcsdbg will perform flawlessly with single and multi-threaded (or multi-process) programs, with any dynamically linked shared object (DSO - Dynamic Shared Object) and with any statically linked library. Additionally, libcsdbg helps the developer/tester create sophisticated stack traces of any thread, at any given moment during a process execution, as a snapshot of the runtime call graph. This is very useful in cases of fatal errors, reception of terminating signals or process abortion/termination (such as segmentation faults)