{"id":20006837,"url":"https://github.com/armmbed/valinor","last_synced_at":"2025-05-04T18:33:39.853Z","repository":{"id":27180385,"uuid":"30650217","full_name":"ARMmbed/valinor","owner":"ARMmbed","description":"Generate Project Files to Debug ELF files.","archived":false,"fork":false,"pushed_at":"2019-08-22T13:40:11.000Z","size":236,"stargazers_count":7,"open_issues_count":5,"forks_count":9,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-04-16T22:27:48.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARMmbed.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}},"created_at":"2015-02-11T14:00:23.000Z","updated_at":"2024-06-03T03:02:33.000Z","dependencies_parsed_at":"2022-09-21T03:14:54.467Z","dependency_job_id":null,"html_url":"https://github.com/ARMmbed/valinor","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fvalinor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fvalinor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fvalinor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARMmbed%2Fvalinor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARMmbed","download_url":"https://codeload.github.com/ARMmbed/valinor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252382712,"owners_count":21739207,"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-13T06:13:53.793Z","updated_at":"2025-05-04T18:33:39.564Z","avatar_url":"https://github.com/ARMmbed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"##valinor\n[![Circle CI](https://circleci.com/gh/ARMmbed/valinor.svg?style=svg\u0026circle-token=d70b5c2db296d7886f68383cb07c79e7d7bcce14)](https://circleci.com/gh/ARMmbed/valinor)\n\nGenerate debugger project files, and launch a debugger, to debug an ELF file.\n\nvalinor is designed to be used as a proxy debug command for yotta targets to\nprovide as their `scripts.debug` command. See the [yotta targets\nguide](http://docs.yottabuild.org/tutorial/targets.html#debug-support) for more\ndetails about debug support in yotta.\n\n### Usage\n\n```sh\nvalinor [-t IDE_TOOL] [-d PROJECT_DIR] [-n] --target TARGET executable\n```\n\n * **`TARGET`** is a target name that project_generator will accept, for example K64F.\n * **`-t IDE_TOOL, --tool IDE_TOOL`** The Debug tool (IDE) to generate for. If\n   omitted, a debug project will be generated for an IDE detected on your\n   system, defaulting to opening a GDB debug session, if no known IDEs are\n   detected.\n * **`-d PROJECT_DIR, --project-dir PROJECT_DIR`** The directory in which to\n   generate any necessary project files. Defaults to the directory of the\n   executable argument.\n * **`-n, --no-open`** Do not open the debug session, just generate the necessary\n   files to enable debugging, and print the command that would be necessary to\n   proceed.\n * **`--target TARGET`** The target board to generate a project file for (e.g.\n   K64F). This name is passed to\n   [`project_generator`](https://github.com/project-generator/project_generator),\n   so any name that `project_generator` accepts will work. \n * `executable` Path to an ELF file (with debug symbols) to debug.\n\n### Using in yotta target descriptions\n\nTo use valinor to add debug support to a yotta target description add this to\nyour target.json file (replacing K64F with the project_generator target ID for\nthe chip or board on your target):\n\n```json\n    \"scripts\":{\n        \"debug\": [\"valinor\", \"--target\", \"frdm-k64f\", \"$program\"]\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmmbed%2Fvalinor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmmbed%2Fvalinor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmmbed%2Fvalinor/lists"}