Skip to content

Commit

Permalink
adding Gofunc field to LineTable -- pclntab.go
Browse files Browse the repository at this point in the history
  • Loading branch information
brigadier-general authored Jun 10, 2024
1 parent 8df84f7 commit fce172d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug/gosym/pclntab.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func (v version) String() string {
type LineTable struct {
Data []byte
PC uint64
Gofunc uint64
Line int

// This mutex is used to keep parsing of pclntab synchronous.
Expand Down

0 comments on commit fce172d

Please sign in to comment.