Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to use Qt Creator's Debugger plugin to read memory directly?
Forum Updated to NodeBB v4.3 + New Features

How to use Qt Creator's Debugger plugin to read memory directly?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
qtcreatorplugin
1 Posts 1 Posters 695 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Daniil Chernyshev
    wrote on last edited by
    #1

    I'm currently trying to implement a plugin for Qt Creator for bare metal development. Its purpose is to show debugged microcontroller's peripheral registers. There's a plugin for Eclipse (it's called EmbSysRegView) that does exactly what I'm trying to do in Qt Creator. The main question is - how can I read specific memory address using Debugger plugin? There's an appropriate class for this (DebuggerEngine) - it has internal methods like "fetchMemory", but I can't find a way to get it as it's not exported by plugin.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved