I want to list golang stack frame memory layout for diving into golang runtime銆俛nd noticed that gdb can inspect memory layout.
I list all delve commands with help, and test them one by one, but failed to find which I want.
can delve do it? or any plan about this?
thank you
What do you mean "inspect memory layout"? gdb's x command?
What do you mean "inspect memory layout"? gdb's
xcommand?
yes, like x command print values in specific memory address range
Not exactly, but you can cast arbitrary addresses to [N]byte.
Adding enhancement / discussion labels because it could be nice to improve how we enable the user to dive into memory.
Most helpful comment
Adding enhancement / discussion labels because it could be nice to improve how we enable the user to dive into memory.