debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Add heap view.

Open tur11ng opened this issue 3 years ago • 3 comments

tur11ng avatar Jun 11 '22 14:06 tur11ng

It would be nice if this was plugable since visualization is going to depend completely on the heap implementation/libc.

jrozner avatar Jun 11 '22 23:06 jrozner

By the way I checked if lldb supports or keeps track of the allocated heap memory segments and I think it doesn't. Maybe an extension for the lldb should be written to help implement this. Check this for example. For me this will take the debugger plugin to a next level.

tur11ng avatar Jun 23 '22 19:06 tur11ng

Adding some more resources on this one. Unfortunatelly the solution they use isn't portable at all. https://github.com/gdbinit/lldbinit/blob/c1f275185189154793bd192c6dd1a33af0547486/lldbinit.py#L1889

tur11ng avatar Jun 23 '22 22:06 tur11ng