Opened 3 years ago

Last modified 3 years ago

#17002 new enhancement

Diskprobe: Improve MemoryView-related debugging

Reported by: cocobean Owned by: axeld
Priority: normal Milestone: Unscheduled
Component: Applications/DiskProbe Version: R1/Development
Keywords: memoryview, debugger, diskprobe Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by cocobean)

Improve Diskprobe's debugging feature(s).

Issue: DiskProbe is very limited and its design is hardcoded to blocks. It don’t even allow copy hex data as string or select between block boundaries.

Reference: http://pulkomandy.tk/drop/MemoryView.cpp http://pulkomandy.tk/drop/MemoryView.h

URL: https://discuss.haiku-os.org/t/hex-editor

  • get the data from a BDataIO
  • Remove references to the EngineData class
  • Remove references to class MemIO and replace it with BPositionIO to make a generic hex editor
  • Simplifications to remove support for read-only areas (editing RAM/ROM areas)

Change History (1)

comment:1 by cocobean, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.