Re: [go-nuts] How to calculate CFA from go dwarf

2021-09-10 Thread Ian Lance Taylor
On Tue, Aug 31, 2021 at 4:30 AM Poonai wrote: > > I'm trying to learn how debugger works. With the help of this blog > https://eli.thegreenplace.net/2011/01/27/how-debuggers-work-part-2-breakpoints > I'm able to set breakpoint and continue. > > In the next step of learning, I wanted to learn how

[go-nuts] How to calculate CFA from go dwarf

2021-08-31 Thread Poonai
I'm trying to learn how debugger works. With the help of this blog https://eli.thegreenplace.net/2011/01/27/how-debuggers-work-part-2-breakpoints I'm able to set breakpoint and continue. In the next step of learning, I wanted to learn how to extract values of variables. But, the dwarf output