Is your feature request related to a problem? Please describe.
I would like a way to add, edit, or remove a section mapping, using the GUI.
Describe the solution you'd like
Adding section:
- right click in the section list in the GUI and click add.
- pop up window with editable fields for fd, vaddr, size, paddr, flags and name.
- either click a cancel or add button.
- done.
Edit section:
- right click on a section entry click edit.
- pop up window with editable fields for fd, vaddr, size, paddr, flags and name filled accordingly.
- either click cancel or apply changes.
- done.
Deleting section:
- right click on a section entry click delete.
- optionally ask confirmation.
- section mapping is removed.
Describe alternatives you've considered
Continue to use the om console commands.