User forums > Embedded development

Patch for changing the values of registers via the CPU Register window

(1/2) > >>

MicroSourceCode:
An experimental patch for changing the values of registers via the CPU Register window. AVR and STM32. The project must be created through a standard wizard project: ARM project, AVR project.

The patch does not affect the debugging of other languages, the window for changing the register value appears only if you debug AVR or STM32 microcontrollers. Made for Unix users, Windows users can use EmBlocks, etc.

Download:
https://github.com/MicroSourceCode/cb20.03-cpuregisters

ollydbg:

--- Quote from: MicroSourceCode on December 14, 2021, 08:37:21 am ---An experimental patch for changing the values of registers via the CPU Register window. AVR and STM32.

The patch does not affect the debugging of other languages, the window for changing the register value appears only if you debug AVR or STM32 microcontrollers. Made for Unix users, Windows users can use EmBlocks, etc.

--- End quote ---

You post the same thread twice?

BlueHazzard:
I like this,
some comments:
1) the patch seems to contain some *.orig files. I think they are wrong?
2) Why only linux? Are there some limitations for windows machines (system calls?), or simply not tested?
3) in general Is it possible to modify cpu register also on x86?
4) Can you post this on source forge? Here it will get lost...

MicroSourceCode:
1. Erroneous inclusion of the file.
2. It should also work in Windows, I didn't check it.
3. Yes it is possible, the meaning of this? When using C++ or C, you will see incomprehensible data, due to the code optimizer.
4. SourceForge = github.com. SourceForge is a very ancient mammoth. Github has a search and in general it is better.

Miguel Gimenez:
He is referring to the C::B ticket site, hosted in Sourceforge:

https://sourceforge.net/p/codeblocks/tickets/

Navigation

[0] Message Index

[#] Next page

Go to full version