Giter Club home page Giter Club logo

Comments (1)

Marus avatar Marus commented on September 2, 2024

In general for multithreaded debugging front ends rely on the threading support within GDB. This is not to say you couldn’t in theory implement RTOS support at a higher level and interpret the in memory structures and stack directly in the front-end tools, this just isn’t how things are typically implemented. Most front-ends, the cortex debug extension included, wrap around the support in GDB.

When it comes to threading support in GDB for RTOSs this support is provided by the GDB server - either built into the server as in OpenOCD (and enabled by a configuration command) or via plugins for the GDB server like J-Link (it is shipped with two plugins, FreeRTOS and Segger’s own embOS - but in theory additional ones can be written).

Why this is part of the GDB server and not as plugins/part of GDB itself I’m unsure - seems to me like it would have made more sense for it to be GDB plugins - but I’m sure there is some architecture reason why it is done at the server level.

from cortex-debug.

Related Issues (20)

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.