{"id":19529252,"url":"https://github.com/zrythm/libbacktrace","last_synced_at":"2025-09-02T15:32:50.313Z","repository":{"id":217574127,"uuid":"688420634","full_name":"zrythm/libbacktrace","owner":"zrythm","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-07T10:07:52.000Z","size":931,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-21T09:21:55.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zrythm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-07T10:07:34.000Z","updated_at":"2023-09-07T10:08:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c716ea1-2c07-4ae2-8a2d-914c39e20a00","html_url":"https://github.com/zrythm/libbacktrace","commit_stats":{"total_commits":65,"total_committers":5,"mean_commits":13.0,"dds":"0.15384615384615385","last_synced_commit":"208a7bace57141c54e1771ce0483275a225eb931"},"previous_names":["zrythm/libbacktrace"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrythm%2Flibbacktrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrythm%2Flibbacktrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrythm%2Flibbacktrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zrythm%2Flibbacktrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zrythm","download_url":"https://codeload.github.com/zrythm/libbacktrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240577033,"owners_count":19823383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T01:23:09.254Z","updated_at":"2025-02-26T02:42:03.751Z","avatar_url":"https://github.com/zrythm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libbacktrace\nA C library that may be linked into a C/C++ program to produce symbolic backtraces\n\nInitially written by Ian Lance Taylor \u003ciant@golang.org\u003e.\n\nThis is version 1.0.\nIt is likely that this will always be version 1.0.\n\nThe libbacktrace library may be linked into a program or library and\nused to produce symbolic backtraces.\nSample uses would be to print a detailed backtrace when an error\noccurs or to gather detailed profiling information.\nIn general the functions provided by this library are async-signal-safe,\nmeaning that they may be safely called from a signal handler.\n\nThe libbacktrace library is provided under a BSD license.\nSee the source files for the exact license text.\n\nThe public functions are declared and documented in the header file\nbacktrace.h, which should be #include'd by a user of the library.\n\nBuilding libbacktrace will generate a file backtrace-supported.h,\nwhich a user of the library may use to determine whether backtraces\nwill work.\nSee the source file backtrace-supported.h.in for the macros that it\ndefines.\n\nAs of October 2020, libbacktrace supports ELF, PE/COFF, Mach-O, and\nXCOFF executables with DWARF debugging information.\nIn other words, it supports GNU/Linux, *BSD, macOS, Windows, and AIX.\nThe library is written to make it straightforward to add support for\nother object file and debugging formats.\n\nThe library relies on the C++ unwind API defined at\nhttps://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html\nThis API is provided by GCC and clang.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrythm%2Flibbacktrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzrythm%2Flibbacktrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzrythm%2Flibbacktrace/lists"}