{"id":16512930,"url":"https://github.com/daskol/gdb-colour-filter","last_synced_at":"2025-03-21T08:31:28.002Z","repository":{"id":88392996,"uuid":"128066358","full_name":"daskol/gdb-colour-filter","owner":"daskol","description":"Colourify backtrace output in GDB with Python API","archived":false,"fork":false,"pushed_at":"2019-11-25T18:06:51.000Z","size":251,"stargazers_count":37,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T23:02:49.884Z","etag":null,"topics":["backtrace","gdb","python","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/daskol.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":"2018-04-04T13:30:42.000Z","updated_at":"2024-02-14T11:17:39.000Z","dependencies_parsed_at":"2023-03-13T18:24:55.770Z","dependency_job_id":null,"html_url":"https://github.com/daskol/gdb-colour-filter","commit_stats":{"total_commits":9,"total_committers":4,"mean_commits":2.25,"dds":"0.33333333333333337","last_synced_commit":"ed800999d1141d3af8e0ecd0d99866011c2e8a12"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fgdb-colour-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fgdb-colour-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fgdb-colour-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daskol%2Fgdb-colour-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daskol","download_url":"https://codeload.github.com/daskol/gdb-colour-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244765061,"owners_count":20506754,"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","gdb","python","python3"],"created_at":"2024-10-11T16:06:39.771Z","updated_at":"2025-03-21T08:31:27.994Z","avatar_url":"https://github.com/daskol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GDB Colour Filter\n\n*colourify backtrace output in GDB with Python API*\n\n## Overview\n\n**GDB Colour Filter** implements frame filter for GDB Python API. There could\nbe several chained filters. GDB calls this filter on each element(frame) of\nbacktrace. All frame filter has a priority from the lowest (0) to the high.\nThis filter is defined for the lowest priority so it is the last filter that is\ncalled before printing stack trace.\n\n![Colouring example](docs/example.png)\n\n## Installation\n\nInstallation is quite straight forward. It is needed only put `color_filter.py`\nin some directory and include it into your `.gdbinit` file. In order to do the first step one could clone whole repository\n\n```bash\n    git clone https://github.com/daskol/gdb-colour-filter.git .gdb/gdb-colour-filter\n```\n\nor just download `could_filter.py` in the specified directory.\n\n```bash\n    mkdir -p .gdb/gdb-colour-filter\n    wget -O .gdb/gdb-colour-filter/colour_filter.py \\\n        https://raw.githubusercontent.com/daskol/gdb-colour-filter/master/colour_filter.py\n```\n\nAfter that `colour_filter.py` should be included in `.gdbinit` in following\nmanner.\n\n```bash\n    source ~/.gdb/gdb-colour-filter/colour_filter.py\n```\n\n## Credits\n\n\u0026copy; Daniel Bershatsky \\\u003c[daniel.bershatsky@skolkovotech.ru](mailto:daniel.bershatsky@skolkovotech.ru)\\\u003e, 2018\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Fgdb-colour-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaskol%2Fgdb-colour-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaskol%2Fgdb-colour-filter/lists"}