libbacktrace
Backtrace generator
A C library for generating symbolic backtraces in executable files.
A C library that may be linked into a C/C++ program to produce symbolic backtraces
1k stars
35 watching
231 forks
Language: C
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 754 |
johnno1962/xtrace | Tool to intercept and log Objective-C method calls by class or instance at runtime | 1,831 |
tve/esp32-backtrace | An analyzer script to decode ESP32 exception stack backtraces and provide source code locations. | 25 |
backtracking/ocamlgraph | A set of data structures and operations for representing and manipulating graphs in OCaml | 234 |
backtracking/combine | An OCaml library for solving combinatorial problems using dancing links and other techniques | 35 |
cl4es/bytestacks | Tools to convert verbose JVM bytecode tracing output into a stack format suitable for flame graph visualization. | 42 |
thealexbarney/libhac | A .NET library reimplementing parts of the Nintendo Switch OS for decrypting and extracting content file formats. | 403 |
sija/backtracer.cr | Assists in parsing backtraces into a structured form. | 15 |
unifysell/youtrack_logger_backend | Provides a logger backend to track issues in a JetBrains YouTrack project | 3 |
johnreedlol/scala-trace-debug | A system that prints debugging information with hyperlinks to source code locations | 115 |
backuity/clist | A Scala toolkit for building command-line interfaces with type-safe modular and reusable CLIs | 105 |
armink/cmbacktrace | Automatically tracks and analyzes errors in ARM Cortex-M series MCUs | 1,719 |
khamidou/lptrace | A tool that allows real-time tracing of any Python program's function calls. | 699 |
thelartians/easyiterator | A library that simplifies C++ iterator design and usage by providing abstractions and boilerplate reduction. | 139 |