Coder Social home page Coder Social logo

valinor's Introduction

##valinor Circle CI

Generate debugger project files, and launch a debugger, to debug an ELF file.

valinor is designed to be used as a proxy debug command for yotta targets to provide as their scripts.debug command. See the yotta targets guide for more details about debug support in yotta.

Usage

valinor [-t IDE_TOOL] [-d PROJECT_DIR] [-n] --target TARGET executable
  • TARGET is a target name that project_generator will accept, for example K64F.
  • -t IDE_TOOL, --tool IDE_TOOL The Debug tool (IDE) to generate for. If omitted, a debug project will be generated for an IDE detected on your system, defaulting to opening a GDB debug session, if no known IDEs are detected.
  • -d PROJECT_DIR, --project-dir PROJECT_DIR The directory in which to generate any necessary project files. Defaults to the directory of the executable argument.
  • -n, --no-open Do not open the debug session, just generate the necessary files to enable debugging, and print the command that would be necessary to proceed.
  • --target TARGET The target board to generate a project file for (e.g. K64F). This name is passed to project_generator, so any name that project_generator accepts will work.
  • executable Path to an ELF file (with debug symbols) to debug.

Using in yotta target descriptions

To use valinor to add debug support to a yotta target description add this to your target.json file (replacing K64F with the project_generator target ID for the chip or board on your target):

    "scripts":{
        "debug": ["valinor", "--target", "frdm-k64f", "$program"]
    }

valinor's People

Contributors

0xc0170 avatar matthewelse avatar autopulated avatar sg- avatar aewp2 avatar fvincenzo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.