Design of register/memory viewers

Kuba Ober kuba at mareimbrium.org
Wed Aug 31 18:05:36 UTC 2005


For memory viewers, it'd be nice to be able to select (morph) a viewer to:
- display whole memory of a process, with starting address being adjustable by 
typing a new value in the input box + scroll of course would work
- display memory occupied by a named variable only (i.e. set start to &var, 
end to (char*)&var + sizeof(var), this is useful when debugging alignment 
issues etc.
- display memory in a hand entered start/end range

I know that not all of those are trivial, but it'd be what I'd eventually want 
to see when adding embedded targets to kdevelop.

Kuba




More information about the KDevelop-devel mailing list