{"id":18009631,"url":"https://github.com/mxlgv/glibc-like-bt","last_synced_at":"2025-04-04T12:41:35.795Z","repository":{"id":257174977,"uuid":"857145706","full_name":"mxlgv/glibc-like-bt","owner":"mxlgv","description":"GlibcBt (Glibc like backtrace) library","archived":false,"fork":false,"pushed_at":"2024-09-16T21:04:16.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T22:31:03.850Z","etag":null,"topics":["backtrace","glibc","stacktrace"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mxlgv.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,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T22:42:57.000Z","updated_at":"2024-09-16T21:04:20.000Z","dependencies_parsed_at":"2024-10-30T02:42:02.554Z","dependency_job_id":null,"html_url":"https://github.com/mxlgv/glibc-like-bt","commit_stats":null,"previous_names":["mxlgv/glibc-like-bt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxlgv%2Fglibc-like-bt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxlgv%2Fglibc-like-bt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxlgv%2Fglibc-like-bt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxlgv%2Fglibc-like-bt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxlgv","download_url":"https://codeload.github.com/mxlgv/glibc-like-bt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182337,"owners_count":20897379,"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":["backtrace","glibc","stacktrace"],"created_at":"2024-10-30T02:09:56.568Z","updated_at":"2025-04-04T12:41:35.775Z","avatar_url":"https://github.com/mxlgv.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GlibcBt\n__GlibcBt__ is a simple independent backtrace library with a completely identical interface\nand external behavior to\n[GNU C Library backtrace](https://www.gnu.org/software/libc/manual/html_node/Backtraces.html).\n\n## Compatibility\n- OS: GNU/Linux;\n- Arch: x86, x86_64.\n\n## Building\nFor debugging and running tests\n```sh\ncmake -DCMAKE_BUILD_TYPE=Debug -B build\ncmake --build build\n```\n\nFor release recommended:\n```sh\ncmake -DCMAKE_BUILD_TYPE=MinSizeRel -B build\ncmake --build build\n```\n\nWhen cross-compiling, you must specify the object file format for `nasm`. \\\nFor example:\n```sh\ncmake -DCMAKE_ASM_NASM_OBJECT_FORMAT=coff -B build\n```\n\n## Running tests\nMake sure you have a debug build and run:\n```sh\nctest --test-dir build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxlgv%2Fglibc-like-bt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxlgv%2Fglibc-like-bt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxlgv%2Fglibc-like-bt/lists"}