Delve: Could delve inspect goroutine stack frame layout?

Created on 17 Jun 2019  路  4Comments  路  Source: go-delve/delve

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

kindiscussion kinenhancement

Most helpful comment

Adding enhancement / discussion labels because it could be nice to improve how we enable the user to dive into memory.

All 4 comments

What do you mean "inspect memory layout"? gdb's x command?

What do you mean "inspect memory layout"? gdb's x command?

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

devtoro picture devtoro  路  6Comments

delaneyj picture delaneyj  路  4Comments

cpg1111 picture cpg1111  路  6Comments

luminacious picture luminacious  路  5Comments

itzg picture itzg  路  5Comments