We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

libcsdbg

Project is migrating to libinstrument (https://sourceforge.net/projects/libinstrument/)

Libcsdbg is a C++ exception stack tracer, offers the tools to create and process exception traces, the path an exception has propagated up the call stack, unwinding it, up to the point where it was handled. The traces are detailed with demangled function signatures and addr2line info (source file and line of each function call). Libcsdbg will perform flawlessly with multi-threaded programs, with dynamically linked shared objects (DSO) and with any statically linked library.

Libcsdbg helps the developer/tester also create stack traces of any thread, at any point during, 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)

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website http://libcsdbg.sourceforge.net
Tags
License
Platform
Features
  • Create sophisticated exception stack traces (with addr2line support)
  • Create detailed Posix thread stack traces (with addr2line support)
  • Full support for Position Independent Code (for DSO)
  • Works with multi-thread processes and with multi-process programs
  • Easy and minimal code interface, transparent library integration
  • Easy library runtime configuration
  • Instrumentation algorithms add only minimal overhead
  • Works with generic throwables and user defined exception types
  • Support for various objective code formats (elf, a.out, coff, ecoff e.t.c)
  • Support for both 32 and 64 bit systems
  • Support for both big and little endian CPUs
  • Compiled for x86, x86_64, ARM 7/9/11/thumb, Leon 2/3, AVR32, MIPS
  • API to output traces to files or to network peers (LDP - Libcsdbg Debug Protocol)
  • An evergrowing API to support multiple output interfaces (ethernet, serial, UNIX pipes e.t.c)
  • Support for multiple function profilers either inline or loaded from a DSO module (plugin)
  • Stack trace syntax highlighting for VT100 console output
  • Library API can be used as the base for custom instrumentation code