bloombloombloom / Bloom

A debug interface for AVR-based embedded systems development on GNU/Linux.
https://bloom.oscillate.io/
Other
64 stars 3 forks source link

Memory manipulation #54

Open navnavnav opened 1 year ago

navnavnav commented 1 year ago

Users should be able to manipulate target memories via the memory inspection pane and the snapshot viewer.

'Fill' function

Via the memory inspection pane, users should be able to select any number of bytes, and fill them with any given value. This function should be available via the context menu of the selected bytes.

'Restore' function

With a memory snapshot, users should be able to restore an entire snapshot to the target's memory. They should also be able to restore individual bytes, by selecting them and choosing the 'Restore' action in the context menu.

More to follow.

navnavnav commented 1 year ago

The snapshot restore function was implemented at part of https://github.com/bloombloombloom/Bloom/issues/46.