{"id":31834870,"url":"https://github.com/thetarnav/odin-lldb","last_synced_at":"2025-10-12T00:29:41.729Z","repository":{"id":304247373,"uuid":"1018216763","full_name":"thetarnav/odin-lldb","owner":"thetarnav","description":"Python script to visualize Odin builtin data structures in LLDB","archived":false,"fork":false,"pushed_at":"2025-08-21T18:33:22.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T01:52:45.725Z","etag":null,"topics":["debugging","lldb","odin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thetarnav.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-11T20:15:28.000Z","updated_at":"2025-08-21T18:33:25.000Z","dependencies_parsed_at":"2025-07-11T23:21:41.096Z","dependency_job_id":null,"html_url":"https://github.com/thetarnav/odin-lldb","commit_stats":null,"previous_names":["thetarnav/odin-lldb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thetarnav/odin-lldb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetarnav%2Fodin-lldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetarnav%2Fodin-lldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetarnav%2Fodin-lldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetarnav%2Fodin-lldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thetarnav","download_url":"https://codeload.github.com/thetarnav/odin-lldb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetarnav%2Fodin-lldb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009509,"owners_count":26084609,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["debugging","lldb","odin"],"created_at":"2025-10-12T00:29:40.847Z","updated_at":"2025-10-12T00:29:41.721Z","avatar_url":"https://github.com/thetarnav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Odin LLDB script\n\nPython script to visualize Odin slices, maps, strings, etc. in LLDB.\n\nBased on the work of [harold-b](https://gist.github.com/harold-b/ef16a5c3ebcceccfc2bc7a5c5dd0058d) and [laytan](https://gist.github.com/laytan/a94c323a84cef7bcfbdf6d21987fd5a9).\n\n## Installation\n\nRefer to https://gist.github.com/laytan/a94c323a84cef7bcfbdf6d21987fd5a9?permalink_comment_id=5036057#gistcomment-5036057\n\n## Development\n\n### Running tests\n\nTo run the tests locally:\n\n```bash\n./test.py\n```\n\n### LLDB Python Module\n\nTo point the Python LSP extension to the LLDB module.\n\n1. Get the path to the LLDB Python module:\n\n```bash\necho \"$(lldb --python-path)/lldb\"\n```\n\n2. Add the path to your VSCode settings:\n```jsonc\n{\n\t\"python.analysis.extraPaths\": [\n\t\t\"/usr/lib/llvm-17/lib/python3.12/site-packages/lldb\"\n\t],\n}\n```\n\n### Resources\n\n- https://lldb.llvm.org/use/variable.html\n- https://melatonin.dev/blog/how-to-create-lldb-type-summaries-and-synthetic-children-for-your-custom-types\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetarnav%2Fodin-lldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthetarnav%2Fodin-lldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetarnav%2Fodin-lldb/lists"}